Starbound

Starbound

217 ratings
Anom's Outpost Overhaul - Enhanced Storage Patch
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
140.239 KB
26 Apr, 2021 @ 10:50am
16 Dec, 2024 @ 3:19pm
5 Change Notes ( view )

Subscribe to download
Anom's Outpost Overhaul - Enhanced Storage Patch

In 2 collections by AnomNom
Anom's Creations
115 items
Anom's Outpost Overhaul: The Complete Collection
28 items
Description


A patch for Enhanced Storage, which adjusts the size and layout of the room, then moves it to the space above the Mech Workshop.




⠀⠀⠀⠀⠀⠀





Almost all patches for Anom's Outpost Overhaul follow the same formula. After checking which universe flag the dungeon has been added to, we do what I like to call a Test Iteration patch. This is a type of test patch where you test each value of an array for the one you are looking for, then replace it if you find it. Since array orders can change depending on load order, this is incredibly useful for not breaking other mods. Below is an example of one.

[ [ // Test 1 { "op": "test", "path": "/<UNIVERSE-FLAG>/actions/0/dungeonId", "value": "<DUNGEON-FROM-MOD>" }, { "op": "replace", "path": "/<UNIVERSE-FLAG>/actions/0", "value": { "type": "placeDungeon", "dungeonId": "<DUNGEON-FROM-MOD>", "targetInstance": "outpost", "targetPosition": [<X-COORDINATE>, <Y-COORDINATE>] } } ], [ // Test 2 { "op": "test", "path": "/<UNIVERSE-FLAG>/actions/1/dungeonId", "value": "<DUNGEON-FROM-MOD>" }, { "op": "replace", "path": "/<UNIVERSE-FLAG>/actions/1", "value": { "type": "placeDungeon", "dungeonId": "<DUNGEON-FROM-MOD>", "targetInstance": "outpost", "targetPosition": [<X-COORDINATE>, <Y-COORDINATE>] } } ], [ // Test 3 { "op": "test", "path": "/<UNIVERSE-FLAG>/actions/2/dungeonId", "value": "<DUNGEON-FROM-MOD>" }, { "op": "replace", "path": "/<UNIVERSE-FLAG>/actions/2", "value": { "type": "placeDungeon", "dungeonId": "<DUNGEON-FROM-MOD>", "targetInstance": "outpost", "targetPosition": [<X-COORDINATE>, <Y-COORDINATE>] } } ] ]




  • Neo for creating the original mod.
9 Comments
hhhhhhh 20 Apr @ 10:12pm 
@AnomNom:
I found it, although it was a little late to find this patch (so I had to recreate a lot of new characters QAQ)
The storage enhancement module allows the layout to be both beautiful and practical.
Thank you for your mod and response

ts by google translate
AnomNom  [author] 12 Apr @ 11:03am 
@hhhhhhh:
如果您同時使用我的前哨站大修和增強存儲,則需要此補丁。使用Google翻譯翻譯,如有任何錯誤,請諒解。
hhhhhhh 12 Apr @ 1:42am 
在主模組的頁面上, 要是能有更明顯的提示關於此模組的必要程度
就好了...
AnomNom  [author] 21 Feb @ 8:17am 
yes, though the two will not cause an error if both are installed at the same time
Circe 20 Feb @ 11:22pm 
probably an obvious one but just to be sure: if I'm using your Enhanced Storage Lite mod, would that mean this one is unnecessary?
AnomNom  [author] 14 Mar, 2023 @ 1:48pm 
Glad to hear :)
Sotata 14 Mar, 2023 @ 11:44am 
Mod was appearing in the mod list on the main menu so I assumed it was being loaded properly but apparently not - unsub/resub did fix it.
AnomNom  [author] 14 Mar, 2023 @ 11:00am 
That's what happens when the mod isn't installed, actually. Notice how the walls and lights don't match the version shown in the screenshot? I replaced the json file directly, meaning that version of the room simply doesn't exist when the mod is active. Make sure you're actually subscribed, and that steam finished downloading the mod, before checking in-game again.
Sotata 13 Mar, 2023 @ 9:55pm 
This appears to load the enhanced storage hub into the wrong spot, which prevents the two-stop teleshop from appearing and makes the 'scan outpost' quest impossible as a result too.

https://i.imgur.com/iYTHK0M.png