Airdrop Settings

Airdrop Settings 1.3.1

Sign in to download
  • Addressed potential issue related to recent changes in 0Harmony unpatching logic.
Introduced the following hooks for developers to intercept and prevent modifications made by this plugin:
C#:
object OnSupplyDropSettingsChange(SupplyDrop supplyDrop)
  • Determines if a supply drop can be altered.
C#:
object OnCargoPlaneSettingsChange(CargoPlane cargoPlane)
  • Determines if a cargo plane can be altered.
C#:
object OnSupplySignalSettingsChange(SupplySignal supplySignal)
  • Determines if a supply signal can be altered.
  • Added Airdrop Despawn Time Seconds config option to specify how long an airdrop remains before despawning. To disable despawning, set this value to 0 or any negative number.
  • Added DropAirdropExactlyAtSupplySignalPosition config option to control whether the airdrop is dropped exactly at the supply signal's position or at a random position around the supply signal.
  • Added SupplySignalSmokeDurationSeconds config option to customize the duration of the supply signal smoke.
  • Introduced OnSupplySignalExplode hook which is called when a supply signal is about to explode.
Back
Top