Somehow this mod doesn't work for me. I've manually modified those numbers in locomotionDirectController and did nothing else. Do you need to do anything else to make it work?
Nichenstein, you could try this decrease the staminaCooldown from 3.f to 2.5f or 2.0f this should allow you to use more stamina for longer runs. Also speedRestriction = 3.f i would first try to raise it to 3.5f, 4.0f or 4.5f and see if roach runs faster. This will either increase or decrease the speed cap set on Roach. If you dont notice anything try to set speedRestriction to 7.5f or 8.0f and that should tell you if roach is going faster or slower. You most likely will have to decrease speedRestriction to say 1.5f.
im assuming on default GALLOP_SPEED = 33.3f; default CANTER_SPEED = 37.77f; you tried high numbers like gallop speed = 40f and canter_speed = 77f
also you have 0.7 ); } else { speed = 7.77 * speedModifier; dirModifier = 1.5; maxAngleForAdjustingDir = 90.0;shouldnt it be speed = 37.77 * speedModifiersince all the other speed = above it are all speed = 37.77
I haven't specifically tested it, but I have been using a custom speed_config.xml for months and I would swear Geralt runs slower. Guess I'll have to verify that now. Poop.
lower values to make geralt slower will work but making the values higher to make him faster doesnt work as I have tried setting geralts running value to 35 or 40 and he ran the same speed as being set at 9.99
Maybe there are hardcoded limits due to engine limitations? I know having the various big lod mods installed can exacerbate the t-pose animation bug that you get when you ride roach full gallop into a town.
12 comments
you could try this decrease the staminaCooldown from 3.f to 2.5f or 2.0f this should allow you to use more stamina for longer runs. Also speedRestriction = 3.f i would first try to raise it to 3.5f, 4.0f or 4.5f and see if roach runs faster. This will either increase or decrease the speed cap set on Roach. If you dont notice anything try to set speedRestriction to 7.5f or 8.0f and that should tell you if roach is going faster or slower. You most likely will have to decrease speedRestriction to say 1.5f.
Well i tried but as i thought speedRestriction is the var for Roach speed in cities...
default CANTER_SPEED = 37.77f; you tried high numbers like gallop speed = 40f and canter_speed = 77f
also you have 0.7 );
}
else
{
speed = 7.77 * speedModifier;
dirModifier = 1.5;
maxAngleForAdjustingDir = 90.0;shouldnt it be speed = 37.77 * speedModifiersince all the other speed = above it are all speed = 37.77