Crossfire is the most complex mod for Freelancer with the most advanced graphic & sound settings which will make the gameplay much more interesting. This mod introduced a very large amount of concepts and special features to the world of Freelancer. With more than 170.000 downloads for Crossfire 1.7 and a very large fan community it is also the most favorite Singleplayer and Multiplayer mod in Freelancer.
This tutorial describes how you can modify your Freelancer to support widescreen modes. Depending on the resolution you will have to do manual adjustments to this tutorial.
Posted by SWAT_OP-R8R on Jan 31st, 2009 digg this super bookmark
Basic Client Side Coding.
Yes, it is possible. To change the resolution you have to edit two ini files (create backups youll need them when you play with normal screens again):
1. one is located in your documents folder /My Games/Freelancer/PerfOptions.ini
That is the relevant part
2. The other one is the Freelancer.ini. You'll find it in your FL directory/EXE/freelancer.ini
Now you play with 1680x1050 but it looks bad because the HUDs are at wrong places
The solution is easily found at other forums:
You have to modify cameras.ini found in FreeLancer path/Data like this:
[CockpitCamera]
fovx = 70
znear = 2.000000
[ThirdPersonCamera]
fovx = 70
[DeathCamera]
fovx = 70
You might need to disable the writing protection first to save it.
thats how it would look like now:

Now we go for the fonts as they are very large yet.
open Data/FONTS/fonts.ini and use this:
[TrueType]
nickname = PageHeader
font = Agency FB
fixed_height = 0.030000
[TrueType]
nickname = SubHeader
font = Agency FB
fixed_height = 0.030000
[TrueType]
nickname = ItemName
font = Agency FB
fixed_height = 0.025000
[TrueType]
nickname = ListText
font = Arial Unicode MS
fixed_height = 0.020000
[TrueType]
nickname = ToolTip
font = Arial Unicode MS
fixed_height = 0.025000
[TrueType]
nickname = Rollover
font = Arial Unicode MS
fixed_height = 0.021000
[TrueType]
nickname = HudSmall
font = Agency FB
fixed_height = 0.025000
[TrueType]
nickname = MissionObjective
font = Agency FB
fixed_height = 0.039000
[TrueType]
nickname = Normal
font = Agency FB
fixed_height = 0.027500
[TrueType]
nickname = NewsMission
font = Agency FB
fixed_height = 0.025000
[TrueType]
nickname = NewsTicker
font = Agency FB
fixed_height = 0.035000
[TrueType]
nickname = PlayerName
font = Arial Unicode MS
fixed_height = 0.020000
[TrueType]
nickname = TradePlayerName
font = Arial Unicode MS
fixed_height = 0.020000
[TrueType]
nickname = DebugText
font = FixedSys
fixed_height = 0.025000
[TrueType]
nickname = ConfirmPlayerText
font = Arial Unicode MS
fixed_height = 0.025000
[TrueType]
nickname = ConfirmText
font = Agency FB
fixed_height = 0.025000
[TrueType]
nickname = NavMap1600
font = Agency FB
fixed_height = 0.015000
[TrueType]
nickname = NavMap1024
font = Agency FB
fixed_height = 0.020000
[TrueType]
nickname = NavMap1280
font = Agency FB
fixed_height = 0.018000
[TrueType]
nickname = NavMap800
font = Agency FB
fixed_height = 0.023000
Save it without protection again and you should be fine
Thats the optimized version with much smaller playernames and text fonts and an optimized Font size for the nav map.
BTW The hint with the cameras.ini was known on the berlin city server forums, the fonts are my work though
Only registered members can share their thoughts. So come on! Join the community today (totally free) and do things you never thought possible.
Handy. Thanks for this! Will be useful for sure.
someone should make a mod of this