Starbound

Starbound

29 ratings
Anom's Outpost Overhaul - Project Irisil Patch
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
164.830 KB
16 Dec, 2024 @ 1:46pm
11 May @ 11:50am
2 Change Notes ( view )

Subscribe to download
Anom's Outpost Overhaul - Project Irisil Patch

In 3 collections by AnomNom
An Overly Complex Assortment of Mods
838 items
Anom's Creations
115 items
Anom's Outpost Overhaul: The Complete Collection
28 items
Description


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 Comments
LoftyLoftyLoftyLoftyLofty 6 Apr @ 6:43pm 
This has been a popular request in the comments over on the original mod. Thank you for setting this up!
4orap4o2 17 Dec, 2024 @ 12:19pm 
Yep that was it. Thank you for the very quick response!
AnomNom  [author] 17 Dec, 2024 @ 10:14am 
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  [author] 17 Dec, 2024 @ 10:01am 
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 Dec, 2024 @ 9:48am 
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.