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 sv_vwep 1
- ChkFalse=+set sv_vwep 0
- AddCheckBox
-
- //To add options, first set the settings, then add it
- ChkCaption=Force Join
- ChkToolTip=Forces people to join
- ChkTrue=+set sv_forcejoin 1
- ChkFalse=+set sv_forcejoin 0
- AddCheckBox
-
- //To add options, first set the settings, then add it
- ChkCaption=Clan Competition
- ChkToolTip=Turns on Clan Competition mode
- ChkTrue=+set sv_clancomp 1
- ChkFalse=+set sv_clancomp 0
- AddCheckBox
-