//the name that will appear in the server browser hostname "ers35's Lua Test Server" //sets a password //leave blank or remove for no password sv_password "" //the remote connection password for setting convars in-game //do not give this out rcon_password "adminpass" //the gamemode that the server will start on sv_defaultgamemode "sandbox" //players can take damage sbox_godmode "0" //players can damage each other sbox_plpldamage "0" //only 10 NPCs can be spawned per player sbox_maxnpcs "10" //other convars sbox_maxprops "100" sbox_maxragdolls "0" sbox_maxballoons "30" sbox_maxeffects "5" sbox_maxdynamite "0" sbox_maxlamps "10" sbox_maxthrusters "50" sbox_maxwheels "10" sbox_maxhoverballs "10" sbox_maxvehicles "5" sbox_maxbuttons "15" sbox_maxemitters "15" sbox_maxspawners "0" sbox_maxturrets "0"