// Management · RimWorld Mod

VPE - Sentinel Framework

VPE - Sentinel Framework mod preview for RimWorld

Github and license here, click on the green code button and download zip: What does this do?

Github and license here, click on the green code button and download zip: https://github.com/Sentinel297/VPE-SentinelFramework?tab=License-1-ov-file

What does this do?

This mod serves as a code dump for code I use often in my mods, the goal is to remove the need for me to copy/paste code for skills in my mods that do similar things (e.g weather condition skills)

F.A.Q

Q: Is this really necessary? It's one more mod in my list! A: In short, yes, it's something that I arguably should've done earlier for my own sanity. This makes it so everything works from one source instead of 5 different instances of the same code in different mods. Q: What's the performance impact? A: Literally none, nothing runs at all without other mods that use the code from this framework. Q: When will your other mods be updated to rely on this framework? A: I didn't really decide yet, the reused code still works so this isn't something I *have* to do asap, it's just QoL on my end. Also changing ability code like that would force people to reset psycasts in order to update the abilities, it can wait. I'll just be adding the dependency to old mods I decide to update as the need arises.
Bug reports go here.