Skip to content

Instantly share code, notes, and snippets.

@Lartza

Lartza/kf2.diff Secret

Created November 18, 2019 20:33
Show Gist options
  • Save Lartza/53d523f09d2fec3064a04afa205e546d to your computer and use it in GitHub Desktop.
Save Lartza/53d523f09d2fec3064a04afa205e546d to your computer and use it in GitHub Desktop.
[steam@sauna kf2]$ diff -ru CONFIG_BAK KFGame/Config/Server1
diff -ru CONFIG_BAK/LinuxServer-KFEngine.ini KFGame/Config/Server1/LinuxServer-KFEngine.ini
--- CONFIG_BAK/LinuxServer-KFEngine.ini 2019-11-18 22:26:22.022337195 +0200
+++ KFGame/Config/Server1/LinuxServer-KFEngine.ini 2019-11-18 22:28:27.692412603 +0200
@@ -1,4 +1,4 @@
-[URL]
+[URL]
Protocol=unreal
Name=Player
Map=KFMainMenu.kfm
@@ -431,8 +431,7 @@
NetServerMaxTickRate=30.0
LanServerMaxTickRate=35
NetServerLobbyTickRate=5
-DownloadManagers=IpDrv.HTTPDownload
-DownloadManagers=Engine.ChannelDownload
+DownloadManagers=OnlineSubsystemSteamworks.SteamWorkshopDownload
NetConnectionClassName=IpDrv.TcpipConnection
MaxDownloadSize=1024000
@@ -1176,6 +1175,9 @@
[KFGame.KFSkinTypeEffects]
ImpactParticleEffectInterval=0.5
+[OnlineSubsystemSteamworks.KFWorkshopSteamworks]
+ServerSubscribedWorkshopItems=643383080
+
[IniVersion]
0=1573989307.000000
1=1574107324.000000
diff -ru CONFIG_BAK/LinuxServer-KFGame.ini KFGame/Config/Server1/LinuxServer-KFGame.ini
--- CONFIG_BAK/LinuxServer-KFGame.ini 2019-11-18 22:26:22.022337195 +0200
+++ KFGame/Config/Server1/LinuxServer-KFGame.ini 2019-11-18 22:28:38.402418935 +0200
@@ -1,27 +1,3 @@
-[Engine.GameInfo]
-DefaultGame=KFGameContent.KFGameInfo_Survival
-DefaultServerGame=KFGameContent.KFGameInfo_Survival
-bAdminCanPause=false
-MaxPlayers=12
-GameDifficulty=1.000000
-bChangeLevels=True
-MaxSpectators=2
-MaxIdleTime=0.000000
-MaxTimeMargin=0.000000
-TimeMarginSlack=1.350000
-MinTimeMargin=-1.000000
-TotalNetBandwidth=32000
-MaxDynamicBandwidth=7000
-MinDynamicBandwidth=4000
-DefaultGameType=KFGameContent.KFGameInfo_Survival
-GoreLevel=0
-TimeBetweenFailedVotes=10.0
-VoteTime=10.0
-bIsStandbyCheckingEnabled=false
-KickVotePercentage=0.500000
-bKickLiveIdlers=False
-ArbitrationHandshakeTimeout=0.000000
-
[Engine.AccessControl]
IPPolicies=ACCEPT;*
bAuthenticateClients=True
@@ -246,7 +222,7 @@
bEnableMapObjectives=true
bUseMapList=True
ActiveMapCycle=0
-GameMapCycles=(Maps=("KF-BurningParis","KF-Bioticslab","KF-Outpost","KF-VolterManor","KF-Catacombs","KF-EvacuationPoint","KF-Farmhouse","KF-BlackForest","KF-Prison","KF-ContainmentStation","KF-HostileGrounds","KF-InfernalRealm","KF-ZedLanding","KF-Nuked","KF-TheDescent","KF-TragicKingdom","KF-Nightmare","KF-KrampusLair","KF-DieSector","KF-Powercore_Holdout","KF-Lockdown","KF-Airship","KF-ShoppingSpree","KF-MonsterBall","KF-SantasWorkshop","KF-Spillway","KF-SteamFortress","KF-AshwoodAsylum"))
+GameMapCycles=(Maps=("KF-Airship","KF-AshwoodAsylum","KF-BikiniAtoll","KF-Bioticslab","KF-BlackForest","KF-BurningParis","KF-Catacombs","KF-ContainmentStation","KF-DieSector","KF-EvacuationPoint","KF-Farmhouse","KF-HostileGrounds","KF-InfernalRealm","KF-KrampusLair","KF-Lockdown","KF-MonsterBall","KF-Nightmare","KF-Nuked","KF-Outpost","KF-Powercore_Holdout","KF-Prison","KF-SantasWorkshop","KF-ShoppingSpree","KF-Spillway","KF-SteamFortress","KF-TheDescent","KF-TragicKingdom","KF-VolterManor","KF-ZedLanding"))
EndOfGameDelay=15
FriendlyFireScale=0.000000
KickVotePercentage=0.660000
@@ -723,6 +699,11 @@
bPlayableInEndless=False
bPlayableInObjective=False
+[KF-BikiniAtoll KFMapSummary]
+MapName=KF-BikiniAtoll
+MapAssociation=0
+ScreenshotPathName=UI_MapPreview_TEX.UI_MapPreview_Placeholder
+
[Boom KFWeeklyOutBreakInformation]
Index=0
IconPath=WeeklyObjective_UI.UI_Weeklies_Boom
@@ -802,3 +783,19 @@
GameModes=(FriendlyName="Endless",ClassNameAndPath="KFGameContent.KFGameInfo_Endless",bSoloPlaySupported=true,DifficultyLevels=4,Lengths=0,LocalizeID=3)
GameModes=(FriendlyName="Objective",ClassNameAndPath="KFGameContent.KFGameInfo_Objective",bSoloPlaySupported=true,DifficultyLevels=4,Lengths=0,LocalizeID=4)
+[Engine.GameInfo]
+bChangeLevels=True
+bAdminCanPause=False
+bKickLiveIdlers=False
+ArbitrationHandshakeTimeout=0.000000
+GameDifficulty=0.000000
+GoreLevel=0
+MaxSpectators=2
+MaxIdleTime=0.000000
+MaxTimeMargin=0.000000
+TimeMarginSlack=1.350000
+MinTimeMargin=-1.000000
+TotalNetBandwidth=32000
+MinDynamicBandwidth=4000
+MaxDynamicBandwidth=7000
+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment