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. 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.
  2. 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 ?
  3. 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.
  4. 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/
  5. 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]
  6. 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!
  7. 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
  8. 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!
  9. 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
  10. 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!
  11. 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? 🙂
  12. 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
  13. 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.
  14. 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";
  15. 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.
  16. 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)
  17. 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.
  18. 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........
  19. 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!
  20. 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.
  21. [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
  22. I have recently encountered some odd behavior in one of my scripts. I thought I had a pretty good grasp of this command but it has stopped behaving in the usual way. consider the following: {_x setUnitPos "UP"}forEach units group squad1; In the past and indeed up until a few minutes ago in my script, this yielded the expected behaviour of each member of squad 1 standing up. Then I got a typerror . Type group, expected object. So then I removed the word group from the command: {_x setUnitPos"UP"}forEach units squad1; And NOW it works again. Does anyone know what is going on with this? Thanks for the help.
  23. Hi all sorry im again :D I would Give a unit a init over this trigger below when he join my group. The Condition of the trigger are : ({alive _x} count units mygroup) < 2 And in on Activation i would give the group member this in the init : dummy = [this, units (group this)] execVM "automedic.sqf"; This is for a script that force ACE 3 Ais to revive me . I know i can normally set :dummy = this ............. in the init field of my group member BUT the group member existing not before , i recuit them with the Ravage recuit script and want to give them the init when he joining me. Its that possible to make that over this Way ? I only found ways to spawn units with a init but nothing over joing player goup . Tanks again for Reading and hopfully try to help me ! :)
  24. Squad name: 7th Cavalry Regiment Timezone/location : All US/EU Gamemode preference (eg coop or pvp): Coop/PVP/PVE, Mil-Sim Contact email: My 7th Cavalry Profile Website address: 7th Cavalry Website Short description: The 7th Cavalry Regiment is a military simulation clan primarily focused on Arma 3. The Regiment was founded October 15th, 2002 and remains committed to military simulation today. This means that when you enlist, you will earn your place as a trooper in one of the oldest gaming regiments online. For the majority of people in the CAV, this unit isn't just somewhere to play, it truly is a brotherhood in which all are respected and supported by their brethren. We have over 220+ Active Arma 3 members spread across 1st Batallion. We have three Company's: Alpha, Bravo and Charlie. Alpha contains Fixed & Rotary Wing for Transport and Attack. Bravo consists of Mechanized Infantry, Armor, Cavalry Scouts (Ground Recon) and our Medics. Charlie Company, the tip of the spear, is the main Infantry element, with Airborne Infantry & Heavy Weapons. The 7th Cavalry is best known for their in-depth training schools & courses (over 34 different classes!!!) and our high-attendance, detailed, immersive Operations. Want to learn more? Start your 7th Cav Career today! Click the link and choose your Career path ---> 7th Cavalry's Arma 3 Career Pathway For more info, visit Detailed 7th Cavalry Recruitment Post Language: English Signed, =7Cav=Lucius.M
  25. The Legion The 41st is founded in the principle of milsim and brotherhood. Our missions, tactics and ingame attitude reflect that. Our main game is ArmA and we also play other milsim-applicable games. We are a shadow organization. We have our own goals and aspirations, and our allegiance is only to us and our brothers. We play PvP, PvE, and a mix of both. Story The world is on the brink of doom with all the wars waged by both NATO and CSAT, and proxy wars are fought in every corner of the planet as corporations vie for control of the military market. After a massive catastrophy in Chernarus, the 41st decided to act against all uncaring enough to see the destruction they wrought. Included themes and inspiration We are not a common milsim group when it comes to our missions and story, we take inspiration from other universes and create ours in a REALISTIC and IMMERSIVE style. -Futuristic setting: As with arma's setting, the world is evolving beyond the classic RL modern era weapons. That is going to include new challenges and ways to play, as we progress in the story. -Inexplicable phenomena: Inexplicable events and technologies are being developed and we have to keep track of them. The East Wind device was one of them. As technology and events run rampant, the world is shaped and scarred by multiple phenomena, like flooded cities, mountaincliffs fallen upon towns due to earthquakes, anomalies or other curiocities. -Grimdark: As per grimdark rules, we just "cant have nice things". NATO and CSAT and most world powers have lost their ways and become more dangerous by the month. We have to persevere in a grimdark world. But no matter what is the theme/setting/game/universe, the mindset is eternal: Milsim, realism and immersion. ==================================================================== The Mindset The group has simple, understandable concepts that will be put into practice: -The most important weapon is your mind, that is the focus of the group. -We do not strive to create "a" group, we wish for a brotherhood. -We do not want to do milsim for the sake of being called a milsim. -Whether new or old, the important part is be willing to embrace the milsim mindset and become someone people will happily trust their virtual backs to you. -Skill can be taught, a friendly attitude sadly can't. Leave your ego at the door. ==================================================================== Requirements Now, if you are interested in the mindset we have some requirements you need to fill, no exceptions: -18+, and be mature. -Willingness to do milsim and grow as a player. -Teamspeak, Discord and a working mic. -Own Apex DLC, preferred but not mandatory. ==================================================================== Operations We are an EU based group and operate in GMT. Our Ops are on Saturdays and Wednesdays, and FunOps usually every day. ==================================================================== Communication If this sounds interesting, join the discord and say hi, or add me on steam to discuss. Discord: https://discord.gg/RZnSQSP Steam: https://steamcommunity.com/profiles/76561198009267915/
×