Jump to content

Search the Community

Showing results for tags 'Group'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • BOHEMIA INTERACTIVE
    • BOHEMIA INTERACTIVE - NEWS
    • BOHEMIA INTERACTIVE - JOBS
    • BOHEMIA INTERACTIVE - GENERAL
  • FEATURED GAMES
    • Arma Reforger
    • Vigor
    • DAYZ
    • ARMA 3
    • ARMA 2
    • YLANDS
  • MOBILE GAMES
    • ARMA MOBILE OPS
    • MINIDAYZ
    • ARMA TACTICS
    • ARMA 2 FIRING RANGE
  • BI MILITARY GAMES FORUMS
  • BOHEMIA INCUBATOR
    • PROJECT LUCIE
  • OTHER BOHEMIA GAMES
    • ARGO
    • TAKE ON MARS
    • TAKE ON HELICOPTERS
    • CARRIER COMMAND: GAEA MISSION
    • ARMA: ARMED ASSAULT / COMBAT OPERATIONS
    • ARMA: COLD WAR ASSAULT / OPERATION FLASHPOINT
    • IRON FRONT: LIBERATION 1944
    • BACK CATALOGUE
  • OFFTOPIC
    • OFFTOPIC
  • Die Hard OFP Lovers' Club's Topics
  • ArmA Toolmakers's Releases
  • ArmA Toolmakers's General
  • Japan in Arma's Topics
  • Arma 3 Photography Club's Discussions
  • The Order Of the Wolfs- Unit's Topics
  • 4th Infantry Brigade's Recruitment
  • 11th Marine Expeditionary Unit OFFICIAL | 11th MEU(SOC)'s 11th MEU(SOC) Recruitment Status - OPEN
  • Legion latina semper fi's New Server Legion latina next wick
  • Legion latina semper fi's https://www.facebook.com/groups/legionlatinasemperfidelis/
  • Legion latina semper fi's Server VPN LEGION LATINA SEMPER FI
  • Team Nederland's Welkom bij ons club
  • Team Nederland's Facebook
  • [H.S.O.] Hellenic Special Operations's Infos
  • BI Forum Ravage Club's Forum Topics
  • Exilemod (Unofficial)'s General Discussion
  • Exilemod (Unofficial)'s Scripts
  • Exilemod (Unofficial)'s Addons
  • Exilemod (Unofficial)'s Problems & Bugs
  • Exilemod (Unofficial)'s Exilemod Tweaks
  • Exilemod (Unofficial)'s Promotion
  • Exilemod (Unofficial)'s Maps - Mission Files
  • TKO's Weferlingen
  • TKO's Green Sea
  • TKO's Rules
  • TKO's Changelog
  • TKO's Help
  • TKO's What we Need
  • TKO's Cam Lao Nam
  • MSOF A3 Wasteland's Server Game Play Features
  • MSOF A3 Wasteland's Problems & Bugs
  • MSOF A3 Wasteland's Maps in Rotation
  • SOS GAMING's Server
  • SOS GAMING's News on Server
  • SOS GAMING's Regeln / Rules
  • SOS GAMING's Ghost-Town-Team
  • SOS GAMING's Steuerung / Keys
  • SOS GAMING's Div. Infos
  • SOS GAMING's Small Talk
  • NAMC's Topics
  • NTC's New Members
  • NTC's Enlisted Members
  • The STATE's Topics
  • CREATEANDGENERATION's Intoduction
  • CREATEANDGENERATION's HAVEN EMPIRE (NEW CREATORS COMMUNITY)
  • HavenEmpire Gaming community's HavenEmpire Gaming community
  • Polska_Rodzina's Polska_Rodzina-ARGO
  • Carrier command tips and tricks's Tips and tricks
  • Carrier command tips and tricks's Talk about carrier command
  • ItzChaos's Community's Socials
  • Photography club of Arma 3's Epic photos
  • Photography club of Arma 3's Team pics
  • Photography club of Arma 3's Vehicle pics
  • Photography club of Arma 3's Other
  • Spartan Gamers DayZ's Baneados del Servidor
  • Warriors Waging War's Vigor
  • Tales of the Republic's Republic News
  • Operazioni Arma Italia's CHI SIAMO
  • [GER] HUSKY-GAMING.CC / Roleplay at its best!'s Starte deine Reise noch heute!
  • empire brotherhood occult +2349082603448's empire money +2349082603448
  • NET88's Twitter

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Yahoo


Jabber (xmpp)


Skype


Biography


Twitter


Google+


Youtube


Vimeo


Xfire


Steam url id


Raptr


MySpace


Linkedin


Tumblr


Flickr


XBOX Live


PlayStation PSN


Origin


PlayFire


SoundCloud


Pinterest


Reddit


Twitch.Tv


Ustream.Tv


Duxter


Instagram


Location


Interests


Interests


Occupation

Found 59 results

  1. SOLDIER TRACKER by QUIKSILVER v2.6.0 CREATED: 8/08/2014 UPDATED: 11/10/2023 A3 2.14 Download (GitHub) VIDEO: IMAGES: DESCRIPTION: A system for showing Soldier, Vehicle and Group information on the Map, GPS and HUD. PURPOSE: Designed for scenario designers to have a powerful, high-performance and highly flexible solution to presenting player, vehicle and group information on the map, GPS and HUD interfaces. FEATURES: FUTURE DEVELOPMENT: INSTRUCTIONS: PERMISSIONS: SUGGESTIONS / FEEBACK / BUG REPORTS: KNOWN ISSUES: CHANGE LOG: THIRD PARTY CREDIT: DONATE: DOWNLOAD LINK: Download (GitHub) Cheers! 🙂
  2. After lots of tries to make scripted waypoint to work I tried to just use the command "move", and A3 said NOPE . if (isServer) then { for "_i" from 1 to 10 do { _rPos = getMarkerPos (selectRandom ["inf_mrk_1","inf_mrk_2","inf_mrk_3","inf_mrk_4"]); _sPos = [_rPos, 0, 50, 0, 0, 0, 0] call BIS_fnc_findSafePos; _grp = [_sPos, east,[ "DSF_IGF_SquadLeader", "DSF_IGF_Grenadier", "DSF_IGF_AutomaticRifleman", "DSF_IGF_RPG7Soldier", "DSF_IGF_Engineer", "DSF_IGF_RPG7Grenadier", "DSF_IGF_AutomaticRifleman", "DSF_IGF_Medic", "DSF_IGF_Marksman" ]] call BIS_fnc_spawnGroup; _grp setBehaviourStrong "AWARE"; {_x setCombatMode "RED"} forEach units _grp; _grp setSpeedMode "FULL"; _grp setFormation "LINE"; _grp deleteGroupWhenEmpty true; _AtkMrkOne = selectRandom ["atk_mrk_1","atk_mrk_2","atk_mrk_3","atk_mrk_4","atk_mrk_5","atk_mrk_6"]; _grp move (getMarkerPos _AtkMrkOne); sleep 120; }; }; Groups just spawn and stay where they are, not moving at all.
  3. I cannot make stalking group to work on dedicated. Any help is appreciated. private _headlessClients = entities "HeadlessClient_F"; private _humanPlayers = playableUnits - _headlessClients; while {true} do { _rNumber = selectRandom [1,2,3]; if (_rNumber == 1) then { _stGrpPos = [(getPos (playableUnits select 0)), 500, 800, 0, 0, 0, 0] call BIS_fnc_findSafePos; _stGrp = [_stGrpPos, east, ["cfp_o_is_squad_leader","cfp_o_is_at","cfp_o_is_at","cfp_o_is_autorifleman"]] call BIS_fnc_spawnGroup; _stGrp deleteGroupWhenEmpty true; _stalking = [_stGrp, group (playableUnits select 0)] spawn BIS_fnc_stalk; } else { if (_rNumber == 2) then { _stGrpPos = [(getPos (playableUnits select 0)), 500, 800, 0, 0, 0, 0] call BIS_fnc_findSafePos; _stGrp = [_stGrpPos, east, ["CFP_O_IS_Hilux_ZU_23_01","cfp_o_is_rifleman","cfp_o_is_at"]] call BIS_fnc_spawnGroup; _stGrp deleteGroupWhenEmpty true; _stalking = [_stGrp, group (allPlayers select 0)] spawn BIS_fnc_stalk; } else { _stGrpPos = [(getPos (playableUnits select 0)), 500, 800, 0, 0, 0, 0] call BIS_fnc_findSafePos; _stGrp = [_stGrpPos, east, ["CFP_O_IS_Hilux_AGS_30_01","cfp_o_is_rifleman","cfp_o_is_at"]] call BIS_fnc_spawnGroup; _stGrp deleteGroupWhenEmpty true; _stalking = [_stGrp, group (playableUnits select 0)] spawn BIS_fnc_stalk; };}; sleep 900; }; Executed from initServer.sqf UPDATE: The code seems to work on dedicated. ☺️ Is there another way to refer to the player on dedicated, apart from playableUnits select 0 ?
  4. Hello, I am fairly new to the arma 3 editing world and was wondering how to change your squad or group mid-game. Such as moving from group Alpha squad to bravo squad mid-game. Now, when I hit U, it will bring up the Ai management page and allow me to take over another AI. But I wish to move my current character to another squad, not take over an AI unit. I wish to add this feature so that when I play with friends, they can leave their squad/unit and join mine. Instead of me restarting the scenario. Any suggestions would be helpful.
  5. When you group units together into a squad, they adopt a default name, usually along the lines of Alpha 1,1. This is the name that shows up in the character select lobby when hosting a server. I know you can change the role description of the squad by going into it's attributes, and the name change is reflected in the editor. But their name stays as the same default in the multiplayer lobby, Alpha 1,1. Is it possible to change their name so it appears different there too?
  6. BuckWilderness_

    Casual Group of Players

    I have a casual group of guys that play as more a structured chillsim, we focus on structure and execution without the playing army outside of the army. We are going to begin a Restrepo campaign and usually get together around 8:30 pm EST during the weekdays and are on most the time on weekends. If you cant join you cant join we are just a group of guys some with 1000+ hours in the game getting together to play and relax outside of our Milsim units. REQUIREMENTS Must be mature. Must have a working mic. We will take everyone no matter your game experience and will also help (if we know) with any aspect of the game you want to learn. If you're interested add me on steam and send me a message my steam is https://steamcommunity.com/id/Buck0523/
  7. I recently started playing and greatly enjoy the game and I think it has a lot of potential. I have compiled some of my and friend's suggestions. It would be great to have a new and perhaps larger shelter that could be shared by a group or clan and could be built and improved by its members. I've already fully upgraded my shelter and feel less purpose to play the game outside of playing with friends. The materials required to improve the group shelter could be immense but it would give a shared purpose for playing with teammates. Group challenges could also be created with the addition of groups/clans. Overall, I think the team shelter and objectives would increase and improve the player base. Additional Suggestions -Make pathways out of shelter to various encounter maps -Highlight shelter upgrade icons a certain color when materials required for building the upgrade are acquired, even if the maximum number of upgrades are currently under construction. This is not the same as the gold icons shown while no upgrades are being built -Allow certain music records to be removed from the record player in the shelter -Allow dropping and sharing of loot items between players in the shelter or in-game. -Allow metal parts to be obtained from deconstructing items -Allow crates to be purchased with crowns in the store -Allow decoys to be activated wirelessly Thanks!
  8. Hi all, Here is a new module in MGI Advanced Module addon, for spawning any groups you want, any time... (done) This module allows: - to spawn any group, even customized, on any side, - spawning on multiple possible areas (triggers) - with a wide randomized choice or a very specific group. You can place several modules on the map, each of them have their own parameters; 1. Choose the side (applies to all groups spawned from a module, no matter the initial vanilla side). So civilian units can be aggressors. 2. decide if you want to spawn: * at total random (so the groups are picked in cfgGroups, but for the side you chose (normal limitation) * at randomized or specific faction(s) . They must exist in cfgGroups (not all factions from cfgFactionClasses are available for groups). All factions (cfgGroups) are available so not depending, here, on the final side * You can filter these first possibilities by the type(s) of groups. For example, "infantry" and/or "motorized" and/or "armored"... But, these types must exist in the cfgGroups. * you can choose to spawn a specific group (from cfgGroups).. or even an array of units, vehicles... or even an edited group (with all customized textures, pylons, loadouts...) * linked group(s) on module, customized or not, will be candidates for spawning. That's fine for spawning not existing groups such as air or sea patrols. 3. Choose the attitude: behavior, combat mode, formation... 4. choose the repeat sequence (limitation and delay) 5. decide on what condition groups module can spawn (not only at start, but any time!) 6. decide for a simple task (or not). Chase players, enemies, defend... 7. run a code for each group (useful for specific task) MODULE(S) IN 3DEN - Position/ area of the module(s) if no synced trigger area. Direction of the module, in 3den, is the direction of the group (if no synced trigger area) SYNCED TRIGGER AREA(S) - The position, area and direction of the module doesn't matter any more. The group(s) are spawning at randomized positions in randomized trigger area(s), with the direction of the trigger area. SYNCED UNIT(S) - In 3den, you can place (customized or not) group(s) with the module(s). No matter if you synced one (leader or not) or several units of a group, with the module. The group will be candidate for spawning. PARAMETERS SIDE - Definitely the side of your group(s) for this module. No matter the choice you did (edited group, chosen faction(s), or type(s) of group or group(s)..) What ever you spawn we belong to this side. --> But, if you let the module at full random (no synced group, no, faction, no type, no group), in this case, the randomized group is picked among the native possibility from cfgGroups. So, if you just select a side (say EAST), you'll spawn randomized groups(s) from OPFOR. HOW MANY GROUPS - The number of group(s) to be spawned at each occurrence. Randomization will depend on the possibility of what you want to spawn, so your choice) Min 1 max 12 (limited for performance saving when spawning heavy customized groups. Feel free to add other modules) NOTE: The modules works with edited groups or existing configs/classes of groups in cfgGroups (see config viewer from console). So, scripted groups have always the architecture: configFile >> "cfgGroups" >> "side" >> "faction"* >> "type of group" >> "group" ... then units/vehicles for each group Example: side like "Indep" , faction like "IND_E_F", type like "infantry", group like "I_E_InfSquad" FACTION(S)* - If empty, no filter about them. If filled without any more details (type(s), group(s) ) all available factions in cfgGroups can be used to spawn any child type, then any child group. But ⚠️ all current faction names can't work. Some existing factions in cfgFactionClasses are not present in cfgGroups. For example: "CIV_IDAP_F" (IDAP civilian faction has no group) or even "OPF_V_F" (Arma Viper) can't work in the architecture of cfgGroups. (for Viper, the only group defined in: configfile >> "CfgGroups" >> "East" >> "OPF_F" >> "SpecOps" >> "OI_ViperTeam" exits. So at faction level, there is nothing to do). You can fill the parameter with a working class like: "OPF_F" , or the config (configfile >> "CfgGroups" >> "East" >> "OPF_F"), or an array of these possibilities. Not case sensitive. TYPE(S) - if more a filter about what you want to spawn. That should be simple as "infantry" or " motorized or mechanized" or "armored". That doesn't. Even in Arma vanilla, you can find exotic classes as "motorized_MTP". Any dev has his own mind to sort the groups by types. The reason is probably the way you can find sorted groups in 3den's right panel. But, it's just impossible (or needs an updated list of hundreds of names) to filter groups easily. You have to do that job, if you want to do so, writing a config or a class or an array of that, for filtering the type(s). Not case sensitive but do not make typo's error! If wrong, there is no more filter. You can fill the parameter with a working class (not the config) like: "specops", or an array of these possibilities. SPECIFIC GROUP(S) - a step more for less randomization. You are at the group level. As factions, you can fill it with class (of group) or config or an array of these possibilities. Much more, you can add arrays of units/vehicles class(es). That's also a way to customize some groups, but one the contrary of synced edited ones, you'll not able to define appearance for vehicles or pylons payload at this moment. RADIUS AREA - radius of the module area, so the spawn area if no synced trigger areas. Useless if any trigger area synced. GROUP(S) DIRECTION - orientation of the module in 3den (shift mousse drag) . Do not write anything on field (it's a result, not an entry). Useless if any trigger area synced. GROUP(S) SKILL - As 3den, skill for whole group, with +/-10% randomized on each units. ENABLE DYNAMIC SIMULATION - As in 3den. See Biki for detailed explanation (recommended) CONDITION FIELD - checked every 2 seconds. So, much more convenient than a simple condition of presence at start! Feel free to do what you want but return a boolean. Examples: * spawning only at night : sunOrMoon < 0.5 * strengthening weakened side : INDEPENDENT countSide allGroups < 3 * waiting for more players : count allPlayers > 2 * even checking for 1000 m distance at least from any player: private _possAreas = _logic getVariable "possAreas"; (count allPlayers > 0 && allPlayers findIf {private _plyr = _x; _possAreas findIf {_plyr distance _x#0 < 1000} == -1} == -1) but that will not despawn or hide or disable the groups! See the dynamic simulation instead. REPEAT OCCURRENCE - the added times for re-spawning the same groups (not at the same place) . 0 means no more occurrence. -1 means infinite repeat. So if you want to spawn 3 times a group, set it to 2 (1 shot + 2 added) INTERVAL FOR REPEAT - A delay between 2 consecutive spawns , if the condition are met. If not, the spawn will wait for condition to be TRUE, then spawn, then wait for interval duration, then check for condition... min 30 sec max 2 hours. FORMATION OF THE GROUP - As usual. Sometimes this setting is reinitialized to default wedge. I didn't identify why. So check twice before OK button and save scenario. BEHAVIOR - (or behaviour, sorry) Same as usual COMBAT MODE - same as usual SPEED MODE - As usual. same little problem as formation. Check twice. INSIGNIA - I hope that works fine everywhere... CODE FOR GROUP - Blank of any code (without {}). Passes parameters are <group> <<leader>, <vehicles of the group> . For example, just write: params ["_grp","_lead","_vehs"]; private _wp = _grp addWaypoint [<aPosition>,0]; _wp setWaypointType "MOVE"; _lead forceFlagTexture "\A3\Data_F\Flags\Flag_red_CO.paa"; {_x setFuel 0.2} forEach _vehs No bracket, just like this. BASIC TASK - can be: * Do Nothing (the preferred one of dumb AIs) * Attack nearest known enemy. So the group will start after an enemy knowledge acquisition. Not before. I hope I managed air assets for chasing air assets... I can't imagine infantry running after a jet. * Chase nearest enemy. Same as above but the position of nearest enemy is known (for spawning attack waves for example) * Attack nearest Player (known enemy) . The group must acquire the detection of a hostile player. * Chase nearest player (enemy). The group will start the hunting on player's (updated) position. * Defend this area. some SAD waypoints in the area of the group(s). known difficulties - Mods like Unsung or CUP or RHS (all in fact) requires a sharp attention for the name of the factions/groups but also Types... of groups. You can't imagine hundreds of names for stupid things like "infantry" "armored" "mechanized" ... That should be normalized, but not! - Too many mods, even non used by mission, but just loaded on server (so ticked), will affect the randomization for nuts, and lead to unwanted results like Arma or CUP units during Unsung play. know bugs all corrected so far To do list: - respawn without delay on whole group death - add a filter for mods... A lot of work. Enjoy! All feedback welcome. [RELEASED]
  9. Following situation: In my mission the RESISTANCE players and their AI disguise as EAST soldiers and infiltrate their base. For that i let them joinSilent a WEST group. WEST is allied with EAST. Works like a charm. Now once a player damages or kills an EAST soldier i want him to joinSilent Resistance again. So each enemy soldier has a kill and a dammage eventhandler. Once they fire i want the shooter to join the group grpResRejoin so that he gets treated like an enemy. I created this group at the start of the mission: grpResRejoin = createGroup [independent, false]; Now the wiki says that once the last unit of an group dies, the group always gets deleted. So it might happen that a player kills an East soldier, joins the group grpResRejoin, gets killed himself and the group gets deleted. But what if another player kills an enemy now? He can't join grpResRejoin anymore because it got deleted. So i need to check each time before i want a player to join the group, if the group does exist. If not it needs to be created first. Problem is i can't check if the group does exist. (isNull grpResRejoin) doesn't return anything if the group hasen't been created. So how do i solve the Problem? Thank you for any advise
  10. Hey everyone, I've gone and created a pretty ambitious first mission with multiple paths depending on how effectively the player can assist ground forces. I've completed the mission but I want to refine one of my scripts. I've tried to educate myself as much as possible but I can't seem to find a tutorial/forum post for my specific problem. One of the objectives for the player to complete involves destroying reinforcements dropped off via helicopter. I had scripted the objective to be completed by killing the infantry and destroying their supporting gunship. However, I scripted it using specific names for each individual troop, ie !alive Heli_Troop1a && !alive Heli_Troop1b && !alive Heli_Troop2a etc etc. It was a brute force method to sort of get the effect I wanted and required specific units to be killed. I am looking for a way for each squad member to be counted, totaled, and compared against a desired value. I'm using 7 as that value as that is about 1/3 of all the troops. The script I have tried using in the trigger is: ({alive _x} count units Heli_Troops1 + Heli_Troops2 + Heli_Troops3) < 7 && !alive Heli_2 && triggerActivated Trig_Heli_Troops; The editor accepts the code but upon starting the mission I get an error message about a generic error in expression. I'm not sure what I'm doing wrong, but then again I barely know any real scripting beyond simple commands I can look up. I have also tried multiple different ways of writing the count units section of code including using && instead of + and separating each group name with (). None have worked. If anyone could help me out I'd greatly appreciate it. Edit: Disregard solved it! (({alive _x} count units Heli_Troops1) + ({alive _x} count units Heli_Troops2) + ({alive _x} count units Heli_Troops3)) < 7 && !alive Heli_2 && triggerActivated Trig_Heli_Troops; Still kind of a roundabout way I feel, but it works. Maybe this can help someone else.
  11. Hello there Arma community (and developers)! Is there any way to assign costs directly to groups (of units) such as OIA_InfSquad and so on? Well heh, actually I know that it is possible: you just declare the costs of individual classes in the cost table and then call it with bis_fnc_curatorObjectRegisteredTable; That does work so long that when I place a vanilla infantry squad for example the CSAT one, the individual costs I've set will get summed up and then subtracted from the total amount of available Curator (Zeus) points. Why is it then that when I declare individual class costs for a game modification such as Iron Front lite placing individual soldiers works as intended (the set points get subtracted) but when placing a group that consists of those same individual soldiers no curator points get subracted Shouldn't the game handle modifications the same way as it does with vanilla game's groups? That is, when placing a group of units -> sum up all the individual costs and then subtract the total amount. So what gives? Might this be an issue with the base game or the modification I'm using.. or maybe I should declare some additional stuff somewhere that I just currently don't know what to declare and where. I even tried to declare cost (0.9) for LIB_GER_infantry_squad in the very same list where I have set costs for the individual soldiers but that didn't help much. By using the module Set Costs - Soldiers & Vehicles it is possible to circumvent the behavior I'm struggling with here. In that module there's an empty field Men where you can set a cost for every class type "Man". By setting a cost (eg. 0.5) in that field every class type "Man" gets the same cost and then the cost for placing a group from game modifications (such as Iron Front in this case) will be subtracted from the available Curator points. But if I set the cost like that I lose all the control over setting individual costs for every single soldier and then every grunt, marksman, officer and so on will cost the same amount to place and that's a thing I'd like to avert as much as possible.
  12. Hello Arma-Community, can I define the child ID in a control group, depending on the parent ID? Example: One control group, e.g. for a header with text and an underline. The text should be dynamic. In a Dialog, the Text ID should be always the Group ID + 1. There shouldn't be a class for the child text in every header I use, just in the base class. In Config: class _CTRL_GROUP { type = 15; idc = -1; . . class Controls { class _CT_TEXT { idc = Use Parent IDC + 1; }; class _CT_LINE { idc = -1; }; }; }; In Dialog: class Rsc_GroupHeader_1: _CTRL_GROUP { idc = 100; }; class Rsc_GroupHeader_2: _CTRL_GROUP { idc = 200; }; In SQF: ctrlSetText [101,"Text 1"]; ctrlSetText [201,"Text 2"]; Thank you for helping!
  13. REA [Redeploying Engage and Annex] 🔹 Very Friendly Community - 8 Units, One Objective a week. 🔹 We teach Newcomers how to play all the time. 🔹 Current map: Clafghan. 🔹 Current enemy: Taliban. 🔹 Next map: Lingor. 🔹 Next enemy: Russians. 🔹 No attendance required, but always helpful. 🔹 15+ Player Operations and growing. REQUIREMENTS Working mic is HIGHLY recommended Must be able to speak, understand, and type in English. Must be willing to contribute to the unit. Whether it's helping staff or showing up for ops, we like it when our members are a little more hands on. WHAT WE OFFER A friendly community of like-minded individuals who are teammates on the field and friends off of it. An environment where Quality of members is more focused on than Quantity. We like it when a lot of members join our operations, but do not like it when members start ruining the fun of everyone else. DIVISIONS/ROLES 164th Infantry Company - The main attacking force of REA. Typically composed of those that have a thirst for action. 62nd Force Recon Company - Secondary attacking force of REA, also specializes in Recon, and works closely with the 164th. 10th Mountain Division - Main Recon unit, typically located on mountain sides, not sky-lining. Primarily keeps over watch for other divisions. Can consist of a few Snipers/Spotters. 82nd Para Infantry - Airborne Unit, Focuses on jumping out of aircraft near combat areas/behind enemy lines via. C-130 or CH-47. Able to survive using limited resources. 300th Menewa Waya - A special unit that specializes in CQB, commonly clearing buildings and extracting subjects and/or hostages. 16th Air Cav - Specializes in anything air related. Redeployment, insertion/extraction, gun runs and more. 9th Armored Division - This division specializes with anything armored, aka tanks. 195th Artillery Detachment - This division supports from the ground, whether it be self-propelled artillery vehicles, or via. ground mortars. SCHEDULE ➤ SUNDAY: Post-op training ➤ MONDAY: Open for training/small ops ➤ TUESDAY: Open for training/small ops ➤ WEDNESDAY: Open for training/small ops ➤ THURSDAY: Open for training/small ops ➤ FRIDAY: Recruiting/Pre-op training ➤ SATURDAY: Main Op 4:30pm EST If Saturday is unavailable, then it will be pushed to Sunday. INTERESTED? If you are interested in joining us or coming in for a chat, please join our discord or our teamspeak. Discord Link: https://discord.gg/mT7mJ3y TeamSpeak IP: 75.117.242.188
  14. Hello, _grp = group _this; _wp = _grp addWaypoint [_rndDest, 0]; _wp setwaypointtype "MOVE"; I have this to add a waypoint from an array (_rndDest) to a unit (playable). This code is executed via execVM when the unit spawn for first time and when die. All is working fine when spawn for first time, but when respawn i get and error in _grp = group _this; The error say something about missing vector. Any help, please? Thanks!
  15. black_hawk_mw2_87

    Force Groups Spawn

    Hello to everyone from the community! 🙂 I would like to ask for a script that: - creates groups of units by force (from sqf file) and WHEN a trigger is activated and its condition is met. My idea is to: 1.create a group in the EDEN editor and give the unit a callsign X (for example); 2.force spawn the same group when a condition is met in my trigger (it must not exist until this moment, OR be invisible); 3.use the sqf file to check if the ENTIRE group is eliminated and forced respawn it again; 4.have another script from another trigger which could stop spawning the group when another condition is met (for example a visible timer reaches 0 second - such scripts could be used when the player awaits reinforcements and must hold a position for certain time). Here is everything again: [trigger is activated and spawns the X group] ---> [the group is eliminated - checked by the sqf file that also spawns it again] ---> [use a no matter what condition in a 2nd. trigger to stop the respawn /a timer is preferred/] Thank you for the help in advance and cheers! Edit: additional question - can I use multiple groups named X_1, X_2, X_3 etc. and also use multiple sqf files with similar names that work as the first file, only for the next X groups that follow? 🙂
  16. INTRODUCTION Task Force Achilles is a semi-realism milsim unit, started by a group of friends looking to have some fun on ArmA. We want everyone that joins our unit to have a great time playing us, we currently have two branches, ODA and 160th SOAR; However once we start gaining more members we will open up more branches. OVERVIEW As Task Force Achilles we usually go into special operations that support the US Policy and Army. We get deployed in the heat of the battle or to start it. Missions range from direct action to personnel recovery. Our OPs are always on Saturday and Sunday at 6:30pm EST. Training is on Thursday at 7pm EST. We usually have fun FTX's all throughout the week if we have people on that are bored and want to play. ODA & 160th SOAR AVAILABILITY Infantryman (Specialisations include, Anti Armour, Grenadier, Rifleman,) Machine Gunner Combat Medic RTO Aviation Specialist Fireteam Program Joining with your group of friends is one hundred percent welcome! Our fireteams consist of 5 people. They are lead by anyone above the rank of Private First Class. When you go through Basic Training you have the choice of picking who the fireteam leader will be in your group of friends. HOW TO JOIN If you are interested in joining please join the discord server and privately message Sgt Kyle.R Minimum Age: 15 Must have a copy of ArmA 3 Must have a microphone and Teamspeak https://discord.gg/MDggZEy
  17. I need a easier way to spawn random units instead of individually pulling all classes from the in game editor and pasting it while adding quotations and commas like this: ["B_mas_med_Army_ENG_F", "B_mas_med_Army_EXP_F", "B_mas_med_Army_GL_F",]. I want to use a script that when called it will pull a random unit from a given side of a given type (infantry, land, air) and spawn them in a group. The group will be filled with random units. I also want it to pull units from mods that I download. I dont want to have to keep updating the script every time I download another unit mod. The mod MMC sandbox has no problem in doing this but I dont know how they did it.
  18. Hey guys and girls. I am trying my first time in making a group spawn in my mission. it is a MP game and it is all for making the base look alive. I can spawn the group and i can make them move, But i can't get them to go inside a helicopter. I have tried with GETIN and GETIN NEAREST. The Helicopter is not spawned in to game it is placed in editor. How can i make this work as simple as possible _spawngroup = [getMarkerPos "MARK1", INDEPENDENT, ["I_G_Soldier_A_F", "I_G_Soldier_F", "I_G_Soldier_AR_F"]] call BIS_fnc_spawnGroup; _wp1 = _spawngroup addWaypoint [getmarkerpos "wp1", 0]; _wp1 setWaypointType "MOVE"; _wp1 setWaypointSpeed "NORMAL"; _wp1 setWaypointBehaviour "CARELESS"; _wp1 setWaypointFormation "COLUMN"; _wp2 = _spawngroup addWaypoint [getmarkerpos "WP2", 0]; _wp2 setWaypointType "GETIN NEAREST"; _wp2 setWaypointSpeed "NORMAL"; _wp2 setWaypointBehaviour "CARELESS"; _wp2 setWaypointFormation "COLUMN";
  19. Hello, my name is Jeremy and i am one of the admins of Arma nelsons server. We are a Semi-realism unit that specializes in Roleplay and fun gameplay experiences. Of course we fuck around and have fun but we also basic our gameplay in realism. if you this that Arma Nelsons is the group for you PM me, join the discord server ( https://discord.gg/ZMk8SZn ) just swing on by the *wolfs legacy* server.
  20. 1st Battalion, 4th Marines "Whatever it takes" We are an experienced group of Milsim players that have been running Milsim games for about 4 years now. We have an amazing Zeus that will provide you with an epic experience and will provide you with a realistic environment. We are a modern U.S. Marine unit that operates in multiple different kinds of environments using modern day tactics that we introduce into Arma 3! All levels of experience welcome and we are more than willing to teach you anything you need to know to be an important asset and teammate in our Milsim! Positions Available [*]Rifleman [*]Grenadier [*]Engineer [*]Auto Rifleman [*]Machine Gunner [*]JTAC [*]Corpsman [*]Ammo Bearer [*]Sniper [*]Spotter [*]Fixed Wing Pilot [*]Rotary Wing Pilot [*]Helicopter Crew Member [/list] Rules: Must be 13+ Must have a working mic. Must have Teamspeak Installed. Must be willing to show up to weekend operations and training. Follow all rules and orders given in game. Be respectful to everyone. Operation Times and Info: Operations are always at 7:30 PM EST. Operation days are Saturday. Some Sundays are trainings. Content: https://www.youtube.com/watch?v=qe6evss9YCA https://www.youtube.com/watch?v=wHJEnHkkXRo https://www.youtube.com/watch?v=Fh8JJyky3d4&t= Mod List: https://steamcommunity.com/sharedfiles/filedetails/?id=1535084174 [DON’T LOAD DEPENDENCIES] Application Form: https://docs.google.com/forms/d/1zgHA9Xf4x5hC9JxCP9gIbnWXXHg-GW5HM4DSoHWg8hI/edit?ts=5c675f88 Teamspeak IP: 96.58.211.108 (POKE US)
  21. TLDR: we are a new group, we like to play arma, we have a discord and some mods. JOIN OUR DISCORD ITS FREE: https://discord.gg/G4kH3sT HERES OUR GROUP MEDIA MASTERPOST: https://photos.app.goo.gl/QdecrEsy9Lc9miuP7 Who We Are Mutiny Gaming was founded in December 2018 in order to better enjoy the casual milsim aspects of ARMA 3 without all the bullshit. Our ultimate goal is to have fun cohesive community and maintain a serious atmosphere during ops. https://imgur.com/a/VeD5OBH Our Mission Creating a mature, immersive, and tactical gameplay experience is our number one priority. Moving forward we hope to grow our numbers with quality members from all over the world. We currently have a diverse and varied roster representing the international community. It is our moderators’ goal to listen to the community and adapt while improving the experience for our members. When We Play Our members are free to run their own ops after they have completed some basic zeus training. We understand not everyone is going to be a skilled mission maker from the beginning but everyone starts somewhere. This doesn’t mean we don’t have dedicated mission makers, however. Our members comprise several talented and creative mission makers who provide an immersive experience every time they host an operation. We also host a large weekly operation where we use our combined arms knowledge, take to the skies, and the ground in armor operating in large scale missions. https://imgur.com/a/KC8oTDz Mods We Use We have an extensive pack designed to help add more options for creative and challenging missions made by our community mission designers. You can download a file from this link and get a full list of the mods we use for our ops. https://cdn.discordapp.com/attachments/521829807214821381/554659246730641418/Mutiny_Gaming_Modpack_11-3.html How We Train At MG wr have a very dedicated and skilled team of instructors that host weekly trainings for those who opt in to take them. For all our training purposes we have custom in-house guides such as the general manual, JTAC manual, etc. While all members are encouraged to have a good understanding of tactics and procedures training is not mandatory. However, very novice players may be asked to attend the basic training in order to keep them on the skill level as everyone else. https://imgur.com/a/LYSGDZm How To Join Join our Discord ( https://discord.gg/G4kH3sT ) and speak with someone at the gatehouse. All we require is that you speak English, have a microphone we also like to check in and see how much experience you have with ARMA and the mods we use. If you have any questions feel free to hop in our discord and chat with one of our fantastic moderators.
  22. Re-Activated December 28 2018 to counter the growing threat of CSAT and insurgents forces. All new recruits are to report to their nearest recruiting office for assignment. Recruiting Station https://discord.gg/NHzqFws Who Are We? -We are a Arma 3 tactical realism community for those who seek tactical team play, and others who want to relive that awesome military life with out the garrison customs and courtesy drama like cult thingy. Our community fosters new players and understands most have been playing fortnite, battlefield and Call of Duty their entire lives. We are here to help you transition from run n gun Rambo lone wolf solid snake American sniper tactics into awesome well oiled CSAT killing tactical machines. We also understand that sometimes a lot of what we teach doesn’t make sense to those accustomed to player revives with a dirty reused needle. So here we offer open membership to all our causal players to come and join us on our Dedicated Server and teamspeak channel to help us take some of these towns on the chaotic KP liberation mission. If you find out that you kinda like the team and some of the Official unit members then ask to officially join the unit. What do I have to do to join the Unit? -Good question! Most of that information can be found in that discord channel I posted in the beginning. But to give you a barnie style breakdown, you first need to attend the units basic training which is broken down into 3 30-60 minute sections Red, white and blue phase. The basic training will go over unit standards, tactics and all roles available for you to fill. After that there is specialized courses for various roles. You can specialize in one or be a jack of all trades, it’s up to you! When do you guys play? - the peak hours among the unit is around 1800 Gmt and we normally hold training on Tuesdays and Fridays, with unit operations on Saturdays. Any other days of the week are normally casual days so jump on and have fun. Can I be pilot? -Sure.....in casual gameplay, going to go ahead and assume you just downloaded the game. So if you want to be a unit pilot I’d prefer you practice, and learn to hurry up and wait. Because having planes blaze down an entire village before the troops get there is kinda a immersion killer. Can I fly Transport? -only if you can land Why do you only have slots for certain roles? -let’s put it this way, if your playing on a football team your likely not running the football if your a lineman and probably not catching the football if your the quarterback. Every position has a role and specific task and if one person is not sticking to their role the whole team fails. So in the 32nd ID we build our squads in a way where just about all tasks can be completed with the least amount of players. A Squad typically consists of about 9-12 players —ALPHA TEAM— Team leader Rifleman. (AT) Grenadier Automatic Rifleman --BRAVO TEAM— Team Leader Rifleman (SDM) Grenadier Automatic Rifleman —Command Elment— Squad leader Medic RTO/FO/JTAC Machine Gunner Other roles are planned for the future as the unit expands but for now we ask that players become familiar with the available roles. And fill them when needed. How to I get into the server or teamSpeak? - super easy, first join the discord and look in the appropriate channels or direct connect here: https://units.arma3.com/unit/32ndinfantry Hopefully you fill all warm and fuzzy inside about what we offer here, and muster up the courage to join. If you have any questions please feel free to ask either here, the discord or in game and will try are best to answers all reasonable questions. See you soon........
  23. So my script starts like this: _Join_East = creategroup EAST; call { _changing = allUnits select {(side _x isEqualTo civilian) && (!isPlayer _x) && (_x distance player < 100)}; _changing apply { units _x joinSilent _Join_East; [_Join_East, _Pos_1] call BIS_fnc_taskAttack; // Now all nearby Ai civilians turn hostile to the player! And that works like a charm! What I need is to put this two waitUntil conditions into a single waitUntil with an OR. waitUntil {sleep 1; ({alive _x} count units _Join_East) < 3;}; waitUntil {sleep 1; player distance units _Join_East > 500}; I can't seem to get both to work in an OR format. The final result should be: waitUntil { (The _Join_East group has less than 3 units) OR (The player got 500 meters away from the units in the _Join_East group). Thanks in advanced!
  24. Hi all, I'd like to create my own factions, customizing a warlord scenario from @Jezuro. The warlord init module is too restrictive with one faction per side. So, I intend to enlarge a new one (per side) with much more groups. I read several pages on forum(s) but I can't have a clear idea if I need to create a config.ccp (in a mod) or some classes are enough in description.ext. I just need to create groups/factions with existing units/vehicles. I saw that an ALIVE mod ORBAT tool could help, but the question remains the same: addon or not? Thanks for your experience.
  25. [PGM] Polish Military Group is looking for new recruits! Let's start with the fact, that we follow the units and structures of the United States Marines Corps. We usually deal with COOP play (mostly done "the old way", in the editor, thanks to our group of mission makers), and from time to time also Joined Operations with other groups. We have our own forum, with serves to inform about missions, trainings, loose conversations and of course, storage to the theoretical part of the original tactics prepared by ourselves, based on original military materials, and based on our experience. Planned missions, played with access to anyone who wants to participate in the game, are announced in advance on the forum, facebook and our steam group. Our server is also daily(?) available with popular game modes, opened for every player (eg: Liberation, Domination!). The server is only closed every Friday for group training. What do we offer ? - Regular COOP matches - Own forum and server - Free access to our game server and Teamspeak server - Access to the server for all players, regardless of participation in the group For members: - Access to the group tactical library - Weekly trainings - Selection of specialization (reconnaissance, armored, infantry, etc.) Have we aroused(to tak ładne słówko, że aż go nie znam ;P) your interest, yet? If so, check out our homepage or visit our Teamspeak server or game server! Ts: ts3.markooff.net Forum: http://pgm.armaonline.pl/forum/ Website: https: //steamcommunity.com/groups/PGMOpen Server: 138.201.244.230:2302
×