05-24-2012, 04:24 AM
I am attempting to learn how to setup game mods along with other addons to a garry's mod server, so that when a friend rents a server I can set it up for him,
so I am attempting to set up a server on my current computer and get use to adding things to it, right now I have it running on my system but, for some reason it does not use the server.cfg file in the cfg folder, when I start up srcds, the name and setting for the garry's mod server are what ever I last put in and not what's on the server.cfg file so I can't use the .cfg file to set the gamemode
I've tried saving the server.cfg file with more then one program with no luck
I've looked around my system to see if I some how installed a Gmod server in another folder, I've looked in all the folders I could think of for a server.cfg file and could not find one.
So I don't know what I've done wrong . . .
So could any one help me out?
I am trying to setup a simple surf mod server
Could it be my server.cfg file, this is what I have in it
hostname Criss
rcon_password "Changed"
sv_password "" // Use to password protect your server
sv_defaultgamemode "surf"
mp_flashlight 1
mp_timelimit 180
sv_allowdownload 1
sv_allowupload 1
pausable "0"
// Voice Comm
sv_voiceenable "1"
sv_alltalk 1
decalfrequency 60
//GMOD CVARS - Limits of buildables, the numbers are the total limits on your server.
// Don't make too high or your server will lag and it can crash more.
sbox_maxnpcs "6"
sbox_maxballoons "10"
sbox_maxdynamite "4"
sbox_noclip "1"
sbox_maxthrusters "20"
sbox_maxprops "100"
sbox_maxwheels "20"
sbox_plpldamage "0"
sbox_godmode "1"
sbox_playergod "1"
sbox_maxhoverballs "20"
sbox_maxsents "20"
sbox_maxeffects "10"
sbox_maxbuttons "10"
sbox_maxlamps "4"
sbox_maxragdolls "10"
sbox_maxvehicles "4"
sbox_allownpcs "1"
sbox_maxemitters "5"
// bandwidth rates/settings
sv_minrate 0
sv_maxrate 25000
sv_minupdaterate 33
sv_maxupdaterate 66
sv_mincmdrate 33
sv_maxcmdrate 66
sv_client_cmdrate_difference 1
sv_client_predict 1
sv_client_interpolate 1
sv_client_min_interp_ratio -1
sv_client_max_interp_ratio -1
sv_lan 0
log on
mp_logmessages 1
sv_logbans 1
sv_rcon_banpenalty 60
sv_rcon_maxfailures 5
sv_rcon_minfailures 5
sv_rcon_minfailuretime 45
// sv_region tells the Steam servers where your server is located, possible values are:
// 0 - US East coast
// 1 - US West coast
// 2 - South America
// 3 - Europe
// 4 - Asia
// 5 - Australia
// 6 - Middle East
// 7 - Africa
sv_region 0
so I am attempting to set up a server on my current computer and get use to adding things to it, right now I have it running on my system but, for some reason it does not use the server.cfg file in the cfg folder, when I start up srcds, the name and setting for the garry's mod server are what ever I last put in and not what's on the server.cfg file so I can't use the .cfg file to set the gamemode
I've tried saving the server.cfg file with more then one program with no luck
I've looked around my system to see if I some how installed a Gmod server in another folder, I've looked in all the folders I could think of for a server.cfg file and could not find one.
So I don't know what I've done wrong . . .
So could any one help me out?
I am trying to setup a simple surf mod server
Could it be my server.cfg file, this is what I have in it
hostname Criss
rcon_password "Changed"
sv_password "" // Use to password protect your server
sv_defaultgamemode "surf"
mp_flashlight 1
mp_timelimit 180
sv_allowdownload 1
sv_allowupload 1
pausable "0"
// Voice Comm
sv_voiceenable "1"
sv_alltalk 1
decalfrequency 60
//GMOD CVARS - Limits of buildables, the numbers are the total limits on your server.
// Don't make too high or your server will lag and it can crash more.
sbox_maxnpcs "6"
sbox_maxballoons "10"
sbox_maxdynamite "4"
sbox_noclip "1"
sbox_maxthrusters "20"
sbox_maxprops "100"
sbox_maxwheels "20"
sbox_plpldamage "0"
sbox_godmode "1"
sbox_playergod "1"
sbox_maxhoverballs "20"
sbox_maxsents "20"
sbox_maxeffects "10"
sbox_maxbuttons "10"
sbox_maxlamps "4"
sbox_maxragdolls "10"
sbox_maxvehicles "4"
sbox_allownpcs "1"
sbox_maxemitters "5"
// bandwidth rates/settings
sv_minrate 0
sv_maxrate 25000
sv_minupdaterate 33
sv_maxupdaterate 66
sv_mincmdrate 33
sv_maxcmdrate 66
sv_client_cmdrate_difference 1
sv_client_predict 1
sv_client_interpolate 1
sv_client_min_interp_ratio -1
sv_client_max_interp_ratio -1
sv_lan 0
log on
mp_logmessages 1
sv_logbans 1
sv_rcon_banpenalty 60
sv_rcon_maxfailures 5
sv_rcon_minfailures 5
sv_rcon_minfailuretime 45
// sv_region tells the Steam servers where your server is located, possible values are:
// 0 - US East coast
// 1 - US West coast
// 2 - South America
// 3 - Europe
// 4 - Asia
// 5 - Australia
// 6 - Middle East
// 7 - Africa
sv_region 0