Arma 3
33 vurderinger
Basipek's ZEN Drop Pod
2
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Data Type: Mod
Mod Type: Mechanics
Filstørrelse:
Offentliggjort:
Opdateret:
334.122 KB
12. feb. 2023 kl. 16:02
5. juni 2023 kl. 5:17
7 ændringsbemærkninger ( vis )

Abonner for at downloade
Basipek's ZEN Drop Pod

Beskrivelse
This mod adds three Zeus Enhanced modules that allow you to spawn LZs for drop pods, and drop anything with and without said pods onto them.
You can use
[occupant(s),landingobj,[flyingpod,landingpod],silencefalse,podless] call BBUS_ZENDropPod_fnc_dropPod
instead for non-zeus applications! Check the comments on the file for more details!

Requires Zeus Enhanced.
19 kommentarer
Basipek  [ophavsmand] 6. sep. 2023 kl. 18:53 
Not with the budget I currently have, sorry.
Thatguy553 7. maj 2023 kl. 9:06 
I dont have a ton of scripting knowledge but I think it would be neat if you made your `BBUS_ZENDropPod_fnc_dropPod` maybe return the dropped object or something this way it can be modified via script
Thatguy553 7. maj 2023 kl. 9:06 
- Reposted here from discord at your request

This is the script I was working on making when I asked these questions just in-case it helps someone else. Should work fine when thrown into the `initPlayerLocal.sqf`, currently it just puts the crate next to the impact site like a soldier or vehicle. I plan to modify the `fn_podFunctions.sqf` script to accept an array of items so that isnt necessary.
Thatguy553 7. maj 2023 kl. 9:06 
params ["_player"];
_player addEventHandler ["Fired", {
params ["_unit", "_weapon", "_muzzle", "_mode", "_ammo", "_magazine", "_projectile", "_gunner"];
if (_ammo isEqualTo "SmokeShellBlue") then {
_ammoCrate = "Box_NATO_AmmoVeh_F" createVehicle [0,0,0];
_ammoCrate allowDamage false;
_ammoCrate addItemCargo ["item", 1];

private _goes_off_at = diag_tickTime + getNumber(configOf _projectile >> "explosionTime");

[_projectile, _goes_off_at, _ammoCrate, _unit] spawn {
params ["_projectile", "_goes_off_at", "_ammoCrate", "_unit"];
waitUntil{diag_tickTime >= _goes_off_at};
systemChat format ["Resupply incoming at %1", getPosATL _projectile];
[_ammoCrate,_projectile,["Box_NATO_AmmoVeh_F", "Box_NATO_AmmoVeh_F"],false,false] call BBUS_ZENDropPod_fnc_dropPod;
};
}

}];
Basipek  [ophavsmand] 3. apr. 2023 kl. 10:41 
I messed up the links :missing::missing:
Basipek  [ophavsmand] 3. apr. 2023 kl. 10:37 
@Eternal Inquisitor
You can join the plus mods discord server here:
https://discord.gg/UnQAQMKGdS

Or you can e-mail me .)
http://mailto:basipekgaming@gmail.com
Eternal Inquisitor 3. apr. 2023 kl. 2:38 
@Basipek Do you have an alternate method of contact I could reach you on? Discord, etc?
Basipek  [ophavsmand] 2. apr. 2023 kl. 13:16 
@Eternal Inquisitor I usually work for 10-20€, depends mostly on the complexity and time; sometimes on an hourly calculation. Phenosi doesn't live in a 2nd world country, though; so his prices are more tum tum filling most of the time.
Eternal Inquisitor 1. apr. 2023 kl. 13:39 
Oh rad, I'll touch base with him as well then. Are you willing to say what the average price generally is for stuff?
Basipek  [ophavsmand] 1. apr. 2023 kl. 13:38 
Phenosi, the workshop publisher of all the plus mods. He's been working on Sci-fi Support + lately.