home *** CD-ROM | disk | FTP | other *** search
- //Use // to make remarks
- //Name is the name of the TC
- Name=Hyperquark
- //Game is q1,q2 or q3a
- Game=q2
- //TCInfo is some info about it
- TCInfo=Hyperquark
-
- //To add options, first set the settings, then add it
- ChkCaption=Flash Grenade blinds owner
- ChkToolTip=Wether the flash grenade also blinds the owner or not
- ChkTrue=+set flash_blind_owner 1
- ChkFalse=+set flash_blind_owner 0
- AddCheckBox
-
- //To add options, first set the settings, then add it
- ChkCaption=Allow BFG-suit
- ChkToolTip=If you allow players to use the BFG-suit
- ChkTrue=+set allow_bfg_armor 1
- ChkFalse=+set allow_bfg_armor 0
- AddCheckBox
-
- //To add options, first set the settings, then add it
- ChkCaption=Capture the Flag
- ChkToolTip=If you want to start a CTF game
- ChkTrue=+set ctf 1
- ChkFalse=+set ctf 0
- AddCheckBox
-