User Tools

Site Tools


arma:wound_textures

ArmA 1 Soldier Wound Textures

ArmA 1 Forum, ArmA 1 Home, ArmA 1 Config, ArmA 1 Tools, ArmA 1 File Formats, ArmA 1 Missions, ArmA 1 3D Modeling, ArmA 1 Terrain, ArmA 1 Texturing, ArmA 1 Scripting

ArmA 1 aka Armed Assault (ArmA)

Soldier wound textures. These are the texture files themselves and config.cpp entry “class wounds” also. There is two sets of textures for wounds.

  1. face + hands/feet (ie bare skin).
  2. main body clothing (not including gear / accessories).

So for example in ca\characters\us_soldier_b.p3d has the following textures.

bare skin texture: ca\characters\hhl\hhl_02_co.paa
bare skin rvmat: ca\characters\data\us_rukavy_hhl.rvmat

and

body clothing texture: ca\characters\data\us_soldieracu_ohrnute_co.paa
body clothing rvmat: ca\characters\data\us_soldier_b_body.rvmat

Full wound texture config.cpp part:

          class Wounds
          {
             tex[] = {};
             mat[] =
             {
                "ca\characters\data\us_rukavy_hhl.rvmat",
                "ca\characters\data\us_rukavy_hhl_wound1.rvmat",
                "ca\characters\data\us_rukavy_hhl_wound2.rvmat",
                "ca\characters\data\us_soldier_b_body.rvmat",
                "ca\characters\data\us_soldier_b_body_wound1.rvmat",
                "ca\characters\data\us_soldier_b_body_wound2.rvmat"
             };
          };

Seems like BIS is using individual textures for all soldiers which include the damage textures.

So in a nutshell, you need to check what texture are you using for your soldiers BARE SKIN and then for BODY CLOTHING. For these two textures you affiliate the rvmat into the class wounds config and hook up for the damage textures.

Damage textures as image, they seem to be same size as the normal textures and use alpha channel transparency to apply the blood / damage parts.

arma/wound_textures.txt · Last modified: 2024/08/01 16:14 by snakeman

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

All PMC web site download services are temporarily suspended until web site yearly fees have been recovered, want to download addons/mods? Then Support PMC.

If you are grateful for all the work PMC has done in the past 25 years, use Support PMC page.