1.1.1 update (same as flak_m):
- Sound overhaul. - Added extended '95 theme from Unreal mac port.
This commit is contained in:
parent
1207748311
commit
6820c4deba
32 changed files with 297 additions and 282 deletions
|
|
@ -79,7 +79,7 @@ server bool sting_msentry = true; // allows the new Minigun Sentry, which
|
|||
// is an original creation for this mod
|
||||
server bool sting_abonus = true; // allows the armor bonus pickup, which
|
||||
// is also original for this mod
|
||||
server bool sting_dubious = true; // allows weapons of dubious origin
|
||||
server bool sting_dubious = false; // allows weapons of dubious origin
|
||||
// (Demolisher, Razorclaw, Autocannon)
|
||||
server bool sting_autoscuba = true; // SCUBA gear toggles automatically
|
||||
// when needed
|
||||
|
|
@ -94,7 +94,7 @@ server bool sting_flametspread = false; // targets on fire spread the flames
|
|||
// to anyone nearby (may be op)
|
||||
server bool sting_impself = false; // disable impaler beam self-hit
|
||||
user bool sting_zoomshader = true; // rifle scope shader
|
||||
server bool sting_proto = true; // allow prototype content
|
||||
server bool sting_proto = false; // allow prototype content
|
||||
server bool sting_allsuits = false; // allow the player to wear all three
|
||||
// types of suits simultaneously
|
||||
// (this is very unbalanced)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue