KotF Triumph

CTF KotF Triumph a2a

Narpas

Takes way to long to make and update maps
aa
Jun 11, 2015
433
436
KotF Triumph - Capture an hold the flag

***IMPORTANT NOTE!*** Requires tf_flag_caps_per_round to be set to 0 in order for the gamemode to work. This can be done with SourceMod using the command "!cvar tf_flag_caps_per_round 0". This should reset automatically on map change

A map that I've made for a custom gamemode that I've come up with, a variant of King of the Flag. The gamemode, which was created to try and fix some of the problems inherent in the CtF gamemode for TF2, starts with a single neutral flag at mid, which can be picked up by either team and taken to their base. Once a team captures the flag in their base, a KotH timer starts counting down and they must defend the flag from being picked up by the enemy team. The timer stops once the enemy team has picked up the flag, at which point they must take it back to their base. Once the flag is dropped, it can be picked up by either team and taken to their base, but once it has been capped it can only be picked up by the enemy team. The goal is to hold the flag in your base until your timer runs out, at which point you win.

This gamemode was created to hopefully fix some of the problems with stock CtF, the main two being stalemates and split teams. Stock CtF often leads to stalemates, with both teams defending but neither being able to push through to attack. This gamemode will hopefully fix this by forcing a win state if a team can't push enough, much like in KotH. Another problem with stock CtF that I've often seen cited is that each team is split into two sub-teams, attackers and defenders. I'm hoping that this is alleviated in this gamemode as you attack and defend at different times. In addition to these problems, I've attempted to address some issues with existing maps on a level design scale, such as attackers often needing to go past enemy spawns to get to the flag, and rewarding turtling. Hopefully these issues should be fixed, but might need a bit of testing to polish.

The map itself uses mirrored symmetry, with mid being in the shape of an equilateral triangle, orienting the bases at 60 degrees from one another. No-man's-land is split into three sections: a main mid section, which is open and triangular; a more enclosed area housing the flag which is the quickest route from spawn to mid; and a flank path that is only accessible to attackers and gives them high ground, but is farthest away from spawns. The bases themselves are split into to main sections, the main part of the base housing the flag and is intended to be contested more, which is in line with mid and the flanks, and an area around team spawns which is in line with the flag route.

Gonna post pictures later, too tired now :p
 

Narpas

Takes way to long to make and update maps
aa
Jun 11, 2015
433
436
Screenshot time!
kotf_triumph_a10000.jpg
kotf_triumph_a10001.jpg
kotf_triumph_a10002.jpg
kotf_triumph_a10003.jpg
kotf_triumph_a10004.jpg
kotf_triumph_a10005.jpg
 

Narpas

Takes way to long to make and update maps
aa
Jun 11, 2015
433
436
  • Changed some pickups around
  • Raised timer to three minutes (up from two and a half)
  • Fixed some railings not being clipped properly
  • Added glowing outlines to capture/flag podiums so they can be found easier
  • Fixed some clipping
  • Added some signage
  • Changed podiums to models

Read the rest of this update entry...
 

Spipper

Former cheese man Gorgonzola
aa
Feb 18, 2012
246
407
If you want to avoid relying on "tf_flag_caps_per_round" being set to 0, setting the Game Type in the properties of the flag to either Invade or Territory Control will prevent it from increasing the capture score upon capture (the Invade game type will increase the team score instead, but you can fix that by instantly firing an "AddRedTeamScore" with a parameter of -1).
However, since the announcer lines are broken for these two game types you would have to add them manually. Also, these two game types are both invade style so skins/glows are switched around for the flags (but, again, you can fix that with some hacky outputs).
I did some similar Invade-KOTH-CTF experiments with Redplanet and Felgen back in the day and uploaded the game logic setup if you are interested.

Moreover, had a quick look at the map and I really like the geometry you have going - especially the arch and staircase leading up to the flag. But I also feel the area around the flag is a little too complex considering the size and the player traffic - there are a lot of small 90 corners formed by railings and tight geometry you can easily get snagged on when making a quick escape. Either simplifying the area or expanding the different elements (such as widening the two bridges besides the staircase) would probably do the trick.