Arma 3
Drongos DYEL (carrying, logistics and interaction)
246 kommentarer
Sir Comrade Klimik 1. okt. kl. 4:35 
Human, but a lot of the time there is nobody in the driver seat even while the ship moves, so its technically an empty moving vehicle. By using the ACE speed limiter then swapping seats while holding W, the ship maintains speed and heading even when nobody is in the driver seat.
Drongo  [ophavsmand] 1. okt. kl. 4:22 
Is it crewed by humans or AI?
Sir Comrade Klimik 1. okt. kl. 2:27 
The ship is a moving vehicle with the decks made walkable through the use of attachtorelative on CUP 10x10 platforms. It is not a static object like the CUP LHD or vanilla ships.
Drongo  [ophavsmand] 1. okt. kl. 2:01 
From memory, when a player picks up an object it is made local to the player with setOwner. When it is placed on an object, it is set local to where that object is local. I don't know why JIP would have an effect. Are the ships objects or vehicles?
Sir Comrade Klimik 30. sep. kl. 16:47 
Hello Drongo, please help! I am using this mod to attach sling-loadable crates to the rear helicopter deck of the movable arleigh burke destroyer from the HAFM navy mod. I am having an issue with crates snapping to the sea floor when players join in progress. The crates are attached to the ship using attachtorelative in the editor and they work fine until after somebody moves them. After moving a crate with DYEL keybinds and placing it back on the deck, if a player joins the mission in progress, the crate will snap to the sea floor. Crates that have not been interacted with using DYEL are fine and maintain their position. Are there any known workarounds or reasons why this would occur?
Volske 24. apr. kl. 4:43 
picked up a loot crate full of gear in antistasi and it turned into a shovel... great.
Drongo  [ophavsmand] 21. mar. kl. 14:11 
It should work with any mission.
KingCharlesc 21. mar. kl. 14:01 
Does this work on antistasi?
Munger 23. okt. 2024 kl. 11:55 
Fantastic - thanks for implementing this change Drongo!
Drongo  [ophavsmand] 23. okt. 2024 kl. 2:09 
Small update:
v0.3
Changed: Player now switches back to rifle or handgun after dropping something
Fixed: Script error with throwing grenades
Munger 22. okt. 2024 kl. 13:20 
Great, thank you!
Drongo  [ophavsmand] 21. okt. 2024 kl. 3:02 
That's a good idea, I'll implement that next update.
Munger 19. okt. 2024 kl. 12:56 
Hi Drongo. Really great mod.

I noticed that whenever I pick up an object I automatically holster my weapon, but when I drop the object I don't automatically unholster my weapon. Instead I have to press one of the weapon selection keys such as 1, 2 etc. This is a minor annoyance. Would it be possible to automatically unholster primary weapon after an object is dropped?
Drongo  [ophavsmand] 1. okt. 2024 kl. 13:52 
Forgot to add this to the readme:

The range at which things can be picked up can be changed with:

missionNamespace setVariable["dyelRange",2,TRUE];

Change 2 to the desired value.
秋风之墩·Official 1. okt. 2024 kl. 6:45 
Praise Drongo!
Drongo  [ophavsmand] 29. sep. 2024 kl. 1:53 
Small update, minor bugfixes.
Drongo  [ophavsmand] 28. sep. 2024 kl. 16:03 
@秋风之墩
You mean the range that objects can be picked up? I can add that in the next update.
秋风之墩·Official 26. sep. 2024 kl. 4:13 
Hello author, I am your fan, can you give the player and the vehicle interaction range to set adjustable parameters, thank you very much
Ramiro_Ryan 13. sep. 2024 kl. 5:29 
Thank you. Yes, I tried both things. Currently, I can set a mass of 5000 in the init of the fortifications and it works (we have the maximum at 1000). The problem is that the creators of this trench mod didn’t assign any weight to their trenches, the value is 1. And since they are not objects that I place from the editor, the only thing I could do is edit the trench mod by changing the mass value. As for editing the blacklist, I even tried it from debugging, and the curious thing is that they appear in the blacklist, but I can still lift them. It’s as if something is missing to execute that change. I used this called from initServer:
waitUntil {!isNil "dyelBlacklist"};
dyelBlacklist = dyelBlacklist + ["..."]
10. sep. 2024 kl. 16:08 
Ryan, a simple workaround would be _this setMass 100000; in any objects init, to prevent carrying of that object
Drongo  [ophavsmand] 10. sep. 2024 kl. 14:06 
Thanks for the report, I'll add those to the blacklist. For manually adding stuff by script, you'll need to add a delay until the mod starts, which is usually a few seconds after a mission starts.
Ramiro_Ryan 10. sep. 2024 kl. 7:48 
Players can pick up trenches and the H barrier tower. When someone runs to a trench and tries to deploy the bipod (Shift + C), they pick up the trench, And it’s not just a 1-meter trench; when they lift it, a 30-meter wall appears (the part that’s underground).

A few days ago, one player picked up the tower.“I think they were just doing it on purpose and then saying, ‘Oh, I’m bugged… what can I do?’”. Because let’s be honest, who runs and presses C inside the barrier tower H? For what? Why?
but I have to do something to stop this.

This is happening with the GRAD trenches mod and that tower. I tried to add them to the dyelBlacklist calling it from initServer, but it didn’t work.

Here are the variable names:
GRAD_envelope_short
GRAD_envelope_giant
GRAD_envelope_long
GRAD_envelope_vehicle
ACE_envelope_big
ACE_envelope_small
Land_HBarrier_01_big_tower_green_F
Land_HBarrierTower_F
50°02'05.1"N 19°10'33.0"E 11. aug. 2024 kl. 3:43 
thumbnail pic go hard
DanBotX34 14. maj 2024 kl. 12:45 
Update to the last message, it seems that if you use an object that exists on a server before you joined (at least in this case for me) then it will have a problem with the turning/tilting and just overall snapping objects; a new version of the prop seemed to fix it.

Again, not sure if that's just a server related issue or a consistent thing, but that at least fixed it for me :D

sorry for wasting anyone's time ;-;
DanBotX34 14. maj 2024 kl. 12:28 
Hi there, Not sure if this is me being dumb or what ;-;

Having an issue with drongos where the object I'm attempting to attach to a vehicle will end up snapping to the default rotating and not snapping properly in reference to where I had it placed.

I noticed this isn't a consistent issue, as I remember having this happen once or twice before but then randomly fixing itself, I'm not sure as to what's causing or nor how it ends up fixing.

Most likely a setting somewhere for Drongos that's causing this but I'm not sure, and most of them are server side, but the issue doesn't happen to everyone at the same time so idk if it would be that.

Anyways, hopefully someone knows what to do :D

All the best :)
Epik Berm 20. apr. 2024 kl. 20:26 
yes i see that sir but im saying i had to look through all of my other mods to find out which of the 230 mods i play with was causing that to happen and i was lucky enough to be willing enough to go through like 147 menus to try and find it

im just saying being that a lot of people use ACE i would just keep it unbound or something, but that's just me; or maybe have a disable-able popup say like "Drongo's grenade thrower activated!!" cuz I had no idea what it was

thank u sir i appreciate all of the work you do please keep it up
Drongo  [ophavsmand] 20. apr. 2024 kl. 15:47 
IT LITERALLY SAYS THE KEYBIND IN THE DESCRIPTION OF THE MOD, ASK YOUR MUM TO REBIND IT IF YOU CAN'T FIGURE IT OUT, thanks.
Epik Berm 20. apr. 2024 kl. 11:36 
PLEASE REMOVE THE GRENADE ARC THING'S DEFAULT BINDING IT TOOK ME FOREVER TO FIGURE OUT WHAT IT WAS AND WHERE IT WAS FROM, thanks.
JPAB97S | Kiosk 9. apr. 2024 kl. 15:55 
Ah, my big brain moment was just waiting for me to ask the question to finally figure it out. For anyone else wondering, make inventory clickable has to be enabled in CBA settings, and then just double click on the drones in the inventory and use throw keybind.
JPAB97S | Kiosk 9. apr. 2024 kl. 15:52 
I am sorry to bother, but I cant for the life of me figure out how to deploy the RC-40 from Reaction Forces by hand. A little help? Thanks! :steamhappy:
SpooNNNeedle 30. mar. 2024 kl. 19:51 
My only suggestion/major feedback is the grenade arc function... by default it is bound to shift+z, but this keybind is probably the most annoying part of the entire mod. Without binding the key to something different, you will activate the feature when running and hitting the deck, while piloting most air vehicles, and it minorly conflicts with a couple of other mods on the workshop as well. Given its niche use it would make sense to have it set to something else by default.
SpooNNNeedle 30. mar. 2024 kl. 19:50 
I'm curious, why transport the turrets and other objects visibly within a vehicle instead of hiding them?

To me it would seem more intuitive to have the objects visibly hidden and then having the player retrieve them via your menu-- this way you could maybe even alter the script so you could load the turrets and things into those larger cargo huron crates!

Regardless still, DYEL is probably my favorite logi mod on the entire workshop. Greate ease-of-use and having most features immediately available without having to set your own parameters in a mission file is a huge plus :)
Drongo  [ophavsmand] 29. mar. 2024 kl. 14:17 
Which options?
shiva chirr 29. mar. 2024 kl. 12:42 
@drongo as a heads up the options are missing weridly in eden editor.
Drongo  [ophavsmand] 28. mar. 2024 kl. 20:44 
Small update:
v0.28
Added: Reaction Forces drones can be deployed by hand
Fixed: Some CBA settings that should have been global
Chuv 28. mar. 2024 kl. 6:52 
how to disable drag and drop for a specific object
smash10 22. feb. 2024 kl. 20:52 
it wont let me pick up crates
Rowdied 3. feb. 2024 kl. 0:44 
Though CBA probably best. As it is now, you can only change options once the mission starts.
Drongo  [ophavsmand] 2. feb. 2024 kl. 15:19 
You mean through a module?
Rowdied 1. feb. 2024 kl. 12:15 
Any chance to have some options changeable in the editor such as blacklist, whitelist objects and weight limits?
techyhalo 26. jan. 2024 kl. 19:54 
man I wish the Taru worked like the flat bed
The World 15. dec. 2023 kl. 14:50 
Does this mod have an interrogation feature? I mean it allows us to arrest NPCs, shouldn't we therefore have the ability to gain intel from them?
Iroquois Pliskin 26. nov. 2023 kl. 3:04 
Is there any RP Server with this Mod installed? Thanks
Drongo  [ophavsmand] 11. nov. 2023 kl. 17:58 
It should work with any mission.
Funtai 0____0 11. nov. 2023 kl. 17:14 
Does this work with antistasi?
Drongo  [ophavsmand] 4. nov. 2023 kl. 1:35 
Double click on the shovel in the inventory to equip it, then open the DYEL menu. Select the "Dig" option. Digging is limited by the capabilities of the setTerrainHeight command. Only the DYEL shovel works at this time.

You can see all my mods by clicking on my workshop.
srž. Poker [LE1] 4. nov. 2023 kl. 0:42 
Where I can see all Drongo's list of mods?
srž. Poker [LE1] 4. nov. 2023 kl. 0:38 
How the digging works?
Drongo  [ophavsmand] 1. nov. 2023 kl. 14:08 
@Dude
It used to work, I'll fix it next update.

@飞龙岩山
Sure, the mod is APL-SA license.
飞龙岩山 1. nov. 2023 kl. 9:02 
Can I translate this mod into Chinese?