Configuring the server
Posted by Patrick R. Jordan 10 months ago
After unpacking the server archive, three sub-directories and one file should exist in the new directory. To configure the server, modify the
config/server.conf
file to conform to your desired setup.
If you are running the server publicly, modify the password line in the configuration file.
admin.password=YOURPASSWORD
Also, edit the server name property.
server.name=YOUR.SERVER.NAME
If you plan on stopping and starting the server often (sometimes this is useful when testing an agent), set the start delay to zero.
sim.startDelay=0
Unless you wish to examine the server logs (simulation logs provide game specific information), set to a high value (3 generates small logs).
log.consoleLevel=3 log.fileLevel=3