Installation
InstallationAutomatic-> es_install serverRedirect -autoload
-> Add the following line to your autoexec.cfg:
:: es_load serverRedirect
-> Alternatively to load manually:
:: rcon es_load serverRedirect
-> Restart your server
Manual-> Extract Downloadable .zip file to .../<gameDir>/
-> Add the following line to your autoexec.cfg:
:: es_load serverRedirect
-> Alternatively to load manually:
:: rcon es_load serverRedirect
-> Restart your server
Configuration1) Add each <ip>:<port> on a seperate line in .../<gameDir>/addons/eventscripts/serverRedirect/servers.txt
2) Load the script once and a serverRedirect.cfg configuration file will automatically be created:
Code:
// ******************************
// Script Configuration
// ******************************
// Frequency server query updates. Must be integer (Default=60)
serverRedirect_updateFrequency 60
// Client console/say command to open menu. Must be string (Default="!servers")
serverRedirect_popupCommand "!servers"
Edit it to your liking.