Make max slider value for most sbox limits 200 to better conform to the gmod admin menu

This commit is contained in:
SticklyMan 2023-11-21 05:51:41 -07:00 committed by SticklyMan
parent 67a332977a
commit bef6fda7e3
2 changed files with 11 additions and 11 deletions

View File

@ -207,22 +207,22 @@ Not yet, I'm being attacked by an... OH CRAP!
files["sbox_limits.txt"] = files["sbox_limits.txt"] =
[[;The number by each cvar indicates the maximum value for the slider in XGUI. [[;The number by each cvar indicates the maximum value for the slider in XGUI.
|Sandbox |Sandbox
sbox_maxballoons 100 sbox_maxballoons 200
sbox_maxbuttons 200 sbox_maxbuttons 200
sbox_maxcameras 50 sbox_maxcameras 200
sbox_maxdynamite 75 sbox_maxdynamite 200
sbox_maxeffects 200 sbox_maxeffects 200
sbox_maxemitters 100 sbox_maxemitters 200
sbox_maxhoverballs 200 sbox_maxhoverballs 200
sbox_maxlamps 50 sbox_maxlamps 200
sbox_maxlights 50 sbox_maxlights 200
sbox_maxnpcs 50 sbox_maxnpcs 200
sbox_maxprops 1000 sbox_maxprops 1000
sbox_maxragdolls 50 sbox_maxragdolls 200
sbox_maxsents 1024 sbox_maxsents 1024
sbox_maxthrusters 200 sbox_maxthrusters 200
sbox_maxturrets 50 sbox_maxturrets 200
sbox_maxvehicles 50 sbox_maxvehicles 200
sbox_maxwheels 200 sbox_maxwheels 200
|Other |Other
sbox_maxdoors 100 sbox_maxdoors 100

View File

@ -1 +1 @@
1700571053 1700571101