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

hkbSenseHandleModifier's eventproperty invalid format #11

Open ShikyoKira opened 5 years ago

ShikyoKira commented 5 years ago

image

left image is the one generated by SBE. The right image is the correct format. If compile using the format in left image will result in the id becoming 0 and most likely payload becoming null as well

BrannigansLaw commented 5 years ago

Thanks for all the detailed reports, I'll fix these issues tonight.

BrannigansLaw commented 5 years ago

Ya, so it turns out the C++17 compiler I installed lately won't compile my code anymore without errors. Good job, standards committee on breaking backwards compatibility... It'll take a bit longer for me to fix this.

ShikyoKira commented 5 years ago

ikr. i have been through this as well. Hence my reluctant to update the compiler during any development unless its crucial to do so