Release Candidate 2:
- Added option to toggle all beta content. - Added option to toggle armor bonuses (for purists). - Added cheap alternate allmap replacer, so there's something else to replace the computer map when the detector isn't allowed. - Small fixes and corrections.
This commit is contained in:
parent
b9478d3fef
commit
7051cb25be
35 changed files with 719 additions and 93 deletions
|
|
@ -73,6 +73,8 @@ server bool sting_olsmp = true; // adds the stupid oldskool SMP 7243 to
|
|||
// an option
|
||||
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
|
||||
// (Demolisher, Razorclaw, Autocannon)
|
||||
server bool sting_autoscuba = true; // SCUBA gear toggles automatically
|
||||
|
|
@ -88,3 +90,4 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue