Jump to content

artek3333

Member
  • Content Count

    9
  • Joined

  • Last visited

  • Medals

Posts posted by artek3333


  1. This is the Mistake of the game after the actualization 0.85. Small picture worked earlier

    well

    overviewPicture = "C:\Users\Artur\Documents\Arma 3 Alpha\missions\halo.Stratis\mic\sit.paa";

    itiswell.th.jpg

    bad

    overviewPicture = "mic\sit.paa";

    itisnotwell.th.jpg

    this

    loadScreen = "mic\sit.paa";

    this recommendation works well


  2. Can that civilians are not formed by a class of buildings, for example.

    BIS_silvie_mainscope setvariable ["blackList",["house1","house2"]];

    Can to civilians formed only in a specific place in BIS_zora_0 For example..

    this setvariable ["townlist",[bIS_zora_0,BIS_zora_1]];

    Command does not work

    this setvariable ["blackList",[bIS_zora_0,BIS_zora_1]];
    which stops the creation of civilians in BIS_zora_0.

    I do not know how the command is to be :(


  3. I have a problem! If I give the command on the quantity and frequency of occurrence of this group

    [1, BIS_ACM] call BIS_ACM_setIntensityFunc;

    Then groups are formed in large amounts. How to give a smaller number, that is?

    [0.3, BIS_ACM] call BIS_ACM_setIntensityFunc;

    Then I run for hours on the ground and does not show any bodies. It can be somehow set to spawn a frequent but not a large amount of groups of the enemy?

×