zitat nightwing:
Verstehe nicht, was daran schwieriger sein soll
na in der ace cfg war nur die base url zeile auszufüllen, bei der extrem redirect cfg versteh ich nicht wo man was eingeben muß.
ICH WILL DOCH NUR DIESE ZEILEN LOSWERDEN:
set sv_allowdownload "1"
seta sv_wwwDownload "1"
seta sv_wwwBaseURL "http://scheibe.kilu.de/"
seta sv_wwwDlDisconnected "0"
statt dessen soll ich das alles wissen?
//*************************************************************************
*****
// Call of Duty 4 - eXtreme+ modification
//*************************************************************************
*****
// author : eXtreme+ Support Crew
// email :
admin@mycallofduty.com
// website :
http://www.mycallofduty.com
//
// mod : X4 : eXtreme+ Warfare
// version : 1.0
// update : January 2008
//*************************************************************************
*****
//**WORK IN PROGRESS** WILL NOT DISCONNECT THE PLAYER AND RECONNECT TO NEW SERVER -- EVERYTHING ELSE WORKING FINE
//*************************************************************************
*****
// Server Redirection
//*************************************************************************
*****
// Global switch
// 0 = disable (default)
// 1 = enable
//set ex_redirect "1"
// The IP:port of the new target server
// default = (empty)
//set ex_redirect_ip "1.2.3.4:28960"
// How long to display the redirection notice in seconds
// min = 5, max = 60 (default = 10)
//set ex_redirect_pause "20"
// Set reason for redirection.
// When set to 1, players still need to pass the full server test
// 0 = full server: redirecting to other server (default)
// 1 = private server (only known clans): redirecting to public server
// 2 = old server: redirecting to new server
// 3 = being serviced: redirecting to other server
//set ex_redirect_reason "3"
// Set logic for full server redirection
// 0 = redirect if number of players = max clients - 1 (default)
// 1 = redirect if number of players = max clients - private slots
// 2 = redirect if number of players = max clients - private slots - 1
//set ex_redirect_logic "1"
// Clan priority mode
// Redirect existing players to make room for clan player.
// It will always try to redirect non-clan players first, if available.
// Before enabling this feature you should order the clan tags (see clancontrol.cfg)
// clan1 (ex_clantag1) has the highest priority. clan4 (ex_clantag4) the lowest.
// 0 = disable (default) - Redirect: connecting player
// 1 = prioritize clan 1 - Redirect: non-clan » clan4 » clan3 » clan2
// 2 = prioritize clan 1+2 - Redirect: non-clan » clan4 » clan3
// 3 = prioritize clan 1+2+3 - Redirect: non-clan » clan4
// 4 = prioritize all clans - Redirect: non-clan
//set ex_redirect_priority "1"
// Show a hint
// 0 = disable
// 1 = enable (default)
//set ex_redirect_hint "1"