Starbound

Starbound

27 个评价
Anom's Outpost Overhaul - Pixel Equipment Reloaded Patch
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
184.824 KB
2024 年 12 月 16 日 下午 9:02
2024 年 12 月 17 日 上午 9:27
2 项改动说明 ( 查看 )

订阅以下载
Anom's Outpost Overhaul - Pixel Equipment Reloaded Patch

在 AnomNom 的 3 个合集中
An Overly Complex Assortment of Mods
853 件物品
Anom's Creations
120 件物品
Anom's Outpost Overhaul: The Complete Collection
29 件物品
描述


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 条留言
ErickD 2024 年 12 月 18 日 上午 4:48 
@AnomNom nice shot:steamhappy:
AnomNom  [作者] 2024 年 12 月 17 日 下午 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 2024 年 12 月 17 日 上午 8:49 
@AnomNom Hi. which patch should i use ? Lood Janglosti or this one ? Since Chaos Weapon
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2497254778
had made its own outpost NPC recently .Can you make a patch plz ?thx for all the work btw.