wld427 1705 Posted September 28, 2009 Im converting our troops from PRacs Arma1 into Arma2. Ive got everything golden with the head proxy and such im just having some difficulty with the wound textures. Ive copied all the RVMATs over and all is well except for wounds. class Wounds { tex[] = {}; mat[] = { "CA\characters\data\us_hhl.rvmat", "CA\characters\data\us_hhl_wound1.rvmat", "CA\characters\data\us_hhl_wound2.rvmat", "PRACS_Troops\tex\us_soldier_b_body.rvmat", "PRACS_Troops\tex\us_soldier_b_body_wound1.rvmat", "PRACS_Troops\tex\us_soldier_b_body_wound2.rvmat", "PRACS_Troops\tex\soldier_captive_body.rvmat", "PRACS_Troops\tex\soldier_captive_body_wound1.rvmat", "PRACS_Troops\tex\soldier_captive_body_wound2.rvmat" }; }; now the wounds work on the default textures they just dont on the ones i had to bring over from arma1.... Share this post Link to post Share on other sites
canukausiuka 1 Posted September 28, 2009 Do your wound rvmats refer to the Arma1 textures? I'm not sure that the Arma2 textures are the same filename and path. Of course, if your wound rvmats refer to a texture inside your PBO, it should work fine, iirc. That's how mine are set up, and it works (although I'm not sure I'm getting both damage levels quite right). Share this post Link to post Share on other sites
wld427 1705 Posted September 28, 2009 see thats the issue... Ive ubinarized the arma1 RVMATS and copied them into my folder. Share this post Link to post Share on other sites
Jackal326 1182 Posted September 29, 2009 Are you using BinPBO? If you are using it, try checking to see if *.RVMAT is included in the 'List of files to copy directly' list under options. A sure way to check whether they're being copied over already is to unpack the PBO once you've packed it and see if the wound RVMATs are present. If they are not, then thats the issue, if however they are present, I'm not sure what to suggest, other than asking if you get any specific errors when testing the units, or when they're hit. Share this post Link to post Share on other sites
wld427 1705 Posted September 30, 2009 Jackal326 you ARE MY HERO i cannot believe i forgot to check that after i had to re-install my tool kit, Thanks for the help! :bounce3: :bounce3: :bounce3: Share this post Link to post Share on other sites