02 Aug 11, 11:34AM
(01 Aug 11, 11:46PM)Mashuu Wrote: compilingAssuming 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: configuringCommand line options are
[SELECT ALL] Code:
ac_master /working/dir port ip
In master.cfg, you can define bans (ban, servban, gban) and add auth keys.
(01 Aug 11, 11:46PM)Mashuu Wrote: and runningShould 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?