Master Server
#2
(01 Aug 11, 11:46PM)Mashuu Wrote: compiling
Assuming you're on a decent OS: cd source/src && make master && cp ac_master /some/where
Otherwise, IIRC the CodeBlocks project that comes with AC has a build configuration for the master.

(01 Aug 11, 11:46PM)Mashuu Wrote: configuring
Command line options are
ac_master /working/dir port ip
/working/dir is where master.cfg is and master.log will be. You can probably leave out port and IP.
In master.cfg, you can define bans (ban, servban, gban) and add auth keys.

(01 Aug 11, 11:46PM)Mashuu Wrote: and running
Should be straightforward, see above.

(01 Aug 11, 11:46PM)Mashuu Wrote: One thing I'm not sure of is the IP address to use when running. I assumed it was my LAN IP that I wanted to bind to.
Unless you have multiple network interfaces, you shouldn't have to bind anything.

(01 Aug 11, 11:46PM)Mashuu Wrote: I would also like to know if there is an option for more verbose logging. The log file isn't showing very much.
You'd have to modify the source code. It already logs server registration (and failure) and auth operations. I mean, what else would you want?

Thanks given by:


Messages In This Thread
Master Server - by Mashuu - 01 Aug 11, 11:46PM
RE: Master Server - by tempest - 02 Aug 11, 11:34AM
RE: Master Server - by Mashuu - 02 Aug 11, 12:00PM