Tubes: Difference between revisions
ENTER_T to ENTER_Y correction. |
No edit summary |
||
Line 5: | Line 5: | ||
This section lists all the Tunnels in this map. Note that internally each Tunnel listed here is one cell wide and one way, meaning a typical three-cell wide two-way tunnel construct requires ''six'' entries in this section, three running one way and three going backwards. While you can give each one a different path, it is not recommended since it breaks the unit pathfinding. | This section lists all the Tunnels in this map. Note that internally each Tunnel listed here is one cell wide and one way, meaning a typical three-cell wide two-way tunnel construct requires ''six'' entries in this section, three running one way and three going backwards. While you can give each one a different path, it is not recommended since it breaks the unit pathfinding. | ||
(You need [[Terrain Expansion]] to make use of tunnels in YR.) | (You don't need the [[Terrain Expansion]] to make use of tunnels in YR, they're still part of the engine, but it'll be necessary if you want it looking pretty.) | ||
__TOC__ | __TOC__ | ||
Line 55: | Line 55: | ||
{{Bugs}} | {{Bugs}} | ||
Note again that the game was not designed to support more than 127 entries in this list (which is 127/6 = 21 typical tunnel constructs). Exceeding that limit will cause problems. | Note again that the game was not designed to support more than 127 entries in this list (which is 127/6 = 21 typical tunnel constructs). Exceeding that limit will cause problems. | ||
==See also== | |||
[https://ppmforums.com/topic-37881/ts-ra2-tunnel-drawer/ Tunnel Drawer (requires Flash Player; scroll to last post on thread for mirror)] | |||
[[Category:Map Information]] | [[Category:Map Information]] |
Revision as of 17:20, 8 July 2021
This section lists all the Tunnels in this map. Note that internally each Tunnel listed here is one cell wide and one way, meaning a typical three-cell wide two-way tunnel construct requires six entries in this section, three running one way and three going backwards. While you can give each one a different path, it is not recommended since it breaks the unit pathfinding.
(You don't need the Terrain Expansion to make use of tunnels in YR, they're still part of the engine, but it'll be necessary if you want it looking pretty.)
Section
Tiberian Dawn
Tunnels don't exist.
Red Alert, Counterstrike, Aftermath
Tunnels don't exist.
Tiberian Sun, Firestorm, Red Alert 2, Yuri's Revenge
The [Tubes] section takes the following format:
[Tubes] Index=ENTER_X,ENTER_Y,FACING,EXIT_X,EXIT_Y,DIRECTIONS
String | Meaning |
---|---|
Index | This is an index into the list, not parsed, so any string without equals-signs will do. Note: The game was not designed to support more than 127 entries in this list (which is 127/6 = 21 typical tunnel constructs). Exceeding that limit will cause problems. |
ENTER_X | The X coordinate of the entrance cell. Each tunnel should have a different entrance cell. |
ENTER_Y | The Y coordinate of the entrance cell. |
FACING | The numeric value of the facing the unit should assume before entering this tunnel. 0 - 7, with 0 standing for game North (NorthEast of the screen) and rotating clockwise. |
EXIT_X | The X coordinate of the exit cell. |
EXIT_Y | The Y coordinate of the exit cell. |
DIRECTIONS | A comma-separated list of directions the unit should follow as it moves through the tunnel. Up to 100 directions can be specified in one tunnel, list should end with -1. |
Special care should be taken to ensure the entrance and exit cells are at the same height, or certain types of units will get stuck in them. Also, due to the fact that Tunnels were never a proper feature in RA2/YR, they don't cooperate well with new additions such as Battle Bunkers. It is advised to keep the edges of tunnel roofs unbuildable.
Bugs/Side-Effects/Unexpected Limitations
Note again that the game was not designed to support more than 127 entries in this list (which is 127/6 = 21 typical tunnel constructs). Exceeding that limit will cause problems.
See also
Tunnel Drawer (requires Flash Player; scroll to last post on thread for mirror)