home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 March / Gamestar_82_2006-03_dvd.iso / CD / DATABASE / CESTINY / genzh103cz.exe / Data / English / Language.ini < prev   
Text File  |  2003-09-21  |  2KB  |  28 lines

  1. ;// Language.ini ///
  2. ;// This file contains all declarations that are specific to a language.
  3. ;// for example, this is where we set the unicode font for a language
  4.  
  5. Language
  6.   UnicodeFontName = "Arial Unicode MS"
  7.   MilitaryCaptionSpeed = 1;       ;// the caption speed for the mission location type
  8.   ;LocalFontFile = PLCC____.TTF  ;//When we add our game fonts... this is where we do it.
  9.   CopyrightFont = Courier 12 Yes; //Used to display copyright at start of game
  10.   MessageFont   = Arial 10 Yes; //Used for messages at top of screen.
  11.   MilitaryCaptionTitleFont = "Courier New" 12 Yes ;Mission briefing text in bottom left corner.
  12.   MilitaryCaptionFont = "Courier New" 12 No ;Mission briefing text in bottom left corner.
  13.   MilitaryCaptionDelayMS = 750
  14.   SuperweaponCountdownNormalFont = Arial 10 No  ;superweapon countdown in top right
  15.   SuperweaponCountdownReadyFont = Arial 10 Yes  ;superweapon countdown in top right
  16.   NamedTimerCountdownNormalFont = Arial 10 No  ;mission specific timer
  17.   NamedTimerCountdownReadyFont = Arial 10 No  ;mission specific timer
  18.   DrawableCaptionFont = Arial 10 No ;captions over objects like construction percent.
  19.   DefaultWindowFont = "Times New Roman" 14 No; default font used by windows that don't specify font.
  20.   DefaultDisplayStringFont = "Times New Roman" 12 No;  default font used for strings that don't specify font.
  21.   TooltipFontName = Arial 8 No; mouse tooltips
  22.   NativeDebugDisplay = FixedSys 8 No;  used to display frame rate and other debug stats.
  23.   DrawGroupInfoFont = Arial 10 No; used to diplay number of selection group to left of unit health bar.
  24.   CreditsTitleFont = Arial 22 No; used to diplay number of selection group to left of unit health bar.
  25.   CreditsMinorTitleFont = Arial 16 Yes; used to diplay number of selection group to left of unit health bar.
  26.   CreditsNormalFont = Arial 14 No; used to diplay number of selection group to left of unit health bar.
  27.   ResolutionFontAdjustment = 0.7 ; Fonts increase at 70% the rate the resolution increases.
  28. End