First let's make sure you are reading the models correctly. For example, in the model number pma0_head001:
p = part model
m = sex (in this case male, f = female)
a = race (in this case halfling)
0 = phenotype (in this case Normal, the corresponding line in phenotype.2da)
head = body part
001 = bodypart number
The other race identifiers are:
a = halfling
d= dwarf
e = elf
g = gnome
h = human / half-elf
o = orc
I know CEP has several additional races but I'm not sure what they are (they will be listed in CEP's appearance.2da along with the prefix they use).
There shouldn't be any duplicates for CEP parts unless they have patched certain models, in which case these will be in whatever hak is closer to the top of the hak-list.
To replace a model all you have to do is match up the model numbers, put them into your tophak, and then add that ABOVE the CEP haks.
The toolset display of parts can be quite confusing as it sorts them by armor class based on the values assigned in whatever parts 2da that model part references. The lowest line in the parts 2da at that armor value will be the lowest number displayed in the toolset, then it will works its way through the 2da, incrementing lines as it goes. You can somewhat control this by adding decimal values to the ACBONUS column in the 2da. For example, say your 2da has four parts with the same ACBONUS value of 2.0, listed on lines 4-7 in the parts 2da. The display them in order starting with line 4, since they all have the same ACBONUS value. However, you want line 7 to display first, so you need to add a decimal value to each other line like so:
COSTMODIFIER ACBONUS
4 0 2.01
5 0 2.02
6 0 2.03
7 0 2.00
Modifié par Pstemarie, 15 juillet 2012 - 10:34 .