Domination: Difference between revisions

From TF2 Classified Wiki
Jump to navigation Jump to search
First meaningful edit
m minor tweaks
 
(14 intermediate revisions by 7 users not shown)
Line 1: Line 1:
:"Domination is a metaphor for all the territory disputes and land grabs that have underscored every armed conflict in the history of the world. Instead of Alexander conquering the Levant for Macedon, though, you're a thug conquering a 20-foot-wide metal circle for no one in particular."
:: '''- [https://tf2classic.com/death_and_taxes/day3 Death & Taxes update page]'''
[[File:Domination.png|thumb|right|Typical round of Domination on Hydro.]]
[[File:Domination.png|thumb|right|Typical round of Domination on Hydro.]]
'''Domination''' is a gamemode created for Team Fortress 2 Classic.
{{Quotation|[http://tf2classic.com/death_and_taxes/day3 Death & Taxes update page]|
Domination is a metaphor for all the territory disputes and land grabs that have underscored every armed conflict in the history of the world. Instead of Alexander conquering the Levant for Macedon, though, you're a thug conquering a 20-foot-wide metal circle for no one in particular.}}
'''Domination''', abbreviated '''Dom''', is a game mode created for Team Fortress 2 Classified.


There are two official Domination maps: [[Oil Canyon]] and [[Hydro (Domination)]].
This mode is designed around reaching a point limit that increases based on the number of control points you own. Control points may start neutral, or may start out owned by a particular team that will start gaining points from it as soon as the round begins. Depending on the map, some control points may increase your team's points at different rates. Contesting an enemy control point pauses their point gain for as long as you're on it. Teams that are trailing behind in point value will receive both shorter respawn times and, if they can capture all control points at once, will gain a point bonus large enough to catch up with the other team(s).


This mode is designed around reaching a point limit that increases based on the number of control points you own. Control points may start neutral, or may start out owned by a particular team that will start gaining points from it as soon as the round begins. Depending on the map, some control points may increase your team's points at different rates. Contesting an enemy control point pauses their point gain for as long as you're on it.
==  Maps==
{{main|List of maps}}


------
{| class="wikitable" style="text-align:center;"
! class="header" style="font-size: 16px;background-color: #583a31;color: white;" | Name
! class="header" style="font-size: 16px;background-color: #583a31;color: white;" | Picture
! class="header" style="font-size: 16px;background-color: #583a31;color: white;" | File name
|-
| '''[[Oil Canyon]]'''
| [[File:Dom_oilcanyon.webp|200px]]
| {{code|dom_oilcanyon}}
|-
| '''[[Railway]]'''
| [[File:Dom_railway.jpg|200px]]
| {{code|dom_railway}}
|-
| '''[[Sawtooth]]'''
| [[File:Sawtooth-Point-B.jpg|200px]]
| {{code|dom_sawtooth}}
|}


== Development ==
=== '''[[Four-Team]]''' Domination ===
The below information regards the tf_logic_domination entity, for map creators.
=== Entity properties ===
* kills_give_points - Kills award points to the killer's team. Team Deathmatch maps typically use this while not creating any control points, thus making team score entirely dependent on kills.
* win_on_limit - This automatically causes a team to win once they reach the point limit. You probably want this enabled, but you may disable it if you're attempting to use Domination logic in more creative ways.
* point_limit - This sets the point limit that's visible on the HUD, and which when reached, causes a team to win if win_on_limit is enabled.


=== Outputs ===
{| class="wikitable" style="text-align:center;"
* OnPointLimitAny - Outputs when any team reaches the point limit.
! class="header" style="font-size: 16px;background-color: #583a31;color: white;" | Name
* OnPointLimitBlue - Outputs if BLU reaches the point limit.
! class="header" style="font-size: 16px;background-color: #583a31;color: white;" | Picture
* OnPointLimitRed - Outputs if RED reaches the point limit.
! class="header" style="font-size: 16px;background-color: #583a31;color: white;" | File name
* OnPointLimitGreen - Outputs if GRN reaches the point limit on 4-team maps.
|-  
* OnPointLimitYellow - Outputs if YLW reaches the point limit on 4-team maps.
| '''[[Hydro (Domination)|Hydro (DOM)]]'''
| [[File:Dom_hydro.webp|200px]]
| {{code|dom_hydro}}
|}


=== Inputs ===
=== '''[[Four-Team]]''' '''[[Medieval]]''' Domination ===
* AddBluePoints - Adds specified number of points to BLU's score.
 
* AddRedPoints - Adds specified number of points to RED's score.
{| class="wikitable" style="text-align:center;"
* AddGreenPoints - Adds specified number of points to GRN's score on 4-team maps.
! class="header" style="font-size: 16px;background-color: #583a31;color: white;" | Name
* AddYellowPoints - Adds specified number of points to YLW's score on 4-team maps.
! class="header" style="font-size: 16px;background-color: #583a31;color: white;" | Picture
* SetBluePoints - Sets BLU's score to a specified value. ('''BUG:''' In 2.0.3, this behaves identically to AddBluePoints)
! class="header" style="font-size: 16px;background-color: #583a31;color: white;" | File name
* SetRedPoints - Sets RED's score to a specified value. ('''BUG:''' In 2.0.3, this behaves identically to AddRedPoints)
|-  
* SetGreenPoints - Sets GRN's score to a specified value on 4-team maps.
| '''[[Krepost]]'''
* SetYellowPoints - Sets YLW's score to a specified value on 4-team maps.
| [[File:Dom_krepost.webp|200px]]
| {{code|dom_krepost}}
|}
 
== Achievements ==
{{Achievement table|
{{Achievement|hold_allpoints_domination}}
{{Achievement|play_game_dommaps_1}}
}}
 
{{Nav_gamemodes}}


=== Flags ===
* ''None.''
------
[[Category:Gamemodes]]
[[Category:Gamemodes]]

Latest revision as of 15:26, 1 January 2026

Error creating thumbnail: /var/www/html/w/vendor/wikimedia/shellbox/src/Command/limit.sh: line 57: ulimit: cpu time: cannot modify limit: Permission denied /var/www/html/w/vendor/wikimedia/shellbox/src/Command/limit.sh: line 84: ulimit: file size: cannot modify limit: Permission denied /bin/bash: line 1: /usr/bin/convert: No such file or directory Error code: 127
Typical round of Domination on Hydro.

Domination is a metaphor for all the territory disputes and land grabs that have underscored every armed conflict in the history of the world. Instead of Alexander conquering the Levant for Macedon, though, you're a thug conquering a 20-foot-wide metal circle for no one in particular.

Death & Taxes update page

Domination, abbreviated Dom, is a game mode created for Team Fortress 2 Classified.

This mode is designed around reaching a point limit that increases based on the number of control points you own. Control points may start neutral, or may start out owned by a particular team that will start gaining points from it as soon as the round begins. Depending on the map, some control points may increase your team's points at different rates. Contesting an enemy control point pauses their point gain for as long as you're on it. Teams that are trailing behind in point value will receive both shorter respawn times and, if they can capture all control points at once, will gain a point bonus large enough to catch up with the other team(s).

Maps

Main article: List of maps
Name Picture File name
Oil Canyon dom_oilcanyon
Railway dom_railway
Sawtooth dom_sawtooth

Four-Team Domination

Name Picture File name
Hydro (DOM) dom_hydro

Four-Team Medieval Domination

Name Picture File name
Krepost dom_krepost

Achievements

Achievement Description
Total Domination Have your team own every Control Point during a round of Domination.
Oil and Water Play a complete game on these Domination maps.