SERVER SETUP FOR GOLGOTHA
=========================

If you add Golgotha to your map rotation, drop me a mail to mikejsteven@hotmail.com with the details and I'll be happy to pimp your server on the download page for Golgotha.

To run the map with the server variables I recommend just type "\exec golgothax.cfg" in the console, replacing the "x" with a number corresponding to the gametype you want. (FFA 0/1/2, TDM 3, TS 4, FTL 5, C&H 6, CTF 7). 

For example, if you want to play Team Survivor type "\exec golgotha4.cfg" (without the quote marks). This will run a 30 minute TS game on Golgotha and will then return to your normal map rotation.

If you really want to go Golgotha crazy, type "\exec allgolgothax.cfg", again replacing the "x" with the gametype number you want. This will start a game of your chosen type and will then cycle through all the other types in ascending order.

Alternatively, just cut the paragraph below corresponding to the gametype you want and paste it into your mapcycle.txt file:


ut_golgotha
{
g_gametype  0 // FREE FOR ALL
fraglimit 0
timelimit 30
g_respawnDelay 3
g_respawnProtection 2 
g_removeBodyTime 10
g_failedVoteTime 600
}


ut_golgotha
{
g_gametype  3 // TEAM DEATHMATCH
g_friendlyFire 1
fraglimit 0
timelimit 30
g_respawnDelay 3
g_respawnProtection 2
g_removeBodyTime 10
g_failedVoteTime 600
}


ut_golgotha
{
g_gametype 4 // TEAM SURVIVOR
g_friendlyFire 1
fraglimit 0
timelimit 30
g_survivorRoundTime 5
g_survivorRoundDelay 3
g_doWarmup 1
g_warmup 5
g_removeBodyTime 300 // If the next map in your cycle is not TS or FTL, make sure you lower this setting for that map
g_failedVoteTime 600
}


ut_golgotha
{
g_gametype 5 // FOLLOW THE LEADER
g_friendlyFire 1
fraglimit 0
timelimit 30
g_survivorRoundTime 5
capturelimit 0
g_removeBodyTime 300 // If the next map in your cycle is not TS or FTL, make sure you lower this setting for that map
g_failedVoteTime 600
}


ut_golgotha
{
g_gametype 6 // CAPTURE AND HOLD
g_friendlyFire 1
g_captureScoreTime 60
fraglimit 0
timelimit 30
g_respawnDelay 5
g_respawnProtection 2
capturelimit 0
g_removeBodyTime 10
g_failedVoteTime 600
}


ut_golgotha
{
g_gametype 7 // CAPTURE THE FLAG
g_friendlyFire 1
fraglimit 0
timelimit 30
g_respawnDelay 10 // Do not reduce this figure unless you're running a server with VERY few slots
g_respawnProtection 2
capturelimit 0
g_removeBodyTime 10
g_failedVoteTime 600
}