Page 1 of 1

LAN Party

Posted: Fri Sep 22, 2017 11:43 am
by FiringSquad
Can somebody provide a suitable config file/groupdb/whatever else is required to support a LAN HIX match?
Having difficulty allowing "/countdown".

Any help much appreciated.

Re: LAN Party

Posted: Fri Sep 22, 2017 5:43 pm
by Zehra
Hi FiringSquad,

I'm not sure if this helps, but there's some configurations I've used to start up a local server with countdown.

Localgroup.txt

Code: Select all

EVERYONE: +REPORT +TIMELIMIT +COUNTDOWN
VERIFIED:
LOCAL.ADMIN: +TIMELIMIT +ENDGAME
BZFS options

Code: Select all

-groupdb Localgroup.txt -timemanual -loadplugin TimeLimit,15,20,30 -password myPassword  -p 5154 -world "PathToWorldFile.bzw"
Please note that the "pass to world file" option needs to be set to your operating system.
The options might vary a bit between operating systems, but this is the basic format which can be used for a timelimit based system.

-Zehra

Re: LAN Party

Posted: Fri Sep 22, 2017 8:03 pm
by FiringSquad
Thx Zehra - that works just fine :-)