Starbound

Starbound

Not enough ratings
Anom's Outpost Overhaul - Pixel Equipment Reloaded Patch
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
184.824 KB
16 Dec, 2024 @ 9:02pm
17 Dec, 2024 @ 9:27am
2 Change Notes ( view )

Subscribe to download
Anom's Outpost Overhaul - Pixel Equipment Reloaded Patch

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


A patch for Pixel Equipment Reloaded, which makes some adjustments to the store and moves it to be across from the bathrooms.




⠀⠀⠀⠀⠀⠀





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




  • Pixelflame5826, for creating the original mod.

  • Lood Janglotsi. They didn't actually help with this patch, but they made their own patch, which can be found here. Considering I went on a hiatus from modding Starbound for the last year or two, I'm glad someone else was able to patch this in my absence.

  • mikey, GanOver, and kenanthebarbarian, all of whom suggested I make this an entire year ago. I do appear to be a little late.
3 Comments
ErickD 18 Dec, 2024 @ 4:48am 
@AnomNom nice shot:steamhappy:
AnomNom  [author] 17 Dec, 2024 @ 12:30pm 
of course, i'm biased, but i made some modifications to the room - changed the background a little bit, readjusted the size, moved a few props around - so i would like to say mine. Lood Janglosti's simply moves the room into the right spot
ErickD 17 Dec, 2024 @ 8:49am 
@AnomNom Hi. which patch should i use ? Lood Janglosti or this one ? Since Chaos Weapon
https://sp.zhabite.com/sharedfiles/filedetails/?id=2497254778
had made its own outpost NPC recently .Can you make a patch plz ?thx for all the work btw.