AAO25.com

Assist => Support => Server Support => Topic started by: LEEFFM on Sunday, January 18, 2015, 12:39:17 PM

Title: Tournament Mode
Post by: LEEFFM on Sunday, January 18, 2015, 12:39:17 PM
I was wondering if anyone could tell me how to startup my server in Tournament Mode for scrims?
 I tried editing RunServer.bat:
Code: [Select]
server.exe TOURNAMENT Pipeline.aao log=aa25srv.log ini=aa25srv.ini
I did not see an option for it in the assist server manager.
Title: Re: Tournament Mode
Post by: SASF-DarkShooter on Sunday, January 18, 2015, 13:28:13 PM
Should work to do it through Tournament mode in the F12 Admin Panel, at least it used to be able to.
Title: Re: Tournament Mode
Post by: LEEFFM on Sunday, January 18, 2015, 19:53:34 PM
yes but you cant join a team when your an admin and if I restart the server it wont startup in tournament mode.
Title: Re: Tournament Mode
Post by: Spanky on Sunday, January 18, 2015, 19:58:40 PM
You should be able to add/remove admins without restarting.
Title: Re: Tournament Mode
Post by: LEEFFM on Monday, January 19, 2015, 00:44:03 AM
admin spectator works :P didn't even think of that but still would like to not have to manually switch to tournament mode every time I restart the server :P
Title: Re: Tournament Mode
Post by: [SWISS]Merlin on Monday, January 19, 2015, 03:44:49 AM
there is a part in the ini file which is deleted.
i can put the needed informations from there in here - but at work now, so you have to wait 10 hrs.
Title: Re: Tournament Mode
Post by: [SWISS]Merlin on Monday, January 19, 2015, 12:32:18 PM
you have to edit the aa25srv.ini, located in the system/server folder.
add the following part after the end of the file:
Code: [Select]
[AGP_Gameplay.AGP_GameTournament]
asTournamentTeamName[0]=A
asTournamentTeamName[1]=B
sMatchName=DESBL Match
sTournamentName=DESBL
sLeagueName=DESBL

; How much time must pass between pause/restart/etc. unfulfilled Team Captain requests
iTournamentRequestDelayTime=30

; How long a delay between each round the tournament will pause in seconds
iTournamentRoundDelayTime=15

; How long the Mission Planning period is (in minute)
iTournamentWarmupDuration=5

; How long (in seconds) team captains have to set player weapons when side-swapping occurs
iTournamentSwapTime=180

; How frequently (in rounds) automatic side-swapping will occur.  For example, to have
; automatic side swapping occur after every two rounds set this value to two.
iTournamentSwapLimit=6

; How long pauses (time-outs) last (in seconds)
iTournamentPauseLimit=180

; Whether the tournament will end (ENDEX) based on one team being statistically eliminated
;  from winning.
bTournamentMercyRule=False

; Whether all weapon slots should be available or only those based on the number of
; players on each team (as is done in standard game modes)
bTournamentOpenAllWeaponClassSlots=False

; Whether team captains are allowed
bTournamentTeamCaptainsAllowed=True

; Whether team passwords (specific in Engine.AccessControl.asTeamPasswords) are used
; (set to true if you are requiring team passwords to join teams)
bTournamentTeamPasswordsRequired=True

; Whether ties should be broken using "sudden death" rounds - see documentation for details
bTournamentTieSuddenDeath=False

; Whether ties should be broken by calculating team scores - see documentation for details
bTournamentTieScore=True

; Whether teams should be randomly assigned to assault or defense to start the tournament
bTournamentEnableRandomTeamAssignments=False

Title: Re: Tournament Mode
Post by: LEEFFM on Monday, January 19, 2015, 12:49:17 PM
I already have that set
Code: [Select]
[AGP_Gameplay.AGP_GameTournament]
asTournamentTeamName[0]=Ba.^
asTournamentTeamName[1]=Opposing Forces
sMatchName=Scrim
sTournamentName=Ba.^ Scrim
sLeagueName=Ba.^ Brothers N Arms
iTournamentRequestDelayTime=30
iTournamentRoundDelayTime=5
iTournamentWarmupDuration=4
iTournamentSwapTime=60
iTournamentSwapLimit=3
iTournamentPauseLimit=90
bTournamentMercyRule=True
bTournamentOpenAllWeaponClassSlots=True
bTournamentTeamCaptainsAllowed=True
bTournamentTeamPasswordsRequired=False
bTournamentTieSuddenDeath=False
bTournamentTieScore=False
bTournamentEnableRandomTeamAssignments=True

and I have also set
Code: [Select]
[AGP_Gameplay.AGP_GameDeathMatch]
bTournamentMode=True
I still cannot start it in tournament mode I have to login as spectator admin and do it manually
Title: Re: Tournament Mode
Post by: [SWISS]Merlin on Monday, January 19, 2015, 14:33:13 PM
at the system/server/aa25srv.ini
sure?
Title: Re: Tournament Mode
Post by: LEEFFM on Monday, January 19, 2015, 18:57:39 PM
yes im 100% sure when I start the server and manually turn on tournament mode it has all the settings saved it just doesn't start in tournament mode automatically.
Title: Re: Tournament Mode
Post by: [SWISS]Merlin on Tuesday, January 20, 2015, 05:20:14 AM
oh, oh. sorry, this is my bad. i forgot, you are right.

there is - so far i know - no way to start the server first time in tournament mode by automatic. you have to do this by yourself manualy.
but once running in that mode, with the correct configurations, it will restart and everything else by itself.

sorry for the missunderstanding.
Title: Re: Tournament Mode
Post by: LEEFFM on Tuesday, January 20, 2015, 16:40:16 PM
ok , thanks.