Odaxis Posted October 22, 2016 Posted October 22, 2016 [ATTACH]13828[/ATTACH] File attached is the one I tried to import.
evandixon Posted October 22, 2016 Posted October 22, 2016 Found the problem in PGF.cs, line 268 // Force Genderdo { pk.PID = (pk.PID & 0xFFFFFF00) | Util.rnd32() & 0xFF; } while (!pk.getGenderIsValid()); Surely there's a better way to do this.
Kaphotics Posted October 23, 2016 Posted October 23, 2016 [ATTACH]13828[/ATTACH]File attached is the one I tried to import. Thanks, fixed in latest commit. Randomly generating PIDs is perfectly fine, the comparison wasn't
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now