Jump to content

Search the Community

Showing results for tags 'ALiVE'.



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

  1. Hello! As the title suggests, I'm currently trying to create a faction in ALiVE that uses only drones, primarily UGVs. I've gotten pretty far with this, but I've kinda hit a wall. My apologies if this is not the appropriate place to put this question, I'm just reposting this here since I don't know if I'll find an answer on Reddit. TL;DR: my current process of crewing the vehicles with AI pilots ends up removing the UGVs from their original group. The UGVs losing the appropriate groupings means that they are no longer receiving their orders from OPCOM, and will idle in place. I need a method to either crew the UGVs while maintaining their original grouping, or to resync the newly formed UGV groups with OPCOM. Reprofiling via the admin menu has no effect; I think this is because the units were spawned by OPCOM and thus considered already profiled? Long version with context: I used ALiVE's ORBAT Editor to inherit some drones from other factions and put them into my custom faction, compiled into a PBO, etc. Currently, the faction consists of just one composition, which is 4 armed stomper UGVs. I set up a small test mission on the VR map, with NATO on one side and hostile INDFOR Drones on the other side. I created a script that populates the UGVs with "AI" pilots and gunners. (These AI units are the same type used in vanilla when you set a UAV to fly autonomously, for example.) The problem arises when the UGVs are created; they are spawned as empty vehicles, and empty vehicles cannot be placed in a group by themselves, as far as I can tell. The groups are still being made by ALiVE when it spawns them at the objective; I could gather that much from Zeus, seeing that group callsigns were not being given sequentially, such as the first UGV on the list receiving callsign Alpha 1-5. To make this work, I think I would have to reassign each UGV back to its original group, or at the very least to some group that OPCOM knows about. This would require me to keep track of three things: 1. Each UGV group spawned by OPCOM 2. Each UGV spawned by OPCOM 3. Which UGVs were spawned as part of which groups 1 and 2 are trivial on their own: I can set up initialization handlers on the composition class and on the UGV class, which is how I handled crewing the UGVs. The problem comes with linking the two in a way that avoids mismatches. I would use the units command, but it returns an empty array when used in the initialization handler, likely because empty vehicles aren't being put into the group at all. I am open to any advice on this, since I am extremely unfamiliar with ARMA 3's scripting. If you are here from the far future seeking answers as well, I have little more to offer you. Here are pastebins with the contents of my mission's description.ext and script file that I am using to crew the UGVs: description.ext onTurretUGVSpawn.sqf
  2. I have a problem with immersion breaking ambient noises in the ALiVE module and I don't know how to turn them off. for example: when shots are fired the civilians start making crying baby noises, dog barking where there are no dogs, random radio sounds Most of them I can forgive but the baby noises take me right out of the game. If anyone know how to turn it off that will be much appreciated. thanks.
  3. In short: i made several local faction mods using ALiVE ORBAT, and loaded all of them. The problem is, only one new faction shows up. Please help! // Packed using PBO manager, prefix is $prefix$; added from G drive
  4. ARNO74

    alive

    good day everyone. a noob question. if it has bean dealt with previously i humbly apologize. ok, i am using alive, building my own base of operations on malden. I've put al the basic alive modules down as per a lot of youtube videos, can i place my own heli's and other type of aircraft. at this moment i see only one heli. no fixed wing a/c. i am still learning alive and everything that goes with. thank you kindly.
  5. ALiVEmod.com The next generation dynamic persistent mission addon for ArmA3 Release 1.0.7 After more than 3 years of development we are proud to release version 1.0 of ALiVE! It's a huge moment for the ALiVE team to announce the 1.0 release. ALiVE represents thousands of hours of volunteer time from a small team working every evening, weekend and holiday available. Our vision for ALiVE was to create a dynamic, persistent and credibly realistic battlefield environment that brought ArmA3 missions to life. Our aim was to do deliver this with an intuitive, modular mission framework that required minimal technical expertise for mission makers yet provided everything that players needed to set up and run military operations in almost any scenario, including command, combat support, service support and logistics. Critically, we wanted AI Commanders that automatically planned and directed missions for all AI forces across the Area of Operations, identifying strategic objectives and reacting to changes in the tactical situation. To make all this happen with minimal impact on performance, we needed a Virtual AI Profile system in order to support thousands of units continuing to operate across the map when players were not present. We are delighted that we have been able to deliver on all our objectives and more! Please note that as with all updates, if you have an issue loading a mission made with a previous version of ALiVE, delete and replace the modules in that mission. Download Grab the latest version from ALiVEmod.com Also available from PlayWithSix, ArmAholic and Steam. (Please allow a few hours for these sites to catch up) Join the War Room Now! Note for server admins that this build requires the new @ALiVEServer package. The old one should not be used and in most cases won't work (or will crash). Manual Please refer to the ALiVE Wiki. All the info you need is there. If anything is missing or unclear, please let us know. Support Forum For direct support and feedback from the ALiVE dev team, join us on our forum at http://alivemod.com/forum/ Acknowledgements and Thanks We wanted to take this chance to thank the following key people for their support and recognise the efforts of those that have dedicated so much time to this project: Wolffy.au - One of the original developers of MSO and helped kick off the MSO Next Gen vission that later became ALiVE Tupolov - A key contributor to MSO and one of the driving forces behind development of ALiVE, in particular the cloud-based persistence system, sitreps/spotreps/stats, IED system, ALiVE War Room and more. Highhead - Another former MSO developer and driving force behind ALiVE, building the AI Command & Control including the Operational Commander, Insurgency, CQB and so much more. He also implemented support for headless client and player logistics support. ARJay - ALiVE would not scale without the immense Virtual AI system created by ARJay. This system has been interwoven into many aspects of ALiVE and ARJay has contributed across pretty much all of the ALIVE codebase as well as being a lead developer of the ALiVE War Room, C2ISTAR and lots more. Friznit - We could not get anything done without a key focus on how ALiVE is used, implemented and simulates modern warfare. Friznit brought focus and organisation to the team along with his military experience, unique brand of PR and of course documentation! Jman - Our release master and general all round good bean who has contributed to the original persistence system and many admin and player helper systems. Gunny - Shepherded much of the ported combat support system (thank you Neo!) into ALiVE and assisted with a number of other systems. Secure - In our desire to remove dependence on .NET and Windows, Secure completely rewrote the plugin/extension system to make it multi-platform and faster Hazey - Helped with testing and support as well as custom compositions and the original insurgency mission for ALiVE SpyderBlack - Has been a huge help in supporting the community with his expertise as a mission maker and has written add-ons to ALiVE that have since been incorporated. The following people have supported us either during the life of the project or contributed at certain times - we thank you for your contribution and support!VRCRaptor, Sacha Ligthert, Cameroon, Naught, Rye, Singleton, SavageCDN, Kremator, WobbleyHeadedBobWe want to take this opportunity to also thank everyone for their support and in particular:CBA Team VOLCBAT Kelly's Heroes VRC Bohemia Interactive for the incredible military sandbox that is Arma 3 What's Next? After the release of 1.0, ALiVE development will be making a strategic change in direction. We kept the source code private during development in order to maintain control and facilitate support and error fixing. It is time to change that! With the widespread adoption of ALiVE, we believe that the mod will benefit from the combined resources of the community to allow it to continue to develop and flourish. There is still so much more that could be done with ALiVE both as a mod and a platform and we hope this will give the community the opportunity to take it to the next level. We will announce the details and support for this approach in the near future! Disclaimer ALiVE is now GA. However, we may need to prune the persistent database data from the War Room, eliminating data that is older than 6-12 months. The ALiVE War Room database is run on a voluntary basis at a cost to the ALiVE development team. No guarantees can be given on the mission data stored or the availability of the service. We apologise for any downtime that may impact your MP persistent missions. License ALiVE 1.0 is release under Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported (CC BY-NC-ND). Full details are included in the download. ALiVE has transformed my Arma 3 experience, how can I thank you? Please feel free to donate! It costs us about $65 per month to run our War Room website and ALiVE Database servers. Donate here http://www.alivemod.com/#Donate Special thanks to everyone here for supporting us with donations to the ALiVE mod development effort. Have fun!
  6. Is it possible to configure vehicle components in the orbat creator? i.e. camo netting, cages etc. unlike in the mission editor, the vehicle editor in orbat does not have a vehicle component section.
  7. INTRODUCTION Welcome to the EU/NA Arma 3 community. We here gage in realism but remember to have all the fun as a community in general playing multitude of games prioritising on Arma 3 specifically. We have a major multi national group of people which is looking to expand further into the milsim atmosphere. We have Serving, Ex-Serving and multiple different branches in the private military sector with mass amount of experience which we are welcoming anyone to come along and take in the experience also. https://www.youtube.com/watch?v=FTAMwu_CCSc&ab_channel=Xincie OVERVIEW We take pride in the work we do so we are currently working on an ALIVE server with full immersive AI commanders which allow us to do a multitude of missions and keeping it immersive as much as we can. Using the skills we have gathered to make it more exciting and REAL. We also have a flight detachment which provides support to the ground infantry which we mainly focus on. Our main focus is to keep the community ALIVE and make it a home for anyone to come and join. INSIGHT With the experience and personalities we have within the unit we gage on keeping it 18+ but welcome anyone who is willing to deal with the banter and the knowledge that we can provide as a solid community. REQUIREMENTS - Age: Must be over 16+ - Able to take a joke and dish back the jokes also! - Valid ARMA 3 copy. - TS3 client and a working headset and mic - Willing to learn and experience what it means to be in a "milsim" community. DISCORD https://discord.gg/TF131 Teamspeak and server links will be given once joined the discord.
  8. In my Zeus vs Guerilla Zeus game, there are three BLUFOR Curators vs one Independent Curator. The Independent Curator wins when all of the BLUFOR Curators have died. However, the games can last quite a long time, and it can be quite boring for the dead BLUFOR Curators to sit out for the rest of the game. What I have decided is that once a BLUFOR Curator is killed, he respawns and is forced to play just in Curator mode. He is now unable to spawn more units and is only able to command BLUFOR units already on the map or control said units. I have written a short "onPlayerRespawn.sqf" script to do this (however, it is untested because I am currently at work). Wondering if anyone has any advice on a better way of doing this! Also, I have a problem now with ending the game due to the BLUFOR Curators respawning. Before, I had it so that the game ended and Independent won when all BLUFOR players were dead, which obviously won't work now! Edit: Ok, so I just got back from work and tested my script. It does work, provided that in my "description.ext" I have specified "respawnOnStart = -1;". What I am wondering is how I would then make Independent win when all BLUFOR Curators have died (now that they can respawn). Before, I had a trigger: Obviously, this will no longer work ^^
  9. Currently attempting to make a multiplayer friendly Zeus zone restrictions script. Basically, around my map, I need a kill zone that kills all units, players, or units editable by the curator, that leave the playable map area (enter the kill zone) after a ten second delay. I also need it so that if a player unit leaves the zone, they get a warning message too. I am using the "ModuleCoverMap" to show the playable area. Around the edges of the playable map area I have four triggers that start the kill script for the player/Curator editable AI. Above is a very basic (semi) working zone restriction script. Currently, if a single unit enters the trigger, the script starts running, the problem is, if another unit enters two seconds later, they only have eight seconds to leave the restriction zone, rather than the ten seconds they are supposed to have (they should be killed later than the first unit, but the two units die at the same time). Also, I am unsure how the titleText function works for clients. It says on Biki that the titleText is a local effect, however, I am wondering if there is a better function for showing a warning message.
  10. Hi I'm looking for someone to help me make a kickass mission for my squad I have mild mental problems memory Loss ect but I'm perfectly normal I need someone with patience but I want to make something special for my friends how have been there for me for a long time please please please teach me your ways :p
  11. THE KUNDUZ INSURGENCY AIS [SP/MP Coop-14] by 1-506Ranger STEAM LINK: The Kunduz Insurgency AIS ACE version utilizing ADV - Medical available here: The Kunduz Insurgency ACE The Kunduz Insurgency AIS is optimized for SP with Psycho's AIS revive system. This mission is MP coop ready, but instead of ACE, a number of immersion scripts and AIS make this a much more tolerable Single Player ALiVE insurgency experience as AI will heal the player (if AI teammates are not in direct contact) when you are down. READ THE MAP BRIEFING AND DIARY SECTIONS IN-GAME Features: AIS revive - nothing needed to stabilize and revive , first aid kit/medkit needed to heal smaller injuries. F/A 18 - 25 CAS sorties (JDAM and CBU only) available to Leaders only. FOB West - Independent 81mm mortars will fire at will in support of operations. If you see red smoke in an area of contact, withdraw to a safe distance. ALiVE Combat Support - Transport, CAS, and 1 x 105mm howitzer available for indirect fire support. BAF Ground and Air Service available at both FOBs for rearm and refuel ZLT field repair in effect, toolkit needed after 5 repairs. Troop recruitment available at both FOBs and US OP. SEE STEAM PAGE FOR REQUIRED AND RECOMMENDED CLIENT SIDE MODS Script Credits: *AIS Revive - Psycho *ArmaPhronk - CRS, Earplugs and IR Strobe *johnnyboy - JBOY Combat Up Down *JW Custom - Close Air Support Field System *Neko-Arrow - Mortars *Pokertour - ATM Airdrop *Psycho - AIS Revive *zealot111 - Realistic Field Repair *Quicksilver - QS icons ***Thanks to HeroesandvillainsOS for use of the core content of his ALiVE diaries (edited) - see map in-game for more information
  12. Deployed aims to take the classic insurgency style mission directly inspired by MSO, and push it beyond in terms of immersion, performance and replayability, using the ALiVE framework. Patrol, talk to the locals and secure ennemy held areas to gain intel about ennemy weapon caches, and destroy them. ISIS activity has increased in recent months in Lythium, Afghanistan. You are part of the US initiative to help local Afghan forces in fighting the insurgency. FEATURES: - Replayability: Random ennemy strength, placement, and caches locations on each playthrough. - Long-term OP with persistence: save your progress and get back into action. - Chose your difficulty, time of the day, as well as post process effects in the mission parameters. - Ambient civilian life: civilian interactions to get intel, custom sounds of crowds, TV, propaganda, conversations, traffic, reaction to fire. - IEDs, VBIEDs and suicide bombers depending on civilian hostility. - A multitude of supports: Helicopter transportation and fast rope, rotary and fixed wings C.A.S as well as UAV support. - HALO/HAHO insertions - AI recruitment. - Loadout manager for you and AIs. - Mobile respawn point. - A field hospital and a vehicle maintenance point. - A main FOB that feels alive, with other friendly FOBs around the AO. - Supply convoys tasks. - A Shoothouse. - Vehicle ambient radio chatter. - Realistic fuel consumption. - Different roles to play on. - Zeus slot for the admin and a dedicated zeus slot. - ACE w/o medical compatible. HOW TO LAUNCH THE SCENARIO: 1- Subscribe to the scenario and required mods. 2- Launch Arma 3 via launcher, turn on all required mods and launch the game with them and other recommended mods if you wish to. 3- In ArmA 3 menu choose Multiplayer (even for Solo play) => server browser => host server(local or internet) => host server 4- In the map/missions menu choose Lythium => Deployed - Lythium). Choose role, mission parameters and press play. RECOMMENDED MODS: These are not in any way mandatory to play, but are recommended for a more immersive playthrough. - Any gear mod of your liking. - LAMBS mods. - Immerse. - JSRS sound mods. AUTHOR's NOTES: I hope you will enjoy this scenario as much as I loved creating it. As the concept is easily portable, give me requests for future maps or features as of course I will be creating more! Errors and bugs are inevitable in such a game, but I'll do my best to help fix them if there are, if something is broken on my end except it to be fixed as soon as I can. Comments, ratings and feedbacks would be really appreciated, thank you for your support! DOWNLOAD: Steam Workshop: https://steamcommunity.com/sharedfiles/filedetails/?id=2377438757 All credits due to the authors of the scripts I used that is to say Bons, Engima, George Floros, to the ALiVE dev team, Bohemia Interactive for the best game ever, without them I could not have done anything! Mods used in the artworks are USP Gear and Uniforms, TSF vests.
  13. Good Day Everyone, I have an issue, which i could not solve to this day and i would really appreciate your help! I'll paste the link of the discussion on reddit where we already started to figure things out. Every info is there and also there is a link to a couple RTP files i saved from the tests i made. Thank you for your help!
  14. Hello, I am currently working on a mod. For this mod I wanted to add some already existing vehicles into a new faction. Therefore I used the ALiVE ORBAT tool, but I don't know if it's that important. After adding them and packing my mod into a .pbo file, I loaded the mod and its dependencies and placed down everything in 3den Editor. But something strange happened: (I screenshottet the bug and the error message) The cannons and the plane were "shooting", the muzzle flash was shown like it was a part of the object, and I wasn't able to shoot anymore! I deleted both vehicles from the files and added a stug III. There was no muzzle flash bug, but the errors above and only the drivers seat was avaiable, the gunner seat was not accessable. Can someone help me?
  15. Iv had this problem for months when using the ORBAT. I keep getting the same error when i try to run the game with the exported faction in the add on section, its extremely frustrating as these factions take nearly 3 days to create, iv had to delete them then remake them multiple times. Could someone please help me as i want to make a RMC faction, RAF, RAF regiment RN and so on. Asked this question on the ALIVE forum months ago and no one has replied , posted it on reddit and no one replied either, I even uninstalled and reinstalled ARMA twice hopefully someone here could help me out or redo it for me. (sorry for the crap quality) sorry for sounding so petty. Let me know if i should send you the folder or config etc. Please help https://ibb.co/0BG6Lcc https://ibb.co/rpSWxFn
  16. Iv had this problem for months when using the ORBAT. I keep getting the same error when i try to run the game with the exported faction in the add on section, its extremely frustrating as these factions take nearly 3 days to create, iv had to delete them then remake them multiple times. Could someone please help me as i want to make a RMC faction, RAF, RAF regiment RN and so on. Asked this question on the ALIVE forum months ago and no one has replied , posted it on reddit and no one replied either, I even uninstalled and reinstalled ARMA twice hopefully someone here could help me out or redo it for me. (sorry for the crap quality) sorry for sounding so petty. Let me know if i should send you the folder or config etc https://ibb.co/0BG6Lcc https://ibb.co/rpSWxFn
  17. Good day, I am currently at a dead end of the MP mission I am trying to create for my unit, solely with ALiVE modules, I don't really use any MCC features but just wanted to leave it loaded in case I need to create a scenario while the mission is running. I wanted to add specific vehicle cargo (custom loadout) in a medevac vehicle(RHS Asset), such as ace medical items. So our medics can replenish their inventory from the vehicle. I did this by adding this in the vehicle's init field: In addition I also added scripts on some vehicles and units init field to assign as ALiVE Combat Support so that ALiVE would work with VCOM accordingly, I followed this steps from ALiVE's FAQ site. I followed what's in the red box: But when I start the mission, the mission loads twice and respawns the vehicles rendering all the scripts I've put useless. I can't figure out how to stop the vehicles from respawning when the mission loads the second time or to have the script run at a specific time so it would execute once the mission finishes loading "Completely". Here's a 5 min. video to show what I am trying to do. https://youtu.be/3nxOfavKnBY TIA! PS: I don't know how to title this since I'm not exactly sure what's happening to name it properly. So my apologies if it's misleading.
  18. Hey guys, I've created a faction here, https://steamcommunity.com/sharedfiles/filedetails/?id=2023072593, but the BDRM and most vehicles have no gunner. I've check the config files and it has the Main turret crewed, but it does not have a gunner turret. IDK if that's how its suppose to look or.. if you check the faction, all the vehicles that are suppose to have gunner seats do not. Please help, Thanks.
  19. I been making my own units to save the hassle of copy and pasting each gear INT for each soldier, and with 8 units to do it gets troublesome. I created new units successfully using the ALIVE Orbat but the faces and voices keep changing for each unit every time I place them in the editor. I saw that Miller from story has a set face and voice and was wondering how to copy this to my custom units I created. Apologies if this has been already answered, I just linked my steam and this is the first time I am using Bohemia Forums.
  20. I am currently trying to make it so that when a hold action is preformed on a crate, it will put the crate in the back of a non specific Zamak Truck. Currently, it will put the crate in the nearest Zamak Truck (destroyed or alive). I need it to only pick the closest alive Zamak Truck. I've tried loads of different methods, but I'm now quite stuck. Please help! This is my script so far, all working fine. [ this, "Load.", "\a3\ui_f\data\IGUI\Cfg\holdactions\holdAction_loaddevice_ca.paa", "\a3\ui_f\data\IGUI\Cfg\holdactions\holdAction_loaddevice_ca.paa", "_this distance _target < 3", "_caller distance _target < 3", {}, {}, { _this call { _ZamakTrans = nearestObjects [ _this select 0, [ "Truck_02_transport_base_F" ], 25 ]; if ( count _ZamakTrans > 0 ) then { target = ( _ZamakTrans select 0 ); _lockIndexes = [ 2, 3, 4, 5, 6, 7 ]; { if ( ( _x select 2 ) in _lockIndexes ) then { moveOut ( _x select 0 ) }; } forEach fullCrew target; { target lockCargo [ _x, true ]; } forEach _lockIndexes; box attachTo [ target, [ 0, 0.25, -0.15 ] ]; box setVectorDirAndUp [ [ 1, 0, 0], [0, 0, 1 ] ]; }; } }, {}, [], 2, Nil, true, false ] remoteExec [ "BIS_fnc_holdActionAdd", 0, this ]; What I need is to pick the closest alive Zamak Truck, not just the closest one. (any advice/criticism on my script will be greatly appreciated.)
  21. Hello! I get straigt to the point: I am creating a mission in 3Eden and I have stumbled on an holdback. I have used the ALIVE modules to make civilians spawn on the map. (Standard ALIVE Civilian spawn) And if I use Allow interact in the module "Civilian Population" We can interact with them in-game to detain, tell go away and so on... But I wish to have this on the ACE interaction menu instead. How do I make this? I belive this is done tru scripting. Regards!!!
  22. I want this script to be used for all civilians that spawn in an insurgency esc mission
  23. Hello guys. I'd like to ask you if there's any way to allow player create new installations in asymmetric warfare in ALiVE. My idea is to make insurgent players allowed to create new intallations in area under their own control but also make it limited to not "spam" the server by installations. Also I have one more small question. Must be installations disabled manually or can it be just blown up? I always get "reward" for disabling it manually but never by blowing it up. I'd just like to allow players destroy installations by any way and get always some "reward". By "reward" I mean support points. Any ideas?
  24. Hello guys, I can't create my own script in .sqs or .sqf but maybe I could edit some a little bit, I just don't understand to hiearchy of scripting in .sqf or .sqs and that's the problem. So I'd like to ask you if you could create a script that adds civilian hostility if any civilian in scenario is killed. Also if could be message like "HonzaVinCZ killed a civilian. Civilian hostility in Orfar increased by 10" (Orfar is TAOR marker for civilian placement - it is also the area where the civilian was killed) I'd like to use this in multiplayer scenario. Any ideas? Thank you in advance!
  25. Who are we? The 10th Marine Expeditionary Unit (MEU) is an semi-realistic, international gaming community focussing mostly on ArmA 3 ALiVE structured missions. We have 3 main regiments; the 1st Battalion 10th Marines, 10th Marine Air Wing and 2/14th Combined Arms Regiment. Each regiment has unique training and courses that are required to progress within the community Additionally, there are multiple optional courses that help to develop skills, and open new pathways within the community. For example, we offer courses such as Corpsman, Weapons Team, Artillery, and Combat Diver Schools. What do we do? The 10th MEU run deployments using the ALiVE mod, this means that the server is constantly active and every action taken has an effect on the mission. We also run full battalion missions on Saturdays at 12:00 pm UTC (with more planned in the future), these missions are all preplanned and come with detailed mission briefings so that everyone is aware of what to expect. During these missions, we aim to take key objectives and to have a larger impact on the ongoing mission. We use a variety of different mods such as; ALiVE,CUP, RHS, ACE3, TFAR and also some custom made mods that have been created for exclusive use in our community. Additionally, we use a custom base building script that allows members to create new FOB’s and outposts to secure areas throughout the deployment. Each deployment will last roughly 4-6 weeks, sometimes longer depending on how long it takes to achieve key objectives. Every deployment will have an accompanying deployment brief that will explain the backstory, objectives, available assets and much more. Every member will be placed into an fireteam or vehicle crew (depending on regiment) and each regiment sticks to a fixed role roster during main events. This is to encourage teamwork and consistency, however members may play any roles they are qualified to during non-planned events (such as midweek patrols). To simulate as best of a real-world scenario as we can, we have a large range of highly-trained selected squad-leaders, trainers and officers that will help you with your journey through community ranks and departments. To help with realism and progression of the story, members are encouraged to fill out a small patrol report after every mission (this is usually done by the senior member of the patrol/unit). While this may seems excessive, we believe that it adds to the mission as a whole and gives missions a purpose. As the 10th MEU is a gaming community we also do play other games such as; Tom Clancy’s Rainbow Six Siege, Hellion, Conan Exiles, GTA V, etc. Our members often play these games together, strengthening the sense of community and friendship, there is always something to do and no one is left out. What do we offer? Our community is still in the early stages but growing steadily, we have a handful of members already (around 20) and are looking to grow steadily over the next few weeks. We are looking for all types of members, everything from people that just want to play to those that want to take a bigger role within the community. We are looking for members that want to help develop and grow our community, help build trainings and populate missions. Additionally, we are looking for members that are interested in taking an active leadership role within the community, currently these roles will be limited but more will be available in the future as we expand. There are many opportunities within the 10th MEU, we encourage our members to pursue the career paths they want to take within the community and have multiple avenues for members to take. We employ a Warrant Officer system for members that want to still progress within the rank structure, but don’t want to become a Squad Leader etc. The Warrant Officers are our community’s trainers and specialists, they help educate every member and guide them to the next step on the community ladder. Currently. there are many communities available to join and it is hard to stand out against the flood of units. We are hoping to differentiate ourselves by offering a unique style of missions and gameplay, one that revolves around persistence and story, while also offering a strong and stable community to be a part of. The best way to learn about what we do and who we are is to join our teamspeak (see below) and speak to one of our recruitment team. They will discuss what we do and what you can expect from us, as well as answer any questions you may have. Joining Requirements. The 10th MEU has a comprehensive rule set to ensure that all members of the community are kept satisfied and are not bullied or mistreated. The few requirements to join are: All applicants must be of the age of 17 or older. All applicants must own a valid and legal copy of ArmA 3. No ArmA downloadable content is needed to join the 10th MEU. All applicants must have a ping of lower than 300ms to the server and Teamspeak (servers are based in the USA). All applicants must have a working and clear microphone. All applicants must have the TeamSpeak 3 program. All applicants must have read the rules prior to submitting an enlistment form. All applicants must have roughly 25Gb of hard disk capacity in order to download the modset. All applicants should take part in as many operations as possible with a minimum of 1 per month. All applicants must be able to speak and understand English It is also recommended that all candidates have some level of experience with ArmA 3, and the mods we use, however we do accept candidates that are new to ArmA and have documentation that will help get you introduced and familiar with the game. Still Interested? If you’re interested in joining the 10th MEU, go to www.10thmeu.net, go to the enlistment tab and fill out the enlistment form. Upon completion of the enlistment form you can join our TeamSpeak server: ts3.10thmeu.net and wait in the ‘Recruit Waiting Area’ and you’ll be attended to within a timely manner.
×