SRCDS Steam group


Garrys Mod server.cfg
#1
okay i´ve been browsing for some time nowand i just cant seem to find a server.cfg anywhere. Do anyone have one laying that i could get and make some modifications to.
cuz i dont know the commands in GMod.
Reply
#2
I don't use a cfg for GMod....

Big Grin

Here's an example however:
Code:
"hostname"                "--server name here--"
"rcon_password"                 "--rcon pass here--"
"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"

// 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"                "150"
"sbox_maxragdolls"            "5"
"sbox_maxnpcs"                "10"
"sbox_maxballoons"            "10"
"sbox_maxeffects"            "50"
"sbox_maxdynamite"            "10"
"sbox_maxlamps"                "20"
"sbox_maxthrusters"            "30"
"sbox_maxwheels"            "20"
"sbox_maxhoverballs"            "20"
"sbox_maxvehicles"            "6"
"sbox_maxbuttons"            "20"
"sbox_maxsents"                "20"
"sbox_maxemitters"            "5"
"sbox_maxspawners"            "3"
"sbox_maxturrets"            "2"

// Sandbox WIRE limits
// If you are not running wire addon, remove this entire section.
"sbox_maxwire_wheels"            "20"
"sbox_maxwire_waypoints"        "30"
"sbox_maxwire_values"            "20"
"sbox_maxwire_twoway_radioes"    "30"
"sbox_maxwire_turret"            "10"
"sbox_maxwire_thrusters"        "30"
"sbox_maxwire_target_finders"    "10"
"sbox_maxwire_speedometers"    "14"
"sbox_maxwire_emitters"        "25"
"sbox_maxwire_simple_explosive"    "30"
"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"            "16"
"sbox_maxwire_inputs"            "20"
"sbox_maxwire_indicators"        "21"
"sbox_maxwire_hoverballs"        "20"
"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"
Join the Source Dedicated Server Support Group on Steam Community!
Source Dedicated Server (SRCDS)
Free to join, Live support! (When available)

http://forums.srcds.com/viewtopic/5114
Reply
#3
(02-10-2009, 07:33 PM)Drocona Wrote:  I don't use a cfg for GMod....

Big Grin

Here's an example however:
Code:
"hostname"                "--server name here--"
"rcon_password"                 "--rcon pass here--"
"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"

// 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"                "150"
"sbox_maxragdolls"            "5"
"sbox_maxnpcs"                "10"
"sbox_maxballoons"            "10"
"sbox_maxeffects"            "50"
"sbox_maxdynamite"            "10"
"sbox_maxlamps"                "20"
"sbox_maxthrusters"            "30"
"sbox_maxwheels"            "20"
"sbox_maxhoverballs"            "20"
"sbox_maxvehicles"            "6"
"sbox_maxbuttons"            "20"
"sbox_maxsents"                "20"
"sbox_maxemitters"            "5"
"sbox_maxspawners"            "3"
"sbox_maxturrets"            "2"

// Sandbox WIRE limits
// If you are not running wire addon, remove this entire section.
"sbox_maxwire_wheels"            "20"
"sbox_maxwire_waypoints"        "30"
"sbox_maxwire_values"            "20"
"sbox_maxwire_twoway_radioes"    "30"
"sbox_maxwire_turret"            "10"
"sbox_maxwire_thrusters"        "30"
"sbox_maxwire_target_finders"    "10"
"sbox_maxwire_speedometers"    "14"
"sbox_maxwire_emitters"        "25"
"sbox_maxwire_simple_explosive"    "30"
"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"            "16"
"sbox_maxwire_inputs"            "20"
"sbox_maxwire_indicators"        "21"
"sbox_maxwire_hoverballs"        "20"
"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"

my srcds is messed up and didnt give me a server.cfg so i copyed this and pasted into a cfg file and now it says that sbox_allownpcs 1 is invalid command -.-
Reply
#4
(07-22-2010, 06:59 AM)gbuddy Wrote:  my srcds is messed up and didnt give me a server.cfg so i copyed this and pasted into a cfg file and now it says that sbox_allownpcs 1 is invalid command -.-

It's because that command probably doesn't exist any more.
~ Mooga ...w00t? - SRCDS.com on Twitter
[Image: 76561197965445574.png]
Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.
Reply
#5
(07-23-2010, 01:18 PM)Mooga Wrote:  
(07-22-2010, 06:59 AM)gbuddy Wrote:  my srcds is messed up and didnt give me a server.cfg so i copyed this and pasted into a cfg file and now it says that sbox_allownpcs 1 is invalid command -.-

It's because that command probably doesn't exist any more.

can you look at http://forums.srcds.com/viewtopic/14828 it has my info on the issue
Reply
#6
I'm just wondering where to save the folder and under what format is it .bat
Reply
#7
well, if its just the sbox_allownpcs you miss its probaly because its mp_allowNPCs Wink, i dont get what else you want help to? if theres more please exlain further Wink

~Fdmu
Reply
#8
(02-10-2009, 05:05 PM)TalkingWaterfall Wrote:  okay i´ve been browsing for some time nowand i just cant seem to find a server.cfg anywhere. Do anyone have one laying that i could get and make some modifications to.
cuz i dont know the commands in GMod.
Okay, I know im late but try this website http://gmod-servercfg.appspot.com/ you make it yourself, and you put your server.cfg in serverfolder>garrysmod>cfg
sorry!
Reply
#9
(07-29-2015, 09:58 AM)GreatAssassin02 Wrote:  
(02-10-2009, 05:05 PM)TalkingWaterfall Wrote:  okay i´ve been browsing for some time nowand i just cant seem to find a server.cfg anywhere. Do anyone have one laying that i could get and make some modifications to.
cuz i dont know the commands in GMod.
Okay, I know im late but try this website http://gmod-servercfg.appspot.com/ you make it yourself, and you put your server.cfg in serverfolder>garrysmod>cfg
sorry!

We'll check on it!

Huntington Beach Concrete Pros
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)