Fortress

From Armagetron
Revision as of 10:53, 13 August 2008 by Flex (talk | contribs)

Fortress is a game type in Armagetron Advanced. It is a team based game which usually consists of two Zones, one for each team.

History and About

Proof of concept of Fortress game type was created by Z-Man, (the game creator.)

Objective

Such as 'Capture the Flag' and 'Sumo', the idea of Fortress is to capture your enemies Zone(s) while defending your own from the enemies attackers. You may win by capturing the enemies Zone(s) or if all of your enemies suicide or get core-dumped.

Rounds, Matches and Scoring

On most common Fortress servers, the first team to reach 100 points wins the match. Core-dumping your enemy, you receive 2 points which also adds 2 points to the overall team score. Hole points have been recently introduced to some Fortress servers and seems to becoming a standard setting which gives you 1 point which also adds 1 point to the overall team score.

Note: Settings vary from server to server, so this may not be exactly how it is on the server you are playing on. You can try asking an Administrator of the server for more information or use the ` console button and type in the setting to get the variable.

The Grid

Add here. Example.jpg

Zone(s)

The Fortress game is what is referred to when a map is built around the concept of a fortress zone. A fortress zone is an area that one team is supposed to defend against the other team--Flex 11:40, 12 August 2008 (PDT)s, while trying to capture the other teams' zones.

Conquering times:

  • 1 attacker, 0 defenders: 5 seconds to conquer.
  • 1 attacker, 1 or more defenders: not conquerable.
  • 2 attackers, 0 defenders: 2 seconds to conquer.
  • 2 attackers, 1 defender: 3.3 seconds to conquer.
  • 2 attackers, 2 defenders: 10 seconds to conquer.

'reference - http://forums.armagetronad.net/viewtopic.php?t=2529&postdays=0&postorder=asc&start=0'

Terminology

Add here.

Positions

  • Defender Add here.
  • Sweeper Add here.
  • Centre Add here.
  • Attacker Add here.

Strategies

* Use one or more players to defend your base looping around it and generally keeping the other team(s) out.

  • If theres more then 3 people on your team and your off to the side try turning off earlier so the guy in the center isn't stuck and will not end up plowing into an enemy wall.
  • Try bulldozing through the other teams offense using yourself as a kamikaze, you can blow a hole in the other teams defense and let another player on your team get through easier.
  • If the server has the team chat code use it (/team secret message here) using this is helpful for building strategy and keeping your enemies in the dark.

There is a more detailed discussion of Category:Fortress Tactics available.

Different maps

A map that is referred to as Fortress is built around the concept of two Zones. Each team is assigned one zone to guard and one zone to attack. Most fortress maps are for two teams fighting one another, however there are also three and four team maps. Some Fortress game types have expanded into having more zones for each team.

Screen shots

Add here.

Settings on a standard Fortress server

INCLUDE examples/cvs_test/fortress_complete.cfg

Setting up your own Fortress Server

This is all you need to set in your configuration file (autoexec.cfg, preferably) to set up a basic fortress server:

include examples/cvs_test/fortress_complete.cfg
SERVER_NAME <your name>
SERVER_PORT <desired port>
TALK_TO_MASTER 1

With this, it'll try to be an exact clone of "CVS Test Server: Fortress". You're advised to rummage through the included file here and the other recursively included files. Copy those you want to adapt into your configuration file and modify them there.

You'll no doubt notice there's a great deal of customization available. Think of the fortress as a primitive game object, and these settings are how you'll define its behavior. Between these settings, other game rules settings, and good map design, there are virtually limitless possibilities available. You don't have to limit yourself to Fortress play, you can use the fortress however you'd like!