Author Topic: X4 Enhanced Redirect question.  (Read 903 times)

Offline SmokingJoePot

  • Rank: Private
  • *
  • Posts: 20
X4 Enhanced Redirect question.
« on: July 18, 2010, 12:56:27 am »
I was looking at the documentation for X4 that comes with the mod it don't mention the X4 Enhanced Redirect thats in the server.cfg. Will that also work in a server.cfg from another mod or is that only specifically functionable for X4?
And why is there two redirectors? can I enable both and which one should I be using?

// Client Download Settings. (0=off/1=on) Used for MODs and custom maps
// See included Quick Setup Guide for instructions.
set sv_allowdownload "1"
seta sv_wwwDownload "1"
seta sv_wwwBaseURL "http://www.your_website.com/cod4"
seta sv_wwwDlDisconnected "0"

//****************************************************************************
// X4 Enhanced Redirect
// This feature will allow your server to send maps/mods from different locations.
//****************************************************************************
// Enable download manager?
// 0 = No, 1 = Yes, Default = 0
//set ex_url_redirect "0"      

// Enter your default settings here. This is required if enhanced redirect is enabled!
//set ex_allowDownload "1"            // 0 = No, 1 = Yes, Default = 1
//set ex_wwwDownload "1"            // 0 = No, 1 = Yes, Default = 0
//set ex_wwwDlDisconnected "0"         // 0 = No, 1 = Yes, Default = 0
//set ex_wwwBaseURL "http://www.your_website/cod4"

// Your "map-specific" settings go here. The examples shown are disabled with: //
// NOTE: If you have other client downloads (such as weapons/sound/graphics) you
// will need the mod.ff and .iwd files on EVERY redirection site that you setup.
//set ex_allowDownload_mp_canada "0"         // do not allow downloads on this map
//set ex_wwwDownload_mp_subway "0"            // download this from server, not HTTP
//set ex_wwwDlDisconnected_mp_ghosttown "1"      // disconnect player while downloading
//set ex_wwwBaseURL_mp_lrt "http://www.your_website.com/cod4"
//set ex_wwwBaseURL_mp_stonetown "http://www.your_website.com/~dvd/redirect"
//set ex_wwwBaseURL_mp_offensive "http://www.your_website.com/redirect"


If I'm using maps do I direct my url to my website to http://www.mywebsite.com/usermaps or to http://www.mywebsite.com/cod4???
If I'm using a mod do I redirect it to http://www.mywebsite.com/Mods or http://www.mywebsite.com/cod4???
Do I have to stick the name of the map in front of the url like this //set ex_wwwBaseURL_mp_mymap "http://www.your_website.com/cod4"
Can I do the same for the Mod? //set ex_wwwBaseURL_X4 "http://www.your_website.com/cod4"