Optional Mod   : Game Type Description Fix
eXtreme Version: 2.5

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 files to your server. "0.iwd" in the "main"
   folder contains dummy game type scripts. "_ex_main.gsc" contains some
   extra code to get this "0.iwd" 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 copy all game type scripts into the client side iwd file.
   The files MUST be exact copies. If you update the scripts on the server,
   you MUST update the scripts inside the client side iwd as well. After
   every update your 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):
- 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).
- Copy the file "_ex_main.gsc" in the "extreme" folder of this mod to the
  <fs_game>\extreme folder on your server.

Instructions B (client side):
- Open the main client side iwd (e25.iwd) in WinRAR.
- Create the path: maps\mp\gametypes.
- Copy 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 21 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).
