Originally Posted by fireundubh
That part of the game seems to use MD5 hashes to verify whether the content is valid, and when the MD5 hash doesn't match up against the index, the content is not loaded.

You can see the MD5 hash index in pakgenerator.txt; however, I have not found a way to circumvent this check.
Yeah, I'm noticing a lot of different things that seem obvious aren't working.

I just tried making a custom class (again, all of this as per the official "My first" series of guides), and if you try to change something like this:

<attribute id="NumStartingTalentPoints" value="1" type="4" />

to this:

<attribute id="NumStartingTalentPoints" value="2" type="4" />

It will similarly break.

Really unfortunate, I just want to get a Human with the Sturdy talent, I didn't expect to be messing around with XML files all night.