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

  1. //Use // to make remarks
  2. //Name is the name of the TC
  3. Name=QPong
  4. //Game is q1,q2 or q3a
  5. Game=q2
  6. //TCInfo is some info about it
  7. TCInfo=QPong
  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 vwep_support 1
  13. ChkFalse=+set vwep_support 0
  14. AddCheckBox
  15.  
  16. //To add options, first set the settings, then add it
  17. ChkCaption=Assign Teams
  18. ChkToolTip=Let the computer assign which team you're on
  19. ChkTrue=+set assign_teams 1
  20. ChkFalse=+set assign_teams 0
  21. AddCheckBox
  22.  
  23. //To add options, first set the settings, then add it
  24. ChkCaption=Announcers
  25. ChkToolTip=Let the computer announce stuff or not
  26. ChkTrue=+set announcers 1
  27. ChkFalse=+set announcers 0
  28. AddCheckBox
  29.  
  30. //To add a textbox option, do the same
  31. TxtCaption=Min. Players :
  32. TxtTooltip=Minimum Players per Team
  33. TxtExec=+set min_players %txt%
  34. AddTextBox
  35.  
  36. //To add a textbox option, do the same
  37. TxtCaption=Max. Players :
  38. TxtTooltip=Maximum Players per Team
  39. TxtExec=+set players_per_team %txt%
  40. AddTextBox
  41.  
  42. //To add a textbox option, do the same
  43. TxtCaption=StartScore :
  44. TxtTooltip=The higher, the longer the game will take
  45. TxtExec=+set start_score %txt%
  46. AddTextBox
  47.