Optional Mod   : Game Type Description Fix
eXtreme Version: 2.8

Description:
All game type scripts (in maps/mp/gametypes) have been moved server sided
to allow easy access for updates and bug fixes without the need to update
the client sided iwd file (which would mean new downloads for all players).
Only disadvantage is that it breaks the nice game type description on the
loading screens. This optional mod addresses this issue.

There are two ways to fix this:
A. The server side way...
   You copy the supplied file (0.iwd) to the "main" folder on your server.
   This file contains dummy game type scripts. Then you edit "_ex_main.gsc",
   which contains some extra code to get this file on the list of referenced
   iwd files.
   This is not the cleanest fix in town, but it is the most flexible.
B. The client side way...
   You move all game type scripts into the client side iwd file (not the ones
   in 0.iwd, but the real ones!).
   If any of the game type scripts needs updating later on (as part of the
   fixpack), you need to update the scripts in the client side iwd. After
   every update all players will have to redownload the client side iwd.
   This is the cleanest way, but also the least flexible.
Choose A or B. It's up to you!

Instructions A (server side):
- Stop the server.
- Copy the file "0.iwd" in the "main" folder of this mod to the "main"
  folder on the server.
- Copy the file "0.iwd" in the "main" folder of this mod to the "main"
  folder on your download redirect (if you have one).
- Get a copy of extreme\_ex_main.gsc from your server, open it in your favorite
  text editor, and REMOVE the two forward slashes in front of the following
  line (it is one of the first lines in _ex_main.gsc):
    //maps\mp\gametypes\_gt0::init();
- Upload the modified _ex_main.gsc to your server (extreme folder).
- Start the server.

Instructions B (client side):
- Stop the server.
- Open the main client side iwd (e28.iwd) in WinRAR.
- Create the path "maps\mp\gametypes" if not already there.
- Move all game type scrips from the "maps\mp\gametypes" folder of the main
  mod (server side files) to the "maps\mp\gametypes" folder inside WinRAR.
  There are 22 game type scripts. We are talking about dm.gsc, tdm.gsc, etc.
- If you wish, install other client side mods now.
- Save the main client side iwd, and copy it to your server (fs_game).
- Copy the file to your download redirect server too (fs_game).
- Start the server.

