My mmorpg game 2
Uploader Comments (pastgamer)
Video Responses
All Comments (35)
-
what program are u doing this on?
-
is this still going?
-
how did you make it
-
this game looks really legitimate is it up for playing?
-
@lakristianla Im pretty sure if you search around you can find a lot of simple ones for MySQL. Im currently trying to learn it myself :)
-
Does anyone know what language this was made in. Im just curious? Im sure it was answered somewhere before but I don't feel like grave digging the comments.
Also nice sprites :)
-
@VonVoid Game Maker is higher level, therefore less powerful. The more time you spend learning a language the better your games will be.
-
game maker does what the title says, makes a game for you while you give it some of the details. Game development on the other hand, is quite a different approach. Nothing wrong with either but I have to agree with Trigger on that game development is incredible more complicated.
-
@TriggerHappyMods game maker is good.
the way he was going back and forward when he walked is it the final version going to do that?
jackle6100 3 years ago
Of course this is undesired feature ;). It works better already, still not perfect though. For now there are more important things to do.
pastgamer 3 years ago
can game maker 7.0 make that sort of game
Evildancindude 3 years ago
Although i have never used game maker, i believe it should be possible.
pastgamer 3 years ago
It's quite nice, kind of choppy on movement and animations; although I would love to know how you are handling animations, and is it done in Java? Send me a message some time.
crystalprofx 3 years ago
The choppy movement occurs due some graphics card/drivers problem(its old and dying :P). In nomral cases it works smooth.
Is beeing developed in java, I use lwjgl library(opengl binding).
The character is a finite state machine, and for every state(eg walking, running etc) there is set of sprites. The sprite change depends on time.
pastgamer 3 years ago