From a4fd47e7a91b03eb8344e8ec8a40af105b59be20 Mon Sep 17 00:00:00 2001 From: James Manker Date: Mon, 14 Feb 2022 14:24:38 -0600 Subject: [PATCH] Risk of Rain Steam SDK Fix During the Proton feature enhancement I accidentally removed the Steam SDK update stage. This should resolve it so players can view their server in the browser again. --- risk-of-rain-2.kvp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/risk-of-rain-2.kvp b/risk-of-rain-2.kvp index e537541..634eae7 100644 --- a/risk-of-rain-2.kvp +++ b/risk-of-rain-2.kvp @@ -20,7 +20,7 @@ App.HasWritableConsole=false App.RapidStartup=false App.RootDir=./risk-of-rain-2/ App.UpdateSource=Multi -App.UpdateSources=[{"UpdateStageName": "SteamCMD Download","UpdateSourcePlatform": "All", "UpdateSource": "SteamCMD", "UpdateSourceData": "1180760", "ForceDownloadPlatform": "Windows"},{"UpdateStageName": "SDK Download","UpdateSourcePlatform": "All", "UpdateSource": "SteamCMD", "UpdateSourceData": "1007", "UpdateSourceTarget": "1180760", "ForceDownloadPlatform": "Windows"}] +App.UpdateSources=[{"UpdateStageName":"SteamCMD Download","UpdateSourcePlatform":"All","UpdateSource":"SteamCMD","UpdateSourceData":"1180760","ForceDownloadPlatform":"Windows"},{"UpdateStageName":"SteamCMD Download","UpdateSourcePlatform":"All","UpdateSource":"SteamCMD","UpdateSourceData":"1007","UpdateSourceTarget":"1180760","ForceDownloadPlatform":"Windows"},{"UpdateStageName":"Proton Compatibility Layer","UpdateSourcePlatform":"Linux","UpdateSource":"SteamCMD","UpdateSourceData":"1580130"}] App.WorkingDir=1180760 App.MaxUsers=4 Console.ThrowawayMessageRegex=^((WARNING|ERROR): Shader.+)|((Filename:.*))$