Added some new fonts for stuff. Removal of RNG damage. Instagib DM implemented through flak_instagib cvar. Enhanced Shock Rifle spawns can be disabled in DM and replaced with UDamage. Other things will come soon.
44 lines
520 B
Text
44 lines
520 B
Text
WHFONT
|
|
{
|
|
- WHMINUS
|
|
0 WH0
|
|
1 WH1
|
|
2 WH2
|
|
3 WH3
|
|
4 WH4
|
|
5 WH5
|
|
6 WH6
|
|
7 WH7
|
|
8 WH8
|
|
9 WH9
|
|
}
|
|
|
|
// UT Font size 40 (big text in various places, also used by announcer add-on)
|
|
UTFONT40
|
|
{
|
|
TEMPLATE uf40_%03d
|
|
}
|
|
|
|
// UT Font size 12 (automap text, identification info)
|
|
UTFONT12
|
|
{
|
|
TEMPLATE uf12_%03d
|
|
}
|
|
|
|
// Tahoma size 10 (messages)
|
|
TAHOMA10
|
|
{
|
|
TEMPLATE th10_%03d
|
|
}
|
|
|
|
// Unreal Engine small font (for clip counters on hud)
|
|
USMALLFONT
|
|
{
|
|
TEMPLATE usmf_%03d
|
|
}
|
|
|
|
// Replace Doom font with Tahoma too
|
|
SMALLFONT
|
|
{
|
|
TEMPLATE th10_%03d
|
|
}
|