Please, can someone give me the tools to calculate values for 1280x720?
That alone will bring me back to CrossFire, my first FreeLancer mod, all the way back from 2005.
1280 / 720 = 16 /9 or 16:9 <== the aspect ratio
Field of View, X (FOVX) is the relative width of the screen for a given height. Don't worry about the units... just know that the value changes the aspect ratio of the screen.
===========
For 16:9 use:
===========
[ThirdPersonCamera]
fovx = 86
[TurretCamera]
fovx = 86
[RearViewCamera]
fovx = 86
[WinCamera]
fovx = 69
[CockpitCamera]
fovx = 86
znear = 2
[DeathCamera]
fovx = 86
==========
For 4:3 use:
==========
[ThirdPersonCamera]
fovx = 70
[TurretCamera]
fovx = 70
[RearViewCamera]
fovx = 70
[WinCamera]
fovx = 54
[CockpitCamera]
fovx = 70
znear = 2
[DeathCamera]
fovx = 70
============
For 16:10 use:
============
[ThirdPersonCamera]
fovx = 80
[TurretCamera]
fovx = 80
[RearViewCamera]
fovx = 80
[WinCamera]
fovx = 63
[CockpitCamera]
fovx = 80
znear = 2
[DeathCamera]
fovx = 80
An easier and better method is to use adoxa's jflp.dll: http://adoxa.110mb.com/freelancer/jflpdll.zip. If you use JFLP, you will want to set all of the fovx values to 0.
NOTE: jflp.dll is installed in dacom.ini. The Crossfire launcher may overwrite it. If it does, then use the fovx values above.