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

  1. FoxFort

    FLIR/Termal glow

    Hi Does anyone know what makes models/objects/stuff "glow" when looking via FLIR/Termal sights? That "heat" effect on live unit, is that done via material? How to make it? EDIT: Hmm, I made a mistake, wrong part of forum
  2. Recently I found using of VR garage from this mission. but in this, I can't set my direction of spawning vehicle. I asked to mission editor about this, but he can't do anything without BI garage(or vr garage) system changes. I think so too... is there any way to add set direction option to this https://community.bistudio.com/wiki/BIS_fnc_garage or this one https://community.bistudio.com/wiki/createVehicle ?
  3. Behold: JBOY Longboat. The first of many scripts to be released as the mission series Last Tango In Tanoa progresses. This script converts an assault boat into a Tanoan civvie long boat. Great for fishermen, pirates and insurgents. You can see this boat in action in my new mission Last Tango In Tanoa - Episode 1. Please try that mission and rate and comment on steam. Your comments and ratings motivate me to finish the next episodes and create more scripts. How to use this script: Place an empty assault boat object Place a call to this script in the object's init line. Here's some sample calls: // Converts assault boat to an empty longboat _d = [this,""] execvm "Scripts\JBOY_LongBoat.sqf"; // Creates an empty longboat, with no mounted weapon _d = [this,"B_HMG_01_F"] execvm "Scripts\JBOY_LongBoat.sqf"; // Creates an empty longboat, with a mounted weapon on the front // Converts assault boat to a longboat with crew already on board: _d = [this,"B_T_Static_AT_F", units group player] execvm "Scripts\JBOY_LongBoat.sqf"; _d = [this,"B_T_Static_AT_F", [unit1, unit2, unit3, unit4]] execvm "Scripts\JBOY_LongBoat.sqf"; Download demonstration mission: https://www.dropbox.com/s/qn8jsuxmkj3u59b/JBOY_Longboat.Tanoa.zip?dl=0 Crew Size: If longboat has a mounted weapon, then maximum crew size is 4 (driver, 2 passengers, gunner). If longboat does not have a mounted weapon, then maximum crew size is 3 (driver, 2 passengers) Types of Mounted Weapons supported: B_HMG_01_F B_GMG_01_F B_T_Static_AT_F B_T_Static_AA_F Script:
  4. Hello everyone, first time poster here, although I've been lurking and learning from other experienced community members. I have made a single-player mission which I'm pretty happy about the outcome. An icing on the cake would be to add radio chat between 3 entities - Player, Highway (AI) and Tower (AI). The mission is a carrier operation with 6 tasks - Take-off, Intercept Enemy Fighters, Intercept Enemy Helicopters, Destroy Anti-Air, Destroy Artillery, Land. I have created the text I wish to use in the mission but I simply have no clue how to make it appear after a certain thing has happened f.e when I fire an AMRAAM I want my guy to say "Fox Three" and when a missile hits - "Splash One!". Same thing with a BIM-9X but "Fox Two" instead as that is the correct term since it's an IR missile. List of enemy combatants: 4x To-201 Shikra (Bandit1/2/3/4) 1x CH-49 Mohawk (Condor) 1x WY-55 Hellcat (Vulture) 4x ZSU-39 Tigris (AA1/2/3/4) 3x 2S9 Sochor (SPG1/2/3) I tried compiling a description.ext script (note: I don't have actual sound files yet, I'd appreciate it if I can get an idea what Text-to-Speech I can use to make myself audio files and then convert to .ogg): And a radio.sqf script "Sleep 4" is short, it's a placeholder. I hope you can understand my query. Sorry for this really long post, TLDR: I need to have radio chat to be activated after doing a certain thing.
  5. GF Custom Loot Position Spawn Script by GEORGE FLOROS [GR] Description: GF Custom Loot Position Spawn Script , spawn Weapons , Mags , Items , to the desired position , 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 Custom Loot Position Spawn Script , please refer to the included documentation and/or example mission. Place in your mission the files . There is everything included , inside the 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: Configurable Scripts. Open this mission to the 3D editor and copy paste ( ctrl c - ctrl v ) the item "Land_BakedBeans_F" , wherever you want , the loot to be spawned . There is included a ready Loot List for a vanilla and Ravage. You can also spawn objects. More about , in the info folder inside Information.txt file. 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 . Changelog: Version 1.0 Forum topic: - Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=39904 Armaholic download GF Custom Loot Position Spawn Script pics:
  6. 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 !
  7. GF Earplugs Script - Mod by GEORGE FLOROS [GR] With key interaction Description: GF Earplugs Script , mute or lower sound , with a key interaction , configurable key bindings. 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 Earplugs 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 , 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: Configurable key bindings and notification available. The key bindings can be found here: https://community.bistudio.com/wiki/DIK_KeyCodes 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 . Changelog: v2.1 Minor change on the code , to avoid loop. Thanks to HazJ. https://forums.bohemia.net/profile/773718-hazj/ v2.0 Added a picture notification when earplugs are in. Added an initPlayerLocal.sqf , in order to run the script from there. Mod Version is now included. v1.0 Forum topic: - Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=39897 Armaholic download GF Earplugs Script - Mod
  8. GF Holster Script - Mod by GEORGE FLOROS [GR] With key interaction Description: GF Holster script , holster your weapon with a key interaction , configurable key bindings. 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 Holster 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 , 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: Configurable key bindings and notification available. The key bindings can be found here: https://community.bistudio.com/wiki/DIK_KeyCodes 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 . Changelog: 2.0 Fixed working after save in SP + MP. There is also a Mod version available. v1.0 Forum topic: - Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=39896 Armaholic download GF Holster Script - Mod
  9. Hello everyone, I've been writing scripts for a while now but never separately released them. I had some time today so I tweaked one of the scripts I've written in the past for separate public release. It's a script simple script that will make a jet or a heli target enemy units. You can decide for yourself which types of units (cars, tanks, air, ...) the jet/heli will attack and to which factions are considered hostile. In total there are 9 parameters provided you can tweak when calling the function. Only 1 is mandatory. The script was only tested in a singleplayer environment but I see no reason why it wouldn't work in a multiplayer environment. Included files: Readme, with boring legal information like copyright and license targetingScript.sqf, the actual script targetingScript.Stratis, a little example mission. To play the example mission just drag the mission into one of the following 2 locations: C:\Users\<yourUser>\Documents\Arma 3 - Other Profiles\<yourProfile>\missions C:\Users\<yourUser>\Documents\Arma 3\missions and go into the editor and play it in singleplayer. It's nothing fancy, just a quick example how it works. Usage: Download the script and include it in your mission. I personally suggest turning it into a function when using it. If you keep using it as a script you can look at the init.sqf in the example mission to see how to use it. If you know how to turn it into a function I don't think I need to explain anything to you :) Requirements: none Bugs: If you find any bugs please let me know either in this topic or make an issue here: https://gitlab.com/stanhope/targetingScript/issues Future plans: Turn the time to attack and time to loiter into params Fix any and all bugs General optimization Download: https://gitlab.com/stanhope/targetingScript Lastly I'd like to kindly ask everyone to not host my work in other places if no major changes have been made to it. Instead please simply link to my gitlab, this is merely a request. If you made a significant change to my script I have no problem with anyone hosting it anywhere as long as it's in accordance with the license.
  10. GF Drop Loot Script by GEORGE FLOROS [GR] Description: GF Drop Loot Script , Enemies , will drop items or add to their inventory , when killed , configurable . 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 Drop Loot Script please refer to the included documentation and/or example mission. Place in your mission the files . There is everything included in the description.ext and initPlayerLocal.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: The Loot is configurable 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 . Changelog: v2.0 Code optimization, added configurable items inside uniforms, added setting options and small additions inside the script, changed the name of all the scripts , starting now with GF . Version 1.0 - first release Forum topic: - Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=39889 Armaholic download GF Drop Loot script
  11. Been playing with a group for a longer time now and noticed that people immediately know if players are dead or not just according to the way they go down when shot. I kind of wanted to add some uncertainty back to the gameplay when using ace medical. With this script players will not go into the ace death animation immediately when losing consciousness. Just like they are dying they ragdoll, but will snap to the ace death animation once the ragdolling is done, which pretty much means other players need to check the body to confirm death. This script only works for players, it can be expanded for AI as well if people want that. It works in SP and MP. Requirements: CBA ACE Known bugs: None right now, you tell me I guess. Media: Download: GitHub (Script version) Steam Workshop (Mod version)
  12. Dynamic Shipwreck Spawner by Vandeanson After a few weeks people realized that all was lost in Chernarus. With the inland being too dangerous for traveling, many gathered as much supplies as they could, loaded it into their boats and took off into the open sea. Many did not make it through the harsh weather conditions and currents... Nowadays, lucky survivors might still stumble across the rusty remains of such endeavors, washed up along the shores, when wandering along Chernarus coastlines... Showcase Videos: Functions of the script - random selection of wreck placement at any shore (with v. 2.0, it is no longer needed to place markers) - random selection of lootable props to be placed around that markere wreck - the wreck will be deleted after 3600 seconds and the script will loop, starting from scratch How to create, use and Install the script: Step 1 - init.sqf 1. Open notepad. 2. Copy this code -------> [] execVM "shipwreck.sqf"; 3. Paste the code into your notepad doc. 4. Save the notepad document with this name -----> init.sqf 5. Move the init.sqf to your mission folder. =================================== Note - if you already have an init.sqf then just add the code from 2 to it. Step 2 - shipwreck.sqf 1. Open notepad. 2. Copy this code ------> from the spoiler below 3. Paste the code into your notepad doc. 4. Save the notepad document with this name ------> shipwreck.sqf 5. Move the shipwreck.sqf to your mission folder. ========================================= NO MARKERS NEED TO BE PLACED! shipwreck.sqf Dependencies: None except Ravage and CBA (if you want to use the ravage looting system) The script works without mods too. Changelog: v.2: - need for marker placement removed - complete randomization of object placement arround wreck - some clean up
  13. GF Ravage Status Bar script by GEORGE FLOROS [GR] Hello to all Ravage Players! Description: GF Ravage Status Bar Script , configurable . 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 Ravage Status Bar Script please refer to the included documentation and/or example mission. Place in your mission the files . There is everything included in the description.ext and initPlayerLocal.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 : 1.Players in the server 2.Health 3.Hydration 4.Nutrition 5.Direction 6.Kills 7.Money 8.Radiation 9.FPS 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: v2.0 Code optimization, everything will work without any delay, the status is adjusted for 1920x1080, minor changes, changed the name of all the scripts , starting now with GF . v1.0 Requirements: @CBA http://www.armaholic.com/page.php?id=18767 @Ravage Mod http://www.armaholic.com/page.php?id=29638 Download: Armaholic GF Ravage Status Bar script Forum topic: - Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=39883 - Ravage Wikia http://ravage.wikia.com/wiki/Adding_a_status_bar
  14. So I'm trying to use the "Warrior Bugs" from the Starship Trooper mod and am trying to get them to pop out the ground (Ground Effects) when a player is at 200m or closer. I'm terrible at scripting and not sure what to do.
  15. So one thing that has bothered me from the beginning of the ARMA series was the lack of commands for firefight formations or simple combat drills. For anyone that is in the service and has served will understand what I am saying, and for those that are not I will try and explain it. One of the biggest gripes and hopefully one I would like to solve is a formation for security. Say for example a medevac helicopter is inbound to your location and you need to pull security. In a real world mission the soldiers would take a 360 degree formation of protection. A basic circle that keeps all sectors covered. This also allows the team leaders, squad leaders a chance to check on their solders. During this check a we look for casualties and find out status of ammo, equipment and mission important data. To do this in the game requires that the leader point to each and every spot he wants a soldier to go to. Real life this is NOT needed, each soldier knows his job and adjust as needed to provide that layer of security. Was wondering if anyone knew a way to get a formation like this? Example player gets to location with a squad of ten soldiers. player needs to secure a site after a engagement. Player can go to the radio menu and choose "360 Security" (or something easy to identify to click on) With that an order will be issued that all AI controlled soldiers will move out and away for the location that the player is and set up a 360 degree area of protection, each looking out in the correct compass direction and remain facing that way, the AI would be in kneeling or prone position as well. (Not sure if this is possible or not but have an adjustable range or diameter of the circle, also AI troops would use common sense and find cover while still trying to obtain 360 security) All AI would stay put and not move unless engaged or directed by player to rejoin formation. This allows the player to check all soldiers or simulate. (In the real world a team would be designated as aid and litter (would provide aid to enemy and friendly casualties) the other team would be EPW (collect and secure enemy prisoners and weapons etc)) Another thing is simple battle drills Player gets in a firefight or engagement player uses the radio menu to order a battle drill formation Clicking on the specific battledrill will execute that. If the player has designated teams example (red, yellow, blue...etc) the battle drill would execute a script that would allow something like this........ Start of mission Player designates 3 members of the squad (team blue) Player designates 4 members of the squad (team red) player gets into an engagement and becomes pinned down (Team blue under fire by opfor) Player uses radio menu to select battle drill 1A Script or some other means executes this based on what team the player wants to move. Team Red breaks contact and moves to a flanking maneuver position on the opfor firing position Team blue continues a suppressive fire on the enemy while team red gets to flank position. Team blue continues fire and shifts and then lifts fire while Team red assaults from the flank. Team blue moves up and clears objective after team red has gone through. After all this is completed and the enemy has been killed or surrendered the 360 security is set up. Not sure if anything like this exist already but it would be great if it was a possible. It would allow the player the opportunity to issue commands that real soldiers would understand. It would not require the player to micromanage the team. It is not realistic at all to tell each soldier exactly where to go and what to do. Now the AI in Arma3 is leaps and bounds over ARMA and ARMA2, but these items would really help to push reality of the battlefield. Hope someone can help with this or point me in the correct direction. Bill
  16. Hello, I have seen numerous post about this issue, but can't seem to find a solution that actually works. So here is my problem. I have a classic sector game which I play alone or with a friend, against or with each other. Each side (Bluefor and Opfor) have a squad a player can take over and control. Rest of the forces come from an AI spawn module. It all works perfectly except all the ai's spawned from the modules doesn't bleed any tickets on both sides when they are killed in action. It is only players and ai squad members that I know how to use bleed tickets with. But the Ai's from the module does not work, so it is sort of unbalanced. Please do anyone knows how to bleed tickets form ai spawn module? Script I use for the ai squad mebmers in unit init: this addEventHandler ["killed",{[_this select 0,-1,true] call bis_fnc_respawnTickets;}];
  17. Reserved slot script for arma 3 mission working on mp and sp https://github.com/alezm00/AZM_Functions/tree/master/res_slot.Tanoa https://github.com/alezm00/AZM_Functions/ put [] execVM "Reservedslots.sqf"; in the init.sqf then open the file reservedslots.sqf and edit the main functions [Arma3 UID, slot variable name] call AZM_RESERVED_SLOT;
  18. Hello there Guys! My problem , is first that i don't find the error for this and cannot get bis_fnc_dynamicText , run on every PC to show on global, if anyones knows how please help : This is script is included in : //________________ Author : [GR]GEORGE F ___________ 11/03/2018 _____________ /* Killfeed_GF.sqf Headshot + Killfeed Script https://forums.bistudio.com/forums/topic/206593-headshot-killfeed-script/ http://www.armaholic.com/page.php?id=32989 Main Source from : https://forums.bistudio.com/forums/topic/183541-creating-a-basic-kill-feed/ by kaysio Posted August 5, 2015 3 different type of notification available All the 3 can display together + Display kills on chat The Kills show on global ( systemChat ) To enable the others remove the // */ publicVariable "Killfeed_notification"; addMissionEventHandler ["EntityKilled", { params ["_killed", "_killer"]; if ((_killer==player) or (_killer == vehicle player)) then { if (_killed isKindOf "CAManBase" && {((side group _killed) == west || (side group _killed) == east || (side group _killed) == independent || (side group _killed) == civilian || (side group _killed) == sideLogic)} )then { _line = ""; _killerName = ""; _victimName = ""; _killerString = ""; _victimString = ""; _killerColor = "#99D5FF"; _victimColor = "#99D5FF"; _victim = _this select 0; _killer = _this select 1; if (!(isplayer _killer)) then { _killerName = getText (configFile >> "CfgVehicles" >> format["%1",typeOf _killer] >> "Displayname"); if(vehicle _killer != _killer) then {_killerName = getText (configFile >> "CfgVehicles" >> format["%1 crew",typeof vehicle _killer] >> "Displayname")}; }else{_killerName = name _killer}; if (!(isplayer _victim)) then { _victimName = getText (configFile >> "CfgVehicles" >> format["%1",typeOf _victim] >> "Displayname"); if(vehicle _victim != _victim) then {_victimName = getText (configFile >> "CfgVehicles" >> format["%1 crew",typeof vehicle _victim] >> "Displayname")}; }else{_victimName = name _victim}; if ((_killer==player) or (_killer == vehicle player)) then { _killerColor = "#ffff00"; //yellow } else { _killerColor = side group _killer call BIS_fnc_sideColor; _r = _killerColor select 0; _g = _killerColor select 1; _b = _killerColor select 2; _killerColor = [_r+0.1,_g+0.1,_b+0.1]; _killerColor = _killerColor call BIS_fnc_colorRGBtoHTML; }; if (_victim==player) then { _victimColor = "#ffff00"; //yellow } else { _victimColor = side group _victim call BIS_fnc_sideColor; _r = _victimColor select 0; _g = _victimColor select 1; _b = _victimColor select 2; _victimColor = [_r+0.1,_g+0.1,_b+0.1]; _victimColor = _victimColor call BIS_fnc_colorRGBtoHTML; }; _killerString = format["<t color='%1'>%2</t>",_killerColor ,_killerName]; _victimString = format["<t color='%1'>%2</t>",_victimColor,_victimName]; //the line which shows the final formatted kill _line = switch(true) do { case(_killer == _victim): {format ["%1 Killed Themselves",_killerString]}; case(isNull _killer): {format ["%1 is out of Luck!",_victimString]}; default {format ["%1 Killed %2",_killerString,_victimString]}; }; _line; //_____________________________________________________________________________ _victim = _this select 0; _killer = _this select 1; //_victimName = ""; _victimString = ""; _victimColor = "#99D5FF"; private _distance = _killer distance2D _victim; //Distance private _killweapon = getText(configFile >> "CfgWeapons" >> currentWeapon (vehicle _killer) >> "displayname"); //Weapon if (!(isplayer _victim)) then { _victimName = getText (configFile >> "CfgVehicles" >> format["%1",typeOf _victim] >> "Displayname"); if(vehicle _victim != _victim) then {_victimName = getText (configFile >> "CfgVehicles" >> format["%1 crew",typeof vehicle _victim] >> "Displayname")}; }else{_victimName = name _victim}; _victimColor = (side group _victim call BIS_fnc_sideColor) call BIS_fnc_colorRGBtoHTML; _victimString = format["<t color='%1'> %2 <t color='#FFD700'> %3 m</t>",_victimColor,_victimName,floor _distance]; _line = if ((_killer == player) and (_victim == player)) then { "<t size='2.5'>WASTED !</t>"; //you can playSound here when killed } else { format ["<t size='0.5'>Killed <t size='0.8'> %1</t>",_victimString]; }; [_line,0,0.3,2,0,0,7017] spawn bis_fnc_dynamicText; //0,0.8,2,0,0,7017 //_____________________________________________________________________________ /* Extra Line for systemChat , run on every PC to show the kills on global https://community.bistudio.com/wiki/BIS_fnc_MP */ [format["%1 Killed %2 from %3 m with %4", name player,_victimName,floor _distance,_killweapon],"systemChat"] call BIS_fnc_MP; //_____________________________________________________________________________ playSound "Killfeed_notification"; //_____________________________________________________________________________ /* Number: X coordinates (optional) Number: Y coordinates (optional) Number: Duration (Optional) Number: FadeIn time (Optional) Number: Delta Y, Text will move up or down depending on value (Optional) Number: Resource layer (Optional) f00000ff blue FF0000 red FFD700 gold 000000 black */ //_____________________________________________________________________________ //2 Different type of notification // Cannot get bis_fnc_dynamicText , run on every PC to show on global, if anyones knows how , please contact _victim_parsetext = format["%1 Killed <t color='%2'> %3 <t color='#FFD700'> from %4 m with <t color='#FF0000'> %5</t>",name _killer,_victimColor,_victimName,floor _distance,_killweapon]; publicVariable "_victim_parsetext"; //_____________________________________________________________________________ // 1 Hint // hintsilent parsetext _victim_parsetext; // 2 Center up screen ["<t size='0.6' align='right' with %4 >" + _victim_parsetext + "</t>",safeZoneX,safeZoneY,10,0,0,7016] call bis_fnc_dynamicText; //10,0,0,7016 // [["<t size='0.6' align='right' with %4 >" + _victim_parsetext + "</t>",safeZoneX,safeZoneY,10,0,0,7016] call bis_fnc_dynamicText] call BIS_fnc_MP; // hint"Killfeed working"; }; }; }];
  19. Hey Guys, i wrote a script to set the AI on the whole server every 10 seconds to certain Values according to the Side it is on for a modded "KP Liberation" Mission. This worked perfectly. But i wanted to change the script for the East Side to better reflect the skill of certain factions. the original script was: while {true} do { { _x setSkill 0.6; _x setSkill ["aimingAccuracy", 0.2]; _x setSkill ["aimingShake", 0.7]; _x setSkill ["aimingSpeed", 0.7]; _x setSkill ["Endurance",0.5]; _x setSkill ["spotDistance",0.6]; _x setSkill ["spotTime",0.8]; _x setSkill ["courage", 0.8]; _x setSkill ["reloadSpeed", 1]; _x setSkill ["commanding", 0.7]; } forEach (allUnits select {side _x == east}); sleep 10; }; this worked exactly as i intended. (is exec. via init.sqf and sets the skills from mission start every 10 seconds so that it includes every spawned unit, even if called by Zeus or any other special way. works great) but now i wanted to change } forEach (allUnits select {side _x == east}); to something that affects only a certain faction like } forEach (allUnits select {faction _x == LOP_TKA}); this line however doesn't work and i can't find any answer how to only call a script on a certain faction, so i was hoping someone in this forum could help me :) PaloKan EDIT: I am an idiot. All i was missing was putting the Faction name into " " to make my scripts work haha. great, now i have differently skilled Middle Eastern Militia, ISIS Soldiers and Russian Elite soldiers to fight <3 Thread can be closed :) /thread
  20. GF Cargo Airdrops Script by GEORGE FLOROS [GR] Description: Spawn Cargo Airdrops, including configurable loot and it can be a random or supply drop , of any kind of item - vehicle. 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 Cargo Airdrops 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 , 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: The Airdrops can be spawn , on certain locations or random. It can be used for a supply Airdrop. You can select the number of Airdrops to spawn. The type of Cargo can be anyting , item or vehicle. The type of loot of this item , is configurable. It is possible to adapt this script easy , by your own needs. 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 . Special thanks to : zagor64bz https://forums.bohemia.net/profile/805186-zagor64bz/ lordfrith https://forums.bohemia.net/profile/1079222-lordfrith/ Changelog: v 4.0 Code and fix optimization. added a mod version. v3.1 Code and fix optimization. Fixed an error: the plane sound now works in all clients. v3.0 added option for : show the Airdrop position with a marker, random loot, minor changes. v2.0 added a modified Script by zagor64bz and lordfrith , GF_Cargo_Airdrops_ZAG_LORD , added a modified Script for requested Airdrops, added an option , for spawning groups , that try to find and secure the dropped Cargo , added some options and small additions inside the scripts , changed the name of all the scripts , starting now with GF . v1.0 Forum topic: - Armaholic forums http://www.armaholic.com/forums.php?m=posts&q=39846 Armaholic download GF Cargo Airdrops Script
  21. Vandeanson's Apocalypse - the Mod: A "plug and play" mod that will spawn various sites and AI, fully randomly placed that will be dynamically de and respawning for ongoing survival action! NOTE: This is not a MISSION. This is a dynamic site and event spawner, that runs on top of any mission that you start while the mod is active. It spawns in sites based on player position, terrain and your settings (to change settings, you must edit your mission in Eden Editor - > Settings - > Addon Options). Never again will it be pointless, dull and boring to run around in armas beautiful forrests, just because all the loot and action is stuck in cities and other remains of civilisation! My mod will spawn in bandit camps to raid, small survivor hideouts to find and loot in the deepest forest, crashed helicopters that should definitely be searched before other survivors get there, ferocious packs of wild dogs that will jump you in the dark or animals to hunt for survival. Find a tame horse as a compagnion and tie it up next to your homebase while setting up barricades and boobie traps to fend off attacks against your newly claimed home. Zombies just got deadlier with the infection feature. When getting hit, you might catch a deadly infection that will drain your stamina and lifeforce over time. Stack up on anti virus pills to cure yourself! You will never rest easy, knowing that your steps may be watched from far and the moment you get too comfortable at a place, bandits pick up your trace and hunt you down! VANDEANSONS APOCALYPSE (STEAM DOWNLOAD) INSTALLATION: 1. Subscribe to the mod and activate it and CBA_A3 in the A3 launcher Whenever you start any mission (self made or from steam) , the mod will start to spawn in sites according to the default settings. 2. to adjust VA settings, open the mission you want to edit, or create a new one in Eden Editor, go to Settings -> Addon Options -> select the "VDA" options to see what you can change (there are a lot of options for customisation) 3. NOTE: the plane spawner requires you to place the following markers by default, else the planes spawn in the debug zone: "VD_PlaneMrkr_1,VD_PlaneMrkr_2,VD_PlaneMrkr_3,VD_PlaneMrkr_4". You may add or remove markers. 4. if you play on maps like chernarus, cover the empty terrain with large area markers and name them. enter the area markers name into the field under "VDA -1- General Settings" to blacklist that area from landsite spawns. 5. similar for shipwrecks and boats (cover inland lakes with additional area markers) so the shipwrecks and boats wont spawn in lakes inland. 6. Place your player and play. (Place the gamemaster module to check if the mod is working as ZEUS) FEATURES : - random and automatic position finder for all features. No marker placement needed (see INSTALLATION gor exceptions) - sites de and respawn after a adjustable time and while no player is close - Bandit Camps - Hideouts - Shipwrecks - Crashsites - Tradercamp (custom weapon attachment trader, custom trader for ravage respawn tent backpacks, all ravage traders) - AI Patrols - Animal Spawner (Goats & Sheep, can be gutted and eaten with the Ravage mod) - Spawners for Boats, Planes, Helicopters - Medical Sites - Zombie Infection Script for the RAVAGE mod (change the zombie parent if you want this to apply to other zombie mods) - JBDOG feral dog spawner - DBO Horses spawner (you need to subscribe to this mod separately, if you wish to use the spawn feature) - No Rest! spawner (checks if player stays at a place for too long, if so, might spawn AI hunters ) - loot spawns at all sites - Max Joiners melee weapon mod is automatically included in the loot economy and player equipper. AIs wont spawn with melee weapons however. This requires the max_melee weapons mod. No dependency is created. GENERAL: - dynamic simulation is enabled for all spawned AI and structures. Simulation is enabled based on your view distance settings minus fog, plus scoped view distance to save FPS - automated loot arrays based on active mods (e.g. CUP, RHS,... will be integrated into the features) - option to blacklist items from loot arrays - option to exclude Arma 3 Vanilla and DLC items from loot table - option to exclude various mod sub content (e. g. CUP Uniforms, or IFA3 Backpacks...) - adjustable AI equipper (or option to use Ravage Equipper) - adjustable player equipper (or option to use Ravage Equipper) - CBA_A3 Settings to tune features in Editor while making a mission - possibility to add blacklist area markers for land sites (e.g. Bandit Camps) and coastal sites (e.g. shipwreck and boats) - adjustable spawn ranges and despawn timers - MP compatible to my best knowledge, please report any issues - the default currency is the ravage money, fyi. Without ravage mod active, it will just not spawn without error - adjust the amount of sites/features that at spawn to your needs or disable specific features if you dont like it - plane spawner: the only feature that requires you to place markers, check the CBA3 settings for it. 4 markers are pre defined, you may add as many as you want and place such markers at airfields. All placed markers will be a potential spawn position for planes - This mod creates NO dependency! UPCOMING/PLANNED FEATURES: I have quite a bunch of ideas for new features and plan to improve and extend the mod going forward, no ETA gor such features however. AI Spawner: - AIscavengers that move from house to house in a city and then return to a hideout z nearby to drop off loot, then go back to scavenging - AI spawner in case players spend a lot of time at the e same place (e.g. Looting a city) - chance for AI groups in any feature to be military grade geared, rather than random low quality survivor gear - some sort of simple basebuilding, crafting and ressource gathering feature - a mission generator - optional loot economy (to fill buildings with loot) - option to include heroes survive - option to include zombies & demons (e.g. A ambient Z spawner) - fake underground sites such as bunkers or caves TO DO'S: - not all arrays are automated (automated means, items or structures of active mods are put into category for use in my script) - automate heli, plane, heliwreck, boat arrays based on active mods - automate inventory items REQUIREMENTS : Note that this mod requires CBA3. CUP Terrain Core is also recommended, as some structures from it are used. There is no dependency however. Ravage has been the inspiration for the mod and this mod is made with Ravage in mind. There is however no dependency, you can use the mod with our without Ravage. THANKS: Thanks to all the great guys on the BI forum for their help and advise. With special thanks to George Floros GR, Johnnyboy, Mr H., HazJ, Larrow, pierremgi, Haleks, Grumpyoldman, Gunter Severloh, the Ravage folks, all followers of my topic thread and anyone i might have forgotten right now. HELP TO IMPROVE: Please subscribe, rate and let me know any issue that might occur, I would appreciate receiving any feedback that helps me improve the mod. Cheers VD
  22. 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 :
  23. Here the talking is about a script originally used in Dynamic Combat Ops missions by Dear mr. mbrdmn Dear scripters please help) I've took some folders with scripts from original DRO mission with sunday revive system, but faced another problem.. ma.ybe I took something wrong or run it not at proper manner, I've already broke my head 😞 Script only works fine at singleplayer/editor and only for me in multiplayer as I am a host, my friends cant revive anybody (not AI not me), but I can revive everyone, even friends. so I get stucked...... The problem is how to run this script properly when I host game with my friends so the script sohuld work perfect for everybody. so both my test mission and original from wehere I got the script is here in google drive Any help will be appreciated, thanks guys update 12.03.19 Our current version is here: https://ufile.io/8s845 Current problem faced: Me(host) and joined internet/lan players: all die at the first time after first kill-shot, then have a respawn and after respawn bacome revivable. (script starts working correctly for live players after death) We can revive each other. About AI: AIs die if not after first shot but after second same as players, but after they got respawned they die too and after their death they lost ability to revive anyone or be revivable, they just die as regular unit and don't care about incapacitated units, seems like script stops working for them after they die. it is important that playing alone even in MP as in SP the script works just fine BEFORE someone joins!! Joined player "ruins" the script. Video of the tests:
  24. I have a custom dialog, with an edit box and a button. I need to send the text entered by the user to a custom script. What do I have to put in the action parameter for sending that data to the script. Thank you.
  25. Hi, I searching for a way to spawn units randomly in a marker. I've tried something with radius etc but it seems that units spawn even out of the marker and even on water... I'd like to spawn those units only on ground and in the definided marker. And I have another problem, The units I try to spawn are zombies... And when I choose to spawn 2000 of them with a debug marker to know where each zombies are, I don't find any zombies at the markers positions... is there any units limit on Arma 3 ?
×