Hi, I would like to use this mod to stop one particular site from being the target of Radiant Quests, Ilinalta's Deep to be exact. However, I am new to modding and I do not know what "modders can also inject a form list at the same form id in their own plugin" means. Google is no help. Can someone please point me in the right direction? Any help is appreciated.
In xEdit, copy the FormList into your plugin as an override.
Since the FormList appears to be from Update.esm, it'll copy over without creating a hard requirement on this mod, or other mods with the same FormList, only on Update.esm. Since these will all have the same Form ID, they'll be treated as the same record in the game.
Dawnguard and Dragonborn use this to share some things even though they're different DLCs and Bethesda can't have them relying on each other. You can only really do this with keywords or empty lists, otherwise you can have different copies conflicting with each other.
I have a few mods that conflict with the radiant-blocker esp (Enhanced Factions: Companions and Wintersun). Should I just carry over those mods additions to quests in xedit? Could that potentially break the functionality for those mods changes to certain radiant quest, and if so should I just remove those quest from radiantblocker.esp?
hi, sorry i dont speak english, just one question, is compatible whit the notice board mod? i want install lawbringer and the notice board so i want to know if this mods are compatible whit this pluggin plz,
9 comments
Since the FormList appears to be from Update.esm, it'll copy over without creating a hard requirement on this mod, or other mods with the same FormList, only on Update.esm. Since these will all have the same Form ID, they'll be treated as the same record in the game.
Dawnguard and Dragonborn use this to share some things even though they're different DLCs and Bethesda can't have them relying on each other. You can only really do this with keywords or empty lists, otherwise you can have different copies conflicting with each other.