View Single Post
ikir
Junior Member
Join Date: Jun 2014
Old 06-21-2014 , 13:58   Re: Source Dedicated Server for Mac OS X
Reply With Quote #162

Ok thanks so much.

I'm having difficulties to understand how to configure server variables. I want my server to start in coop checkpoint mode. I start server with this command:
Code:
./srcds_run -game insurgency -maxplayers 24 -nohltv -ip 192.168.1.100 -hostport 27016
My server cfg is this one:
Code:
// ---------------------------------------------------------------
// Server Info Options
// ---------------------------------------------------------------

hostname "ikir Mac mini Insurgency server"
rcon_password ""
sv_password ""

sv_logbans 0
sv_logecho 1
sv_logfile 0
sv_log_onefile 0
sv_lan 0
sv_region 3
sv_deadchat 1
sv_hud_deathmessages 1
sv_deadchat_team 0
mp_friendlyfire 1
mp_tkpunish 1		
sv_hud_scoreboard_show_kd 1
sv_hud_targetindicator 1
sv_allow_votes 1

mapcyclefile "mapcycle_cooperative.txt"

motdfile "motd.txt"
It should load map cycle_cooperative.txt and start the game as coop checkpoint right, shouldn't it?
Instead every time it start with FireFight and Market map



If a variable is set in server.cgf and also in server_cooperative.cfg which ones actually works?
ikir is offline