zukov 490 Posted January 19, 2019 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) 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
zukov 490 Posted January 19, 2019 Solved i added a lot of injury rvmats is a blood bath the problem now is how to write a efficient code...... Share this post Link to post Share on other sites
GEORGE FLOROS GR 4207 Posted January 19, 2019 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