top of page

PLACE SKIN ON CHARACTER

Dans votre dossier C:\Users\Utilisateur\Documents\ArmA 3\<your_profil>\missions\<your_mission>

 


Ajoutez a folder "texture"

​

​

In this folder, place your skins (exemple : policeman.paa)


Launch Arma and in the editor, place unit on the map (human or vehicle, it depends of the skin)

 

Warning : the skin depend sometime of the character. We will take for this exemple a skin that goes just on BLUFOR and Crew Member character

 


Camp : BLUFOR
Catégorie : Man
Unité : Crew Member

 

 

In the INIT of your unit, past this command :



this setObjectTexture [0, "texture\skin_name"]



Exemple :

this setObjectTexture [0, "texture\policeman.paa"]





To add somes textures (helmet, vest, etc..), place :

this setObjectTexture [0, "texture\skin_name"]; this setObjectTexture [1, "texture\skin_name2"]







Sauvegardez et prévisualisez
 

bottom of page