Recent content by Nolopola

  1. N

    NewGAN Facepack

    Not the creator, but I have been looking at the code for a bit. It's probably the regex for an ID, which is "UID_regex = re.compile('([0-9]){10}')" in rtfparser.py and "UID_regex = re.compile('([0-9]{10}(?=\/))')"in xmlparser.py Regen id's will always have 10 numbers, while real players can...
  2. N

    NewGAN Facepack

    Update on this: I think I've fixed the issue. In the program files there is a file called mapper.py. File location for me is ...\AppData\Local\Programs\NewGAN-Manager\app The line: mapping.append([player[0], p_ethnic, xml_data[player[0]]["image"]]) Needs to be replaced with...
  3. N

    NewGAN Facepack

    A while back I noticed that some of my players had their face dissapear when I generated new ones. I think I've figured out why it does that, based on my brief look at the code. The tool looks at both of a players nationality + their ethnicity. For example, an Argentine regen got assigned...
Top