Summary
Arma Reforger server redirect mod that helps reduce queues by showing players an alternative server when the main server is full.
Description
This mod for Arma Reforger helps server owners manage player overflow by guiding users to a second server when the main server is nearly full. Instead of players waiting in long queues, the mod displays a clear in-game message suggesting an alternative server to join. It automatically checks the current player count and, once a configurable threshold is reached, notifies players with the name, IP address, and optional Discord link of the secondary server.
The mod creates its own configuration file in the profile folder, allowing easy customization without editing scripts. Server owners can define the player limit threshold, redirect server details, and message delay. The system is lightweight and runs automatically once added to the GameMode, requiring minimal setup.
While it does not modify the queue system directly, it provides a practical solution within the limits of the Enfusion Engine. This makes it ideal for communities running multiple servers who want to balance player distribution and reduce wait times.
Overall, this mod improves player experience by offering a simple and effective way to redirect traffic between servers.
// UPDATE
Changed Redirect from a simple hint into a small left-side in-game popup.
The popup now shows the overflow server name, IP:port, and Discord/info text, with a Copy IP:Port button that copies the configured server address to clipboard. It auto-closes after PopupSeconds, closes after copying, and still falls back to the old hint if UI creation fails.
Also tightened the redirect logic: cleans up queued calls, avoids duplicate scheduling, forgets disconnected players, re-checks server population before showing, and validates config values.
Support
Discord: https://discord.gg/sJh4tgxYsz
Developer
https://euheadquarter.com
License
Arma Public License (APL)