-
Content Count
1,952 -
Joined
-
Last visited
-
Days Won
27
Everything posted by Bob423
-
It has yet to fully sink in that I am now an admin. I joined when I was 17 and was brand new to the internet as a whole outside of like...gamefaqs and youtube. Is this what growing up feels like?
-
I'd be up for making a game in RMMV if the scripting system was more like Unity...or even XP. And I don't mean the language or API.
-
API is sort of like the library of methods and classes that the engine uses. The language is the syntax (JS). My problem is the lack of an editor, official documentation (that I can find), or obvious way of adding scripts or editing pre-existing scripts
-
To clarify: the API is where you get things like ".toString()" from. The documentation is where I'd learn about it.
-
I see what you mean. I have only written one thing and that's the MMO script 2 years ago. I think you have to just explore and read the code, plus use the console. I find the console extremely powerful and the reason RMMV scripting trumps the others, esp when it comes to objects.
- Show next comments 3 more
-
-
Working on a non-game thing that's game-related. Let's hope I finish it cuz it's gonna be useful.
-
3rd person cameras are a pain in the ass.
-
It sucks when they clip through things when you don't want them too... although, it would look cool in some cases to create a style that is similar to side scrollers like Ori and the Blind Forest... Like if a character is walking down a hallway, it looks normal if the camera is looking straight, but if you have the camera positioned above the ceiling, behind the walls, or under the floors, the respective section disappears. That would be cool now that I think about it. But just don't...
-
make it like Gmod's 3rd person view cameras, those were atrocious.
-
-
Learning about Android app development in school. Might make a GDU app for fun some day.
-
Oooh, that would be cool.
-
id like to see a refinery app. that way you could easily keep up to date on refinery posts and post stuff yourself. sure you can just load up the web browser but it would be cool to have it as an app and might get more people using it who otherwise wouldnt.
-
That's a great idea, Pol. Right now, my focus is on upgrading the forums and the those design tweaks I announced recently. Once we're ready, I want to focus on the marketing side and getting people here.
- Show next comments 3 more
-
-
Unity Logic: object component doesn't exist because the script isn't attatched to an object, but you can't attach the script to an object until all the erorrs are fixed