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
- Start your server once to auto-generate the config.
- Stop the server.
- Navigate to:
profile/profile/Skylimit/skylimit_config.json - 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.