02-03-2011, 01:49 AM
hey guys, i need to know what is wrong with the server.cfg file i have.
the console tries to lauch the server, but then throws errors which i fixed by terminating steam.
but now it just says "failed to exec server.cfg" in cmd
heres the file
the console tries to lauch the server, but then throws errors which i fixed by terminating steam.
but now it just says "failed to exec server.cfg" in cmd
heres the file
Code:
//Basic settings
"hostname" "randomserver3827"
"rcon_password" "password" //Remote control password
"sv_password" "password" //Server password
"sv_region" "0" // eastcoast: 0 - westcoast: 1 - south america: 2 - europe: 3 - asia: 4 - australia: 5 - middle east: 6 - africa: 7 - world: 255
"sv_lan" "0" //Lan only (1) or no (0)
//If you want use fast download, please remove slash.
//"sv_downloadurl" "http://example.com/garrysmod/"
// Sandbox server settings
"sbox_godmode" "0"
"sbox_plpldamage" "1" // set this to 1 to disable player vs player damage.
"sbox_noclip" "1"
// Sandbox limits
"sbox_maxprops" "500"
"sbox_maxragdolls" "250"
"sbox_maxnpcs" "200"
"sbox_maxballoons" "200"
"sbox_maxeffects" "200"
"sbox_maxdynamite" "100"
"sbox_maxlamps" "200"
"sbox_maxthrusters" "200"
"sbox_maxwheels" "100"
"sbox_maxhoverballs" "100"
"sbox_maxvehicles" "30"
"sbox_maxbuttons" "200"
"sbox_maxemitters" "50"
"sbox_maxspawners" "30"
"sbox_maxturrets" "20"
//Load bans
exec "banip.cfg"
exec "banid.cfg"