Jump to content

Search the Community

Showing results for tags 'hostage'.



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 8 results

  1. MISSION MAKER FRAMEWORK for ARMA III, ver. 0008 (2021) This MODULE is compatible with BASE GAME (current version) MMF is an easy-to-use function library for mission designers. Live readMe Discord Channel (new) Change Log (new) FAQ (new) MMF Version 8 (install to mission root) (dev) MMF_vX (drive) (new) Demos (new) Images Features Have fun! Credits: Soolie Build Menu GUI SmartGames Function Configs Custom Notification Benchmark, Mr Pants Playtesting Arma Public License No Derivatives (APL-ND) Use:
  2. Hello, I am trying to get a simple hostage script to work on a dedicated multiplayer server, but it does not seem to work properly. I can see the "Free Hostage" option on the "hostage" AI, but the AI does not do anything after I select the option. While testing in the editor, the hostage is able to go to his next waypoint, but on the dedicated server, he is still stuck in place as if the script did not execute. The code I have to setup the hostage in "hostageSetup.sqf": hostage disableAI "move"; hostage setcaptive true; removeallweapons hostage; removebackpack hostage; removeGoggles hostage; removeHeadgear hostage; hostage unassignitem "nvgoggles"; hostage removeitem "nvgoggles"; removeVest hostage; hostage setunitpos "middle"; The code in "hostageAction.sqf": hostage setcaptive false; hostage setunitpos "auto"; hostage enableAI "Move"; And then finally the code in "init.sqf": execVM "hostageSetup.sqf"; hostage addaction ["Free Hostage",{ execVM "hostageAction.sqf" },nil,6,true,true,"","true",2,false,"",""]; Is there something I should add?
  3. Hey guys! First script I've ever put up on the forums, but as far as I know no one has posted a hostage script using the new HoldAction function. I needed it for a mission and figured it may be helpful to some! I'm not sure if it works in MP yet, 2 AM so I haven't gotten to test.Tested and working in MP! For me anyway. Any bugs or blatant mis-coding, let me know! Features: Random hostage animation. AI joins player group after release. Uses Arma 3 Hostage Icons. Multiplayer Compatible (JIP should work too) Random interruption and completion dialogue from hostage. Nothing too fancy! Just simple. INSTRUCTIONS/CODE: SCRIPT: For use on units spawned via script, see @davidoss's wonderful example right here. Changelogs: For those who just want a download link: DOWNLOAD HERE (Google Drive)
  4. I have a hostage mission with the 3DEN Enhanced mod and have "Is Hostage" on 4 hostages that you need to hold "Space" to free the hostage. Im aware that the the trigger has something to do with "Enh_isHostage" but i do not know the code for the task to detect that the hostages have been set free. Anybody know how?
  5. Hi. This is my first post, i usually try to search first, but i have found nothing to help me about my problem. I have a Hostage script that i found here in the forum. Hostage script by DrCox1911 , It works well, but on to my problem. When i start the mission on a dedicated server, my player character starts in the same position as the hostage and begin to untie him. It only happens when i play on a dedicated server, if i start a server from my game, it plays fine. What do you need to see, to begin to help me ?
  6. Description: "Free a kidnapped ANN reporter from the hands of the Syndikat." This is a 1-day mission, which I made... today. Really wanted to finish something new again, and with the recent Apex stuff I got inspired enough to get this mission done. It's a simple search & rescue mission on Tanoa. Naturally, dev-branch or latest Apex rc-branch is required for playing. Turns out, it's actually quite stressful to make a mission in only one day, but it sets a few interesting limitations which one has to workaround somehow (hope this mission doesn't feel too cheesy). The original idea of this mission was much bigger and with a few more side tasks, but yeah... not enough time if you have to get it done as quickly as possible. :) Anyway, have fun & stuff. Link: Steam Workshop
  7. This is just a simple hostage rescue script that I wrote today while playing around with the new BIS subtitle and holdAction functions; it spawns a hostage, with animations, and creates a task which will complete if the hostage is freed, or fail if the hostage dies. You have to be within 5 meters of the hostage to untie them. The hostage will automatically be deleted upon task completion. Just paste the following code into the debug console (not MP tested because I haven't tried to make it 100% MP compatible). Enjoy. private _position = player getPos [linearConversion [0, 1, random 1, 10, 5], random 360]; h = [_position, WEST] spawn { comment "HallyG's (probably buggy) hostage script"; params [ ["_pos", [], ["", [], objNull]], ["_side", WEST, [sideUnknown]] ]; _pos = _pos call { if (_this isEqualType objNull) exitWith {getPosATL _this}; if (_this isEqualType "") exitWith {getMarkerPos _this}; if (_this isEqualType locationNull) exitWith {locationPosition _this}; if (_this isEqualTo []) exitWith {[0,0,0]}; _this }; if (_pos isEqualTo [0,0,0]) exitWith {}; private _fnc_hostageSpawn = { params ["_centre", "_side"]; private _type = (["b","o","i"] select ([WEST,EAST,INDEPENDENT] find _side)) + "_soldier_unarmed_f"; private _grp = createGroup CIVILIAN; private _unit = _grp createUnit [_type, _centre, [], 1, "NONE"]; _unit setCaptive true; _unit disableAI "MOVE"; _unit setMimic "dead"; removeAllWeapons _unit; _unit spawn { while {(alive _this) && (captive _this)} do { _this playMoveNow ("acts_aidlpsitmstpssurwnondnon" + format ["0%1",str (ceil random 5)]); sleep 0.1; }; if (alive _this) then { _this enableAI "MOVE"; _this playMoveNow ("acts_aidlpsitmstpssurwnondnon_out"); }; }; _unit }; private _randomString = { private _string = ""; private _alp = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"; for "_i" from 1 to _this do { _string = _string + (_alp select [floor random count _alp, 1]); }; _string }; sleep 1; private _unit = [_pos, _side] call _fnc_hostageSpawn; private _taskID = 8 call _randomString; [ _side, [_taskID], ["Rescue the hostage near to the player! You have to be within 5 meters of the hostage to untie them!", "HOSTAGE RESCUE", ""], [_unit, false], "Assigned", 10, true, "Default", false ] call bis_fnc_taskCreate; [_unit, _taskID] spawn { params ["_unit", "_taskID"]; waitUntil {!alive _unit}; if !(([_taskID] call BIS_fnc_taskState) isEqualTo "SUCCEEDED") then { [_taskID, "FAILED"] call bis_fnc_taskSetState; }; }; [ _unit, "Untie Hostage", "\a3\Data_f\clear_empty.paa", "\a3\Data_f\clear_empty.paa", "(alive _target) && (_target distance _this < 5)", "(alive _target) && (_target distance _this < 5)", { ["Hostage #1","Hurry the f*ck up!"] remoteExec ["BIS_fnc_showSubtitle", _caller]; }, {}, { _unit = (_this select 3) select 0; ["Hostage #1","Thank you!"] remoteExec ["BIS_fnc_showSubtitle", _caller]; _unit setMimic "combat"; _unit enableAI "MOVE"; _unit setCaptive false; sleep 1; [(_this select 3) select 1, "SUCCEEDED"] call bis_fnc_taskSetState; sleep 5; deleteVehicle _unit; }, { ["Hostage #1","What are you doing? Don't f*cking leave me here!"] remoteExec ["BIS_fnc_showSubtitle", _caller]; }, [_unit, _taskID], 3, 0, true, false ] remoteExec ["bis_fnc_holdActionAdd", 0]; };
  8. shabaz_draey@windowslive.com

    Trigger Help

    So I have a mission where I'm bluefor, naturally Independent is friendly and opfor enemy, how do I make a trigger where when I make an indifor hostage into my group, the indifor forces instantly become my enemy?
×