Arma 3
33 arvostelua
Basipek's ZEN Drop Pod
2
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Data Type: Mod
Mod Type: Mechanics
Tiedostokoko
Julkaistu
Päivitetty
334.122 KB
12.2.2023 klo 16.02
5.6.2023 klo 5.17
7 muutosilmoitusta ( näytä )

Tilaa ladataksesi
Basipek's ZEN Drop Pod

Kuvaus
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 kommenttia
Basipek  [tekijä] 6.9.2023 klo 18.53 
Not with the budget I currently have, sorry.
Thatguy553 7.5.2023 klo 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.5.2023 klo 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.5.2023 klo 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  [tekijä] 3.4.2023 klo 10.41 
I messed up the links :missing::missing:
Basipek  [tekijä] 3.4.2023 klo 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.4.2023 klo 2.38 
@Basipek Do you have an alternate method of contact I could reach you on? Discord, etc?
Basipek  [tekijä] 2.4.2023 klo 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.4.2023 klo 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  [tekijä] 1.4.2023 klo 13.38 
Phenosi, the workshop publisher of all the plus mods. He's been working on Sci-fi Support + lately.