******************************************************************************* *** AutoRestart plugin DLL version 1.0.4, readme file. *** *** Author: Giovanni "EvilCow" Di Sirio *** *** *** *** E-Mail: herpes@ngi.it ICQ: 1302108 *** *** Homepage: http://mw4.ngi.it/evilbot *** ******************************************************************************* ****************************** *** Requirements *** ****************************** - MW4-Monitor version 1.7.1 or later. - Key "Restart" set to "True" in Server.ini file. ****************************** *** Installation *** ****************************** - Stop MW4-Monitor (if running). - Create a .\Plugins subdirectory into your Mercs home directory. - Copy AutoRestart.dll into .\Plugins subdirectory. - Edit your Server.ini file and append the following section to it: [AutoReboot] Timeout=12 Note that the time is in hours. The server will reboot at mission end when both the following conditions are met: 1 - The timeout elapsed. 2 - The server is empty (no players). - Restart MW4-Monitor. ****************************** *** Versions History *** ****************************** Version 1.0.4 - Modified the DLL to take advantage of new Monitor 1.7.1 features. - Source code now available to developers. - Removed the unused event handler, the new Template DLL will work as complete source example. Version 1.0.2 - 1.0.3 - Recompiled to have the source complete of all the new event handlers. Version 1.0.1 - Recompiled to work with MW4 Monitor 1.5.6 and newer. Version 1.0.0 - Initial release. In the souce code there are unused event handlers but I left the functions there so the code will be a complete DLL template too.