Originally Posted by OmegaSin
Originally Posted by Dairymoose
New version alpha8.

I got rid of the registry key message (this appears if you don't have a steam installation and it can't resolve the game data/save folder paths). If anyone knows about registry keys to find the game installation path for a non-steam installation, I can add it.

Changes:
Fixed several potential crashes
Added "Talents" editor
Added tooltips for shields
Fixed in-game crash that would often occur when changing a weapon/armor/shield's level

https://www.mediafire.com/folder/xggb2364417f4/MooseEdit


Hey thanks for this latest update to your editor.

However, I'm getting an error when opening it on my Win XP PC. It says "The procedure entry point RegGetValueA could not be located in the dynamic link library ADVAPI32.dll"


I believe this is a problem with the code using the RegGetValueA call on a Windows XP system containing an old version of the Windows Advanced API instead of using the RegQueryValue() call on the current version of the API. If I am right, there are only two ways to correct this: Upgrade your system to an OS that isn't 13 years old or DairyMoose needs to make the change in his code.

Hopefully I'm wrong =)