Sun Sep 29 2019

This commit is contained in:
2020-07-09 01:50:08 +03:00
parent 774217b601
commit 593f45df60
4 changed files with 91 additions and 23 deletions

View File

@ -1,9 +1,29 @@
LANG=en_US.UTF-8
Map=kf-bioticslab
PortW="-webadminport=8080"
PortQ="-queryport=27015"
PortG="-port=7777"
Arg1="-webadminport=8080"
Arg2="-queryport=27015"
Arg3="-port=7777"
# First arg: map name
#
# Difficulty:
# Normal: 0
# Hard: 1
# Suicide: 2
# Hell: 3
#
# Game:
# Survival: KFGameContent.KFGameInfo_Survival
# WeeklyOutbreak: KFGameContent.KFGameInfo_WeeklySurvival
# Endless: KFGameContent.KFGameInfo_Endless
# Objective: KFGameContent.KFGameInfo_Objective
# Versus: KFGameContent.KFGameInfo_VersusSurvival
#
# GameLength:
# 4 waves: 0
# 7 waves: 1
# 10 waves: 2
Args=kf-bioticslab?Difficulty=0?Game=KFGameContent.KFGameInfo_Survival?GameLength=2
# Notes for yourself
Description="Default description"