Discovery Gaming Community
Uber Font Size ftw? - Printable Version

+- Discovery Gaming Community (https://discoverygc.com/forums)
+-- Forum: Welcome (https://discoverygc.com/forums/forumdisplay.php?fid=399)
+--- Forum: Help & Support (https://discoverygc.com/forums/forumdisplay.php?fid=26)
+--- Thread: Uber Font Size ftw? (/showthread.php?tid=44178)



Uber Font Size ftw? - Harus - 07-20-2010

Yeah, I just recently reformatted my Hard drive with windows 7 (again). Finished installing Freelancer and the usual mod/tools.

As soon as I had the game launched, all the fonts where huge, no option to change it in game, resolution didn't make a difference.

Before I reformatted the font was a normal size, not sure what's different now. Too tired to dink around with any other settings, so I figure I'd ask here, and check back later after some sleep.

Thanks in advance if anyone posts a solution to shrinking the text size back down.


Uber Font Size ftw? - NixOlympica - 07-20-2010

Well I don't know with Windows 7 but I had this problem when my fonts were missing in Windows/Fonts


Uber Font Size ftw? - Jinx - 07-20-2010

the default file is not decoded - but there is a font patch around - just google something like "freelancer, fonts" or so...

but maybe you can simply replace your files with those ( thats the ones i use ) :


microsoftgames/freelancer/data/fonts/fonts.ini

[TrueType]
nickname = ButtonText
font = Agency FB
fixed_height = 0.043500

[TrueType]
nickname = PageHeader
font = Agency FB
fixed_height = 0.045000

[TrueType]
nickname = SubHeader
font = Agency FB
fixed_height = 0.038500

[TrueType]
nickname = ItemName
font = Agency FB
fixed_height = 0.035000

[TrueType]
nickname = ListText
font = Arial Unicode MS
fixed_height = 0.030000

[TrueType]
nickname = ToolTip
font = Arial Unicode MS
fixed_height = 0.030000

[TrueType]
nickname = Rollover
font = Arial Unicode MS
fixed_height = 0.026000

[TrueType]
nickname = HudSmall
font = Agency FB
fixed_height = 0.030000

[TrueType]
nickname = MissionObjective
font = Agency FB
fixed_height = 0.060000

[TrueType]
nickname = Normal
font = Agency FB
fixed_height = 0.035000

[TrueType]
nickname = NewsMission
font = Agency FB
fixed_height = 0.030000

[TrueType]
nickname = NewsTicker
font = Agency FB
fixed_height = 0.045000

[TrueType]
nickname = PlayerName
font = Arial Unicode MS
fixed_height = 0.025000

[TrueType]
nickname = TradePlayerName
font = Arial Unicode MS
fixed_height = 0.025000

[TrueType]
nickname = DebugText
font = FixedSys
fixed_height = 0.030000

[TrueType]
nickname = ConfirmPlayerText
font = Arial Unicode MS
fixed_height = 0.040000

[TrueType]
nickname = ConfirmText
font = Agency FB
fixed_height = 0.040000

[TrueType]
nickname = NavMap1600
font = Agency FB
fixed_height = 0.015000

[TrueType]
nickname = NavMap1024
font = Agency FB
fixed_height = 0.024000

[TrueType]
nickname = NavMap1280
font = Agency FB
fixed_height = 0.022500

[TrueType]
nickname = NavMap800
font = Agency FB
fixed_height = 0.027500

microsoftgames/freelancer/data/fonts/rich_fonts.ini

[TrueType]
font=0, Arial Unicode MS, 16.5
font=1, Agency FB, 22.5
font=2, Arial Unicode MS, 19.5
font=3, Agency FB, 28.5
font=4, Agency FB, 75
font=5, Agency FB, 18
font=6, Agency FB, 25.5
font=7, Agency FB, 16.5

[Style]
name = STYLE_CONSOLE
font = 0
bold = false
italic = false
underline = false
color = 255, 255, 255

[Style]
name = STYLE_DIALOG
font = 1
bold = false
italic = false
underline = false
color = 135, 195, 224

[Style]
name = STYLE_DIALOG_SMALL
font = 5
bold = false
italic = false
underline = false
color = 135, 195, 224

[Style]
name = STYLE_BUTTON
font = 6
bold = false
italic = false
underline = false
color = 135, 195, 224

[Style]
name = STYLE_LOCTABLE
font = 0
bold = false
italic = false
underline = false
color = 135, 195, 224

[Style]
name = STYLE_LOCTABLE_SELECT
font = 0
bold = false
italic = false
underline = false
color = 245, 234, 82

[Style]
name = STYLE_LOCTABLE_INACTIVE
font = 0
bold = false
italic = false
underline = false
color = 182, 182, 182

[Style]
name = STYLE_SMALL_HEADER
font = 5
bold = false
italic = false
underline = false
color = 135, 195, 224

[Style]
name = STYLE_SMALL_HEADER_ACTIVE
font = 5
bold = false
italic = false
underline = false
color = 245, 234, 82

[Style]
name = STYLE_SUBSUBTITLE
font = 1
bold = false
italic = false
underline = false
color = 135, 195, 224

[Style]
name = STYLE_TITLE
font = 3
bold = false
italic = false
underline = false
color = 135, 195, 224
justify = center

[Style]
name = STYLE_ERROR
font = 0
bold = false
italic = false
underline = false
color = 191, 29, 29

[Style]
name = STYLE_NN_AGENCY
font = 5
bold = false
italic = false
underline = false
color = 135, 195, 224

[Style]
name = STYLE_PRIVATE
font = 0
bold = false
italic = false
underline = false
color = 59, 191, 29

[Style]
name = STYLE_CONSOLE_SENDER
font = 2
bold = false
italic = false
underline = false
color = 0, 255, 0





Uber Font Size ftw? - Harus - 07-21-2010

Well, I went to copy paste the above posted into my fonts folder in Freelancer, and noticed that my ini was corrupt. Uninstalled, and reinstalled FL and it seemed to have fixed.

Thanks though!