mirror of
https://github.com/BC46/freelancer-hd-edition
synced 2024-08-30 18:32:47 +00:00
30 lines
453 B
INI
30 lines
453 B
INI
; JFLP will automatically calculate an appropriate value for the resolution.
|
|
; To override it, append '!' (e.g. "fovx = 70!").
|
|
; Some common values:
|
|
;
|
|
; Ratio WinCamera Other
|
|
; ----- --------- ------
|
|
; 4:3 54.432 70
|
|
; 16:10 63.361 80.077
|
|
; 16:9 68.878 86.067
|
|
|
|
[WinCamera]
|
|
fovx = 54.432
|
|
|
|
[CockpitCamera]
|
|
fovx = 70
|
|
znear = 2
|
|
|
|
[ThirdPersonCamera]
|
|
fovx = 70
|
|
|
|
[DeathCamera]
|
|
fovx = 70
|
|
|
|
[TurretCamera]
|
|
fovx = 70
|
|
|
|
[RearViewCamera]
|
|
fovx = 70
|
|
|