Starbound

Starbound

170 个评价
Anom's Outpost Overhaul - Project Redemption Patch
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
144.966 KB
2021 年 12 月 3 日 下午 1:55
2024 年 12 月 16 日 下午 5:30
2 项改动说明 ( 查看 )

订阅以下载
Anom's Outpost Overhaul - Project Redemption 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 Project Redemption, which moves the Lost and Found into the new Ark Ruins.




⠀⠀⠀⠀⠀⠀





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




  • Armok, for creating the original mod, and for requesting the patch.
15 条留言
Armok 2024 年 5 月 14 日 下午 4:11 
@Salomon It's supper's combat overhaul that's causing the issue here, no idea why exactly, but it's not exactly a well made mod so it's not surprising it'd have some strange incompatibility with other mods
Genbu_Serafino 2024 年 5 月 14 日 下午 2:51 
@AnomNom It gives me this error when I try to talk with the merchant
Exception caught in client main-loop
(JsonException) Improper conversion to
JsonArray from object
Genbu_Serafino 2024 年 5 月 11 日 上午 6:39 
The protectorate merchant also crashes for me
Salomon 2024 年 2 月 16 日 上午 10:54 
When I interact with the protectorate guy at Ark, the game crashes
WatcherCCG 2023 年 1 月 14 日 下午 6:36 
Just a note, those discord links are expired.
AnomNom  [作者] 2021 年 12 月 8 日 下午 11:27 
Look at the screenshot. There is literally only a single place where that hologram appears, and it's to the right of the Ark Gateway.
Eevote 2021 年 12 月 8 日 下午 8:45 
WHERE IS IT
PassionateAboutPonies 2021 年 12 月 5 日 下午 7:05 
That seems to have done the trick!
AnomNom  [作者] 2021 年 12 月 5 日 下午 3:42 
As far as testing has gone, it's worked perfectly fine on the unstable branch. Perhaps try uninstalling Project Redemption, then reinstalling it?
p_trevogin 2021 年 12 月 4 日 下午 3:15 
I tried it myself and the merchant does not appear in my case as well. Too bad, I just wanted to see what he sells, since there's no update logs on Redemption's actual modpage.