Is there a way to change the run speed of your soldiers in the editor?
You need this thing in your blk file
entity{
_template:t="game_mode_units_modifier"
"game_mode__soldierModifier:object"{
entity_mods__sprintSpeedMult:r=2
}
}
Increase run x2
For walk
entity_mods__speedMult:r=2
5 Likes
How to increase the speed of vehicles?
Would like to make the jeep to go faster. Is it possible?
Made a mod when the editor was released.
Remember that I tried all kind of things back then without a positive outcome.
Itβs possible by editing entities.blk.
Because vehicle stats are in other file and vehicle link to it.
And yeah. Iβm not very sure that it will work stable in multiplayer.
In local game should be fine.
thank you, sir.
The game is only available for players locally anyway so that will do!