Since I've upgraded to Windows XP the save game editor no longer works. I get the message that "richtx32.ocx" is outdated. Is anyone else having this problem? Is there a work around?
The editor will work you just need to register some files on Xp.in your case I would start by registering the Richtx32.ocx file.
You can also find instructions on how to register files in the readme included with the editor. Just go to the Question portion.
to register dll in system go to Start/run & type: Regsvr32 C:windowssystem"dll here" Hit Enter For eXample to register "msstdfmt.dll" dll in system type: Regsvr32 C:windowssystemmsstdfmt.dll Hit Enter or you can do it this way also: go to a Dos Prompt and type type "cd system" which switches you to the "windowssystem"directory Type "regsvr32 *.dll" (ex. msstdfmt.dll) Close DOS window.