Difference between revisions of "Spawn Settings"

From ASSS Wiki
Jump to: navigation, search
 
m (added example)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=== Team0-X ===
+
[Spawn] Use these settings to customize team spawns. It is safe to leave them blank, omit these settings, or leave them all set to 0 (zero). Note that the teams will repeat through this list (Team4 uses Team0, Team5 uses Team1, etc.). This will also occur if you only define Teams 0 and 1 (Team2 will use Team0 and so on).
If set to a value, this is the center point where Freq 0 will start
 
  
 +
Example:
 +
<pre>
 +
[Spawn]
 +
Team0-X=400
 +
Team0-Y=400
 +
Team0-Radius=8
 +
Team1-X=600
 +
Team1-Y=600
 +
Team1-Radius=8
 +
</pre>
  
=== Team0-Y ===
+
Team0 through to Team3 are available, but for ease of demonstration N will be used where the number should appear.
If set to a value, this is the center point where Freq 0 will start
 
  
 +
=== TeamN-X ===
 +
''Datatype:'' Tiles.
  
=== Team0-Radius ===
+
The X coordinate in tiles for the center of frequency N's spawn.
How large of a circle from center point can they warp (in Tiles)
 
  
  
=== Team1-X ===  
+
=== TeamN-Y ===  
If set to a value, this is the center point where Freq 1 will start
+
''Datatype:'' Tiles.
  
 +
The Y coordinate in tiles for the center of frequency N's spawn.
  
=== Team1-Y ===
 
If set to a value, this is the center point where Freq 1 will start
 
  
 +
=== TeamN-Radius ===
 +
''Datatype:'' Tiles.
  
=== Team1-Radius ===
+
The radius in tiles for frequency N's spawn. 0 is allowed.
How large of a circle from center point can they warp (in Tiles)
 
 
 
 
 
=== Team2-X ===
 
If set to a value, this is the center point where Freq 2 will start *NOTE: If not set, but 0 and 1 set, will loop between 0 and 1
 
 
 
 
 
=== Team2-Y ===
 
If set to a value, this is the center point where Freq 2 will start *NOTE: If not set, but 0 and 1 set, will loop between 0 and 1
 
 
 
 
 
=== Team2-Radius ===
 
How large of a circle from center point can they warp (in Tiles)
 
 
 
 
 
=== Team3-X ===
 
If set to a value, this is the center point where Freq 3 will start *NOTE: Repeats, Freq 4 will use Team0's, Freq 5 use Team1's, etc
 
 
 
 
 
=== Team3-Y ===
 
If set to a value, this is the center point where Freq 3 will start *NOTE: Repeats, Freq 4 will use Team0's, Freq 5 use Team1's, etc
 
 
 
 
 
=== Team3-Radius ===
 
How large of a circle from center point can they warp (in Tiles)
 
  
 
[[Category: Settings]]
 
[[Category: Settings]]

Latest revision as of 17:29, 7 October 2006

[Spawn] Use these settings to customize team spawns. It is safe to leave them blank, omit these settings, or leave them all set to 0 (zero). Note that the teams will repeat through this list (Team4 uses Team0, Team5 uses Team1, etc.). This will also occur if you only define Teams 0 and 1 (Team2 will use Team0 and so on).

Example:

[Spawn]
Team0-X=400
Team0-Y=400
Team0-Radius=8
Team1-X=600
Team1-Y=600
Team1-Radius=8

Team0 through to Team3 are available, but for ease of demonstration N will be used where the number should appear.

TeamN-X

Datatype: Tiles.

The X coordinate in tiles for the center of frequency N's spawn.


TeamN-Y

Datatype: Tiles.

The Y coordinate in tiles for the center of frequency N's spawn.


TeamN-Radius

Datatype: Tiles.

The radius in tiles for frequency N's spawn. 0 is allowed.