hkxcmd - themeldingwars/Documentation GitHub Wiki

hkxcmd converts Havok behavior files ([HKX]) into different formats and was originally developed for Skyrim by figment.

Usage

Convert existing HKX file to a human readable XML file.

hkxcmd convert -v:XML -i 00123456.hkx -o 00123456.xml
hkxcmd convert -v:TAGXML -i 00123456.hkx -o 00123456.xml

Convert human readable XML file to HKX file.

hkxcmd convert -v:TAGFILE -i 00123456.xml -o 00123456.hkx

Downloads

References