ThePainkiller
Jun 8 2009, 09:06
Hey guys, i try to put several custom faces into one pbo and need helop with my config file, because ArmA2 is complaining about it. Heres the example code:
// config.bin - 19:57:50 03/05/07, generated in 0.01 seconds
// Generated by unRap v1.05 by Kegetys
// Separate rootclasses: Disabled, Automatic comments: Enabled
class CfgPatches {
class IC_Faces {
units[] = {};
weapons[] = {};
requiredVersion = 0.1;
};
};
class CfgFaces {
class Man {
class IC_Face2 {
name = "IC_Face2";
texture = "\IC_Camofacepack\face2.paa";
east = 0;
west = 0;
civillian = 0;
};
class IC_Face3 {
name = "IC_Face3";
texture = "\IC_Camofacepack\face3.paa";
east = 0;
west = 0;
civillian = 0;
};
class IC_Face4 {
name = "IC_Face4";
texture = "\IC_Camofacepack\face4.paa";
east = 0;
west = 0;
civillian = 0;
};
class IC_Face5 {
name = "IC_Face5";
texture = "\IC_Camofacepack\face5.paa";
east = 0;
west = 0;
civillian = 0;
};
};
};
And heres the error:
http://img268.imageshack.us/my.php?image=arma22009060811105522.jpg
The faces show up in Profiles ingame, but i cant really get ingame, loading a map in editor stops with the same error message.
What kind of data is he missing?
Thx for the help!
// config.bin - 19:57:50 03/05/07, generated in 0.01 seconds
// Generated by unRap v1.05 by Kegetys
// Separate rootclasses: Disabled, Automatic comments: Enabled
class CfgPatches {
class IC_Faces {
units[] = {};
weapons[] = {};
requiredVersion = 0.1;
};
};
class CfgFaces {
class Man {
class IC_Face2 {
name = "IC_Face2";
texture = "\IC_Camofacepack\face2.paa";
east = 0;
west = 0;
civillian = 0;
};
class IC_Face3 {
name = "IC_Face3";
texture = "\IC_Camofacepack\face3.paa";
east = 0;
west = 0;
civillian = 0;
};
class IC_Face4 {
name = "IC_Face4";
texture = "\IC_Camofacepack\face4.paa";
east = 0;
west = 0;
civillian = 0;
};
class IC_Face5 {
name = "IC_Face5";
texture = "\IC_Camofacepack\face5.paa";
east = 0;
west = 0;
civillian = 0;
};
};
};
And heres the error:
http://img268.imageshack.us/my.php?image=arma22009060811105522.jpg
The faces show up in Profiles ingame, but i cant really get ingame, loading a map in editor stops with the same error message.
What kind of data is he missing?
Thx for the help!