Difference between revisions of "Map Template:CTF"
From Fortress Forever Wiki
Jump to navigationJump to search (blueflag, bluecap etc. have underscores in them!) |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Infobox manual/Header}} | ||
=Introduction= | =Introduction= | ||
This is your standard run-of-the-mill Capture the Flag map. All of the [[MapTemplate:BaseTeamplay|Basic Teamplay]] entities are supported. | This is your standard run-of-the-mill Capture the Flag map. All of the [[MapTemplate:BaseTeamplay|Basic Teamplay]] entities are supported. | ||
=Entities= | =Entities= | ||
− | *<b> | + | *<b>red_flag</b> (info_ff_script): Location for the red flag |
− | *<b> | + | *<b>blue_flag</b> (info_ff_script): Location for the blue flag |
− | *<b> | + | *<b>red_cap</b> (trigger_ff_script): Location for the red capture point (to capture the blue flag) |
− | *<b> | + | *<b>blue_cap</b> (trigger_ff_script): Location for the blue capture point (to capture the red flag) |
=Lua Script= | =Lua Script= | ||
Line 14: | Line 15: | ||
IncludeScript("base_ctf");</pre> | IncludeScript("base_ctf");</pre> | ||
− | [[Category:Map Templates]] | + | [[Category:Map Templates]] [[Category:Mapping]] |
+ | {{Infobox manual/Footer}} |
Latest revision as of 06:32, 24 June 2012
IntroductionThis is your standard run-of-the-mill Capture the Flag map. All of the Basic Teamplay entities are supported. Entities
Lua ScriptPOINTS_PER_CAPTURE = 10; FLAG_RETURN_TIME = 15 IncludeScript("base_ctf"); |