User:Baliame/TF2 Gamemode Theories: Difference between revisions
No edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
<tr> | <tr> | ||
<td width="300" style="background-color:#FFEC8B; border-top-width:2px"><div align="center">[[#King of the Hill|King of the Hill]]</div></td> | <td width="300" style="background-color:#FFEC8B; border-top-width:2px"><div align="center">[[#King of the Hill|King of the Hill]]</div></td> | ||
<td width="300" style="background-color:#FFEC8B; border-top-width:2px"><div align="center"></div></td> | <td width="300" style="background-color:#FFEC8B; border-top-width:2px"><div align="center">[[#Defend the Flag|Defend the Flag]]</div></td> | ||
<td width="300" style="background-color:#FFEC8B; border-top-width:2px"><div align="center">[[#Standard Elimination|Standard Elimination]]</div></td> | <td width="300" style="background-color:#FFEC8B; border-top-width:2px"><div align="center">[[#Standard Elimination|Standard Elimination]]</div></td> | ||
</tr> | </tr> | ||
Line 43: | Line 43: | ||
== Capture the Flag Gamemodes == | == Capture the Flag Gamemodes == | ||
''' | === Defend the Flag === | ||
'''Complexity:''' <span style="color:#00EE00">Very Easy</span> (1/'''4''')<br /> | |||
'''Support:''' Team Fortress 2 fully supports this gamemode. | |||
==== Description ==== | |||
One sided CTF, blue team attempts to retrieve the red intelligence, the only goal for red is to keep the blues from taking it. | |||
==== Creation ==== | |||
Seal off the blue flag somewhere unreachable, add a reasonable timer, extend it on each capture of the flag. | |||
== Elimination Gamemodes == | == Elimination Gamemodes == |
Revision as of 16:59, 3 August 2008
This is a personal page on my own namespace. If you have anything to add or you managed to find something I didn't, please post on the talk page. Thanks!
Baliame's Gamemode TheoriesNote that this is a design theory page, it does not explain how exactly to set up these gamemodes. Later, I will write a tutorial for each of these gamemodes. Feel free to create maps of any of these gamemodes.
Control Point GamemodesKing of the HillComplexity: Easy (2/4) DescriptionThe King of the Hill gamemode consists of a Hill which teams must hold for a set amount of time in order to achieve victory. This is either done by displaying a timer of the remaining time until victory (the easy way) or having a score limit, awarding score to the holding team every few seconds (the hard way). CreationA control point is required in the role of the "Hill" with instant capture time. Another, unreachable, control point is required, as a workaround to automatic capture victory. The Easy WayTwo team_round_timer entities are used, each activated when the corresponding team captures the point. When a timer hits zero, the team owning it wins. Timer HUD is usable. The Hard WayCounters are used to store the score, increased by ticks of timer entities set to a few seconds. Score is displayed using scoreboard brushes. Capture the Flag GamemodesDefend the FlagComplexity: Very Easy (1/4) DescriptionOne sided CTF, blue team attempts to retrieve the red intelligence, the only goal for red is to keep the blues from taking it. CreationSeal off the blue flag somewhere unreachable, add a reasonable timer, extend it on each capture of the flag. Elimination GamemodesStandard EliminationComplexity: Very Easy (1/4) DescriptionA more tactical TF2 - everyone has one life. A map played with Sudden Death on all the way. CreationFire a Sudden Death event on round start. JailbreakComplexity: Average (3/4) DescriptionThis game is similar to Standard Elimination, however players who get killed do respawn, however in jail, which is near the spawnroom of the opposing team. If all players of a team are in jail, the team is executed and the opposing team wins. However, if someone can press the release button, which is near the corresponding jail, the whole team is released. CreationThis is a little tricky. The way to do this is through manipulation of respawn entities: the jails start off with a set of disabled respawn entities, while the spawnrooms have these enabled. After the setup timer expires, the state of this switches; the jail respawns become enabled, and the standard respawns become disabled. To check if there are no players of a team "alive", use a trigger entity with team filter and the EndTouchAll output. Finally, "jailbreak" is handled by a jail-wide teleport entity. |