@the66 @gue5t
I found out that the character codes are actually all JavaScript escape character codes, but I can't find anything that will convert the text perfectly because when I try mass unescaping the text the game won't run. I'm pretty sure since there is so much text, there's probably a couple things in there that aren't actually meant to be JS escape characters but the websites are trying to unescape them anyways.
Things I've tried:
1. JavaScript unescape() function and decodeURI() functions - these just won't work for some reason
2.
You must be registered to see the links
3.
You must be registered to see the links
-> Search 'Unescape string'
But the good news is that I don't think the game actually needs the characters unescaped at all. I tried just using the fixed output I mentioned earlier:
You must be registered to see the links
and changed SRD_DataCompressor to false and the game will run. I haven't played more than a couple minutes but everything seems fine.