RimWorld

RimWorld

Not enough ratings
Vanometric Cell Combining SOS patch
   
Award
Favorite
Favorited
Unfavorite
Mod, 1.3
File Size
Posted
Updated
534.834 KB
7 Jan, 2021 @ 8:52pm
17 Sep, 2022 @ 11:46am
3 Change Notes ( view )

Subscribe to download
Vanometric Cell Combining SOS patch

Description
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 Comments
esev  [author] 19 May, 2021 @ 6:13pm 
@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 19 May, 2021 @ 5:52pm 
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 19 May, 2021 @ 5:41pm 
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