Well I have made platform games since I started click programming in 1997/1998 and I have always just used the regular platform movement, just fixed a few glitches like the ladder problem when you restart the levels.
This works fine for me, so why are so many people wanting or liking custom platform engines?
Is it just for the challenge or do people not know ways of fixing the bugs with regular platform movement?
my reason to program my own movement was that if you dont, people will hate you.
I think its like never changing your underwear. you get used to it yourself, but other people are gonna avoid you.
and of course, like akira said, you can just do more with a custom movement.
people like custom platform engines:
1. Can do more animations (the spare directions)
2. Gets a better mark for their game
3. Can do special effects better
4. Fixes a lot of problems with TGF platform movement
5. Fix your custom gravity...
and so on
Animate that backdrop ladder please! Make it so you can roll it up so enemies won't climb up it and try to kill you. Can you do that with a standard platform movement?
Oh and you can make it so you can roll up the ladder. You could have it be an active object, and repeat while pressing up = set player position at current minus some on the Y axis. and then you have an invisible block at the top. When you overlap that and press "R" for Roll and the ladder is not already rolled, it plays the ladder roll animation.
n/a
Assault Andy Administrator
I make other people create vaporware
Registered 29/07/2002
Points 5686
5th August, 2003 at 03:38:43 -
Custom engines can do anything but what do you mean by "roll"?
Probably rolling on the floor (like in Gunner 3). There used to be a really good custom platform movement (I don't know who it was by: Texmo or Hamish, I think), it uses fastloop. However, there are no comments telling you how to actually code it, so I would use Shen's movement and fix it up a bit.
"Animate that backdrop ladder please! Make it so you can roll it up so enemies won't climb up it and try to kill you. Can you do that with a standard platform movement?"
I have made custom engines for a year now, and I am so experienced with it that I can make a custom engine in just 10 minutes, really! A custom engine isn't just about editing the Platform movement! No way! It requires you to code it yourself. Sorry to say this, but if you don't have the guts to make a custom engine entirely from the event editor, then you don't have the guts to become a professional programmer.
Edited by the Author.
Project Progress:
1.: Droid Runner (5% Complete)
Finishing Up Game Engine