Jump to content

Search the Community

Showing results for tags 'script'.



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

  1. Hello everyone, I made a little script to simulate a missile POV while in flight for a cutscene. Basically i move an invisible target via keyframe animation to have a smooth trajectory, while a script creates the camera that follows the invisible target with a while cycle, and it works perfectly. Now, i would like to add a shakyness effect in the moments right after launch for more realism, however when i try to add the addCamShake command in the launch keyframe my custom camera doesn't shake at all. The player camera shakes just fine, so the command is working, but not on the camera i want it to. I think it has something to do with the addCamShake not taking the camera variable name, like other camera manipulation commands (camSetTarget, camSetPos etc.), however i'm also using the setCamUseTi command and it works fine. Is there any way to add shake to a custom camera? Thanks
  2. Hi there, you did a great job on the Mac port. I use it on an M1 MacBook Air. It's very smooth. I can't find the files and folders for my missions and scenarios I'm working on in the editor. Where are the folders? I can export the missions to the missions folder. But then of course I can't edit them anymore. Any ideas? The "show scenario folder" option in the editor doesn't do anything either. Therefore it's not possible to add scripts to the missions... hmmpff
  3. Arma 3 Linux server and mod updater (workshop) A python script that updates your server and mods. Just edit the variables in the "Configuration" region to your liking and run the script. :-) Features: Update Linux server binaries Download mods from the Steam Workshop Update mods from the Steam Workshop Converts all mod files and folders to lowercase Creates symbolic links with human readable names (e.g. 620260972 becomes @alive) Non-features (for now): Setting up the basic dedicated server Manage keys Requirements: Python 3 steamcmd Steam account with an Arma 3 license (only required for downloading mods from the workshop) License: MIT Download: Arma 3 Linux server and mod updater (workshop)
  4. Hi everyone, I am trying to make a script that makes a helicopter with a squad arrive to disembark and defend the area. Everything works except that the helicopter is not going away, it stays where it landed!!! The scripts uses other custom functions which names are pretty straightforward, so I guess you'll be able to help anyways. It automatically defines side, faction, helicopter type, infantry, what I am struggling with are the waypoints. Everything looks correct to me. Thanks in advance. FWK_fnc_enemyQrfAir: //Helicopter QRF of _side from random far start position to _destination params["_destination"]; //Spawning transport _startPos = [_destination, 3000, 5000] call FWK_fnc_getRandomAOLocation; _landingPos = [_destination, 25, 75] call FWK_fnc_getRandomAOLocation; _heloType = selectRandom FWK_EnemyHeloArray; _helipad = "Land_HelipadEmpty_F" createVehicle _landingPos; _spawnHelo = [_startPos, random 360, _heloType, FWK_EnemySide] call BIS_fnc_spawnVehicle; _heloObj = _spawnHelo select 0; _heloGrp = _spawnHelo select 2; //Spawning units in transport based on free seats _cargoSize = _heloObj emptyPositions "cargo"; _groupUnitsArray = + FWK_EnemyInfantryArray; _groupUnitsArray resize _cargoSize; _qrfGrp = [_startPos, FWK_EnemySide, _groupUnitsArray] call BIS_fnc_spawnGroup; { _x moveInCargo _heloObj } forEach units _qrfGrp; //Helo waypoint and unload _landWp = group _heloObj addWaypoint [_helipad, 0]; _landWp setWaypointType "TR UNLOAD"; _landWp setWaypointSpeed "FULL"; _landWp setWaypointBehaviour "CARELESS"; _landWp setWaypointStatements["true", "(vehicle this) land 'GET OUT';"]; //Go away waypoint for helo _awayWp = _heloGrp addWaypoint [[0,0,0], 0]; _awayWp setWaypointType "MOVE"; _awayWp setWaypointSpeed "FULL"; _awayWp setWaypointBehaviour "CARELESS"; _awayWp setWaypointStatements["true", "[vehicle this] spawn FWK_fnc_deleteVehicle;"]; _heloGrp setCurrentWaypoint _landWp; //Waiting for all troops to disembark waitUntil { {_x in _heloObj} count (units _qrfGrp) == 0; }; hint "sbloccato"; _heloGrp setCurrentWaypoint _awayWp; //Defend waypoint for QRF _defendWp = _qrfGrp addWaypoint [_destination, 20]; _defendWp setWaypointType "SENTRY"; _defendWp setWaypointSpeed "FULL"; _defendWp setWaypointBehaviour "COMBAT"; _defendWp setWaypointStatements["true", ""]; _qrfGrp setCurrentWaypoint _defendWp;
  5. My script for ORBAT is right, the unit symbols appear on the map, but when I click on them it only shows the highest unit and does not show the command branch. How do I solve this? Is it a Arma bug? Error that shows in the bottom left corner of the screen, inside ORBAT: My description.ext: The "text" names may be strange, but that's because I use Arma in another language.
  6. I have a problem when I try to place an "ORBAT" on my map. However, I've already tried several things and nothing worked, what could it be? (My EXT document): class CfgORBAT { class 2ndDivision { id = 2; idType = 0; side = "West"; size = "Company"; type = "Infantry"; commander = "Baller"; commanderRank = "Major"; text = "%1 %2 %3"; textShort = "%1 %3"; color[] = {0,0,1,1}; assets[] = {"B_officer_F, 1"}; } class 1stSquad { id = 1; idType = 0; side = "West"; size = "Squad"; type = "Infantry"; commander = "Caos"; commanderRank = "Lieutenant"; text = "%1 %2 %3"; textShort = "%1 %3"; color[] = {0,0,1,1}; assets[] = {"B_officer_F, 1"}; }; }; }; ------------------------------------------------- (My ORBAT GROUP looked like this): CfgORBAT Path: [missionConfigFile >> "CfgORBAT" >> "2ndDivision" >> "1stSquad"] call BIS_fnc_ORBATGetGroupParams; CfgORBAT Ceiling: [missionConfigFile >> "CfgORBAT" >> "2ndDivision"] call BIS_fnc_ORBATGetGroupParams; (First error:): '...) then {_tiers = -1;}; _class =, _class [*]param [0, configfile, [configfile]]; _stop...' Error type Strings, waiting Config entry File A3\modules_f\StrategicMap\Functions\fn_moduleStrategicMapORBAT.sqf..., line 16. ---------------------- (Second error, bottom left): [BIS_fnc_ORBATGetGroupParams] class not found.
  7. GF Object Spawner Script - Mod by GEORGE FLOROS [GR] Description: GF Object Spawner Script - Mod , a simple object spawner. You are free to do anything but i would like to give me Credits for this! Simple and easy to use and adapt . Have Fun ! Installation / Usage: For usage instructions and information of how to use the GF Object Spawner Script - Mod please refer to the included documentation and/or example mission. Place in your mission the files . There is everything included , in the initServer.sqf , to copy paste in your mission . https://community.bistudio.com/wiki/SQF_syntax Don't try to open this with the simple notepad. For everything that is with comment // in front or between /* means that it is disabled , so there is no need to delete the extra lines. You can open this ex: with notepad++ https://notepad-plus-plus.org/ and also use the extra pluggins (this way will be better , it will give also some certain colors to be able to detect ex. problems ) http://www.armaholic.com/page.php?id=8680 or use any other program for editing . For the Compilation List of my GF Scripts , you can search in: https://forums.bohemia.net/forums/topic/215850-compilation-list-of-my-gf-scripts/ BI Forum Ravage Club Owner : https://forums.bohemia.net/clubs/73-bi-forum-ravage-club/ Notes: GF Object Spawner Script - Mod , a simple object spawner. There are Blacklist Zones available , 5 from default and a safe distanse from players , to prevent the spawn. The objects will spawn also , at the spawned or placed in editor Buildings. 3 presets included ,vehicles , wrecks and structures. There is also , an autodetection mods script , for the classnames , instead of lists. There is an option for the spawned vehicles , to add the Ravage addactions. There is also included a mod version , posible to unpack and edit. Credits and Thanks to : Thanks to All script contributors Thanks to everyone who tries to do the best for this game! Thanks to BIS for such a great platform . Thanks to BIS Community and BIS Community Forums . Thanks to Armaholic Community and Forums . Changelog: v1.0 Forum topic: - Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=40415 Armaholic GF Object Spawner Script - Mod
  8. Are there smarter ways to know if my object is a trigger OR a visible object that can be killed/destroyed? My current solution looks not fancy at all, but works: // If the object is a trigger, when triggerActivation command is used, it returns this array: [by, type, repeating] if ( count (triggerActivation _myObject) == 3 ) then { systemChat "The obj is a trigger!"; } else { // If the object is a unit or a building or vehicle, triggerActivation command will return an empty array: [] systemChat "The obj is a visible object that can be destroyed or killed!"; }; Wiki of triggerActivation. Wiki of count.
  9. Hello there to Everyone ! I 'm trying to replace the a3 Trees (with the CUP ones) , but i can't find the classnames. I 'm using the following script to replace the Buildings and i would like to do that , with more objects of the map, except , if there is another way. //["Building to replace","replaced Building"] myBuildings = [["Land_i_Stone_HouseSmall_V3_F","Land_HouseV_1I4",0], ["Land_i_House_Big_02_V3_F","Land_HouseV_1T",0], ["Land_i_Stone_HouseBig_V2_F","Land_HouseV_2T2",0], ["Land_i_House_Big_01_V1_F","Land_HouseV2_01A",0], ["Land_i_Shop_02_V1_F","Land_HouseBlock_C2",0], ["Land_i_Shop_02_V3_F","Land_HouseBlock_C5",0], ["Land_Slum_House01_F","Land_Shed_W4",0], ["Land_Hut06","Land_Shed_W02",0], ["Land_i_Shop_02_V2_F","Land_HouseBlock_B5",0], ["Land_Slum_House03_F","Land_HouseBlock_B3",0], ["Land_i_House_Small_01_V3_F","Land_HouseBlock_B4",0], ["Land_i_House_Small_01_V2_F","Land_HouseBlock_A1",0], ["Land_Kiosk_gyros_F","Land_HouseBlock_C4",0], ["Land_d_House_Big_01_V1_F","Land_HouseBlock_C3",0], ["Land_Unfinished_Building_01_F","Land_HouseBlock_B6",0], ["Land_Factory_Main_F","Land_Ind_Pec_03a",0], ["Land_MilOffices_V1_F","Land_a_stationhouse",0], ["Land_i_Stone_HouseBig_V3_dam_F","Land_HouseV_3I2",0], ["Land_i_Shed_Ind_F","Land_Shed_Ind02",0], ["Land_CarService_F","Land_Repair_center",0], ["Misc_Cargo1Bo_civil","Land_Shed_M02",0], ["Land_i_Stone_HouseBig_V2_dam_F","Land_HouseV_1L1",0], ["Land_i_Stone_HouseBig_V1_dam_F","Land_HouseV_1I1",0], ["Land_FuelStation_Build_F","Land_Misc_WaterStation",0], ["Land_Chapel_V2_F","Land_Church_02a",0], ["Land_i_Stone_Shed_V3_F","Land_HouseV_2L",0], ["Land_Chapel_V1_F","Land_HouseV_2I",0], ["Land_i_Barracks_V1_F","Land_Mil_House",0], ["Land_Mil_Barracks_i","Land_Mil_Barracks",0], ["Land_Cargo_HQ_V3_F","Land_Mil_Barracks_L",0], ["Land_Airport_Tower_F","Land_Mil_ControlTower",0] ]; for "_i" from 0 to(count myBuildings-1) do { _CurrentBuilding = (myBuildings select _i) select 0; _ReplacementBuilding = (myBuildings select _i) select 1; _DirectionOffset = (myBuildings select _i) select 2; { systemchat format["getPosATL: %2 getDir: %4 _CurrentBuilding %5",getpos _x, getPosATL _x, getPosASL _x, getdir _x, _x]; //diag_log format["getPosATL: %1 getDir: %2 _CurrentBuilding %3 _ReplacementBuilding %4 _x %5", getPosATL _x, getdir _x, _CurrentBuilding, _ReplacementBuilding, _x]; hideObjectGlobal _x; _myReplacement = createVehicle [_ReplacementBuilding, getPosATL _x, [], 0, "CAN_COLLIDE"]; _myReplacement setDir (getdir _x) + _DirectionOffset; _myReplacement setPosATL (getPosATL _x) ; _myReplacement enableSimulationGlobal false; } forEach nearestObjects [markerpos "center", [_CurrentBuilding], worldsize]; }; hint "Replacmentscript end"; Thanks to everyone!
  10. DESCRIPTION: This is a script which enhances the in-game VOIP by adding radio effects when communicating with other players, while factoring distance during transmissions. No mods or third-party programs required. Setup is easy! VIDEO: (Very outdated, will recreate soon™️) SCREENSHOTS: FEATURES: Doesn't require any mods Doesn't require any third-party programs Script will initialize only if TFAR & ACRE2 aren't enabled Tiny file size (130 KB) No performance impact Admin/clients don't have to download anything to play your mission No custom files; AFAR reuses all Arma content Adds interesting depth to VOIP, which it has lacked for so long Using VOIP in-game will broadcast radio noise to friendlies with a radio within radio range Players not in range cannot hear you or your radio noise Incapacitated / dead players cannot use radio (Optional) Compatible with land, sea, and air vehicles Compatible with Arma's End Game respawn templates Compatible with Arma's End Game Spectator Compatible with Arma's Dynamic Groups Compatible with Zeus Easy to configure with the "AFAR\CFG.sqf" In-game radio interface includes options to customize settings locally More information in the "ReadMe.txt" TO DO LIST: Voice clipping due to signal interference Release a separate standalone mod version KNOWN BUGS: (Upcoming Change-Log) High ping players, server, or desync can cause code delays AFAR's displayEventHandlers are paused for client, while a display other than 46 or 312 is active CREDITS: • Phronk: Script Creator • Bohemia Interactive: Radio model, audio, animation, and BIS_fncs CONTRIBUTIONS: • Dedmen: Added important VON script commands to Arma 3 • DirtySanchez: Helped organize functions • Metalman [EXP]: Helped optimize code initialization TESTERS: • Genesis92x • Harris • LightHouse • MorpheousMike • Moser • newgen • PRYMSUSPEC • Task Force Ronin INSTALLATION: (03SEP2021) - v0.98 Download Link (Google Drive) Download Link (Steam Workshop) Download Link (Armaholic) CHANGE-LOGS:
  11. I'm trying to create a mission, everything works so far except the AI, which doesn't want to get out of the vehicle once it reaches the given position. The situation is that once one of the players identifies the High-Value Target (HVT), the HVT will walk up to a car and get in as a passenger. The driver will then drive to the designated position, but the problem is that the HVT doesn't get out of the car regardless of any command given to him via SQF/trigger or even through waypoints.
  12. Hi I hope you're doing well. I have a problem with a Jet from a mod : the Rafale from the AMF ( french army ) mod. When it comes to JDAM/GBU strike, its a nightmare. The Locking/targeting cone is very small, and the pod is "locked" : once you reach the point you're locked on, when you're above it, the pod won't be able to keep locked on that point, like if it was not able to rotate more.  I would like to know if and how its possible to modify that, like Can WE give it the same values and pod as the A164 Wipeout for example ? Thank you for your help
  13. Hi I hope you're doing well. I have a problem with a Jet from a mod : the Rafale from the AMF ( french army ) mod. When it comes to JDAM/GBU strike, its a nightmare. The Locking/targeting cone is very small, and the pod is "locked" : once you reach the point you're locked on, when you're above it, the pod won't be able to keep locked on that point, like if it was not able to rotate more. I would like to know if and how its possible to modify that, like Can WE give it the same values and pod as the A164 Wipeout for example ? Thank you for your help
  14. Hello, community. Here is what I want to achieve: - I want to combine 3 different animations into one; - the player should be able to play these 3 animations sequentially; QUESTION 1: Should these animations be united as one and used all together in one script or QUESTION 2: Perhaps they could be used individually with a “wait until” command between them, so the script “should wait” until the first one is completed in order to perform the second one and when it is over, the third one will be played as well. ANIMATIONS: 1. The player waking up being wounded and then stands up after X seconds. 2. The player then looks around like in another script we already well know where he can set up a camp, sleep and then wake up in X hours. 3. The player then moves along an invisible way with his weapon in his right hand like in a cinematic intro. I have reworked this last animation’s content making it stop functioning when: player distance obj1 <X. This means I need to stop all these animations, when they are completed, with this part above, used in a trigger’s “On Activation” field. Animations: Nr. 1 - should be put in player’s init field: [this, "PRONE_INJURED"] call BIS_fnc_ambientAnim; 0 = this spawn {waitUntil {time > 10}; _this call BIS_fnc_ambientAnim__terminate; _this switchMove "AinjPpneMstpSnonWnonDnon_rolltofront";_this playMove "AmovPknlMstpSnonWnonDnon"}; Nr. 2 - should be activated by: player addAction ["<t color=""#F8FF24"">" +format["Set Up Camp"],"Camp_Script\spawn.sqf"]; Here you can find the files for this script: http://www.armaholic.com/page.php?id=28555 Nr. 3 - in a trigger or in playerinit.sqf: player disableAI "move";_nul = [] spawn {player switchMove "Acts_PercMwlkSlowWrflDf2";player disableAI "ANIM";waitUntil{(player distance target1) < 8};player switchMove "";}; [1, 60,true,true] call BIS_fnc_cinemaBorder; - target1 one is the object that the player needs to reach and when he does, the animation stops working. So, friends, how can we combine these 3 animations into one? Thank you in advance! Happy scripting and cheers!
  15. Hi everyone! I've finished working on my little mod, but when I'm trying to launch it, Arma III says: "Preprocessor failed with error - Invalid file name(empty filename)". And after launching my mod doesn't work. What did I do wrong? My mod contains only mod.cpp and Addons folder with pbo file. The file has only one file - config.cpp.
  16. GF Auto Loot Script - Mod by GEORGE FLOROS [GR] Description: GF Auto Loot Script , will detect the enable Mods , without editing lists. You are free to do anything but i would like to give me Credits for this! Simple and easy to use and adapt . Have Fun ! Installation / Usage: For usage instructions and information of how to use the GF Auto Loot Script please refer to the included documentation and/or example mission. Place in your mission the files . There is everything included , in the initServer.sqf , to copy paste in your mission . https://community.bistudio.com/wiki/SQF_syntax Don't try to open this with the simple notepad. For everything that is with comment // in front or between /* means that it is disabled , so there is no need to delete the extra lines. You can open this ex: with notepad++ https://notepad-plus-plus.org/ and also use the extra pluggins (this way will be better , it will give also some certain colours to be able to detect ex. problems ) http://www.armaholic.com/page.php?id=8680 or use any other program for editing . For the Compilation List of my GF Scripts , you can search in: https://forums.bohemia.net/forums/topic/215850-compilation-list-of-my-gf-scripts/ Notes: GF Auto Loot Script , will detect the enabled Mods , without editing lists. There are 4 options available : 1 = Load every Mod + Bohemia Items , 2 = Load every Mod - No Bohemia Items , 3 = Load Bohemia Items Only , 4 = Custom items only There is a Possibility option available. There are Blacklist Zones available , 5 from default and a safe distanse from players , to prevent the loot from spawn. The loot will spawn also , at the spawned or placed in editor Buildings. There is also included a mod version , posible to unpack and edit. Credits and Thanks to : Thanks to All script contributors Thanks to everyone who tries to do the best for this game! Thanks to BIS for such a great platform . Thanks to BIS Community and BIS Community Forums . Thanks to Armaholic Community and Forums . Changelog: v3.1 Fixed , working now also on Dedicated , with auto init. v3.0 A lot of the previous code is reedited. Added option for the spawned items number. Code optimization. v2.0 It is possible to add your custom item list. There are 4 options available : 1 = Load every Mod + Bohemia Items , 2 = Load every Mod - No Bohemia Items , 3 = Load Bohemia Items Only , 4 = Custom items only Changed the codes for the search of the configs. Minor Fixes. v1.0 Forum topic: - Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=40299 Armaholic GF Auto Loot Script - Mod Thank you very much Realthinged , i hope you like it ! You can add a case 4 : case 4 : { /* ________________ How to disable a certain mod : ________________ example 1 : (!(getText( _x >> 'author' ) == 'The CUP Team')) example 2 : (!(getText( _x >> 'DLC' ) == 'CUP_Weapons')) */ //________________ Load every Mod / No CUP Loot ________________ _CfgWeapons = ("(!(getText( _x >> 'author' ) == 'The CUP Team')) && getNumber (_x>> 'scope') > 1" configClasses (configfile >> "CfgWeapons")) apply {configName _x}; "getNumber (_x >> 'scope') >= 2 && {getNumber (_x >> 'type') in [256,16,2*256,3*256,6*256] && {_CfgWeapons pushBack (configName _x);false}}"configClasses (configFile >> "CfgMagazines"); _CfgGlasses = ("(!(getText( _x >> 'author' ) == 'The CUP Team')) && getNumber (_x >> 'scope') > 1" configClasses (configfile >> "CfgGlasses")) apply {configName _x}; _cfgArray_backpack = ("(!(getText( _x >> 'author' ) == 'The CUP Team')) && getNumber (_x >> 'isbackpack') isEqualTo 1 && getNumber (_x>> 'scope') >1 && getNumber (_x>> 'maximumLoad') != 0" configClasses (configfile >> "CfgVehicles")) apply {configName _x}; _Loot_case = "Load every Mod - No CUP Loot"; _Select_Loot_Loaded = true; }; or if you want to exclude completely the weapons for example : go to this line : //________________ To disable the weapons completely , you can delete for example the: _CfgWeapons ________________ GF_Auto_Loot_with_userconfig_cfgArray = _CfgWeapons + _CfgGlasses + _cfgArray_backpack;
  17. Compilation List of my GF Scripts - Mods by GEORGE FLOROS [GR] Credits & Thanks: Thanks to All script contributors Thanks to everyone who tries to do the best for this game! Thanks to BIS for such a great platform . Thanks to BIS Community and BIS Community Forums . Thanks to Armaholic Community and Forums . Below are the links and the download button , for every of my available GF Scripts . This list , will always be up to date. For anything that you might want , feel free to ask , if it's possible to do something for this , after all the arma series generally , has a good and helpfull community! Thank you Guys , for the whole support ! and off course . . . have FUN !
  18. Hello everyone, I've been thinking about implementing some sort of AI radio chatter based on AI generated voices (for my future maps). I'm fairly new to ARMA scripting but so far I've found it pretty interesting. My plan is to convert some text to voice via any of the numerous voice AI generators available, and then to use it with the Conversations system/framework to give indications or to notify the player about some scripted events, for example. I prefer this alternative to recording my own voice since I'm not the most expressive human being 🙂 and my microphone is not the best. So far I've found an easy YouTube tutorial for creating a basic conversation between AIs, but only for natural voice (with no radio effect). My only issue is that I have no idea how to implement the radio chatter effect. I haven't yet found an AI voice generator which also applies specific effects to the generated voice. Does arma provide any tool for applying this effect or do I have to manually edit the natural voice, in Audacity for example? Also, is it mandatory to have an actor in order to "emit" a voice/radio chat?
  19. Engima's Civilians v0.90.40 by Engima Description: Engima's Civilians is a script that adds dynamic civilians to an Arma 3 mission. Civilians spawn near player(s) and are removed again when they are far away. Works on maps with enterable buildings. You can customize how many civilians there will be, civilian units classes, the maximum number of groups to use, minimum spawn distance, maximum spawn distance, and blacklist markers to define areas where no civilians will be. You also add callbacks if you want to do something when units spawn or being removed. Script works in singleplayer, multiplayer, hosted, dedicated, for JIPs, and on any map with enterable buildings. Media: Youtube video - How to create a quick mission with civilians. https://youtu.be/OVirxev6wjw Download: Download Link at Armaholic. Also released as CPack Engima.Civilians for the TypeSqf Editor. Installation: Manually: 1. Copy folder "Engima" to root of your mission folder. 2. Create the file "init.sqf" in your mission folder (if you don't already have it). Add the following line to the top of the init.sqf: call compile preprocessFileLineNumbers "Engima\Civilians\Init.sqf"; 3. Customize the script in the file "Engima\Civilians\ConfigAndStart.sqf". TypeSqf 1. Open the CPack console and run command "install Engima.Civilians". Usage: Here is the simplest example that starts the civilian script with all default parameters. This code is to be put in Engima\Civilians\ConfigAndStart.sqf. [] spawn ENGIMA_CIVILIANS_StartCivilians; Here is an example that uses all parameters and first saves them in a variable named "_parameters". The function call (or spawn) that starts the civilian script is beneath. This code are to be put in Engima\Civilians\ConfigAndStart.sqf. // Set civilian parameters. _parameters = [ ["UNIT_CLASSES", ["C_man_1", "C_man_1_1_F", "C_man_1_2_F"]], ["UNITS_PER_BUILDING", 0.1], ["MAX_GROUPS_COUNT", 100], ["MIN_SPAWN_DISTANCE", 50], ["MAX_SPAWN_DISTANCE", 500], ["BLACKLIST_MARKERS", []], ["HIDE_BLACKLIST_MARKERS", true], ["ON_UNIT_SPAWNED_CALLBACK", {}], ["ON_UNIT_REMOVE_CALLBACK", { true }], ["DEBUG", true] ]; // Start the civilian script _parameters spawn ENGIMA_CIVILIANS_StartCivilians; Documentation and a complete reference of set up parameters can be found in file "Engima\Civilians\Documentation.txt". How to update from older version: Manually: 1. Back up your own customization file (Engima\Civilians\ConfigAndStart.sqf). 2. Replace the folder Engima\Civilians with the corresponding folder in the download package. 3. Replace the original ConfigAndStart.sqf with your own ConfigAndStart.sqf that was backed up in step 1. TypeSqf: 1. Open the CPack console and run command "update Engima.Civilians". Change log: v0.90.40 - First version. Requirements: Arma 3. Other releases Engima's Traffic Engima's Simple Tasks The ASCOM protocol
  20. Hey guys, been looking around in the days for something like a script that affects all AI units on the map, both that gets spawned in at all times, and AI units that has been there since mission start, both SP and MP. Something like a timer that when, say all AI when they have been Alert or in Caution for 2 minutes, they will eventually go down to SAFE again, and have LIMITED movement of walking - if they have not been engaged with any hostiles. Each time they become cautious and alerted, it will be a certain period of time before all of them will switch back to SAFE and LIMITED movement when they have had no engagements. As if the threat is over and the AI can relax again. Civilians will calm down and return to their SAFE and LIMITED behaviors. Soldiers will be at ease and return to their SAFE and LIMITED behaviors. Like on repeat if they end up getting alerted several times. Any tips or pointers are greatly appreciated,
  21. Hi, I'm changing the player's vehicle with a script, and I want the turret of the new vehicle to face the same way as the old one did. Before changing the vehicle, I'm getting the old turret's aiming position with this: _turretDirection = eyePos vehicle _x; And to make the new turret rotate I tried this : _veh unitTurret(_x) lookAt _turretDirection; and this: _x lookAt _turretDirection; but it doesn't work.
  22. Dear follow Arma addicts, can anyone point me towards a performance conscious script for: 1) Replacing all the non tracer ammunition from both player and ai with tracer ammunition, both at their weapons and inventories. 2) I believe tracer ammunition effects only happens when the magazine is almost empty. Is there any way to make every round have (or simulate) tracer effects? Basically I want to simulate old school battlefield games (BF2, BF3) were all rounds have tracer like effects that help players identify the origin and location that fire is coming from. (I need to up the feedback and gameplay friendliness of my mission while compromising some realism). Thank you in advanced!
  23. Hello there to Everyone! I was searching , on how to disable the option for opening the backpacks of others. So for anyone interested , this is the code: The best solution so far is here thanks to Grumpy Old Man :
  24. GEORGE FLOROS GR

    GF Missions Script

    GF Missions Script by GEORGE FLOROS [GR] Description: GF Mission Script , configurable script. You are free to do anything but i would like to give me Credits for this! Simple and easy to use and adapt . Have Fun ! Installation / Usage: For usage instructions and information of how to use the GF Mission Script please refer to the included documentation and/or example mission. Place in your mission the files . There is everything included , in the init.sqf and description.ext , to copy paste in your mission . https://community.bistudio.com/wiki/SQF_syntax Don't try to open this with the simple notepad. For everything that is with comment // in front or between /* means that it is disabled , so there is no need to delete the extra lines. You can open this ex: with notepad++ https://notepad-plus-plus.org/ and also use the extra pluggins (this way will be better , it will give also some certain colours to be able to detect ex. problems ) http://www.armaholic.com/page.php?id=8680 or use any other program for editing . For the Compilation List of my GF Scripts , you can search in: https://forums.bohemia.net/forums/topic/215850-compilation-list-of-my-gf-scripts/ Notes: This is a standalone Mission Pack , that will give more depth in a mission. It is working in every map. It will generate missions on random. This script is also including DAC Script version. ** CAUTION ** The player variable names , must start with : s_1 , s_2 and so on up to s_70. Otherwise , they must be defined in the DAC/DAC_Config_Creator.sqf Feel free everyone , to post your missions (scripted , MP compatible) in order to make this Misson Pack bigger ! Credits and Thanks to : Thanks to All script contributors Thanks to everyone who tries to do the best for this game! Thanks to BIS for such a great platform . Thanks to BIS Community and BIS Community Forums . Thanks to Armaholic Community and Forums . Special Thanks to : Big thanks to Silola , for his unique DAC mod/script. DAC V3.1 (Dynamic-AI-Creator) https://forums.bohemia.net/forums/topic/167033-dac-v31-dynamic-ai-creator-released/ Changelog: v3.0 Several Fixes. v2.0 added a lot of available options, added the EOS Script, added a custom spawn system, added more missions, addded a time out option, the missions that must be spawn in the desired position, added safe areas, added addactions, added the new GF_Set_Custom_Loadout script, which is modified for this purpose, scripts for the spawned enemies will allow everyone to select from an array for the classnames for ex: RHS units , vehicles , etc excluded GF_Police_and_Siren script , and there are a lot of changes on the whole script. This version is completely reedited. v1.0 Forum topic: - Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=40207 Armaholic GF Missions Script Extra usefull information from the topic , will be added at the post below:
  25. Hi, can someone share a script for delivering an item to the zone. I explain - I need the player to pick up the document and then when he entered the zone (trigger) the mission was completed. ("Item_FileTopSecret") the name of the object.
×