Added Unreal '96 intro.
Fully implemented all Translator features, including mouse input. "Class icons" for player config menu (DT xdevel change). Fix pickup messages for some ammo types (also in DT xdevel).
This commit is contained in:
parent
fd5fdc20fb
commit
9c916d09d9
25 changed files with 252 additions and 76 deletions
|
|
@ -1,7 +1,8 @@
|
|||
user int stinger_hudmode = 0; // hud mode
|
||||
user int stinger_introtype = 0; // 0 - standard
|
||||
user int stinger_introtype = 0; // 0 - unreal '98
|
||||
// 1 - unreal '97
|
||||
// 2 - unreal '95
|
||||
// 2 - unreal '96
|
||||
// 3 - unreal '95
|
||||
server bool sting_telegun = false; // enable teleport capsules
|
||||
server bool sting_flares = false; // enable light/dark flares
|
||||
server bool sting_stinger = false; // unreal bible stinger detonation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue