Jump to content

Sign in to follow this  
liukang168

Speed up prone/crawl speed (forceSpeed)

Recommended Posts

Hi all,

I am working on a unit that can only crawl and I want it to crawl faster.

So far i used forceSpeed and also used maxspeed in config.cpp. When running it seems to have an effect, but not to much on the crawling.

Any other option to speed up the movement speed?

Edited by liukang168
some corrections

Share this post


Link to post
Share on other sites

try any of these

	lyinglimitspeedcombat = 1.8;
lyinglimitspeedhiding = 0.8;
lyinglimitspeedstealth = 2;
       limitedspeedcoef = 0.22;
       normalspeedforwardcoef = 0.85;

they might be more AI related, but i know thats what you want

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×