BrannigansLaw / Skyrim-Behavior-Editor-

WIP: A work in progress tool for viewing and editing the contents of Havok's "hk_2010.2.0-r1" hkx-xml behavior files.
MIT License
52 stars 16 forks source link

Hardcoded path to hkxcmd.exe #1

Open lynlevenick opened 6 years ago

lynlevenick commented 6 years ago

The program has a hardcoded path to hkxcmd.exe:

https://github.com/Zartar/Skyrim-Behavior-Editor-/blob/d731889f77da56fd8703a8595cb58de68910ff32/src/ui/mainwindow.cpp#L62

BrannigansLaw commented 6 years ago

Thanks, I switch between using a hardcoded path for debug mode because I cannot place hkxcmd in the debug directory. I'll fix it when I have the first major release ready to deploy.

lynlevenick commented 6 years ago

Thanks! I noticed when I downloaded the 0.9991 release from the page, as that slipped in there. I was able to work around it by running hkxcmd myself from the command line. Thanks for responding, it's good to know this will be fixed. :smile: