-
Notifications
You must be signed in to change notification settings - Fork 8
Skaar Compatibility
alexdunn edited this page Sep 6, 2014
·
3 revisions
The Skaar Hose Mod has the following INcompatibilities. This is a list of things that already exist in the game that Skaar has changed. Any mod that changes the same things will be incompatible without a patch.
- Skaar removes the vanilla script
magicSoulTrapFXScript
and adds the scriptSkaarMagicSoulTrapFXScript
to the objectSoulTrapFFActor
. This is to track which NPC is trapped in which soul gem. This script could easily be integrated into any other mod by making a patch to merge the script changes. - Skaar uses the
SoulGemsFilled
object list to identify items that are filled soul gems. Any mod that adds new or different soul gem types to the game but does NOT add them to this list will be incompatible. Such a mod would simply need to add its new filled soul gems to this list, which is what it should be doing already.