ciribob/DCS-CTLD

Feature request: menu loading and hover pickup

Opened this issue · 1 comments

It could be nice if there was an option to have both menu loading of crates and hover pickup available at the same time. So that essentially the player could choose themselves how they want to load the crates.

I've done that on my CTLD.
I sent modifications to Ciribob,

Details :
[1] add ctld.loadCrateFromMenu = true
[2] Replace this : if ctld.hoverPickup == false then
By this : if ctld.hoverPickup == false or ctld.loadCrateFromMenu == true then