Starbound

Starbound

97 个评价
Anom's Outpost Overhaul - Ashspeaker's The House of Peace Patch
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
206.617 KB
2021 年 4 月 29 日 上午 11:34
2024 年 12 月 17 日 上午 9:15
3 项改动说明 ( 查看 )

订阅以下载
Anom's Outpost Overhaul - Ashspeaker's The House of Peace Patch

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


A patch for Ashspeaker's The House of Peace, formerly known as EP's Shadow Expansion, which moves the store to be floating off the right end of the outpost.




⠀⠀⠀⠀⠀⠀





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>] } } ] ]




  • Ashspeaker for creating the original mod.

  • Pixelflame for assisting in figuring out how to open the dungeon file.
16 条留言
Ancient Arthropod 4 月 7 日 下午 3:42 
kthx
Ancient Arthropod 4 月 7 日 下午 3:32 
this conflicts with the peacekeeper station
ℱℴჯ ιȵ tℎℯ ℬℴx 2024 年 12 月 18 日 上午 1:36 
Everything is fine. It works. Thank you! :spiffo:
AnomNom  [作者] 2024 年 12 月 17 日 上午 9:18 
forgot a bracket at the start of the new tests, should be fixed now
AnomNom  [作者] 2024 年 12 月 17 日 上午 8:07 
i'll take a look after i get out of bed, i probably just forgot to add/remove a comma
ℱℴჯ ιȵ tℎℯ ℬℴx 2024 年 12 月 17 日 上午 4:35 
After the update, trying to log into a character or create a new one gives an error - (AssetException) Error loading asset/universeflags.config

If you unsubscribe, everything works again.
R4skall 2023 年 10 月 26 日 下午 11:53 
oh nvm thats because i hadnt done erchius facility on new universe yet
R4skall 2023 年 10 月 26 日 下午 11:32 
so it updated again and the outpost module thing doesnt show up now
AnomNom  [作者] 2022 年 3 月 3 日 下午 3:16 
Ah, that would be why I couldn't find the issue. Thank you, mate.