Starbound

Starbound

Otillräckligt med betyg
Anom's Outpost Overhaul - Pixel Equipment Reloaded Patch
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Filstorlek
Lades upp
Uppdaterades
184.824 KB
16 dec, 2024 @ 21:02
17 dec, 2024 @ 9:27
2 ändringsnotiser ( visa )

Abonnera för att ladda ner
Anom's Outpost Overhaul - Pixel Equipment Reloaded Patch

I 3 samlingar av AnomNom
An Overly Complex Assortment of Mods
839 artiklar
Anom's Creations
115 artiklar
Anom's Outpost Overhaul: The Complete Collection
28 artiklar
Beskrivning


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 kommentarer
ErickD 18 dec, 2024 @ 4:48 
@AnomNom nice shot:steamhappy:
AnomNom  [skapare] 17 dec, 2024 @ 12:30 
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:49 
@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.