Skip to main content

Avoiding invalid ESLs

Did you know SEEdit warns you when you have an ESL with an invalid Form ID?


If I did, it would've saved me a lot of headaches, but now you know.

Comments

Popular posts from this blog

How to avoid corrupted ESL plugins

Lesson learnt today: If you add new things to an existing ESL, always compact it in the Creation Kit (CK) before releasing it: Lest you want to corrupt savegames and cause CTDs. Form IDs from records in an ESL can only be  between xxxxx800 and xxxxxFFF .

Texture manipulation

Right now, many DDS plugins seem to have problems opening BC7 compressed textures, so you can do this to manipulate them. Convert them to *.png using Paint.net . Work on the PNGs. Save them as *.tga Convert those TGAs to optimized *.dds using Cathedral Assets Optimizer . Profit. This workflow also seems to avoid color changing issues too.