Lord-Akkrand / Skyrim-NX-Toolkit

A set of scripts to convert mods from Skyrim SE to Skyrim NX
MIT License
71 stars 1 forks source link

Handling of currently unsupported files #5

Open doodlum opened 6 years ago

doodlum commented 6 years ago

.xwm, .hkx .fuzz

Lord-Akkrand commented 6 years ago

HKX is able to be dealt with, although the method to do so currently is a bit finicky:

This is LessThanIdealâ„¢

It could be expanded to automatically unpack the oldrim mod (chances are the hkx are in a bsa file), and even unpack the zip of the oldrim mod if one is provided instead of the folder.
It's also a problem that it requires HavokBehaviourPostProcess.exe. I only just got rid of the Archive.exe dependency from the Creation Kit. Now we need another tool, and even if it exists in the Havok SDK tools somewhere, that is no longer publicly available, either.