Search the Community
Showing results for tags 'link'.
Found 6 results
-
I need help with a script, Will there still be any way to download this script here? https://forums.bohemia.net/forums/topic/77374-improved-bullet-cam-script/ The Original Download Link Does Not Open.
-
I've made a new Bohemia account and I want to link it to my steam account. It appears my steam account is already linked to an existing Bohemia account. The thing is, I can't remember the username and all the email addresses I know of don't give any password resets either. I'd even delete the unit I made for Arma 3 and remake it with the existing linked account...IF I know what that account was! Is there any way I can unlink the Bohemia account from the Steam side? Any other solution? Would suck if I can't even find out which accounts are linked and there's no way to undo this.
-
How to make markers only show when certain players are online?
barto300 posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
So I want to use markers that are linked to playable characters. My players will be playing characters that live in certain places or know certain things from the start of the mission. They have the ability to choose what kind of character they want to play out of a multitude of characters. However since I have multiple choises of character for the players I do not wish them to know the markers of the characters that are not being played. So how am I able to link these markers to the characters and only let them be show when a character is being controller by a player. TLDR: How do I link a marker to a unit that only shows up when a player is controlling that unit. But the marker has to be visible to everyone. -
Open Custom CBA settings menu from a Billboard in-game.
jakeplissken posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Is it possible to open a settings menu like a custom CBA one from a billboard with the hold space bar action? I have code that can open a field manual with a hold action, but I have a custom menu that allows setting view dist and sound volume, and I would like to be able to have players open it from a billboard or a laptop item. Surely I could modify the code to get this to work, but how would I get the path to a custom menu? Thanks. This is the code to open a field manual, I could possibly use this? BIS_holdActionSFX = (getArray (configFile >> "CfgSounds" >> "Orange_Action_Wheel" >> "sound")) param [0, ""]; BIS_holdActionSFX = BIS_holdActionSFX + ".wss"; BIS_holdActionProgress = { private _progressTick = _this select 4; if ((_progressTick % 2) == 0) exitwith {}; private _coef = _progressTick / 24; playSound3D [BIS_holdActionSFX, player, false, getPosASL player, 1, 0.9 + 0.2 * _coef]; }; [BIS_TV1, localize "STR_A3_Orange_Faction_IDAP_action_FM", "\a3\Missions_F_Orange\Data\Img\Showcase_LawsOfWar\action_access_fm_ca", "\a3\Missions_F_Orange\Data\Img\Showcase_LawsOfWar\action_access_fm_ca", "(_this distance _target < 3) && (isNull (findDisplay 162))", "isNull (findDisplay 162)", {}, BIS_holdActionProgress, {BIS_TV1 say3D "Orange_Access_FM"; ["InternationalHumanitarianLaw", "Overview", findDisplay 46, localize "STR_A3_Orange_Faction_IDAP_FM_filter_LoW"] call BIS_fnc_openFieldManual}, {}, [], 0.5, nil, false] call BIS_fnc_holdActionAdd; -
Hi, This may be a stupid question for an player with almost 500h in Argo. Does the number of players taking points 1A, 1B and 2 speed up the capturing of those points? I was sure that i does not matter, but I still see that 2 or more players are capturing those points, so im a bit confused. thx in advance snowcrAsh
-
Linking Sectors (Attack and Defend)
KdubyaDOG556 posted a topic in ARMA 3 - MISSION EDITING & SCRIPTING
Hello everyone, I need help with linking zones together to make attack and defend objectives. In other words, I would like for there to be set objectives that would need to be captured before other objectives can be captured. Example: Blufor has to attack alpha, Opfor has to defend alpha. Blufor captures alpha and now has to move up to bravo while opfor has to defend bravo. Opfor has the option of defending the bravo objective or pressing forwards to the alpha sector. I have seen this done on TacBF, but unfortunately it is beyond my knowledge. If you guys could help me with this process that would be very appreciated! Thanks, KdubyaDOG556