Text Problems

CarbonHUN

New Member
Hi all,

I have got a big big big problem: I cant see the text in-game:
I cant see in: keyblindings, classes, servers i just see the selecting colour...
BUT i can see the in game chat so this is so weird...

I upload my console file
 

Attachments

Here is my solution: I've changed font settings in prefs.cs from "Arial" and "Arial Bold" to "Tahoma". Everything works fine
 
Open the Legions Overdrive folder that you downloaded from the website, and go to: live > legions > preferences > prefs.cs.

You should then see something like the following (this will be within a lot of other text), and you need replace all instances of "Arial Bold" and "Arial" to "Tahoma".
Code:
$Pref::Gui::DefaultBoldFont = "Arial Bold";
$Pref::Gui::DefaultFont = "Arial";
$Pref::Gui::DefaultFontSize = 14;
$Pref::Gui::FontCacheDirectory = "legions/data/fonts/";
$Pref::Gui::TextColor = "200 200 200";
$Pref::Gui::TextHighlightColor = "240 240 240";
$Pref::Gui::TextSelectedColor = "40 40 40";
$Pref::Hud::ChatFont = "Arial";
$Pref::Hud::ChatFontSize = 16;
$Pref::Hud::DefaultBoldFont = "Arial Bold";
$Pref::Hud::DefaultFont = "Arial";
 
Back
Top