Quote:
# --- faq ---
# The order of the items will be the startup order.
# Name_nr - The name of the server. No space, no special chars.
# Addr_nr - The exe name. Can be relative or absolute
# Args_nr - Arguments for running the exe (for mapserv usually)
# Must be null if u dont have any arguments for startup
# Code_nr - The code to send to open the log window (really.. dont change them)
# Mapserver should be with different exe names for process hooking(controller startup when server is already running)
#
# [main]
# DoRestart - 1 or 0 depending should the auto-restart be on or off (can be changed in main form)
# LoginServerName - The Name_ tag of the login server. Used to send the "Accept connections" command
# DoMapStart - if map server goes down do we just run the map again? (can be changed in main form)
# MapServer - The ID's of the maps separated with a comma(usually 6,7,8 and 9)
# ProblematicStartup - The iD's of programs that need constant run 'til it gets up(UID server mostly)
# KillProcesses - do we kill the processes or we send them a normal WD_CLOSE command (can be changed in main form)
# LogFile - the full path of the log file (auto set on first run to app dir+app name+.log)
# StatusFile - the full path of the status file (auto set on first run to app dir+app name+_status.csv)
# WaitTime - Time in milliseconds how long to wait 'til next exe startup(normal 2000-3000 (2-3sec))
# ServerDir - The location of the server exe's. Must not be used if this app is in same dir as the server exe's.
#
# [irc]
# useIrcBot - do we connect to a IRC server and use the bot or no
# server - the name of the server. def port 6668. if u dont use the default port write like: server:port
# uname - the nick name of the IRC bot
# topicChanger - the nick of a bot who modifies the topic. Used commands:
# /notice $nick !set online
# /notice $nick !set offline $message (cause of the offline status, crash or admin shutdown)
# channel - the name of the channel where the bot goes
# startup - a IRC RAW type command what will be initialized after sucessful connect. Like:
# PRIVMSG NickServ IDENTIFY myPass
# autoListenUser - after login automatically adds user to the ?listen list. Use comma to separate users
For installation: