Jump to content

ArmAriffic

Member
  • Content Count

    1286
  • Joined

  • Last visited

  • Medals

Posts posted by ArmAriffic


  1. We are receiving alarming yet unclear reports directly from the battlefield. Unfortunately the specific area of interest is covered by a very thick FOG OF WAR blocking our optical sensors. Unknown forces are on the move; their origin and strength are unclear.

    WARNING: present recon photos are inaccurate; we’re waiting for better weather conditions to get an exact report.

    Anyone else wondering why FOG OF WAR is capitalized? Something key?


  2. New devblog was surprising and exciting. NOT.

    No new screenshots, rehashed gameplay video, they basically just said what everyone already knew this time last year -couple of guys took some photo's. Wow, expect thousands of interested people to come scrambling over here any minute now to see this amazing news. NOT.

    For some people it is interesting to know what happens behind the scenes, even if there is no new in game photo's it is still nice to know the lengths BIS go to so our lovely new terrain is nice and authentic.


  3. create one marker at Loy Airfield and call it "hq1" one at Rasman and call it "hq2"

    selecthqpos.sqf

    _Unit = _this select 0;
    
    _SpnPosArray = ["hq1", "hq2"];
    
    _HQPOS = _SpnPosArray select floor(random count _SpnPosArray);
    
    _Unit setPos getMarkerPos _HQPOS;
    

    execute with

     _nul = [HQ] execVM "selecthqpos.sqf"; 

    in the init.sqf of the mission

×