Okay, I found some things.
For the colors, I found in the customization folder the customizationpallette.xml file. That literally has RGB values for all colors. However, it uses references that I don't know how to locate/index.
"PalletteIndex=0"
"PalletteIndex=1"
And so on.
I don't know which reference blush and which reference eyeshadow and hair and such. This is where I make my changes, and I guess I could just make guesses based on which values are closest to purple (my personal target), but I'd really just rather know what each index number points to.
Also, we need brown hair, ffs. There are like 30 shades of red and no brown at all. -_-
I found hair lengths in customizationparamdesc_xxx.xml.
And also something I found interesting: In the customization folder, there's a file called customizationdata.xml (man I'm getting tired of typing the word customization). This seems to tell each class which body to use.
ex.
<Class ClassType="16">
<FilePath Ui="Tamer/CustomizationUiData_Tam.xml" Param="Tamer/CustomizationParamDesc_Tam.xml" BoneParam="Tamer/CustomizationBoneParamDesc_Tam.xml" SculptingBone="Tamer/SculptingBone_Tam.xml" Camera="Tamer/CustomizationCameraPreset_Tam.xml" DefaultParam="Tamer/Default" ExpressionParam="Tamer/CustomizationExpressionParamDesc_Tam.xml" Voice="Tamer/CustomizationVoiceData_Tam.xml" ActiveTime="Tamer/CustomizationActiveTime_Tam.xml" Cloth="Tamer/CustomizationCloth_Tam.xml" MainButtonPos="Tamer/CustomizationMainButtonPos_Tam.xml" MeshSet="Tamer/CustomizationMeshSet_Tam.xml" Motion="Tamer/CustomizationMotion_Tam.xml" Weather="Tamer/CustomizationWeather_Tam.xml"/>
</Class>
Tamer will use her body because of this. BUT! What if you did this??
<Class ClassType="16">
<FilePath Ui="Tamer/CustomizationUiData_Soc.xml" Param="Sorcerer/CustomizationParamDesc_Soc.xml" BoneParam="Sorcerer/CustomizationBoneParamDesc_Soc.xml" SculptingBone="Sorcerer/SculptingBone_Sor.xml" Camera="Sorcerer/CustomizationCameraPreset_Soc.xml" DefaultParam="Sorcerer/Default" ExpressionParam="Sorcerer/CustomizationExpressionParamDesc_Soc.xml" Voice="Sorcerer/CustomizationVoiceData_Soc.xml" ActiveTime="Sorcerer/CustomizationActiveTime_Soc.xml" Cloth="Sorcerer/CustomizationCloth_Soc.xml" MainButtonPos="Sorcerer/CustomizationMainButtonPos_Soc.xml" MeshSet="Sorcerer/CustomizationMeshSet_Soc.xml" Motion="Sorcerer/CustomizationMotion_Soc.xml" Weather="Sorcerer/CustomizationWeather_Soc.xml"/>
</Class>
The mad scientist in me wants to believe you'd be using the Sorceress body when picking the Tamer class by doing this. I feel like I need to see the results of this experiment. ^,^
Don't know how to make the game read this though. Would need yet
another installer by BlackFire. Would need one for changing colors too.
I pretty much just keep trying to find ways to give the Tamer boobs.
I really wanna change colors though. Gotta figure out how to get the game to read the customizationpallette.xml in the customization folder.