Ron Wandle
6 years ago
9 months ago
15

I've created some new faces using AI for my newgens.

 

I was having trouble getting them to appear in the game, until I found a solution online. This involved adding r- to each newgen entry in the config.XML in the faces folder.

 

For example,

 

  <record from="2002074559" to="graphics/pictures/person/2002074559/portrait"/>
 

would be changed to:

 

  <record from="2002074559" to="graphics/pictures/person/r-2002074559/portrait"/>

 

However doing the same - adding r- - to the equivalent bit of code in the iconfaces folder's config.XML file didn't work, so the mini face images in the game retained their original game-related faces.

 

Anyone know how to get the user-created faces in the iconfaces folder to register?

 

This is how the equivalent line of code in the iconfaces config.XML file looks:

 

  <record from="2002074559" to="graphics/pictures/person/2002074559/icon"/>
 

 

You'll need to Login to comment