Jump to content

Recommended Posts

Hey is it possible to make units run faster?
 

I want the player to move 1.5 times faster and ai run faster, is this possible?

Share this post


Link to post
Share on other sites

forceSpeed never worked for me (except for vehicles in a loop), setVelocity might kill the unit/player.

Use this

player setAnimSpeedCoef 1.5

instead.

 

Cheers

  • Like 4
  • Thanks 1

Share this post


Link to post
Share on other sites

Trickier question : how one could achieve this on land vehicles?

I think it's impossible via scripting, but I would like to be proven wrong. :)

Share this post


Link to post
Share on other sites

Trickier question : how one could achieve this on land vehicles?

I think it's impossible via scripting, but I would like to be proven wrong. :)

 

setAnimSpeedCoef does not work for vehicles, you need to use https://community.bistudio.com/wiki/setVelocity, that will speed up vehicles

 

 

Regards Arkensor

Share this post


Link to post
Share on other sites

Trickier question : how one could achieve this on land vehicles?

I think it's impossible via scripting, but I would like to be proven wrong. :)

You could take a look at my vehicle tuning script.

 

Cheers

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

×