Releases: Killswitch00/asm-linux
Releases · Killswitch00/asm-linux
0.5
0.4
- Corrected CPS calculation. (This fixes the erratic CPS graph shown in ArmaServerMonitor.exe)
- Debug logging is now disabled by default. They can be enabled for the extension by setting the environment variable ASM_DEBUG to 1 before launching the Arma server.
export ASM_DEBUG=1
- Debug printouts for the asm server application can be enabled by using the -d start option:
./asm -s -d
0.3
Show asmdll initialization in the Arma server log output:
2015/05/09, 9:08:08 "ASM.fsm started"
asmdll: reading settings from ./asm.ini
asmdll: extension loaded
asmdll: init successful, pid 20012, using slot 0
0.2
Fixed: hung server-side instances would make the client receive garbage data.
0.1
First release