Unlimited Sprint
If you’re getting used to the new Battlefield’s play style, you might find BF2142’s limited sprint a bit frustrating. Unlimited sprint is really just about convenience — some players see no reason not to have it. So, let’s mod BF2142 to give ourselves unlimited sprint too!
Preparations
Do you know where your game directory is? It’s the folder where
BF2142.exe
andmods
are located. By default, this is usually:C:\Program Files (x86)\Electronic Arts\Battlefield 2142
.You’ll be editing files in
\mods\<MOD>\Objects\Soldiers_server.zip
, so it’s a good idea to make a backup of the file first — just add a suffix like_bak
or_o
to the filename of the clone. []If you want this change to affect vanilla BF2142, make your edits in the
\mods\bf2142
folder. Otherwise, edit the files in the\mods\<MOD>
folder for your chosen mod.
Procedures
Inside Soldiers_server.zip
, open the EU
or PAC
folder and edit the .tweak
files.
For example, to modify the EU heavy armor soldier, open us\US_HEAVY_SOLDIER.tweak
with a text editor and make your changes like this:
ObjectTemplate.SprintRecoverTime 1
ObjectTemplate.SprintDissipationTime 100
ObjectTemplate.SprintLimit 0.1
ObjectTemplate.SprintLossAtJump 0.10
Increase SprintDissipationTime
to give yourself a bigger buffer before sprint runs out, and lower SprintRecoverTime
so sprint refills quicker.
You can also adjust SprintLimit
and SprintLossAtJump
if you want, but the first two settings are usually enough.
SprintLimit
sets the minimum sprint bar needed before you can sprint again, while SprintLossAtJump
controls how much sprint bar you lose when you jump.
Save your changes.
If you’re unable to save your changes, try dragging the .zip
file to your Desktop, make your edits there, and then drag it back when you’re done.
Don’t forget to make the same changes to Soldiers_bp1_server.zip
if you plan to play on Northern Strike maps.
Remarks
If you want to play with friends over LAN, everyone needs to have the same modification.
If you plan to join a server without this mod, just switch back to your original
Soldiers_server.zip
file.
Acknowledgements
Special thanks to:
FFOLKES for sharing details on how to modify sprint @ BF2S Forum
Last updated
Was this helpful?