Difference between revisions of "Brick Settings"
From ASSS Wiki
(new format, added desc) |
(wikilink + ASSS) |
||
Line 1: | Line 1: | ||
− | [Brick] These settings determine how an arena treats | + | [Brick] These settings determine how an arena treats [[brick]]s. The following are used in both ASSS's [[arena.conf]] and [[Subgame]]. |
=== BrickTime === | === BrickTime === | ||
− | |||
''Datatype:'' Hundredths of seconds. | ''Datatype:'' Hundredths of seconds. | ||
Line 9: | Line 8: | ||
=== BrickSpan === | === BrickSpan === | ||
− | |||
''Datatype:'' Tiles. | ''Datatype:'' Tiles. | ||
Length of a line of bricks. | Length of a line of bricks. | ||
+ | |||
+ | |||
+ | == ASSS-only == | ||
+ | The following settings are only supported by [[ASSS]]. | ||
+ | |||
+ | === BrickMode=== | ||
+ | ''Datatype:'' Enumeration (default: BRICK_VIE). | ||
+ | |||
+ | How bricks behave when they are dropped. | ||
+ | *BRICK_VIE=improved vie style | ||
+ | *BRICK_AHEAD=drop in a line ahead of player | ||
+ | *BRICK_LATERAL=drop laterally across player | ||
+ | *BRICK_CAGE=drop 4 bricks simultaneously to create a cage | ||
+ | |||
+ | |||
+ | === CountBricksAsWalls === | ||
+ | ''Datatype:'' Boolean (default: yes). | ||
+ | |||
+ | Whether bricks snap to the edges of other bricks (as opposed to only snapping to walls) | ||
[[Category: Settings]] | [[Category: Settings]] |
Revision as of 12:29, 16 June 2005
[Brick] These settings determine how an arena treats bricks. The following are used in both ASSS's arena.conf and Subgame.
BrickTime
Datatype: Hundredths of seconds.
How long bricks last.
BrickSpan
Datatype: Tiles.
Length of a line of bricks.
ASSS-only
The following settings are only supported by ASSS.
BrickMode
Datatype: Enumeration (default: BRICK_VIE).
How bricks behave when they are dropped.
- BRICK_VIE=improved vie style
- BRICK_AHEAD=drop in a line ahead of player
- BRICK_LATERAL=drop laterally across player
- BRICK_CAGE=drop 4 bricks simultaneously to create a cage
CountBricksAsWalls
Datatype: Boolean (default: yes).
Whether bricks snap to the edges of other bricks (as opposed to only snapping to walls)