武装突袭3

武装突袭3

Drongos DYEL (carrying, logistics and interaction)
246 条留言
Sir Comrade Klimik 10 月 1 日 上午 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  [作者] 10 月 1 日 上午 4:22 
Is it crewed by humans or AI?
Sir Comrade Klimik 10 月 1 日 上午 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  [作者] 10 月 1 日 上午 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 9 月 30 日 下午 4: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 4 月 24 日 上午 4:43 
picked up a loot crate full of gear in antistasi and it turned into a shovel... great.
Drongo  [作者] 3 月 21 日 下午 2:11 
It should work with any mission.
KingCharlesc 3 月 21 日 下午 2:01 
Does this work on antistasi?
Munger 2024 年 10 月 23 日 上午 11:55 
Fantastic - thanks for implementing this change Drongo!
Drongo  [作者] 2024 年 10 月 23 日 上午 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 2024 年 10 月 22 日 下午 1:20 
Great, thank you!
Drongo  [作者] 2024 年 10 月 21 日 上午 3:02 
That's a good idea, I'll implement that next update.
Munger 2024 年 10 月 19 日 下午 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  [作者] 2024 年 10 月 1 日 下午 1: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 2024 年 10 月 1 日 上午 6:45 
Praise Drongo!
Drongo  [作者] 2024 年 9 月 29 日 上午 1:53 
Small update, minor bugfixes.
Drongo  [作者] 2024 年 9 月 28 日 下午 4:03 
@秋风之墩
You mean the range that objects can be picked up? I can add that in the next update.
秋风之墩·Official 2024 年 9 月 26 日 上午 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 2024 年 9 月 13 日 上午 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 + ["..."]
2024 年 9 月 10 日 下午 4:08 
Ryan, a simple workaround would be _this setMass 100000; in any objects init, to prevent carrying of that object
Drongo  [作者] 2024 年 9 月 10 日 下午 2: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 2024 年 9 月 10 日 上午 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 2024 年 8 月 11 日 上午 3:43 
thumbnail pic go hard
DanBotX34 2024 年 5 月 14 日 下午 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 2024 年 5 月 14 日 下午 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 2024 年 4 月 20 日 下午 8: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  [作者] 2024 年 4 月 20 日 下午 3: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 2024 年 4 月 20 日 上午 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 2024 年 4 月 9 日 下午 3: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 2024 年 4 月 9 日 下午 3: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 2024 年 3 月 30 日 下午 7: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 2024 年 3 月 30 日 下午 7: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  [作者] 2024 年 3 月 29 日 下午 2:17 
Which options?
shiva chirr 2024 年 3 月 29 日 下午 12:42 
@drongo as a heads up the options are missing weridly in eden editor.
Drongo  [作者] 2024 年 3 月 28 日 下午 8:44 
Small update:
v0.28
Added: Reaction Forces drones can be deployed by hand
Fixed: Some CBA settings that should have been global
Chuv 2024 年 3 月 28 日 上午 6:52 
how to disable drag and drop for a specific object
smash10 2024 年 2 月 22 日 下午 8:52 
it wont let me pick up crates
Rowdied 2024 年 2 月 3 日 上午 12:44 
Though CBA probably best. As it is now, you can only change options once the mission starts.
Drongo  [作者] 2024 年 2 月 2 日 下午 3:19 
You mean through a module?
Rowdied 2024 年 2 月 1 日 下午 12:15 
Any chance to have some options changeable in the editor such as blacklist, whitelist objects and weight limits?
techyhalo 2024 年 1 月 26 日 下午 7:54 
man I wish the Taru worked like the flat bed
The World 2023 年 12 月 15 日 下午 2: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 2023 年 11 月 26 日 上午 3:04 
Is there any RP Server with this Mod installed? Thanks
Drongo  [作者] 2023 年 11 月 11 日 下午 5:58 
It should work with any mission.
Funtai 0____0 2023 年 11 月 11 日 下午 5:14 
Does this work with antistasi?
Drongo  [作者] 2023 年 11 月 4 日 上午 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] 2023 年 11 月 4 日 上午 12:42 
Where I can see all Drongo's list of mods?
srž. Poker [LE1] 2023 年 11 月 4 日 上午 12:38 
How the digging works?
Drongo  [作者] 2023 年 11 月 1 日 下午 2:08 
@Dude
It used to work, I'll fix it next update.

@飞龙岩山
Sure, the mod is APL-SA license.
飞龙岩山 2023 年 11 月 1 日 上午 9:02 
Can I translate this mod into Chinese?