diff --git a/mods/ts/maps/arivruns/map.yaml b/mods/ts/maps/arivruns/map.yaml index ff51d0a50a..8835d9c724 100644 --- a/mods/ts/maps/arivruns/map.yaml +++ b/mods/ts/maps/arivruns/map.yaml @@ -1286,6 +1286,18 @@ Actors: Actor422: trock02 Location: 147,106 Owner: Neutral + Actor423: tuntop04 + Owner: Neutral + Location: 145,5 + Actor424: tuntop04 + Owner: Neutral + Location: 116,9 + Actor425: tuntop02 + Owner: Neutral + Location: 144,-19 + Actor426: tuntop02 + Owner: Neutral + Location: 115,-15 Smudges: diff --git a/mods/ts/maps/gdi4a/map.yaml b/mods/ts/maps/gdi4a/map.yaml index c93b366c33..f3c53a2907 100644 --- a/mods/ts/maps/gdi4a/map.yaml +++ b/mods/ts/maps/gdi4a/map.yaml @@ -1735,6 +1735,12 @@ Actors: Actor486: tracks04 Location: 134,22 Owner: Neutral + Actor487: tuntop04 + Owner: Neutral + Location: 111,25 + Actor488: tuntop02 + Owner: Neutral + Location: 111,13 Smudges: diff --git a/mods/ts/maps/springs/map.yaml b/mods/ts/maps/springs/map.yaml index 29e4750b6f..9f2931e281 100644 --- a/mods/ts/maps/springs/map.yaml +++ b/mods/ts/maps/springs/map.yaml @@ -810,6 +810,54 @@ Actors: Actor218: waypoint Location: 78,-2 Owner: Neutral + Actor219: tuntop03 + Owner: Neutral + Location: 68,-5 + Actor220: tuntop04 + Owner: Neutral + Location: 73,-12 + Actor221: tuntop04 + Owner: Neutral + Location: 107,-7 + Actor222: tuntop03 + Owner: Neutral + Location: 109,4 + Actor223: tuntop02 + Owner: Neutral + Location: 106,-16 + Actor224: tuntop04 + Owner: Neutral + Location: 87,28 + Actor225: tuntop03 + Owner: Neutral + Location: 73,34 + Actor226: tuntop02 + Owner: Neutral + Location: 86,13 + Actor227: tuntop01 + Owner: Neutral + Location: 60,34 + Actor228: tuntop04 + Owner: Neutral + Location: 42,13 + Actor229: tuntop02 + Owner: Neutral + Location: 40,-2 + Actor230: tuntop01 + Owner: Neutral + Location: 51,-6 + Actor231: tuntop02 + Owner: Neutral + Location: 72,-28 + Actor232: tuntop01 + Owner: Neutral + Location: 77,-38 + Actor233: tuntop03 + Owner: Neutral + Location: 93,-37 + Actor234: tuntop01 + Owner: Neutral + Location: 95,3 Smudges: diff --git a/mods/ts/rules/defaults.yaml b/mods/ts/rules/defaults.yaml index fd38943285..2482ba5a72 100644 --- a/mods/ts/rules/defaults.yaml +++ b/mods/ts/rules/defaults.yaml @@ -698,7 +698,7 @@ Pieces: 3, 7 Range: 2c0, 5c0 -^Railway: +^TerrainOverlay: AlwaysVisible: Immobile: OccupiesSpace: False @@ -708,3 +708,11 @@ BodyOrientation: UseClassicPerspectiveFudge: False QuantizedFacings: 1 + +^Railway: + Inherits: ^TerrainOverlay + +^Tunnel: + Inherits: ^TerrainOverlay + CustomSelectionSize: + CustomBounds: 220,220 diff --git a/mods/ts/rules/misc.yaml b/mods/ts/rules/misc.yaml index 7728c55ee3..5a00af3254 100644 --- a/mods/ts/rules/misc.yaml +++ b/mods/ts/rules/misc.yaml @@ -199,3 +199,15 @@ TRACKS15: TRACKS16: Inherits: ^Railway + +TUNTOP01: + Inherits: ^Tunnel + +TUNTOP02: + Inherits: ^Tunnel + +TUNTOP03: + Inherits: ^Tunnel + +TUNTOP04: + Inherits: ^Tunnel diff --git a/mods/ts/sequences/misc.yaml b/mods/ts/sequences/misc.yaml index 04c7a8dfcb..503d966cbe 100644 --- a/mods/ts/sequences/misc.yaml +++ b/mods/ts/sequences/misc.yaml @@ -569,3 +569,26 @@ tracks16: UseTilesetExtension: true ZOffset: -1c0 +tuntop01: + idle: + Offset: 0, -13 + UseTilesetExtension: true + ShadowStart: 1 + +tuntop02: + idle: + Offset: 0, -13 + UseTilesetExtension: true + ShadowStart: 1 + +tuntop03: + idle: + Offset: 0, -13 + UseTilesetExtension: true + ShadowStart: 1 + +tuntop04: + idle: + Offset: 0, -13 + UseTilesetExtension: true + ShadowStart: 1