Admineinstellungen.........brauche hilfe

Alles rund um das scripten und Server aufsetzen
Antworten
Abaddon
Jungspund
Jungspund
Beiträge: 11
Registriert: Mi 12. Sep 2007, 23:39

Admineinstellungen.........brauche hilfe

Beitrag von Abaddon »

so ich habe jetzt einen lauffähige server.cfg erstellt.......

jetzt ha ich noch eine frage........

wie bekomme ich es hin, das die client nicht an meinem whaleclient rumschrauben können, so das dieser mod nur für den admin zu versstellen ist.....also für mich......
meine aktuelle server config sieht so aus.......ist nicht viel aber hauptsache er läuft....für lan party reichts

Code: Alles auswählen

set dedicated "1"				 
// set net_ip "192.168.178.29"				
// set net_port "27960"				

// PASSWORDS & CLIENTS 

set sv_maxclients "20"		
set g_password ""				
set sv_privateclients "0"			
set sv_privatepassword ""			
set rconpassword "" 				
set refereePassword ""				

// DL, RATE

set sv_maxRate "13000"				 
set sv_dl_maxRate "42000"			 
set sv_allowDownload "0"        			
set sv_wwwDownload "0"				
set sv_wwwBaseURL "" 				 
set sv_wwwDlDisconnected "0"			  
set sv_wwwFallbackURL ""			 

// MOTD ETC

set sv_hostname "" 			
set server_motd0 ""
set server_motd1 ""
set server_motd2 ""
set server_motd3 ""
set server_motd4 ""
set server_motd5 ""

// MISC SETTINGS

set g_heavyWeaponRestriction "100"
set g_antilag "1"
set g_altStopwatchMode "0"
set g_autofireteams "1"
set g_complaintlimit "6"
set g_ipcomplaintlimit "3"
set g_fastres "0"
set g_friendlyFire "1"
//set g_gametype "4"				
set g_minGameClients "0"
set g_maxlives "0"
set g_alliedmaxlives "0"
set g_axismaxlives "0"
set g_teamforcebalance "1"
set g_noTeamSwitching "0"
set g_voiceChatsAllowed "4"
set g_doWarmup "1"
set g_warmup "10"
set g_spectatorInactivity "0"
set sv_floodProtect "1"
set sv_allowDownload "1"
set sv_pure "1"
set sv_minping "0"
set sv_maxping "0"
set match_latejoin "1"
set match_minplayers "0"
set match_mutespecs "0"
set match_readypercent "100"
set match_timeoutcount "0"
set match_warmupDamage "1"
set team_maxplayers "0"
set team_nocontrols "1"
set pmove_fixed "0"
set pmove_msec "8"
set g_useraxisrespawntime "10"
set g_alliesrespawntime "10"

//SOUNDS

set g_hitsounds "1"
set cg_hitsounds "2"
set cg_hitheadsound "sound/whaleclient/wc_headshot.wav"
set cg_hitbodysound "sound/whaleclient/wc_hit.wav"
set sv_wcflags "48"
set g_obituary "1"
set cg_killingspree "7"
set cg_killingspreepos "2"
set cg_announcersounds "5"

// LMS ONLY SETTINGS

set g_lms_teamForceBalance "1"
set g_lms_roundlimit "3"
set g_lms_matchlimit "2"
set g_lms_currentMatch "0"
set g_lms_lockTeams "0"
set g_lms_followTeamOnly "1"

// VOTING

set g_allowVote "0"
set vote_limit "1"
set vote_percent "100"
set vote_allow_comp "1"
set vote_allow_gametype "1"
set vote_allow_kick "1"
set vote_allow_map "1"
set vote_allow_matchreset "1"
set vote_allow_mutespecs "1"
set vote_allow_nextmap "1"
set vote_allow_pub "1"
set vote_allow_referee "0"
set vote_allow_shuffleteams "1"
set vote_allow_swapteams "1"
set vote_allow_friendlyfire "1"
set vote_allow_timelimit "0"
set vote_allow_warmupdamage "1"
set vote_allow_antilag "1"
set vote_allow_balancedteams "1"
set vote_allow_muting "1"

// PUNKBUSTER

// sv_punkbuster is a readonly variable. Use +set sv_punkbuster on command line or use the command pb_sv_enable in the console
//pb_sv_enable

// LOGGING

set g_log "etserver.log" 			
set g_logsync 0
set logfile 0 					 

// MAP ROTATION

exec campaigncycle.cfg				
//exec objectivecycle.cfg			
//exec lmscycle.cfg				

// WATCHDOG

// in case the game dies with an ERR_DROP
// or any situation leading to server running with no map
//set com_watchdog 10				
set com_watchdog_cmd "exec campaigncycle.cfg"
	

THX
mfg
Abaddon
Antworten