Jump to content
vostov

Arma 3 setface command

Recommended Posts

I tried in int field:

 

this setface "Camo_White_01"

 

 

 

I wanted to make various soldiers on Tanoa have appropriate camo.

 

Someone help me out? I have all released official Arma 3 expansions and addons. (even that kart shit)

Share this post


Link to post
Share on other sites

I tried in int field:

 

this setface "Camo_White_01"

 

 

 

I wanted to make various soldiers on Tanoa have appropriate camo.

 

Someone help me out? I have all released official Arma 3 expansions and addons. (even that kart shit)

"Camo_White_01" is the display name. You need the config name. Try:

"CamoHead_White_01_F"
  • Like 1

Share this post


Link to post
Share on other sites

Thanks a bunch.

 

I wish I knew how to index the class names. I'll figure it out.

 

Do you know of a way to do it?

Share this post


Link to post
Share on other sites

Thanks a bunch.

 

I wish I knew how to index the class names. I'll figure it out.

 

Do you know of a way to do it?

To index?

To get all the faces with their config name and their display name, I used:

private _tmp = "true" configClasses (configfile >> "CfgFaces" >> "Man_A3") apply {[configName _x, getText (_x >> "displayName")]};

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

×