Sign in to follow this  
Shash_Dila

Need Help For set ip redirect mod

Recommended Posts

I cant right now dude but when you downloaded the mod i assume it came in a zip folder. Inside that folder it should have at least files in their. One of them will be called something .cfg Inside that there will be something saying set_ip or something. You simply type the ip you want too redirect. If their is not you will have to wait until i can access my home pc.

Share this post


Link to post
Share on other sites

Like this ??

already done :/ but didn't work


//******************************************************************************
// 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 "108.174.147.130:27115"

// 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 order: any connecting player
// 1 = prioritize clan 1 - Redirect order: non-clan » clan4 » clan3 » clan2
// 2 = prioritize clan 1+2 - Redirect order: non-clan » clan4 » clan3
// 3 = prioritize clan 1+2+3 - Redirect order: non-clan » clan4
// 4 = prioritize all clans - Redirect order: non-clan
//set ex_redirect_priority "1"

// Show a hint
// 0 = disable
// 1 = enable (default)
//set ex_redirect_hint "1"

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this