- Feb 19, 2017
- 537
- 3,515
Here's a version that seems to load for me, haven't tested past the initial choicesBodywerks says Setup game data is not defined
-
You must be registered to see the links
The issue with that game was the lack of escaping of backslashes in some RAGS object names, which generally causes problems if the backslash is at the end of a string.
I'd like to work on a more thorough fix but don't have a lot of time to invest. It's pretty slow going to edit the RAGS assembly with ILSpy/reflexil.
In case anyone has problems dumping other games, here's a RagsLib.dll with my latest experimental fixes. I still need to add more code so it covers all cases, and someday verify that it doesn't screw up dumping all the other games I've done so far.
-
You must be registered to see the links