Starbound

Starbound

71 ratings
Anom's Outpost Overhaul - Wearable Pet Collars Patch
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
160.076 KB
9 Apr, 2022 @ 1:02pm
16 Dec @ 6:42pm
2 Change Notes ( view )

Subscribe to download
Anom's Outpost Overhaul - Wearable Pet Collars Patch

In 2 collections by AnomNom
Anom's Creations
104 items
Anom's Outpost Collection
22 items
Description


A patch for Wearable Pet Collars! which moves the merchant to be on top of the leftmost containers in the Cargo Bay.




⠀⠀⠀⠀⠀⠀





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




  • Marigi for creating the original mod.
8 Comments
yowai inudesu。 29 Jul, 2022 @ 9:54pm 
ah i totally forgot about it, thanks for reminding me
AnomNom  [author] 29 Jul, 2022 @ 2:44pm 
You have to have completed the Floran mission according to the original mod's workshop page.
yowai inudesu。 29 Jul, 2022 @ 9:02am 
i can't see the shop anywhere, i installed this patch after i traveled to the outpost the first time, is there any problem or the collar shop will open after a certain mission?
TheLizord 31 May, 2022 @ 8:39am 
Horny
The Bird of Anarchy 10 Apr, 2022 @ 9:24pm 
dear god dude you have a patch for like, every mod that changes the outpost don't you?

im not gonna complain because it lets me use the superior version of the outpost with most mods
Aethis 10 Apr, 2022 @ 1:14am 
oh, forgot about the whole placement thing
Medik 10 Apr, 2022 @ 12:48am 
Wearable pet collars also adds a shop object for acquiring those collars, something that needs to be placed back in for mods that replace the whole outpost.
Aethis 9 Apr, 2022 @ 10:37pm 
um...these were incompatible how exactly? one just remaps the outpost and the other is a wearable collar