Jump to content
Sign in to follow this  
Stianofp

FACESTEX_2 How to..

Recommended Posts

(my english is not perfect)

Hello im new here....

I would like to know if i can change the "faces" of the soldiers during the game via the mission editor using facestex2, because i downloaded a mod called minustha this mode include "bluehelmets" from Brazil and Chile, but (im not racist), chilean people are not "black", so i would like to know if i can change it via the INIT.

thanks...

Share this post


Link to post
Share on other sites

hey,

u can configure facestex2 with this init script,

easy to select hispanic faces to minustah mod

heres the part of readme file:

You'll also need an init script that will launch the face selection process. In order to do so, you must add the following line to your units init eventhandler:

(_this select 0) exec "\facestex2\SCRIPT_OF_YOUR_CHOICE_HERE.sqs"

The available selection scripts are:

camoface.sqs white western-european camo faces

basefaces.sqs white western-european faces

afr_faces1.sqs african (ethiopian) faces

afr_faces2.sqs lighter african (ethiopian) faces

c_afr_faces.sqs camo ethiopian faces

c_asn_faces.sqs camo asian faces

c_bl_faces.sqs camo allied black faces

c_ca_faces.sqs camo caucasian faces

c_his_faces.sqs camo hispanic faces

d_asn_faces.sqs desert camo asian faces

d_bl_faces.sqs desert camo allied black faces

d_his_faces.sqs desert camo allied hispanic

d_wht_faces.sqs desert camo white faces

h_wht_faces.sqs white hostage faces

h_bl_faces.sqs black hostage faces

rus_faces.sqs eastern european / russian faces

rus_lead_faces.sqs eastern european leader faces

mix_des_us_faces.sqs mix of desert camo US faces (asian, black, hispanic and white)

mix_camo_us_faces.sqs mix of camo US faces (asian, black, hispanic and white)

mix_all_african_faces.sqs mix of all ethiopian faces

mix_all_faces.sqs mix of all included faces

You can also create your own mix scripts and include with your addons. Just look at the examples in facestex2.pbo.

so u can use with spanish faces esp like this:

(_this select 0) exec "\facestex2\c_his_faces.sqs"

or

(_this select 0) exec "\facestex2\d_his_faces.sqs"

regards

Edited by Incubus
canned bean ;)

Share this post


Link to post
Share on other sites

Thanks, but im newbie in scripting , i need to extract the pbo's files? and then edit the cpp ?

maybe other easy way via the initialization in the mission editor?

Edited by Stianofp

Share this post


Link to post
Share on other sites

well i depbo-ed it and yes its contains sqs files

u can configure ur group in the init.sqs file and execute what u want; u can choose one of these pre-made scripts:

camoface.sqs white western-european camo faces

basefaces.sqs white western-european faces

afr_faces1.sqs african (ethiopian) faces

afr_faces2.sqs lighter african (ethiopian) faces

c_afr_faces.sqs camo ethiopian faces

c_asn_faces.sqs camo asian faces

c_bl_faces.sqs camo allied black faces

c_ca_faces.sqs camo caucasian faces

c_his_faces.sqs camo hispanic faces

d_asn_faces.sqs desert camo asian faces

d_bl_faces.sqs desert camo allied black faces

d_his_faces.sqs desert camo allied hispanic

d_wht_faces.sqs desert camo white faces

h_wht_faces.sqs white hostage faces

h_bl_faces.sqs black hostage faces

rus_faces.sqs eastern european / russian faces

rus_lead_faces.sqs eastern european leader faces

mix_des_us_faces.sqs mix of desert camo US faces (asian, black, hispanic and white)

mix_camo_us_faces.sqs mix of camo US faces (asian, black, hispanic and white)

mix_all_african_faces.sqs mix of all ethiopian faces

mix_all_faces.sqs mix of all included faces

sorry 4 my english, hope u can understand me.

regards

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
Sign in to follow this  

×