highlander_xwg
Member-
Content Count
26 -
Joined
-
Last visited
-
Medals
Community Reputation
10 GoodAbout highlander_xwg
-
Rank
Private First Class
Profile Information
-
Gender
Not Telling
-
@ 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.
-
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/
-
Has anyone come up with new missions that can be added or templet for missions?
-
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.
-
Squad/Clan List - Please read the rules in first post!
highlander_xwg replied to Placebo's topic in ARMA 3 - SQUADS AND FANPAGES
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 -
Ok thanks. Very good job on this mission. I look forward to the next Update.
-
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.
-
Dynamic Intel Markers
highlander_xwg replied to highlander_xwg's topic in ARMA 3 - MISSION EDITING & SCRIPTING
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; -
Dynamic Intel Markers
highlander_xwg replied to highlander_xwg's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Thanks for the reply Larrow, When I test this the marker never shows up. Every thing else works but no maker. -
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;
-
How to add an specific edited intel object to a vest or backpack
highlander_xwg replied to furia's topic in ARMA 3 - MISSION EDITING & SCRIPTING
Ever get this to work? -
ALiVE - Advanced Light Infantry Virtual Environment
highlander_xwg replied to wolffy.au's topic in ARMA 3 - ADDONS & MODS: COMPLETE
Looks like it will be soon I hope. http://dev.withsix.com/versions/1685 -
ALiVE - Advanced Light Infantry Virtual Environment
highlander_xwg replied to wolffy.au's topic in ARMA 3 - ADDONS & MODS: COMPLETE
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? -
CH Mobile Headquarters
highlander_xwg replied to champ-1's topic in ARMA 3 - MISSION EDITING & SCRIPTING
@NullaDIes Hay thanks that did the trick. -
CH Mobile Headquarters
highlander_xwg replied to champ-1's topic in ARMA 3 - MISSION EDITING & SCRIPTING
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";}],