Better solution. Install the attached mod.
It will turn any creature in your game that doesn't have animations into a gibberling (it will not crash, no quest changes, no missing items)
BACKUP ~gibberizer/backup~ AUTHOR ~Lollorian~ BEGIN ~Convert Missing Animations to Gibberlings~ COPY_EXISTING_REGEXP GLOB ~^.+\.cre$~ ~override~ PATCH_IF (SOURCE_SIZE > 0x2d3) THEN BEGIN // Missing Animation Fixer READ_SHORT 0x28 "anim" LOOKUP_IDS_SYMBOL_OF_INT animation animate %anim% PATCH_IF ("%anim%" STRING_EQUAL "%animation%") BEGIN PATCH_PRINT "%SOURCE_FILE% issue: Missing animation! Assigning Gibberling animation..." WRITE_SHORT 0x28 30720 // Gibberling END END BUT_ONLY_IF_IT_CHANGES
Yes this will be a part of the lolfixer soon
Attached Files
Edited by Lollorian, 03 December 2015 - 09:41 AM.