Localization work (spanish fully covered for now).

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.
This commit is contained in:
Marisa the Magician 2019-04-13 19:18:07 +02:00
commit 923970898e
984 changed files with 730 additions and 245 deletions

View file

@ -12,3 +12,33 @@ WHFONT
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
}