View Full Version : Wounds?
freddern
Dec 12 2006, 14:11
Hi.
I have looked at the textures for Arma and I see that the wound textures are not just the uniform with red blood texture...-> it is own blood textures that are placed there with scripting (I think..)
Does anyone know how to make custom soldiers bleed? Cus they won't doo it now... http://forums.bistudio.com/oldsmileys/crazy_o.gif
charonos
Dec 12 2006, 14:27
Hmm,
i haven't experimented with soldiers yet, but Zerg63's BDU units DO bleed, so i guess it's a problem with your config.
Make sure your inheritance is correct, then it should work.
The part responsible for the wounds seems to be:
selectionHeadWound = "head_injury";
selectionBodyWound = "body_injury";
selectionLArmWound = "l_arm_injury";
selectionRArmWound = "r_arm_injury";
selectionLLegWound = "l_leg_injury";
selectionRLegWound = "r_leg_injury";
But if you use already defined classes then it should work fine.
Once the tools are released, you will probably have to make sure
to have your selections named like above in the editor.
Its made by changing material of character to material that also included macromap (texture with blood) and some specular map to make blood wet.
Blink Dog
Dec 13 2006, 02:36
I'm not sure if my problem is the same freddern but mine has to do with the config file entries.
When I copy/paste the entry from the origional config to my config (I am using BIS in game models) it ends the file at the first wound texture entry. I'm not sure what exactly I am doing that causes it. Any ideas?
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.