If you convert a hkx file to xml and then convert it back to hkx, the game will crash immediately. If you try to convert the converted file back to xml, you will get the following error: https://imgur.com/9Gc3ngT What is the reason?
worked with some hkx files from weapon animation mods which went as planned, but when i converted Dodge-MCO hkx files to xml with this and converted them back to hkx Skyrim crashed whiled loading the animation.
i tried to use the original hkanno64 but that tool crashes when i try to dump something. i installed havok 64 and everything idk what's going on
I spent so much time fiddling around with other tools, and just as I got the hang of it, you show up with a one-click solution. Kudos... And thank you very much🙏.
Hello handsome 🐈, very good program! It will help me with many projects, especially using XML to apply some animation recording methods I have in mind. This will make the process much easier. Thank you so much!
I took some time to read the program’s binary code because of the false positive. Generally, the program’s language is set to 0 instead of the standard 1033, which triggers the false positives. However, the language setting for this program seems correct. Still, I ran it through a filter with another program, and I managed to remove the false positive, at least in my work environment.
I'll send you a copy of the filtered program, and if you want, I'll also send the method so you can apply it to your own programs. I'll do it via private message. Thanks again for everything!
I'm just a simple Skyrim player who loves learning new things, not an expert or anything. Even after cleaning it up and stopping Windows from flagging it as a false positive, a scan with VirusTotal still detected another minor issue, likely another false positive. It could be due to some code in the program, as it modifies files and organizes them into folders, which can sometimes be flagged as malicious behavior. In Python, bypassing this error is relatively straightforward, but in C++ I'm not sure about the method, sorry.
49 comments
If you try to convert the converted file back to xml, you will get the following error:
https://imgur.com/9Gc3ngT
What is the reason?
i tried to use the original hkanno64 but that tool crashes when i try to dump something. i installed havok 64 and everything idk what's going on
The creator responded very quickly and updated it!
I took some time to read the program’s binary code because of the false positive. Generally, the program’s language is set to 0 instead of the standard 1033, which triggers the false positives. However, the language setting for this program seems correct. Still, I ran it through a filter with another program, and I managed to remove the false positive, at least in my work environment.
I'll send you a copy of the filtered program, and if you want, I'll also send the method so you can apply it to your own programs. I'll do it via private message. Thanks again for everything!
I'm just a simple Skyrim player who loves learning new things, not an expert or anything. Even after cleaning it up and stopping Windows from flagging it as a false positive, a scan with VirusTotal still detected another minor issue, likely another false positive. It could be due to some code in the program, as it modifies files and organizes them into folders, which can sometimes be flagged as malicious behavior. In Python, bypassing this error is relatively straightforward, but in C++ I'm not sure about the method, sorry.