Stianofp 10 Posted November 16, 2010 (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
Incubus 10 Posted November 16, 2010 (edited) 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 November 16, 2010 by Incubus canned bean ;) Share this post Link to post Share on other sites
Stianofp 10 Posted November 16, 2010 (edited) 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 November 17, 2010 by Stianofp Share this post Link to post Share on other sites
Incubus 10 Posted November 17, 2010 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
Stianofp 10 Posted November 17, 2010 Ok, i fix it thanks so much for the help Share this post Link to post Share on other sites