Jump to content

highlander_xwg

Member
  • Content Count

    26
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About highlander_xwg

  • Rank
    Private First Class

Profile Information

  • Gender
    Not Telling
  1. highlander_xwg

    [COOP] Dynamic Combat Generator

    @ SENSEII; Do you have a templet you use for creating missions? I have a few I have built I would like too and into DCG.
  2. highlander_xwg

    [COOP] All Out Warfare

    This mission uses the EOS system. You can download it and it explanes how to add factions in the directions for use and set up. https://forums.bistudio.com/topic/144150-enemy-occupation-system-eos/
  3. highlander_xwg

    [COOP] All Out Warfare

    Has anyone come up with new missions that can be added or templet for missions?
  4. We Few Gamers are looking for 7 or 8 more members to join our team. We currently are into Arma 3, Epoch, and DCS World just to name a few. Were looking for members over the age of 21 that enjoy the above games and are open minded about trying new games. Our members have busy real lives but still like to get together for an hour or 2 week nights and weekends to have fun. Members must have TS3 and a working mic. If interested about finding out more or want to see if you fit in with our group you can PM me here or contact me on steam (Highlander) or Tron on steam.
  5. Squad name: WeFewGamers (WFG) Timezone/location: USA primarily. Gamemode preference (eg coop or pvp): Co-Op and some PvP Contact email: wfg.highlander@gmail.com Website address: www.wefewgamers.com Short description: WFG is a small group thay enjoys Arma 3, DCS World, Epoch and other games. Language: English
  6. highlander_xwg

    [COOP] Dynamic Combat Generator

    Ok thanks. Very good job on this mission. I look forward to the next Update.
  7. highlander_xwg

    [COOP] Dynamic Combat Generator

    Ok how do you load the body bags and AI you have to transport into vehicles? Can drag the body bags and move the AI you take prisoner around but still can not figure out how to load them to transport.
  8. highlander_xwg

    Dynamic Intel Markers

    Hmm being new to coding I am not sure how this would be done. I would control that form the line used when the intel is found yes? campMarkerPos = [camp, (random 1000) + 1000, random 360] call BIS_fnc_relPos;
  9. highlander_xwg

    Dynamic Intel Markers

    Thanks for the reply Larrow, When I test this the marker never shows up. Every thing else works but no maker.
  10. Hello, I am new to scripting for Arma 3 and have learned a lot from reading these forums and from testing on my own. but have run into a situation that has me pulling my hair out (what little I have left). Situation; Player finds intel and that in turn will place a marker a set distance from the camp they have to search for. Using Dynamic Object Compositions for the camps and there are about 10 different locations for the camps to spawn on mission start. Problem; How to attach the intel marker to the camp when it has random spawn points and still have it 1000 to 2000 meters away from the camp. This is a coop mission that will run on a server so every thing needs to be JIP compatible. I have searched but not finding anything that works. Could be I'm not searching for the correct issue. Any ideals how this can be accomplished? Or is there an easier way to go about this? Have Game Logic that calls the DOC in the Init field. deleteVehicle this; 0 = [position this, 0, call (compile (preprocessFileLineNumbers "base.sqf"))] call BIS_fnc_ObjectsMapper; With it grouped to markers for spawn point. Example DOC;
  11. Looks like it will be soon I hope. http://dev.withsix.com/versions/1685
  12. So it appears they have slowed down with the updates for Kunduz Afghanistan map, has anyone indexed this map for alive yet? Also is there and tutorials out there for indexing maps?
  13. highlander_xwg

    CH Mobile Headquarters

    @NullaDIes Hay thanks that did the trick.
  14. highlander_xwg

    CH Mobile Headquarters

    Nice job on this mobile HQ script. Ok so I am trying to add some scripts to a ammo box but, I am having no luck. Could some one point me to what I have wrong here. _composition = [["Box_NATO_Support_F",[-2.99756,2.07959,0.0971174],180.556, {this allowDamage false; clearWeaponCargoGlobal this; clearMagazineCargoGlobal this; clearItemCargoGlobal this; this addAction["<t color='#ff22ff'>Gear Select</t>", "execvm 'ASORGS\open.sqf'"]; nul =[this] execVM "scripts\medbox.sqf";}],
×