Starbound

Starbound

36 hodnocení
Anom's Outpost Overhaul - Project Irisil Patch
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Velikost souboru
Přidáno
Aktualizováno
164.830 KB
16. pro. 2024 v 13.46
11. kvě. v 11.50
Poznámky ke změnám (2) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
Anom's Outpost Overhaul - Project Irisil Patch

V 3 kolekcích od uživatele AnomNom
An Overly Complex Assortment of Mods
856 položek
Anom's Creations
120 položek
Anom's Outpost Overhaul: The Complete Collection
29 položek
Popis


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.
Počet komentářů: 5
LoftyLoftyLoftyLoftyLofty 6. dub. v 18.43 
This has been a popular request in the comments over on the original mod. Thank you for setting this up!
4orap4o2 17. pro. 2024 v 12.19 
Yep that was it. Thank you for the very quick response!
AnomNom  [autor] 17. pro. 2024 v 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  [autor] 17. pro. 2024 v 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 17. pro. 2024 v 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.