Welcome to Tactical Gamer

+ Reply to Thread
Results 1 to 8 of 8
Discussion: ArmA - Development / ArmA - Mission Development - Give soldiers maps during briefings! - There are a few missions on TacticalGamer where the grunts have been deliberately stripped of
  1. #1

    Inkompetent's Avatar

    Join Date
    Jan 2006
    Location
    Sweden
    Posts
    848

    Give soldiers maps during briefings!

    There are a few missions on TacticalGamer where the grunts have been deliberately stripped of maps, and I fully agree with limiting tools and equipment. However it is very annoying - and I'd even say counterintuitive - to leave them without maps during the briefing of the mission.

    In some missions I can understand if solders are purposefully left in the blind with no real idea about anything, but for many, if not most missions it would only be reasonable to let the soldiers view the map before the mission while they get briefed.

    They'll get a better general idea about where they will be, where other friendly units will be, where the enemy will be, the distances they are expected to be fighting at, and how the terrain will look.

    This can be quite important, especially to avoid friendly fire incidents, and any extra information for the grunts will make the life easier for the FTLs and SLs.



    For the select units to remove the map from after briefing, do as follows:

    Put nul = [this] execVM "removeMap.sqf"; into the unit's init line

    removeMap.sqf
    Code:
    sleep 0.1;
    (_this select 0) removeWeapon "ItemMap";
    The sleep is there to make the code after it run after the briefing is done and one enters the 3D world.




  2.  
  3. #2


    Join Date
    Aug 2007
    Posts
    240

    Re: Give soldiers maps during briefings!

    thanks for the code, updating my missions now

  4.  
  5. #3


    LowSpeedHighDrag's Avatar

    Join Date
    Dec 2008
    Location
    Here
    Posts
    2,231

    Re: Give soldiers maps during briefings!

    Good post.



    TG Pathfinder · TG Mission Dev Team · ArmA Irregular Platoon - Ensign · TG ArmA Admin
    "Do not seek death. Death will find you. But seek the road which makes death a fulfillment." - Dag Hammarskjold
    Submit for Nomination · TG Primer · Contact An Admin
    Boom

  6.  

     
  7. #4


    Join Date
    Jan 2008
    Location
    Ontario, Canada
    Posts
    737

    Re: Give soldiers maps during briefings!

    Finally got around to doing this. Thanks!

  8.  
  9. #5


    LowSpeedHighDrag's Avatar

    Join Date
    Dec 2008
    Location
    Here
    Posts
    2,231

    Re: Give soldiers maps during briefings!

    I suppose it would be better to add this at the end of the script?
    Or is that not really needed.
    Code:
    if (true) exitWith {};



    TG Pathfinder · TG Mission Dev Team · ArmA Irregular Platoon - Ensign · TG ArmA Admin
    "Do not seek death. Death will find you. But seek the road which makes death a fulfillment." - Dag Hammarskjold
    Submit for Nomination · TG Primer · Contact An Admin
    Boom

  10.  
  11. #6

    Fincuan's Avatar

    Join Date
    Jan 2009
    Location
    Helsinki, Finland
    Posts
    772

    Re: Give soldiers maps during briefings!

    No, that's not needed. In fact it should only be used to exit inner scopes, not scripts.

  12.  

     
  13. #7


    LowSpeedHighDrag's Avatar

    Join Date
    Dec 2008
    Location
    Here
    Posts
    2,231

    Re: Give soldiers maps during briefings!

    Good stuff, thanks



    TG Pathfinder · TG Mission Dev Team · ArmA Irregular Platoon - Ensign · TG ArmA Admin
    "Do not seek death. Death will find you. But seek the road which makes death a fulfillment." - Dag Hammarskjold
    Submit for Nomination · TG Primer · Contact An Admin
    Boom

  14.  
  15. #8

    Inkompetent's Avatar

    Join Date
    Jan 2006
    Location
    Sweden
    Posts
    848

    Re: Give soldiers maps during briefings!

    SQF scripts exit themselves when they reach the end of file, so no stuff like that is ever needed




  16.  

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts


  
 

Back to top