Arma2PlayerMonitor is an c++ application for windows. It monitors the players on an arma2 server. Whenever a player joins or leaves the windows voice output is used to announce that change.
- xeedness - Creator
- Show players in the console.
- Output player changes to windows voice
- Output number of players to windows voice
- Variable Time Scheduling - Check and announce
First you'll need the binary.
The binary expects 3 parameters. A config file, the server ip and the port. Example:
Arma2PlayerMonitor.exe Arma2PlayerMonitor.cfg 127.0.0.1 33357
I recommend creating a .bat file with the preceding content. Here a working example.
While running the application, you can change some settings.
- (1) Change Audio Device
- (2) Select the voice output level. All messages, only important messages or no audio output.
- (3) Switch to login mode. Every 3 seconds a request to the server is made, so you get realtime player feedback. This enables you to login as soon as a slot is freed.