边缘世界 RimWorld

边缘世界 RimWorld

评价数不足
Vanometric Cell Combining SOS patch
   
奖励
收藏
已收藏
取消收藏
Mod, 1.3
文件大小
发表于
更新日期
534.834 KB
2021 年 1 月 7 日 下午 8:52
2022 年 9 月 17 日 上午 11:46
3 项改动说明 ( 查看 )

订阅以下载
Vanometric Cell Combining SOS patch

描述
Unfortunately comes with 2 one time red errors on startup. Dont worry they dont affect anything. If you know how to fix it. let me know what i did wrong.

moves all research from my mod into the SOS tech tree. All with the SOS vanometric research project as a prereq to all my research projects.

Also adds a recipe to craft 2 exotic particles into 1 vanometric power core via the fabrication bench.
3 条留言
esev  [作者] 2021 年 5 月 19 日 下午 6:13 
@Friedman Ok i think i fixed it with #3. The research is just blank now without royalty and the research tree continues on. I just hope i didnt break anything else
Profligate 2021 年 5 月 19 日 下午 5:52 
Totally forgot - you could also add a <success>Always</success> to each operation which makes them not break the sequence even if they fail
Profligate 2021 年 5 月 19 日 下午 5:41 
The PatchOperationSequence all of the content is included in fails when Royalty is not present, making the entire mod do nothing.
This happens because a PatchOperationSequence fails and breaks when any of the operations inside of it fails.
Several of your patchoperations reference the "VanometricBasics" research, which is only added by the Royalty-dependant patch in your main Vanometric Cell Combining mod.
These operations fail and therefore cause the sequence to fail.

You can fix this in one of several ways:
1. just mark this as royalty-dependant
2. add conditionals that check for VanometricBasics before adding it as a prereq
3. add the vanometricbasics research to the vanilla patch or to this patch and make it do something