Jump to content

Ralpha

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About Ralpha

  • Rank
    Newbie
  1. In the new Support missions that came out with the new Heli DLC you will see little indicators next to every squad. In the editor you can use the functions addGroupIcon to add icons to groups (squads). (when using High Command) But in this mission it also shows the name next to the squad and it also shows the Icons even if you don't have High Command enabled. My question is how is this done? How can I link the Squad name and Icons to the player Position? (I know there are ways to make scripts to add markers to player positions, but I want to see if there is a nicer and cleaner way to do this.) The missions are not (yet) available because the "Arma 3/Heli/Addons/missions_f_heli.ebo" is a ebo-file and not a pbo. This way I can not take a look myself. I also know that there is a 'Gameplay Modes -> Support' module but I just want to use markers not the whole system with it. Is there someone that can help me with this? Who can I make this in my own mission?
  2. I modified the mod a bit so it supports Insignia. https://community.bistudio.com/wiki/Arma_3_Unit_Insignia#Objects config.cpp: class CfgVehicles{ ...... class MEF_WMARPAT_LS: B_Soldier_base_F{ .... hiddenSelections[]={ "Camo", "insignia" }; .... } class ... } (this for all the soldier classes in CfgVehicles that change the hiddenSelections field.) This way I can show the insignia on the sleeves of the uniform. Feel free to use this code! 1Lt.Ralpha 27thSM http://www.27thsm.com/
×