From ca9ab86cb2b84b4b3c9f22e5a67a08e1b20ecab3 Mon Sep 17 00:00:00 2001 From: Quinten <67589015+QuintenQVD0@users.noreply.github.com> Date: Thu, 22 Jun 2023 18:57:59 +0200 Subject: [PATCH] Update Game.ini --- game_eggs/steamcmd_servers/pavlov_vr/Game.ini | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/game_eggs/steamcmd_servers/pavlov_vr/Game.ini b/game_eggs/steamcmd_servers/pavlov_vr/Game.ini index 8e519c32..879dee98 100644 --- a/game_eggs/steamcmd_servers/pavlov_vr/Game.ini +++ b/game_eggs/steamcmd_servers/pavlov_vr/Game.ini @@ -1,15 +1,19 @@ [/Script/Pavlov.DedicatedServer] bEnabled=true ServerName="My dedicated server" -MaxPlayers=50 +MaxPlayers=10 #Set this to 10 for Shack. 24 is the max for PC, setting it higher will not allow players to join. +ApiKey="ABC123FALSEKEYDONTUSEME" bSecured=true bCustomServer=true +bVerboseLogging=false +bCompetitive=false #This only works for SND bWhitelist=false RefreshListTime=120 -LimitedAmmoType=2 +LimitedAmmoType=0 TickRate=90 TimeLimit=60 -Password=0000 -MapRotation=(MapId="UGC1668673188", GameMode="SND") +#Password=0000 +#BalanceTableURL="vankruptgames/BalancingTable/main" +MapRotation=(MapId="UGC1758245796", GameMode="GUN") MapRotation=(MapId="datacenter", GameMode="SND") MapRotation=(MapId="sand", GameMode="DM") \ No newline at end of file