Skip to content

Commit

Permalink
Remove AFS Formless Ruins (#17)
Browse files Browse the repository at this point in the history
Summary
Content "Remove AFS Formless Ruins"

Purpose of change
The Aftershock Formless Ruins are one of those bits of content that snuck into Aftershock while seemingly being intended for Exoplanet. They stick out like a sore thumb and are disruptive of intended thematics in Cataclysm 2040.

Describe the solution
I hate removing content (especially in a fork about content restoration), but these ruins are really designed to represent space habitats and don't transfer over well to the 2040s content that Aftershock originally was a dumping ground for.

Describe alternatives you've considered
I thought about reworking the designs and item groups, but it would just take a lot of time. On top of the fact that my time is limited and I simply don't have time for it at the moment, I think that time would be better spent building original 2040 POIs rather than trying to rework this content that was never meant to be representative of the original 2040 setpieces in C:DDA.

Testing
Added this to a save and revealed overmap to ensure these aren't being spawned anymore. I even added it to an existing save to make sure it got rid of the ruins properly.
  • Loading branch information
neonspectra authored Feb 6, 2024
1 parent d5b0b09 commit 67d68e9
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1,111 deletions.
16 changes: 0 additions & 16 deletions data/mods/Aftershock/maps/city_buildings.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,22 +88,6 @@
],
"locations": [ "land" ]
},
{
"id": "afs_city_ruinfield",
"type": "city_building",
"overmaps": [
{ "point": [ 0, 0, 0 ], "overmap": "afs_formless_ruins_dynamic_north" },
{ "point": [ 1, 0, 0 ], "overmap": "afs_formless_ruins_dynamic_north" },
{ "point": [ -1, 0, 0 ], "overmap": "afs_formless_ruins_dynamic_north" },
{ "point": [ 0, 1, 0 ], "overmap": "afs_formless_ruins_dynamic_north" },
{ "point": [ 1, 1, 0 ], "overmap": "afs_formless_ruins_dynamic_north" },
{ "point": [ -1, 1, 0 ], "overmap": "afs_formless_ruins_dynamic_north" },
{ "point": [ 0, 2, 0 ], "overmap": "afs_formless_ruins_dynamic_north" },
{ "point": [ 1, 2, 0 ], "overmap": "afs_formless_ruins_dynamic_north" },
{ "point": [ -1, 2, 0 ], "overmap": "afs_formless_ruins_dynamic_north" }
],
"locations": [ "land" ]
},
{
"id": "afs_house_1",
"type": "city_building",
Expand Down
Loading

0 comments on commit 67d68e9

Please sign in to comment.