Jump to content

triple caution

Members
  • Posts

    4
  • Joined

  • Last visited

Reputation

13 "You're a bum, Rock"

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. In the player information eligibility screen, "Club trained at" no longer seems to have a tracker visible for any player. There is clearly still tracking in game as I still get the periodic emails updating on home grown status for players. We just can't see the progress anymore
  2. It should be wherever you put your facepack for NewGan, where all the different ethnicities are broken into folders.
  3. I suggested "/person/" to "/person/r-" because there are regens that have UIDs that lead with "19" as well, so these will be missed if you replace "200" to "r-200".
  4. Seems like an "r-" was added before all the UIDs, whereas the UID view still exports without that "r-". All you have to do if you already have faces generated is go into config.xml in your graphics folder where the faces are, and under all the records, add in "r-" (without quotes) before the UIDs. For example: Change from: <record from="Asian/Asian1916" to="graphics/pictures/person/2002116770/portrait"/> To: <record from="Asian/Asian1916" to="graphics/pictures/person/r-2002116770/portrait"/> Fast way to do it would just be a find/replace all in notepad -- find "/person/" and replace with "/person/r-" (both without the quotation marks). You're probably gonna have to do this each time you generate from now on unless either it's fixed in FM or NewGan comes out with an update. You CAN go into the code for NewGan to change this as well but I wouldn't do it unless you know what you're doing lol. Hope that helps!
×
×
  • Create New...