From 4bda66841621fc7f43f6a77b1972fd013556dedc Mon Sep 17 00:00:00 2001 From: foxcurl Date: Tue, 5 May 2026 15:19:32 -0400 Subject: [PATCH 1/7] add planet tiles to BaseStationTile's whitelist --- Resources/Prototypes/Tiles/floors.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Prototypes/Tiles/floors.yml b/Resources/Prototypes/Tiles/floors.yml index 89ae632d078..2d9f013b38f 100644 --- a/Resources/Prototypes/Tiles/floors.yml +++ b/Resources/Prototypes/Tiles/floors.yml @@ -24,6 +24,14 @@ - FloorDirt - PlatingRCD - FloorHullReinforced + # begin starcup + - FloorPlanetGrassCold + - FloorPlanetGrassSnowy + - FloorPlanetGrassGolden + - FloorPlanetGrassBlue + - FloorPlanetGrassDarkEdges + - FloorPlanetGrassLightEdges + # end starcup - type: tile id: FloorSteel From 476e92250e2b241e27c02141a845de99e5f23869 Mon Sep 17 00:00:00 2001 From: foxcurl Date: Tue, 5 May 2026 15:19:55 -0400 Subject: [PATCH 2/7] add missing parent to twilight grass --- Resources/Prototypes/_starcup/Tiles/grass.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Resources/Prototypes/_starcup/Tiles/grass.yml b/Resources/Prototypes/_starcup/Tiles/grass.yml index f0290e1361d..7ff4b7625e2 100644 --- a/Resources/Prototypes/_starcup/Tiles/grass.yml +++ b/Resources/Prototypes/_starcup/Tiles/grass.yml @@ -60,6 +60,7 @@ - type: tile id: FloorPlanetGrassBlue name: twilight grass + parent: FloorPlanetGrass sprite: /Textures/_starcup/Tiles/Planet/grass_twilight/grass.png variants: 4 placementVariants: @@ -77,11 +78,6 @@ East: /Textures/_starcup/Tiles/Planet/grass_twilight/double_edge.png North: /Textures/_starcup/Tiles/Planet/grass_twilight/double_edge.png West: /Textures/_starcup/Tiles/Planet/grass_twilight/double_edge.png - isSubfloor: true - footstepSounds: - collection: FootstepGrass - heatCapacity: 10000 - indestructible: true - type: tile id: FloorPlanetGrassDarkEdges From cb4d2db5ec208a344b3165325e6c0ce726c5d390 Mon Sep 17 00:00:00 2001 From: foxcurl Date: Tue, 5 May 2026 15:21:27 -0400 Subject: [PATCH 3/7] fix typo... --- Resources/Prototypes/_starcup/Tiles/dirt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/_starcup/Tiles/dirt.yml b/Resources/Prototypes/_starcup/Tiles/dirt.yml index 18c7fd557c2..e3b842dd511 100644 --- a/Resources/Prototypes/_starcup/Tiles/dirt.yml +++ b/Resources/Prototypes/_starcup/Tiles/dirt.yml @@ -49,7 +49,7 @@ sprite: /Textures/_starcup/Tiles/Planet/dirt_pale_grassy_cold.rsi/dirt.png - type: tile - id: FloorPlanetDirtPaleeGrassyGolden + id: FloorPlanetDirtPaleGrassyGolden name: golden grassy pale dirt parent: FloorPlanetDirtPaleGrassy sprite: /Textures/_starcup/Tiles/Planet/dirt_pale_grassy_golden.rsi/dirt.png From c1a62f002cec256149f6dfb778aa2789dc6f1980 Mon Sep 17 00:00:00 2001 From: foxcurl Date: Tue, 5 May 2026 15:27:28 -0400 Subject: [PATCH 4/7] clean up parents, add BaseFloorPlanet to dirts --- Resources/Prototypes/_starcup/Tiles/dirt.yml | 30 +++++++------------- 1 file changed, 10 insertions(+), 20 deletions(-) diff --git a/Resources/Prototypes/_starcup/Tiles/dirt.yml b/Resources/Prototypes/_starcup/Tiles/dirt.yml index e3b842dd511..f995026f4f1 100644 --- a/Resources/Prototypes/_starcup/Tiles/dirt.yml +++ b/Resources/Prototypes/_starcup/Tiles/dirt.yml @@ -1,5 +1,6 @@ - type: tile id: FloorPlanetDirtPale + parent: BaseFloorPlanet name: pale dirt sprite: /Textures/_starcup/Tiles/Planet/dirt_pale.rsi/dirt.png variants: 5 @@ -18,16 +19,11 @@ East: /Textures/_starcup/Tiles/Planet/dirt_pale.rsi/double_edge.png North: /Textures/_starcup/Tiles/Planet/dirt_pale.rsi/double_edge.png West: /Textures/_starcup/Tiles/Planet/dirt_pale.rsi/double_edge.png - isSubfloor: true - footstepSounds: - collection: FootstepAsteroid - heatCapacity: 10000 - indestructible: true - type: tile id: FloorPlanetDirtPaleGrassy - name: grassy pale dirt parent: FloorPlanetDirtPale + name: grassy pale dirt sprite: /Textures/_starcup/Tiles/Planet/dirt_pale_grassy.rsi/dirt.png variants: 8 placementVariants: @@ -44,20 +40,20 @@ - type: tile id: FloorPlanetDirtPaleGrassyCold - name: cold grassy pale dirt parent: FloorPlanetDirtPaleGrassy + name: cold grassy pale dirt sprite: /Textures/_starcup/Tiles/Planet/dirt_pale_grassy_cold.rsi/dirt.png - type: tile id: FloorPlanetDirtPaleGrassyGolden - name: golden grassy pale dirt parent: FloorPlanetDirtPaleGrassy + name: golden grassy pale dirt sprite: /Textures/_starcup/Tiles/Planet/dirt_pale_grassy_golden.rsi/dirt.png - type: tile id: FloorPlanetDirtPaleSnowy - name: snowy pale dirt parent: FloorPlanetDirtPale + name: snowy pale dirt sprite: /Textures/_starcup/Tiles/Planet/dirt_pale_snow.rsi/dirt.png variants: 8 placementVariants: @@ -74,8 +70,8 @@ - type: tile id: FloorPlanetDirtGrassy - name: grassy dirt parent: FloorPlanetDirtPaleGrassy + name: grassy dirt sprite: /Textures/_starcup/Tiles/Planet/dirt_grassy.rsi/dirt.png edgeSprites: SouthEast: /Textures/_starcup/Tiles/Planet/dirt_grassy.rsi/single_edge.png @@ -89,18 +85,19 @@ - type: tile id: FloorPlanetDirtGrassyCold - name: cold grassy dirt parent: FloorPlanetDirtGrassy + name: cold grassy dirt sprite: /Textures/_starcup/Tiles/Planet/dirt_grassy_cold.rsi/dirt.png - type: tile id: FloorPlanetDirtGrassyGolden - name: cold grassy dirt parent: FloorPlanetDirtGrassy + name: cold grassy dirt sprite: /Textures/_starcup/Tiles/Planet/dirt_grassy_golden.rsi/dirt.png - type: tile id: FloorPlanetDirtTwilight + parent: FloorPlanetDirtPale name: twilight dirt sprite: /Textures/_starcup/Tiles/Planet/dirt_twilight.rsi/dirt.png variants: 8 @@ -122,11 +119,6 @@ East: /Textures/_starcup/Tiles/Planet/dirt_twilight.rsi/double_edge.png North: /Textures/_starcup/Tiles/Planet/dirt_twilight.rsi/double_edge.png West: /Textures/_starcup/Tiles/Planet/dirt_twilight.rsi/double_edge.png - isSubfloor: true - footstepSounds: - collection: FootstepAsteroid - heatCapacity: 10000 - indestructible: true - type: tile id: FloorPlanetGrassyDirtTwilight @@ -148,6 +140,7 @@ - type: tile id: FloorPlanetDirtSnowy + parent: BaseFloorPlanet name: snowy dirt sprite: /Textures/_starcup/Tiles/Planet/dirt_snowy.rsi/dirt.png variants: 8 @@ -160,8 +153,5 @@ - 1.0 - 1.0 - 1.0 - isSubfloor: true - heatCapacity: 10000 - indestructible: true footstepSounds: collection: FootstepSnow From dfdc0aefb80328fefc8e58ec6db5facb7709a884 Mon Sep 17 00:00:00 2001 From: foxcurl Date: Tue, 5 May 2026 15:27:48 -0400 Subject: [PATCH 5/7] add dirts to BaseStationTile whitelist --- Resources/Prototypes/Tiles/floors.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Resources/Prototypes/Tiles/floors.yml b/Resources/Prototypes/Tiles/floors.yml index 2d9f013b38f..0b481731435 100644 --- a/Resources/Prototypes/Tiles/floors.yml +++ b/Resources/Prototypes/Tiles/floors.yml @@ -31,6 +31,16 @@ - FloorPlanetGrassBlue - FloorPlanetGrassDarkEdges - FloorPlanetGrassLightEdges + - FloorPlanetDirtPale + - FloorPlanetDirtPaleGrassy + - FloorPlanetDirtPaleGrassyCold + - FloorPlanetDirtPaleGrassyGolden + - FloorPlanetDirtPaleSnowy + - FloorPlanetDirtGrassy + - FloorPlanetDirtGrassyCold + - FloorPlanetDirtGrassyGolden + - FloorPlanetDirtTwilight + - FloorPlanetDirtSnowy # end starcup - type: tile From c9da46f3b7ba6f3ac9da3829ffc5e50e748d3de1 Mon Sep 17 00:00:00 2001 From: foxcurl Date: Mon, 18 May 2026 14:33:22 -0400 Subject: [PATCH 6/7] missed twilight grassy --- Resources/Prototypes/Tiles/floors.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Tiles/floors.yml b/Resources/Prototypes/Tiles/floors.yml index 0b481731435..2344f1e791c 100644 --- a/Resources/Prototypes/Tiles/floors.yml +++ b/Resources/Prototypes/Tiles/floors.yml @@ -39,6 +39,7 @@ - FloorPlanetDirtGrassy - FloorPlanetDirtGrassyCold - FloorPlanetDirtGrassyGolden + - FloorPlanetGrassyDirtTwilight - FloorPlanetDirtTwilight - FloorPlanetDirtSnowy # end starcup From 2128a54f9636c25cd9885dee2d303bcd79fa2b7b Mon Sep 17 00:00:00 2001 From: foxcurl Date: Mon, 18 May 2026 14:35:41 -0400 Subject: [PATCH 7/7] and caves --- Resources/Prototypes/Tiles/floors.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/Prototypes/Tiles/floors.yml b/Resources/Prototypes/Tiles/floors.yml index 2344f1e791c..b10952f5800 100644 --- a/Resources/Prototypes/Tiles/floors.yml +++ b/Resources/Prototypes/Tiles/floors.yml @@ -25,6 +25,8 @@ - PlatingRCD - FloorHullReinforced # begin starcup + - FloorCave + - FloorCaveDrought - FloorPlanetGrassCold - FloorPlanetGrassSnowy - FloorPlanetGrassGolden