Arma 3

Arma 3

33 hodnocení
Basipek's ZEN Drop Pod
2
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Data Type: Mod
Mod Type: Mechanics
Velikost souboru
Přidáno
Aktualizováno
334.122 KB
12. úno. 2023 v 16.02
5. čvn. 2023 v 5.17
Poznámky ke změnám (7) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
Basipek's ZEN Drop Pod

Popis
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.
Počet komentářů: 19
Basipek  [autor] 6. zář. 2023 v 18.53 
Not with the budget I currently have, sorry.
Thatguy553 7. kvě. 2023 v 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. kvě. 2023 v 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. kvě. 2023 v 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  [autor] 3. dub. 2023 v 10.41 
I messed up the links :missing::missing:
Basipek  [autor] 3. dub. 2023 v 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. dub. 2023 v 2.38 
@Basipek Do you have an alternate method of contact I could reach you on? Discord, etc?
Basipek  [autor] 2. dub. 2023 v 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. dub. 2023 v 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  [autor] 1. dub. 2023 v 13.38 
Phenosi, the workshop publisher of all the plus mods. He's been working on Sci-fi Support + lately.