home *** CD-ROM | disk | FTP | other *** search
- //Use // to make remarks
- //Name is the name of the TC
- Name=JailBreak
- //Game is q1,q2 or q3a
- Game=q2
- //TCInfo is some info about it
- TCInfo=JailBreal
-
- //To add options, first set the settings, then add it
- ChkCaption=Viewable Weapons
- ChkToolTip=If you have installed this patch, you can see wich weapon the opponent is using
- ChkTrue=+set vwep 1
- ChkFalse=+set vwep 0
- AddCheckBox
-
- //To add options, first set the settings, then add it
- ChkCaption=Switch when Ammo
- ChkToolTip=Switch to Favourite Weapon when You have Ammo
- ChkTrue=+set swammo 1
- ChkFalse=+set swammo 0
- AddCheckBox
-
- //To add options, first set the settings, then add it
- ChkCaption=Switch Next when No Ammo
- ChkToolTip=Switch to Next Favourite Weapon when You have no Ammo Left
- ChkTrue=+set swnoammo 1
- ChkFalse=+set swnoammo 0
- AddCheckBox
-
- //To add options, first set the settings, then add it
- ChkCaption=Switch at pickup
- ChkToolTip=Switch to Favourite Weapon when You pickup Weapon and you have Ammo
- ChkTrue=+set swweap 1
- ChkFalse=+set swweap 0
- AddCheckBox
-