home *** CD-ROM | disk | FTP | other *** search
- //Use // to make remarks
- //Name is the name of the TC
- Name=Q2 Basketball
- //Game is q1,q2 or q3a
- Game=q2
- //TCInfo is some info about it
- TCInfo=Q2 Basketball
-
- //To add options, first set the settings, then add it
- ChkCaption=Noweapons
- ChkToolTip=Wether you can use weapons or not
- ChkTrue=%adddmflag%
- ChkFalse=131072
- AddCheckBox
-
- //To add options, first set the settings, then add it
- ChkCaption=Nodunks
- ChkToolTip=Wether you can dunk or not
- ChkTrue=%adddmflag%
- ChkFalse=262144
- AddCheckBox
-
- //To add options, first set the settings, then add it
- ChkCaption=Autoshoot
- ChkToolTip=Makes it easier to score
- ChkTrue=%adddmflag%
- ChkFalse=524288
- AddCheckBox
-
- //To add options, first set the settings, then add it
- ChkCaption=Armorprotect
- ChkToolTip=Protects you form hurting team players' armor
- ChkTrue=%adddmflag%
- ChkFalse=2097152
- AddCheckBox
-
- //To add options, first set the settings, then add it
- ChkCaption=KeepInCourt
- ChkToolTip=Wether you must stay in the court when you have the ball or not
- ChkTrue=%adddmflag%
- ChkFalse=4194304
- AddCheckBox
-
- //To add options, first set the settings, then add it
- ChkCaption=Forcejoin
- ChkToolTip=Forces a player to join a certain team to make it even teams
- ChkTrue=%adddmflag%
- ChkFalse=1048576
- AddCheckBox
-
- //To add a textbox option, do the same
- TxtCaption=Scorelimit :
- TxtTooltip=The maxiumum score for a game
- TxtExec=+set scorelimit %txt%
- AddTextBox
-
- //To add a textbox option, do the same
- TxtCaption=Difficulty :
- TxtTooltip=How hard it is to score (0-10)
- TxtExec=+set difficulty %txt%
- AddTextBox
-
- //To add a textbox option, do the same
- TxtCaption=Fixteamsize :
- TxtTooltip=How large a team must be, if not enough players, bots will be added
- TxtExec=+set fixteamsize %txt%
- AddTextBox
-