-
Notifications
You must be signed in to change notification settings - Fork 8
Skaar Compatibility
alexdunn edited this page Sep 8, 2014
·
3 revisions
The Skaar Hose Mod changes very few things in the vanilla game, so it's compatible with nearly every other mod. However, there is a small number of vanilla game changes that will conflict with other mods. These conflicts are listed below. 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. Each point below will be followed by a list of mods that are known to conflict with that specific change. A bullet point with no mods listed means there are no known mods that also change this.
- 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.