Updated README.md.
Added installation instructions. WIP.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# wDayzManager v0.6
|
||||
# wDayzManager v0.7
|
||||
# Copyright (c) 2024 Vladislav Salikov aka W0LF aka 'dreamforce'
|
||||
# https://github.com/dreamforceinc
|
||||
# Required module: PSIni
|
||||
@@ -18,7 +18,7 @@ param (
|
||||
################################################################ [ !!! DON'T EDIT BELOW !!! ] #################################################################
|
||||
|
||||
[string]$myName = "wDayzManager"
|
||||
[string]$myVersion = "v0.4"
|
||||
[string]$myVersion = "v0.7"
|
||||
[string]$steamScript = $myName + ".txt"
|
||||
[string]$iniFile = $myName + ".ini"
|
||||
if (-not (Test-Path -Path $iniFile)) {
|
||||
@@ -34,8 +34,8 @@ appidGame=221100
|
||||
appidServer=223350
|
||||
rotateLogs=1
|
||||
daysAmount=7
|
||||
becLocation=bec
|
||||
rotatedLogsFolderName=RotatedLogs
|
||||
becFolderName=BEC
|
||||
atFolderName=VPPAdminTools
|
||||
|
||||
; Server updating settings:
|
||||
|
||||
Reference in New Issue
Block a user