Departed09
Member
- Joined
- Aug 30, 2009
- Messages
- 3
- Reaction score
- 0
- Points
- 1
Is it just me Newgan manager program, doesn't seems to work anymore? It used to work fine before and all of sudden it doesn't seems to work, followed every steps as I have always done and not appearing anymore
@Zealand any advice on this?
Great facepack, adds so much more immersion to the game. I've got a couple of season's in and I've used the preserve faces setting and it leaves some faces with no face mod? Have I done something wrong? I am using the allow duplicates setting also.
I came here to say this as well. Having it go back to the old regen faces after a few years kind of ruin the point of it.Great facepack, adds so much more immersion to the game. I've got a couple of season's in and I've used the preserve faces setting and it leaves some faces with no face mod? Have I done something wrong? I am using the allow duplicates setting also.
Is it just me Newgan manager program, doesn't seems to work anymore? It used to work fine before and all of sudden it doesn't seems to work, followed every steps as I have always done and not appearing anymore
@Zealand any advice on this?
Zealand uploaded SAGKRZealand Facepack
If you have any questions or need any support, please do not hesitate to ask.
For anyone wanting to replace silhouettes for non-regens that you just don't have a facepack image for, particularly if you're playing modded low tier leagues, you can replace these with a simple fix to the code. The code specifically looks for IDs of 10 digits length. If you open the fileC:\Users\YourName\AppData\Local\Programs\NewGAN-Manager\app\rtfparser.py
in your text editor of choice (replace YourName with your profile name) and edit line #9 to read:
by deleting the {10} part of the code. Open Command Prompt (in admin mode to be safe), and recompile the code by enteringCode:UID_regex = re.compile('([0-9])')
replacing the YourName part again. The new window will run and after selecting/changing your profile and pointing the locations to the correct folders/files, run the program using Preserve (I assume you've already run this for the bulk of players and are just cleaning up here).Code:cd C:\Users\YourName\AppData\Local\Programs\NewGAN-Manager\python python C:\Users\YourName\AppData\Local\Programs\NewGAN-Manager\app\newganmanager\__main__.py
YMMV obviously, but doing this has filled all those silhouettes in my squad - I run this just using a small rtf file filtered against my club only, I can live with silhouettes for players in other teams.