Fixed missing parameter 'becFolderName'.

This commit is contained in:
2024-12-07 11:05:34 +03:00
parent 71604d9b0b
commit d30783f0b2
3 changed files with 16 additions and 18 deletions

View File

@@ -8,7 +8,7 @@ steamCMD=Z:\SteamCMD
steamUser=w0lf_2k
appidGame=221100
appidServer=223350
rotateLogs=0
rotateLogs=1
daysAmount=7
rotatedLogsFolderName=RotatedLogs
; rotatedLogsFolderName=
@@ -23,9 +23,9 @@ atFolderName=VPPAdminTools
; W = Weekly - Updates are checked weekly at the hours specified in parameter 'updateHour' (0 - 23). Parameter 'updateDay' specifies the day of the week (0 - 6, 0 = Sunday).
; M = Monthly - Updates are checked monthly at the hours specified in parameter 'updateHour' (0 - 23). Parameter 'updateDay' specifies the day of the month (1 - 31. Be careful with February!).
; Any other value disables the updates.
updatePeriod=W
updatePeriod=D
updateDay=1
updateHour=4
updateHour=0
[ClientMods]
@CF=1559212036
@@ -55,6 +55,9 @@ serverCPU=2
startupClientMods=@CF;@VPPadminTools
startupServerMods=
additionalParams= -name=Server -adminLog
; Mission name for Namalsk Mod
; This is the name of the Namalsk mod mission. It can be 'Hardcore' or 'Regular', i.e. the names of folders in the '@Namalsk_Survival\Extras\' directory.
; If you are not using Namalsk mod, this parameter is ignored.
namalskMission=
[Server-2]