View Full Version : Question about generic .o files


Andecal23
06-10-2008, 09:53:AM
How do you know which standard .o file EA used for making a player's face for the players without a specific face model?

Maybe it's already asked before but I didn't found it.

Outsider 87
06-10-2008, 10:05:AM
Search in zdatas for all models called m228__-ID.o and you will find the generic models ;)

RobbieD_PL
06-10-2008, 10:12:AM
Yes, the negative numbers refer to the face-type and i think also hair-type db values in the player table in the fifa.db.

Andecal23
06-10-2008, 11:17:AM
So when a player has in the fifa.db ID=136110 & facetypeid=48 (goes from 1-150) & headtypeid=2 (goes from 1-150) & hairtypeid=25 (goes from 1-41)& lowmedhairtype=9 (goes from 1-31) which .o model is this?
Because I can't find m228__-136110.o

Andecal23
07-10-2008, 08:34:PM
Also m228__225.o & m228__2502.o gives not the right result.

Does nobody know the solution ???