Field of View (FOV) Tweak
Unlike modern Battlefield games, BF2142 doesn’t let you adjust your FOV in-game. Many players find the default field of view too low, so this guide will show you how to change it to whatever you prefer!


Before we start ...
You’ll be editing files in
mods/<MOD>/Objects/Soldiers_server.zip
, so it’s a good idea to make a backup of the .zip 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 themods/<MOD>
folder for your chosen mod.
Here we go ...
Inside
Soldiers_server.zip
, open theCommon
folder and edit theSoldierCamera.tweak
file using a text editor. Here are the lines we want to tweak, along with their default values:
ObjectTemplate.worldFOV 1.1
ObjectTemplate.insideFOV 1.1
You can set the value as low as
0.65
to mimic BF P4F’s FOV, or as high as1.85
for an ultra-wide view — but keep in mind, the game doesn’t look great with extreme settings.
According to illicitSoul on ModDB, a value of
1.1
gives you about 60-65 FOV, while1.6
is roughly 90-95 FOV. So, a good starting point is by changing1.1
to1.5
.
Save your changes.
Special thanks to ...
illicitSoul for sharing details on how to modify FOV @ BF2/BF2142 FOV Modding Tutorial
Last updated
Was this helpful?