YesNoOk
avatar

Increase velocity properly (Read 2634 times)

Started by Charles_2011, April 24, 2022, 03:41:39 am
Share this topic:
Increase velocity properly
#1  April 24, 2022, 03:41:39 am
  • ***
    • Peru
Hello.

I would like to increase velocity of Haohmaru by Warusaki3, but I don´t know how to do ir properly. I would like to make it just a little faster. Could you help me with this, please? I made some test but I failed.

Could you give an example how to increase just a little the values? Here you are the codes:

[Velocity]
walk.fwd  = 2.67      
walk.back = -2      
run.fwd  = 4.93, 0      
run.back = -4.8,-4.5      
jump.neu = 0,-10.667      
jump.back = -3.78      
jump.fwd = 3.66      
runjump.back = -5.81,-9.4   
runjump.fwd = 5.04,-9.4   
airjump.neu = 0,-6.5      
airjump.back = -2.8      
airjump.fwd = 2.8      

[Movement]
airjump.num = 0      
airjump.height = 28      
yaccel = .57         
stand.friction = .85      
crouch.friction = .82   
Re: Increase velocity properly
#2  April 24, 2022, 05:42:51 am
  • ****
  • Objection! Sustained!
    • Russia
    • mitia.pogorelov1@yandex.ru
Your codes here are these:
walk.fwd  = 2.67     
walk.back = -2   
You just change these values undil you'll be satisfied. As you can see for walk.fwd, it understands floats, meaning you can try adding .1, .15. .2, and gets, picking it up until you'll be good with your walking speed
Re: Increase velocity properly
#3  April 24, 2022, 05:55:11 am
  • **
    • USA
Sorry if I get this wrong, but I'll try.

So to make Haohmaru go a little faster, I think you have to increase the values by changing them.


Example:


Original:

[Velocity]
walk.fwd  = 2.67


New:

[Velocity]
walk.fwd  = 2.9   (2.67 is replaced with 2.9. This will increase Haohmaru's speed.)
Last Edit: April 24, 2022, 05:59:31 am by Jotaro_Joestar
Re: Increase velocity properly
#4  April 24, 2022, 10:26:27 pm
  • ***
    • Peru
Thank you Trololo and Jotaro_Joestar, I´ll do more test based on this.