home *** CD-ROM | disk | FTP | other *** search
/ Quark 3 / Quark3.iso / KATALOG / ARCHIV / TOOL / T030.ZIP / TCTABS / JAIL.TCT < prev    next >
Encoding:
Text File  |  1999-02-26  |  780 b   |  29 lines

  1. //Use // to make remarks
  2. //Name is the name of the TC
  3. Name=JailBreak
  4. //Game is q1,q2 or q3a
  5. Game=q2
  6. //TCInfo is some info about it
  7. TCInfo=JailBreal
  8.  
  9. //To add options, first set the settings, then add it
  10. ChkCaption=Viewable Weapons
  11. ChkToolTip=If you have installed this patch, you can see wich weapon the opponent is using
  12. ChkTrue=+set sv_vwep 1
  13. ChkFalse=+set sv_vwep 0
  14. AddCheckBox
  15.  
  16. //To add options, first set the settings, then add it
  17. ChkCaption=Force Join
  18. ChkToolTip=Forces people to join
  19. ChkTrue=+set sv_forcejoin 1
  20. ChkFalse=+set sv_forcejoin 0
  21. AddCheckBox
  22.  
  23. //To add options, first set the settings, then add it
  24. ChkCaption=Clan Competition
  25. ChkToolTip=Turns on Clan Competition mode
  26. ChkTrue=+set sv_clancomp 1
  27. ChkFalse=+set sv_clancomp 0
  28. AddCheckBox
  29.