Jump to content
zukov

No Blood on characters with Tshirt

Recommended Posts

another day another problem

so I work  on a little mod to make FIA, in Opfor side, more "aggressive" with stuff that already in game, i disabled randomization and load the injury rvmats for the nato WDL uniform, for the sniper with the full body uniform, the blood displayed well the two characters with tshirts, the blood displayed only on the pants (look the second image)

v62av9.png

ir835v.jpg


this is the code

 class O_ZU_Medic_tsblue: O_G_medic_F {
        scope = 2;
        scopeCurator = 2;
        scopeArsenal = 2;  
        author = "$STR_A3_Bohemia_Interactive";
        model = "\A3\characters_F\BLUFOR\b_soldier_02.p3d"; 
        uniformClass = "U_O_ZU_Medic_tsblue";
        hiddenSelections[] = {"Camo", "camo2"};
        hiddenSelectionsTextures[] = {"\A3\characters_f\BLUFOR\data\clothing_wdl_co.paa","\a3\characters_f\Common\data\basicbody_blue_co.paa"};
        linkedItems[] = {V_PlateCarrierk_nflg, H_MilCap_blue, ItemMap, ItemCompass, ItemWatch, ItemRadio, };               
        respawnLinkedItems[] = {V_PlateCarrierk_nflg, H_MilCap_blue, ItemMap, ItemCompass, ItemWatch, ItemRadio,};
        class Wounds
        {
        tex[] = {};
        mat[] = {
        "A3\Characters_F\BLUFOR\Data\clothing1.rvmat",
        "A3\Characters_F\BLUFOR\Data\clothing1_injury.rvmat",
        "A3\Characters_F\BLUFOR\Data\clothing1_injury.rvmat"
        };
        };
        class EventHandlers
        {
            init = "(_this select 0) setVariable [""BIS_enableRandomization"",false];";
        };

    };

i have to make 16 characters , but i want they with full features
thanks in advance

p.s. the code to stop the randomization, it's the correct one,  the one on the wiki does not work

Share this post


Link to post
Share on other sites

Solved i added a lot of injury rvmats is a blood bath     the problem now is how to write a efficient code......
2rcltno.jpg

Share this post


Link to post
Share on other sites

Your stuff looks zukov ,

is very nice and it will be definitelly a great addition !

 

The hidden stuff of this game are actually a lot !

 

PS : + You know very well this as i have noticed !

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×