
                       Gameleader Quake, server guide

 1.0 Options only for Gameleader Quake

 1.1 Dmflags
 1.2 Random Items
 2.0 Notes for linux

 1.0 Options only for Gameleader Quake
     There are few server options available for Gameleader Quake

     A) maplist (use this command to make your server follow maps defined
     in any textfile, for example:

     Create file called glmaps.ini
     with following

     [maplist] 
     lead1 
     lead2 
     lead3
     lead4
     lead5
     ###

     This will rotate between those maps, remember: you must place that
     file in your quake2 main dir.

     after you have done following file, activate it by following:

     sv maplist glmaps.ini
     once done, do following:
     sv maplist start (and you got map rotation running)

     type sv maplist help for help

 1.1 Dmflags

     There is currently one extra dmflag in Gameleader Quake
     65536 = Disables auto gameleader assign, to become gameleader
     type gameleader in console
     262144 = Automatic maplist rotation toggle (glmaps.ini must
     have all stuff)

 1.2 Random Items
     You may use random items on map, create file called:
     (mapname).rif and use ammo_slugs, item_quaddamage etc in it to spawn
     those item randomly, for ex:

     if mapname is lead4 then:
     lead4.rif

     ammo_shells
     ammo_slugs
     item_quaddamage

     that will create 3 random items to map.

 2.0 Notes for linux:

     Random item spawn:

     I was unable to get it work under linux, currently working on it.
     If you can get it to work under linux, feel free to use it.
