Arma 3

Arma 3

Dynamic Recon Ops - Lythium
Počet komentářů: 87
cody 20. srp. v 19.24 
Thats just arma for ya
boundtotheburn 8. dub. v 7.37 
No sure if its other mods conflicting but it feels like I have to use a whole magazine to put one guy down.
Stolt 19. kvě. 2023 v 5.14 
How come there is no Combined Arms Preset? How do I add that preset in?
GRAPTIK 26. bře. 2023 v 11.58 
Excellent.
2drunk2win 2. říj. 2022 v 3.02 
For some reason it has a red X next to my player and I cant play with a squad
rapakymppi 22. led. 2022 v 5.37 
great stuff
toecutter 21. říj. 2020 v 14.59 
187 KILLS - no team lost - 2 utes destroyed - is that dedication.....
toecutter 20. říj. 2020 v 18.09 
hi, digging the game, got a coupe issues, have support selected but its not available to call in, cannot execute some mission as if i blow up the target up at the marker nothing happens, i have to cancel to continue.my loadout shows mags but when i reload only relaods a couple of bullets? thx
Castle 4. říj. 2020 v 1.35 
how can I enable ACE arsenal?
toecutter 11. srp. 2020 v 1.33 
SHT HOT, be good if can save loadout for next , next,next.next..etc mission??
[MO] Martin 26. bře. 2020 v 19.38 
Very nice, - great job, - thanks !!:NATO:
AdamD 17. čvc. 2019 v 12.17 
Is there anyway to fix the issue where enemy AI units don't react to anything until you get well within 500m of them? Kinda of takes away from the "recon" where you have to get right up on them in order for anything to be effected
MaxineMason 12. led. 2019 v 2.51 
can I use zues?
pecktro2000 30. pro. 2018 v 18.13 
None of my DRO missions have any supports available anymore. The support menu is empty even though I selected supports in the mission planner.
Haruna Ryou 12. pro. 2018 v 22.01 
you need jbad i think
Spyro 1. pro. 2018 v 7.30 
Hope to see this the fix soon, this map with this mod is a nice combination ;)
FoxTrap 17. lis. 2018 v 21.02 
can't open this map, wont even load along side most maps T.T
ColinM 16. říj. 2018 v 4.40 
Excellent, glad to see active Dev participation in comments :-)

Is there possibly a GitHub link for the source? I'd be interested in creating pull requests to fix any issues we come across during our sessions
baby yoda executed by the state  [autor] 16. říj. 2018 v 1.10 
Thanks for catching that! It'll be fixed in the next patch.
ColinM 15. říj. 2018 v 16.18 
Regarding my message below - for the developer mbrdmn, I'm happy to help with some of the development of this mission in terms of code cleanup etc if you're interested.
ColinM 15. říj. 2018 v 16.14 
For those with "Generating Mission" freezing, I've updated some part of the code to have it in a better state, as the code in question is quite poor (no offence) and doesn't take into consideration the fact that a condition may not be met.

Step 1: Install PBO Manager
Step 2: DePBO the mission
Step 3: Locate the sunday_system\generate_ao\generateAOLocation.sqf file
Step 5: Replace lines 209-212 with the following code instead.

// CODE
_continue = true;
_building = [_buildings] call sun_selectRemove;
_buildingClass = typeOf _building;
_buildingDestructionType = (configFile >> "CfgVehicles" >> _buildingClass >> "destrType");
_buildingDestructionTypeCfgData = "";
if (!(isNull _buildingDestructionType)) then {_buildingDestructionTypeCfgData = _buildingDestructionType call BIS_fnc_getCfgData;};
if (_buildingDestructionTypeCfgData == "DestructNo") then {_continue = false};
// END CODE
Lt.Clifforth 19. zář. 2018 v 4.35 
hi thank you for all the work you put in to this game.

i Want to use the Revive System you made, for some private missions for me and my friends.
im allready looking into it and im trying to combind the code with some libaration missions.

you see i love the Ai Revive system, but i cant get it to work. is there any chance you could let me know what files From the PBO file i need in order to make your Code work ?
Sergeant Roland ® 3. srp. 2018 v 12.03 
Same problem as Sputnik...
Delta_5-1 23. čvc. 2018 v 23.08 
Same problem as sputnik using any faction not in vanilla.
RealComfy 23. čvc. 2018 v 2.38 
Same problem as sputnik and baton
vollKontaCt 18. čvn. 2018 v 1.57 
hi is there a way to increase the number of players? we would like to play the mission with 15 people!
Baton 21. dub. 2018 v 5.31 
Have same problem as Sputnik
Sputnik Monroe 26. bře. 2018 v 17.57 
Dynamic Recon Ops works flawless on all maps for me and my friend except for this one. Everytime we try to do Dynamic Recon Ops on Lythium it's gets stuck in the generating missions phase, we've given it 15 minutes before and it just keeps cycling through views of the map with the please wait generating mission part.

As I said we don't have this problem on DRO on any other map.
Delta_5-1 11. bře. 2018 v 19.30 
Is there any conflict with this Mission with either ACE or ALIVE mods?
floodkiller52 30. led. 2018 v 11.26 
are you planning on adding any other maps. I have all the dco downloaded im not a fan of the dynamic combat ops becasue i like action. So planning on adding any other maps?
Moose2803 1. pro. 2017 v 8.35 
why do i get droped in very far away from the objectives?

MAD DOG 26. srp. 2017 v 1.30 
this mission no longer works??
The Cooler C3PO 4. srp. 2017 v 12.57 
combat lythium ?
Potatomuncher64 31. čvc. 2017 v 17.13 
love this guys who made this :)
Laid3acK 30. čvc. 2017 v 2.42 
No problem about the generation time in my case.
Many thanks about the "cba_xeh" dependency. :)
Conan, Cimmerian 29. čvc. 2017 v 14.22 
I just tried Altis and it generated in a few seconds. Not many mods, pretty fresh install.
I´ll try again and see if there is a specific setting which made it so slow. Thanks
baby yoda executed by the state  [autor] 29. čvc. 2017 v 13.57 
When it's generating which loading message does it hang on? If you have a lot of mods active that will increase the generation time significantly as the scenario has to check through all the units and vehicles added by mods multiple times.
Conan, Cimmerian 29. čvc. 2017 v 13.53 
is it normal that it takes several minutes to generate?
it switches scenes and it doesn´t seem like it crashed/froze but it keeps generating...
Jernatoni 19. čvc. 2017 v 20.02 
Awesome mod. Great work!
Laid3acK 16. čvc. 2017 v 10.16 
Hi, after the last update with a vanilla ArmA3 no mods, i can't launch the mission.
A pop-up says that "cba_xeh" is required. It happens also with Chernarus and Zargabad.

No problem when i lauch Arma3 with @CBA.

The CBA is required now with your missions ?
Bantha456 7. čvc. 2017 v 10.59 
every time i start a game it says mission complete and ends
w7r_ 23. čvn. 2017 v 8.18 
How to play sandbox ? Unlimited play ... :2015cookie:
fvmoperator 23. čvn. 2017 v 5.26 
i love these. Is it possible to add an option to set AI skill like an advanced skill set for your squad group ai and enemy ai like in eden enhanced?
Totobro 22. čvn. 2017 v 17.14 
The mission is great, just like all the others! The only issue I'm experiencing is that Advanced Ballistics on ace doesn't appear to work on the mission. For instance, range cards don't detect what gun/ammo you're using. Seems to be a mission problem, because other ace compatible missions work with it. Hopefully this doesn't sound whiny. I love your missions, and every update makes me incredibly excited to put even more hours into it! Sorry if this is something out of your hands, I'm really quite clueless on the matter.
7ANNER 22. čvn. 2017 v 14.15 
Stubbz the DRO version is already on here. I'm not sure if hes done DCO or not though.
Stubbz 22. čvn. 2017 v 14.00 
will you be making DCO and DRO on the new free DLC map?
baby yoda executed by the state  [autor] 22. čvn. 2017 v 12.55 
Yup, in the team planning menu you can access the virtual arsenal by clicking the gun icon next to each unit's name.
KappaLeader 22. čvn. 2017 v 12.39 
Hi only used the DRO mods for a few hours, but is there a way to change what your start out clothing looks like? Just downloaded some other maps to try out the DRO on them and was just curious since I'd rather not use the MCAM as I prefer the British camo or some mod ones any way to use those instead possibly?
ShortWlf 22. čvn. 2017 v 6.29 
Love this mod!!
wiliortizlopez 21. čvn. 2017 v 19.27 
exelente juego