home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2006 April
/
Gamestar_83_2006-04_dvd.iso
/
Dema
/
lotrbfme2_demo.exe
/
lang
/
English.big
/
headertemplate.ini
< prev
next >
Wrap
Text File
|
2006-02-02
|
3KB
|
108 lines
;// FILE: HeaderTemplate.ini ///////////////////////////////////////
;// Contains templates we can assign to control in the game. The game can be customized
;// depending on location with this system. For example, if we go to a chinease font, we probably don't
;// want things to be in bold so we can setup all the sections that use to use bold to not, as well as
;// change the font if need be.
;/////////////////////////////////////////////////////////////////////
;// Modify this file if you're working on different languages!!!!! //
;/////////////////////////////////////////////////////////////////////
;///////////////////
; For the most part, only Apt... are now being used in the game
; Most others have become obsolete.
;// Used in flash screens.
HeaderTemplate AptGadgets
Font = "Albertus MT"
Point = 14
Bold = No
End
HeaderTemplate AptGadgetsTiny
Font = "Albertus MT"
Point = 12
Bold = No
End
;/////////////////////////////////////////////////////////
;// Whenever we have large Titles
HeaderTemplate Title
Font = "Generals"
Point = 20
Bold = No
End
;//This will be used for the buttons at the bottom of the screens
HeaderTemplate MainButton
Font = "Generals"
Point = 15
Bold = No
End
;//This is used for all the rest of the buttons
HeaderTemplate Button
Font = "Arial"
Point = 12
Bold = No
End
;//This is used for all the small buttons (Like the save load buttons for the campaigns
HeaderTemplate ButtonSmall
Font = "Arial"
Point = 10
Bold = No
End
;// wherever we enter text we'll try to always use this
HeaderTemplate TextEntry
Font = "Arial"
Point = 10
Bold = No
End
;// wherever we enter text we'll try to always use this
HeaderTemplate ComboBoxEntry
Font = "Arial"
Point = 10
Bold = No
End
;// Used for all sub headings
HeaderTemplate MinorTitle
Font = "Arial" ; Generals
Point = 14
Bold = No
End
;// Used wherever we have static text labels (for example, all the score screen player information
HeaderTemplate LabelRegular
Font = "Arial"
Point = 10
Bold = No
End
;// Used wherever we have small static text labels (for example, On the side select window)
HeaderTemplate LabelSmall
Font = "Arial"
Point = 10
Bold = No
End
;// Used only on the loadscreen under the cameos that popup partway through the load movie
HeaderTemplate LoadScreenCameos
Font = "Arial"
Point = 10
Bold = No
End
;// Used only on the loadscreen located at the bottom of the zoomed in map
HeaderTemplate LoadScreenMissionLocation
Font = "Arial"
Point = 14
Bold = No
End