Arma 3 Civilian Presence Module - "Detailed" Tutorial

Поделиться
HTML-код
  • Опубликовано: 5 окт 2024

Комментарии • 25

  • @sasairsoftde
    @sasairsoftde 3 года назад +1

    Great! On point again!

  • @undus3844
    @undus3844 3 года назад +1

    Thank you for this Video :)

  • @Ang3lOfD3ath
    @Ang3lOfD3ath Год назад

    THANKS!!

  • @clementkong8133
    @clementkong8133 11 месяцев назад

    Question: is there a way to chose what type of civilian your module spawn (e.g: Vietnamese farmer for the Prairie Fire DLC)?

  • @Coolhand24_
    @Coolhand24_ 2 года назад

    I set it to spawn 30 but only 4 ish spawn? What's the problem. Great video btw

  • @romaniangypsy3640
    @romaniangypsy3640 2 года назад +2

    war crime time

  • @loki3275
    @loki3275 Год назад

    Nice

  • @kraken_4328
    @kraken_4328 5 лет назад +4

    do you know of a way to alter the civilians used in the module? im making a mission set in afghanistan, and the civilians would be useful as ambience, but the clothing for altian civilians isnt really in keeping with the local style its fair to say. thank you

    • @milsimsyhrus5662
      @milsimsyhrus5662  5 лет назад

      Pretty sure there's a way. I'll have a fiddle and get back to you.

    • @kraken_4328
      @kraken_4328 5 лет назад

      @@milsimsyhrus5662 awesome, tysm

    • @milsimsyhrus5662
      @milsimsyhrus5662  5 лет назад +13

      @@kraken_4328 Okay it's not too hard. I'll probably pop a video together on how to do it, but all you need to do is add some code to the "Code on unit created" Box:
      removeUniform _this;
      removeHeadgear _this;
      comment "Put classnames of uniforms and headgears to choose from in arrays";
      _this forceAddUniform (selectRandom ["U_C_Poloshirt_salmon", "U_C_Man_casual_1_F"]);
      _this addHeadgear (selectRandom ["H_Bandanna_cbr", "H_Booniehat_tan"]);
      comment "Put classnames of faces and voices in the arrays";
      _this setFace (SelectRandom ["GreekHead_A3_01", "Barklem"]);
      _this setSpeaker (SelectRandom ["male03gre", "male04gre"]);

    • @kraken_4328
      @kraken_4328 5 лет назад +1

      @@milsimsyhrus5662 brilliant, thank you

  • @thatcher6197
    @thatcher6197 3 года назад

    What mod is this from?

  • @Nico-oi8vl
    @Nico-oi8vl 5 лет назад

    how to make nothing appear on top of each civilian AI ?

  • @Tovogaming
    @Tovogaming 2 месяца назад

    Yay war crimes

  • @ChrisWhite.fishing
    @ChrisWhite.fishing 5 лет назад

    placed all modules. not working

    • @milsimsyhrus5662
      @milsimsyhrus5662  5 лет назад

      What error comes up?

    • @josh_jc_cheng
      @josh_jc_cheng 5 лет назад

      @@milsimsyhrus5662 no errors, they are not spawning

    • @milsimsyhrus5662
      @milsimsyhrus5662  5 лет назад

      @@josh_jc_cheng What isn't spawning?

    • @josh_jc_cheng
      @josh_jc_cheng 5 лет назад

      @@milsimsyhrus5662 ah nvm, it's just me looking at the area, forgot they won't spawn in if I have LOS

    • @Coolhand24_
      @Coolhand24_ 2 года назад +1

      @@josh_jc_cheng LOS?