Starbound

Starbound

235 个评价
Anom's Outpost Overhaul - Enhanced Storage Patch
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
140.239 KB
2021 年 4 月 26 日 上午 10:50
2024 年 12 月 16 日 下午 3:19
5 项改动说明 ( 查看 )

订阅以下载
Anom's Outpost Overhaul - Enhanced Storage Patch

在 AnomNom 的 2 个合集中
Anom's Creations
120 件物品
Anom's Outpost Overhaul: The Complete Collection
29 件物品
描述


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 条留言
hhhhhhh 4 月 20 日 下午 10:12 
@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  [作者] 4 月 12 日 上午 11:03 
@hhhhhhh:
如果您同時使用我的前哨站大修和增強存儲,則需要此補丁。使用Google翻譯翻譯,如有任何錯誤,請諒解。
hhhhhhh 4 月 12 日 上午 1:42 
在主模組的頁面上, 要是能有更明顯的提示關於此模組的必要程度
就好了...
AnomNom  [作者] 2 月 21 日 上午 8:17 
yes, though the two will not cause an error if both are installed at the same time
Circe 2 月 20 日 下午 11:22 
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  [作者] 2023 年 3 月 14 日 下午 1:48 
Glad to hear :)
Sotata 2023 年 3 月 14 日 上午 11:44 
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  [作者] 2023 年 3 月 14 日 上午 11:00 
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 2023 年 3 月 13 日 下午 9:55 
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