40 lines
		
	
	
	
		
			906 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
	
		
			906 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| hostname "CroneKorkN : ${name}"
 | |
| sv_contact "admin@sublimity.de"
 | |
| 
 | |
| 
 | |
| sv_steamgroup "${','.join(steamgroups)}"
 | |
| 
 | |
| rcon_password "${rcon_password}"
 | |
| 
 | |
| 
 | |
| motd_enabled 0
 | |
| 
 | |
| 
 | |
| sv_cheats 1
 | |
| 
 | |
| 
 | |
| sv_consistency 0
 | |
| 
 | |
| 
 | |
| sv_lan 0
 | |
| 
 | |
| 
 | |
| sv_allow_lobby_connect_only 0
 | |
| 
 | |
| 
 | |
| sv_gametypes "coop,realism,survival,versus,teamversus,scavenge,teamscavenge"
 | |
| 
 | |
| 
 | |
| sv_minrate 30000
 | |
| sv_maxrate 60000
 | |
| sv_mincmdrate 66
 | |
| sv_maxcmdrate 101
 | |
| 
 | |
| 
 | |
| sv_logsdir "logs-${name}"        //Folder in the game directory where server logs will be stored.
 | |
| log on            //Creates a logfile (on | off)
 | |
| sv_logecho 0            //default 0; Echo log information to the console.
 | |
| sv_logfile 1        //default 1; Log server information in the log file.
 | |
| sv_log_onefile 0    //default 0; Log server information to only one file.
 | |
| sv_logbans 1        //default 0;Log server bans in the server logs.
 | |
| sv_logflush 0        //default 0; Flush the log files to disk on each write (slow).
 |