Airdrop Settings

HarmoXide Airdrop Settings 1.2.0

Sign in to download

Features

This plugin allows you to customize various aspects of airdrops and cargo planes, including:
  • Setting how high the cargo plane spawns above the terrain.
  • Controlling how fast the cargo plane flies across the map.
  • Determining the speed at which the airdrop falls to the ground.
  • Enabling airdrops to spawn instantly without the need for a cargo plane.
  • Removing the parachute from airdrops.
  • Dropping airdrops exactly where the supply signal was thrown.
  • Setting how long the supply signal smoke lasts, with an option to remove it.
  • Customizing the despawn duration for airdrops.

Configuration

All default values in the config match vanilla settings.
JSON:
{
  "Version": "1.2.0",
  "Cargo Plane Spawn Height": 250.0,
  "Cargo Plane Speed Level": "Normal",
  "Instant Drop Without Plane": false,
  "Airdrop Fall Speed Level": "Normal",
  "Remove Airdrop Parachute": false,
  "Drop Airdrop Exactly At Supply Signal Position": false,
  "Supply Signal Smoke Duration Seconds": 210.0,
  "Airdrop Despawn Time Seconds": 0.0
}
  • Cargo Plane Spawn Height - Sets the height at which the cargo plane spawns. Higher values will increase the plane's flight altitude, while lower values (including negative) will decrease it.
  • Cargo Plane Speed Level - Adjusts the speed of the cargo plane.
  • Instant Drop Without Plane - If enabled, airdrops will spawn instantly without being dropped by a cargo plane.
  • Airdrop Fall Speed Level - Controls how quickly the airdrop descends by adjusting its air resistance.
  • Remove Airdrop Parachute - If enabled, not only will the parachute be removed, but it will also cause the airdrop to fall faster.
  • Drop Airdrop Exactly At Supply Signal Position - If enabled, the airdrop will land exactly at the position where the supply signal was dropped. By default, the airdrop lands at a random position within a radius around the supply signal.
  • Supply Signal Smoke Duration Seconds - Sets the duration of the smoke emitted by the supply signal in seconds. Setting it to 0 removes the smoke entirely.
  • Airdrop Despawn Time Seconds - Specifies how long an airdrop remains before despawning. Set this value to 0 or any negative number to disable despawning.
Available speed levels for both Cargo Plane Speed Level and Airdrop Fall Speed Level config options:
  • VerySlow
  • Slow
  • Normal
  • Fast
  • VeryFast

Compatible Plugins

  • Legacy Airdrops - Brings back legacy airdrops where cargo planes drop multiple airdrops instead of just one.
  • Airdrop Turrets - Deploys auto turrets onto airdrops.

Developer Hooks

C#:
object OnCargoPlaneUpdateDropPosition(CargoPlane cargoPlane, Vector3 newDropPosition)
  • Called before the cargo plane updates its drop position. Useful for modifying the drop position.
  • Returning a non-null value prevents the cargo plane from updating the drop position. Returning null allows it.
C#:
object OnSupplySignalExplode(SupplySignal supplySignal)
  • Called before the supply signal explodes. Useful for modifying the airdrop position or altering the spawned cargo plane.
  • Returning a non-null value prevents the supply signal from exploding.
Author
VisEntities
Downloads
85
First release
Last update

Ratings

5.00 star(s) 2 reviews

Also by VisEntities

Latest updates

  1. 1.2.0

    Added Airdrop Despawn Time Seconds config option to specify how long an airdrop remains before...
  2. 1.1.0

    Added DropAirdropExactlyAtSupplySignalPosition config option to control whether the airdrop is...

Latest reviews

Very nice, simple, effective and no negative performance impact.
Great, simple to use airdrop plugin that works as expected and offers the config options any admin might need.
Back
Top