home *** CD-ROM | disk | FTP | other *** search
- //Use // to make remarks
- //Name is the name of the TC
- Name=QPong
- //Game is q1,q2 or q3a
- Game=q2
- //TCInfo is some info about it
- TCInfo=QPong
-
- //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_support 1
- ChkFalse=+set vwep_support 0
- AddCheckBox
-
- //To add options, first set the settings, then add it
- ChkCaption=Assign Teams
- ChkToolTip=Let the computer assign which team you're on
- ChkTrue=+set assign_teams 1
- ChkFalse=+set assign_teams 0
- AddCheckBox
-
- //To add options, first set the settings, then add it
- ChkCaption=Announcers
- ChkToolTip=Let the computer announce stuff or not
- ChkTrue=+set announcers 1
- ChkFalse=+set announcers 0
- AddCheckBox
-
- //To add a textbox option, do the same
- TxtCaption=Min. Players :
- TxtTooltip=Minimum Players per Team
- TxtExec=+set min_players %txt%
- AddTextBox
-
- //To add a textbox option, do the same
- TxtCaption=Max. Players :
- TxtTooltip=Maximum Players per Team
- TxtExec=+set players_per_team %txt%
- AddTextBox
-
- //To add a textbox option, do the same
- TxtCaption=StartScore :
- TxtTooltip=The higher, the longer the game will take
- TxtExec=+set start_score %txt%
- AddTextBox
-