#Skybox Limiter

1 messages · Page 1 of 1 (latest)

next ravine
#

SKYBOX LIMITER

Standalone Altitude Enforcement

A standalone Arma Reforger mod that enforces altitude limits on helicopters. Progressive warnings and visual effects (smoke/fire) prevent pilots from flying too high.

FEATURES

Altitude Ceiling - Configurable limit for all helicopters.
Warning System - Progressive in-game popup notifications.
Visual Effects - Realistic smoke and fire when exceeding limits.
JSON Config - Easy to tweak without editing code.
Auto-Generation - Config file auto-creates in server profile.
Standalone - No dependencies required.


SETUP GUIDE

  1. Start your server once to auto-generate the config.
  2. Stop the server.
  3. Navigate to: profile/profile/Skylimit/skylimit_config.json
  4. Edit the values and restart.

Default Configuration:

{
  "enabled": true,
  "max_altitude": 1000,
  "warning_1": 500,
  "warning_2": 100
}

max_altitude: Maximum altitude in meters.
warning_1: Distance from limit for first warning.
warning_2: Distance from limit for critical warning.