Page 1 of 1

Walk/Walkback Speed Difference

Posted: Mon Jun 28, 2010 10:33 am
by SV2.0
Not sure where else to post this. I initially assumed it would be a scripting issue, but it's really probably part of the default player it's self. Anyway, on to business. I've noticed the walkback speed is slightly slower than than the walk speed with the default player. This isn't normally an issue, but as my game is a sidescroller, it makes for inconsistent movement, which is hardly ideal for a platformer since you can't jump as far moving back as you can forward. I have thus far failed in figuring out how to change this. In all the scripts player speed is just one value and I don't have a clue how to track down whatever piece of the source the speed difference might be in. I'd really rather not resort to a scripted player since I can't script in the first place. Any ideas?

Re: Walk/Walkback Speed Difference

Posted: Mon Jun 28, 2010 1:01 pm
by QuestOfDreams
This factor is hard coded in the current version of RF, but it's on my todo list to make it configurable ...

Re: Walk/Walkback Speed Difference

Posted: Tue Jun 29, 2010 5:30 am
by SV2.0
Ah, alright then. Thanks, man.