View Single Post
Old 04-09-2017, 01:12 PM   #1548
Goldberg365
Minors (Rookie Ball)
 
Join Date: Jan 2011
Posts: 23
Quote:
Originally Posted by jrainor View Post
I have re-installed the nickname project with every patch and the auto load will not work. anyone else having the same problem??
The solution to this is to manually download the nicknames project and put them in the nicknames folders in each of logos, ballcaps, and jerseys. Then you need to use powershell or python to remove the double __ and replace them with single _. In powershell you would cd into the directory and type "dir | rename-item -NewName {$_.name -replace "__","_"}". From there they should autoload.
Goldberg365 is offline   Reply With Quote