Jump to content

asremix

Member
  • Posts

    94
  • Joined

  • Last visited

Posts posted by asremix

  1. For SARGE AI

    addons\SARGE\map_config\SAR_cfg_grps_chernarus.sqf

     

    Find this

    diag_log format["SAR_AI: Static spawning area definition started"];

     

    And make like this

    //custom

    _this = createMarker ["SAR_patrol_zone_new6", [6710.73,4595.64]]; X,Y
    _this setMarkerShape "RECTANGLE";
    _this setMarkeralpha 0;
    _this setMarkerType "Flag";
    _this setMarkerBrush "Solid";
    _this setMarkerSize [2, 2];   2,2 size
    SAR_patrol_zone_new6 = _this;   zone_new6 this name

     

     

    After

    Find this

    diag_log format["SAR_AI: Static Spawning for infantry patrols started"];

     

    make like this

     

    //custom
    [sAR_patrol_zone_new6,3,6,10,"fortify",true,3600] call SAR_AI;
  2. I would like to see new skins and model for female characters.

     

    And i like model bandit in mod origins.

     

    And

     

     

     

    I will be rotating videos out as they get uploaded. Here is the most recent. 

     

    Woodcutting made simple

    http://www.youtube.com/watch?v=ikJSbTUr9PM

     

    I think some idea.

    If woodcutting have loot fruit. 

    It good ?

×
×
  • Create New...