I’ve been trying to set up a server for me and my friends to play gmod. I read through the wiki and got it all figured out, forwarded all the ports, etc… But when I start up my server (using the batch script provided on the wiki), it loads all the stuff then it says ‘exec: failed to execute server.cfg’. I know server.cfg is the main config file for the server, and I went through a lot of trouble editing it and stuff. Here is my server.cfg:
"ServerSettings"
{
"hostname" "Pancake's Build"
"rcon_password" "****"
"sv_region" "0"
"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
"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"
}
I don’t know what is wrong with it, did I format it wrong or something? I put it in srcds/orangebox/garrysmod/cfg.
Also, another question. I have ULX installed and will I have to add admins to users.txt or does ULX have an interface for doing that?
Help would be much appreciated.