Starbound

Starbound

35 个评价
Anom's Outpost Overhaul - Project Irisil Patch
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
164.830 KB
2024 年 12 月 16 日 下午 1:46
5 月 11 日 上午 11:50
2 项改动说明 ( 查看 )

订阅以下载
Anom's Outpost Overhaul - Project Irisil Patch

在 AnomNom 的 3 个合集中
An Overly Complex Assortment of Mods
853 件物品
Anom's Creations
120 件物品
Anom's Outpost Overhaul: The Complete Collection
29 件物品
描述


A patch for the mod Project Irisil, which moves the Irisil Merchant to the Ark Ruins and positions them at the very end on the right.




⠀⠀⠀⠀⠀⠀





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




  • Lofty, for creating the original mod.

  • Scarlet Flame, who directed my attention towards this mod.
5 条留言
LoftyLoftyLoftyLoftyLofty 4 月 6 日 下午 6:43 
This has been a popular request in the comments over on the original mod. Thank you for setting this up!
4orap4o2 2024 年 12 月 17 日 下午 12:19 
Yep that was it. Thank you for the very quick response!
AnomNom  [作者] 2024 年 12 月 17 日 上午 10:14 
actually, scratch that, i've just checked through all of them and The House of Peace patch was the only one that had an error. unsubscribe to it, wait for steam for finish downloading, then resubscribe to it, and see if you're still getting the issue.
AnomNom  [作者] 2024 年 12 月 17 日 上午 10:01 
what are all the patches you're using? i just released updates to basically all of them, and i already had to go back and make a fix for my The House of Peace (formerly EP's Shadow Expansion) patch, since it was causing that same error
4orap4o2 2024 年 12 月 17 日 上午 9:48 
Hello since you released your two latest patches I've been getting this error:
Exception caught loading asset: /universeflags.config, (AssetException) Could not read JSON asset /universeflags.config
I used an unoficial patch for the pixel reloaded mod but this one worked fine without a patch it was just in a weird location. Is this fixable? I can't play any of my current characters.