maukings 0 Posted May 17, 2007 Anybody care to explain to do this so I don't have to make a single jpg face and put it in my arma profile? Share this post Link to post Share on other sites
-Puma- 2 Posted May 20, 2007 DL some PBO tools and make it a PBO file? Share this post Link to post Share on other sites
speeder 0 Posted May 20, 2007 naa - he will need to amke a config file to afaik Share this post Link to post Share on other sites
Trapper 0 Posted May 20, 2007 Servers with addon restrictions will reject you for your own face.pbo but not for a face.jpg. Share this post Link to post Share on other sites
scruffy 22 Posted May 20, 2007 Put them in a .pbo with a config like this: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class CfgPatches { class my_custom_faces { units[] = {}; weapons[] = {}; requiredVersion = 1.0; }; }; class CfgFaces { class Man { class myfaceclassname { name = "nameinselectionscreen"; texture = "\pboname\facename.paa"; east = 0; west = 0; }; class myfaceclassname2 { name = "nameinselectionscreen2"; texture = "\pboname\facename2.paa"; east = 0; west = 0; }; }; }; Only other players with the same .pbo in an active addons folder will see it, if someone does not have it he will see a standard face. Use .paa instead of .jpg for ATI cards if the brightness is wrong. If you don't put the addon into a modfolder there shouldn't be any problems. Some servers might not let you connect because they require the same modfolders as activated on the server, but I think there's a way to block someone using an additional addon. Share this post Link to post Share on other sites
-Puma- 2 Posted May 20, 2007 I don't understand why u don't want to use jpeg... Share this post Link to post Share on other sites
maukings 0 Posted May 20, 2007 I thought pbo would transfer better since jpeg looks too bright on ATI cards. Share this post Link to post Share on other sites
-Puma- 2 Posted May 20, 2007 but the game just reads the files inside wich are packed to PBO, as I understand it. Share this post Link to post Share on other sites