Using the program WinMerge I have started to look at all the gas (text) files in the global directory for differences between My version of CMA and the one you are running. I found some differences in the skins directory in shirts.gas, pants.gas and faces.gas. Not exactly sure why these additions would have any effect but. I will continue to search for other modifications to gas files once you let me know if any of these changes worked.
Add the following lines to the farm boy in world\global\shirts.gas right after the line
* = include_common;
Kathy,
Using the program WinMerge I have started to look at all the gas (text) files in the global directory for differences between My version of CMA and the one you are running. I found some differences in the skins directory in shirts.gas, pants.gas and faces.gas. Not exactly sure why these additions would have any effect but. I will continue to search for other modifications to gas files once you let me know if any of these changes worked.
Add the following lines to the farm boy in world\global\shirts.gas right after the line
* = include_common;
* = b_c_pos_a1_110;
* = b_c_pos_a1_111;
* = b_c_pos_a1_112;
* = b_c_pos_a1_113;
* = b_c_pos_a1_114;
* = b_c_pos_a1_115;
* = b_c_pos_a1_116;
* = b_c_pos_a1_117;
* = b_c_pos_a1_118;
* = b_c_pos_a1_120;
* = b_c_pos_a1_121;
* = b_c_pos_a1_122;
* = b_c_pos_a1_123;
Change the farm boy's world\global\pants.gas to read as follows:
[farmboy]
{
* = include_common;
* = b_toumei;
}
Change the farm boy's world\global\faces.gas from:
[farmboy]
{
* = b_c_gah_fb_skin_001;
* = b_c_gah_fb_skin_002;
* = b_c_gah_fb_skin_003;
* = b_c_gah_fb_skin_004;
* = b_c_gah_fb_skin_005;
* = b_c_gah_fb_skin_006;
* = b_c_gah_fb_skin_007;
* = b_c_gah_fb_skin_008;
* = b_c_gah_fb_skin_009;
* = b_c_gah_fb_skin_010;
* = b_c_gah_fb_utraean_skin_01;
* = b_c_gah_fb_utraean_skin_02;
* = b_c_gah_fb_utraean_skin_03;
}
So that it reads:
[farmboy]
{
* = b_c_gah_fb_skin_001;
* = b_c_gah_fb_skin_002;
* = b_c_gah_fb_skin_003;
* = b_c_gah_fb_skin_004;
* = b_c_gah_fb_skin_005;
* = b_c_gah_fb_skin_006;
* = b_c_gah_fb_skin_007;
* = b_c_gah_fb_skin_008;
* = b_c_gah_fb_skin_009;
* = b_c_gah_fb_skin_010;
* = b_c_gah_fb_utraean_skin_01;
* = b_c_gah_fb_utraean_skin_02;
* = b_c_gah_fb_utraean_skin_03;
* = b_c_gah_fb_skin_01;
* = b_c_gah_fb_skin_02;
* = b_c_gah_fb_skin_03;
* = b_c_gah_fb_skin_04;
* = b_c_gah_fb_skin_05;
* = b_c_gah_fb_skin_06;
* = b_c_gah_fb_skin_07;
* = b_c_gah_fb_skin_08;
* = b_c_gah_fb_skin_09;
* = b_c_gah_fb_skin_10;
}