Jump to content

vicent_nb1

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Posts posted by vicent_nb1


  1. Follow these instructions from the readme to set hats/faces etc..

    There are also some new faces available in your profile, or write 
    this setface "Merc_Face1";
    in the init, use another number for the other faces (1-33) 
    or
    Merc_Face5_camo,Merc_Face6_camo,Merc_Face8_camo,Merc_Face13_camo
    
    Some of the hats/helmets/glasses can be changed or added by setting a different 
    identity for the unit, to do this put this command in the init:
    this setidentity "name";
    
    helmets/hats/glasses/gas masks/pilot stuff names:
    Pro_Helmet
    Pro_Helmet1
    Kevlar_Helmet
    wdl_helmet
    green_mask
    Barett
    bdu_cap
    skull_cap
    b_TacticalGlasses
    headset
    gasmask
    gasmask2
    gasmask_red
    gasmask_helmet
    gasmask_helmet2
    pilot_mask
    pilot_mask_v
    pilot_v
    dive_mask
    green_beret
    black_beret
    goggles_winter
    
    If you want to create your own identities with the 
    helmets/hats/glasses/gas masks/pilot stuff 
    in a description.ext you will need these names:
    glasses=
    Pro_Helmet 
    Pro_Helmet_g
    Pro_Helmet_2
    Kevlar_Helmet
    Kevlar_Helmet_g
    class Barett
    class Barett_g
    class Bdu_cap
    class Bdu_cap_g
    class b_TacticalGlasses
    class headset
    class headset_g
    gasmask
    gasmask2
    gasmask_helmet
    gasmask_red
    gasmask_helmet2
    pilot_mask
    pilot_mask_v
    pilot_v
    skull_cap
    skull_cap2
    taliban_hat_shadow
    dive_mask
    US_green_beret
    US_black_beret
    

    Unfortunately this doesn't work with ACE. :(

×