I'm not dead!
I was working on a quick physics *movement* I could use, but the character refuses to react when I press the 'jump' key.
Could someone take a look and tell me what's wrong?
Physics Engine.zip
Thanks!
-Wolfking_Warrior
I'm not dead!
I was working on a quick physics *movement* I could use, but the character refuses to react when I press the 'jump' key.
Could someone take a look and tell me what's wrong?
Physics Engine.zip
Thanks!
-Wolfking_Warrior
Well, to clarify, it's really a movement that allows the character to jump repeatedly but at an increasingly shorter height.
Had a quick look - it seems like it's not reading your INI file (values are zero). If I substitute the reading of the INI for numbers it does jump. I don't use INI so not sure why it's not loading.
Okay I'll take another look at that. Thanks for your help!
Well, it looks like the .ini file was the problem, so I replaced everything.
Thanks again!