Skip to content

Commit

Permalink
removed options
Browse files Browse the repository at this point in the history
  • Loading branch information
patrix87 committed May 21, 2022
1 parent a05e348 commit 0f711c9
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions templates/vrising.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,9 @@ $ServerDetails = @{
#Login username used by SteamCMD
Login = "anonymous"

#Name of the server in the Server Browser
ServerName = "My VRising Server"

#World name
SaveName = "World"

#Server Persistent Data Path
PersistentDataPath = ".\saves\VRising_1"

#Max Player
MaxPlayers = 60

#Admin Slots
AdminSlots = 4

#Rcon IP (not supported by V Rising yet.)
ManagementIP = "127.0.0.1"

Expand Down Expand Up @@ -170,11 +158,7 @@ $Warnings = New-Object -TypeName PsObject -Property $WarningsDetails

#Launch Arguments
$ArgumentList = @(
"-serverName `"$($Server.ServerName)`" ",
"-saveName `"$($Server.SaveName)`" ",
"-persistentDataPath `"$($Server.PersistentDataPath)`" ",
"-maxConnectedUsers $($Server.MaxPlayers) ",
"-maxConnectedAdmins `"$($Server.AdminSlots)`" ",
"-address `"$($Server.ManagementIP)`" ",
"-logFile `"$($Server.PersistentDataPath)\Logs\VRisingServer.log`""
)
Expand Down

0 comments on commit 0f711c9

Please sign in to comment.