Spell vs. SpellRES
chimeric
Member Posts: 1,163
If I replace (override) default spells with custom files in the override folder, what happens to the Spell action? Scripts call on, for example, WIZARD_DIRE_CHARM, but I have a different Dire Charm in the folder. Do default spells remain?
0
Comments
If you put a spell in the override folder with the same filename as an existing spell, the game ceases to acknowledge the original, and uses the new one exclusively.
Weidu and NI decompile scripts into readable text, translating the IDS#/filename reference to its symbolic name in the process, but unless you recompile a script, no changes to SPELL.IDS will have any effect on it.