• Server cfg failed to execute?
    3 replies, posted
I just set up a server by following the Gmod wiki. I just want to use this serer so me and a few friends can play. I got everything configured ok, but when I start up the server, it says exec: could not execute server.cfg Here's my server.cfg: [code]"ServerSettings" { "hostname" "Pancake's Build" "rcon_password" "****" "sv_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" "sv_minrate" "10000" "fps_max" "450" "sv_allowdownload" "1" "sv_allowupload" "0" // Sandbox server settings "sbox_allownpcs" "1" "sbox_godmode" "0" "sbox_plpldamage" "0" // set this to 1 to disable player vs player damage. "sbox_playergod" "0" "sbox_noclip" "1" // Sandbox limits "sbox_maxprops" "1000" "sbox_maxragdolls" "100" "sbox_maxnpcs" "50" "sbox_maxballoons" "100" "sbox_maxeffects" "100" "sbox_maxdynamite" "100" "sbox_maxlamps" "50" "sbox_maxthrusters" "100" "sbox_maxwheels" "50" "sbox_maxhoverballs" "50" "sbox_maxvehicles" "10" "sbox_maxbuttons" "100" "sbox_maxsents" "50" "sbox_maxemitters" "10" "sbox_maxspawners" "10" "sbox_maxturrets" "100" // Sandbox WIRE limits // If you are not running wire addon, remove this entire section. "sbox_maxwire_wheels" "50" "sbox_maxwire_waypoints" "50" "sbox_maxwire_values" "50" "sbox_maxwire_twoway_radioes" "50" "sbox_maxwire_turret" "50" "sbox_maxwire_thrusters" "50" "sbox_maxwire_target_finders" "50" "sbox_maxwire_speedometers" "50" "sbox_maxwire_emitters" "50" "sbox_maxwire_simple_explosive" "50" "sbox_maxwire_sensors" "30" "sbox_maxwire_screens" "20" "sbox_maxwire_relays" "20" "sbox_maxwire_rangers" "20" "sbox_maxwire_radioes" "30" "sbox_maxwire_sockets" "20" "sbox_maxwire_plugs" "20" "sbox_maxwire_pixels" "20" "sbox_maxwire_panels" "20" "sbox_maxwire_outputs" "20" "sbox_maxwire_oscilloscopes" "20" "sbox_maxwire_locators" "30" "sbox_maxwire_lights" "50" "sbox_maxwire_inputs" "20" "sbox_maxwire_indicators" "21" "sbox_maxwire_hoverballs" "50" "sbox_maxwire_gyroscopes" "10" "sbox_maxwire_gpss" "10" "sbox_maxwire_gate_trigs" "30" "sbox_maxwire_gate_times" "30" "sbox_maxwire_gate_selections" "30" "sbox_maxwire_gate_memorys" "30" "sbox_maxwire_gate_logics" "30" "sbox_maxwire_gate_comparisons" "30" "sbox_maxwire_gates" "50" "sbox_maxwire_explosive" "30" "sbox_maxwire_dual_inputs" "20" "sbox_maxwire_detonators" "20" "sbox_maxwire_buttons" "25" "sbox_maxwire_adv_inputs" "20" } [/code] Also this is off topic, but will people automatically download content from the server or do I need to set something up in the config file?
Are you sure server.cfg is actually in /orangebox/garrysmod/cfg? If not move it here. Secondly, depends what you mean by content. Lua that is needed to run is automatically downloaded, but normal stuff like models or materials may not be automatically downloaded and you'll need to use an addon that has force download. There's one on Gmod.org ([url]http://www.garrysmod.org/downloads/?a=view&id=80689[/url]) and one included with ulx(read the sever.ini file in /ulx/cfg/).
[QUOTE=nicatronTg;20074090]Are you sure server.cfg is actually in /orangebox/garrysmod/cfg? If not move it here. Secondly, depends what you mean by content. Lua that is needed to run is automatically downloaded, but normal stuff like models or materials may not be automatically downloaded and you'll need to use an addon that has force download. There's one on Gmod.org ([url]http://www.garrysmod.org/downloads/?a=view&id=80689[/url]) and one included with ulx(read the sever.ini file in /ulx/cfg/).[/QUOTE] Ya, my server.cfg is in /orangebox/garrysmod/cfg
try to make it more orginized here is my cfg // server name hostname "server name" // rcon passsword rcon_password "pass u want" // server cvars sv_defaultgamemode sandbox mp_friendlyfire 0 mp_footsteps 1 mp_flashlight 0 mp_forcecamera 0 sv_alltalk 0 sv_pausable 0 sv_cheats 0 sv_consistency 1 sv_allowupload 1 sv_allowdownload 1 sv_voiceenable 1 mp_allowspectators 1 mp_chattime 10 sv_timeout 65 // bandwidth rates/settings sv_minrate 0 sv_maxrate 20000 decalfrequency 10 //Do not change these settings sv_maxupdaterate 75 sv_minupdaterate 10 // server logging log off sv_logbans 0 sv_logecho 1 sv_logfile 1 sv_log_onefile 0 // operation sv_lan 0 sv_region 255 // execute ban files exec banned_user.cfg exec banned_ip.cfg //Downloading sv_downloadurl "http://a4p.host-right.info/orangebox/garrysmod" sv_allowdownload 1 sv_allowupload 1 net_maxfilesize 100 //Holy shit, a command no one ever uses heartbeat sv_voiceenable 1 // Enable Voice sv_alltalk 1 // Allow all the teams to talk to each other //Leave off unless you want them on. (Most things that crash servers are cheats.) sv_cheats 0 hostport 27015 //Port used for the Server // Sandbox WIRE limits // If you are not running wire addon, remove this entire section. sbox_maxwire_wheels 50 sbox_maxwire_waypoints 50 sbox_maxwire_values 50 sbox_maxwire_twoway_radioes 50 sbox_maxwire_turret 50 sbox_maxwire_thrusters 50 sbox_maxwire_target_finders 50 sbox_maxwire_speedometers 50 sbox_maxwire_emitters 50" sbox_maxwire_simple_explosive 50 sbox_maxwire_sensors 30 sbox_maxwire_screens 20 sbox_maxwire_relays 20 sbox_maxwire_rangers 20 sbox_maxwire_radioes 30 sbox_maxwire_sockets 20 sbox_maxwire_plugs 20 sbox_maxwire_pixels 20 sbox_maxwire_panels 20 sbox_maxwire_outputs 20 sbox_maxwire_oscilloscopes 20 sbox_maxwire_locators 30 sbox_maxwire_lights 50 sbox_maxwire_inputs 20 sbox_maxwire_indicators 21 sbox_maxwire_hoverballs 50 sbox_maxwire_gyroscopes 10 sbox_maxwire_gpss 10 sbox_maxwire_gate_trigs 30 sbox_maxwire_gate_times 30 sbox_maxwire_gate_selections 30 sbox_maxwire_gate_memorys 30 sbox_maxwire_gate_logics 30 sbox_maxwire_gate_comparisons 30 sbox_maxwire_gates 50 sbox_maxwire_explosive 30 sbox_maxwire_dual_inputs 20 sbox_maxwire_detonators 20 sbox_maxwire_buttons 25 sbox_maxwire_adv_inputs 20
Sorry, you need to Log In to post a reply to this thread.