Update Risk of Rain 2 for Proton
This update allows Risk of Rain 2 to run under Proton and xvfb. This requires the user to run the command below to install prerequisites. apt-get install xvfb lib32gcc1
This commit is contained in:
parent
f443361d7a
commit
7c171d4327
@ -4,14 +4,14 @@ App.ApplicationPort2=27016
|
|||||||
App.ApplicationPort3=27017
|
App.ApplicationPort3=27017
|
||||||
App.ApplicationReadyMode=RegexMatch
|
App.ApplicationReadyMode=RegexMatch
|
||||||
App.BaseDirectory=./risk-of-rain-2/1180760/
|
App.BaseDirectory=./risk-of-rain-2/1180760/
|
||||||
App.CommandLineArgs=""
|
App.CommandLineArgs={{$PlatformArgs}}
|
||||||
App.CommandLineParameterDelimiter=
|
App.CommandLineParameterDelimiter=
|
||||||
App.CommandLineParameterFormat=
|
App.CommandLineParameterFormat=
|
||||||
App.LinuxCommandLineArgs=
|
App.LinuxCommandLineArgs=-a "{{$FullRootDir}}1580130/proton" run "./Risk of Rain 2.exe"
|
||||||
App.ExecutableLinux=1580130/proton
|
App.WindowsCommandLineArgs=
|
||||||
App.DisplayName=Risk of Rain 2
|
App.DisplayName=Risk of Rain 2
|
||||||
App.EnvironmentVariables={"LD_LIBRARY_PATH": "./linux64:%LD_LIBRARY_PATH%", "SteamAppId": "632360"}
|
App.EnvironmentVariables={"LD_LIBRARY_PATH":"./linux64:%LD_LIBRARY_PATH%","SteamAppId":"{{$SteamAppID}}","STEAM_COMPAT_DATA_PATH":"{{$FullRootDir}}1580130","STEAM_COMPAT_CLIENT_INSTALL_PATH":"{{$FullRootDir}}1580130"}
|
||||||
App.ExecutableLinux=1180760/
|
App.ExecutableLinux=1580130/proton
|
||||||
App.ExecutableWin=1180760\Risk of Rain 2.exe
|
App.ExecutableWin=1180760\Risk of Rain 2.exe
|
||||||
App.ExitMethod=OS_CLOSE
|
App.ExitMethod=OS_CLOSE
|
||||||
App.ExitString=stop
|
App.ExitString=stop
|
||||||
@ -20,9 +20,13 @@ App.HasWritableConsole=false
|
|||||||
App.RapidStartup=false
|
App.RapidStartup=false
|
||||||
App.RootDir=./risk-of-rain-2/
|
App.RootDir=./risk-of-rain-2/
|
||||||
App.UpdateSource=Multi
|
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":31,"UpdateSource":4,"UpdateSourceData":"1180760","UpdateSourceArgs":null,"UpdateSourceVersion":null,"UpdateSourceTarget":null,"UnzipUpdateSource":false,"OverwriteExistingFiles":false,"ForceDownloadPlatform":1,"UpdateSourceConditionSetting":null,"UpdateSourceConditionValue":null},{"UpdateStageName":"Proton Compatibility Layer","UpdateSourcePlatform":2,"UpdateSource":4,"UpdateSourceData":"1580130","UpdateSourceArgs":null,"UpdateSourceVersion":null,"UpdateSourceTarget":null,"UnzipUpdateSource":false,"OverwriteExistingFiles":false,"ForceDownloadPlatform":0,"UpdateSourceConditionSetting":null,"UpdateSourceConditionValue":null}]
|
||||||
App.WorkingDir=1180760
|
App.WorkingDir=1180760
|
||||||
App.MaxUsers=4
|
App.MaxUsers=4
|
||||||
|
App.SupportsUniversalSleep=False
|
||||||
|
App.UniversalSleepApplicationUDPPort=1
|
||||||
|
App.UniversalSleepSteamQueryPort=2
|
||||||
|
App.WakeupMode=Any
|
||||||
Console.ThrowawayMessageRegex=^((WARNING|ERROR): Shader.+)|((Filename:.*))$
|
Console.ThrowawayMessageRegex=^((WARNING|ERROR): Shader.+)|((Filename:.*))$
|
||||||
Console.AppReadyRegex=^.*Press Enter to chat.$
|
Console.AppReadyRegex=^.*Press Enter to chat.$
|
||||||
Console.UserJoinRegex=^.*GameNetworkManager.AddPlayerInternal.*$
|
Console.UserJoinRegex=^.*GameNetworkManager.AddPlayerInternal.*$
|
||||||
@ -32,9 +36,9 @@ Meta.Author=IceOfWraith
|
|||||||
Meta.ConfigManifest=risk-of-rain-2config.json
|
Meta.ConfigManifest=risk-of-rain-2config.json
|
||||||
Meta.MetaConfigManifest=risk-of-rain-2metaconfig.json
|
Meta.MetaConfigManifest=risk-of-rain-2metaconfig.json
|
||||||
Meta.ConfigRoot=risk-of-rain-2.kvp
|
Meta.ConfigRoot=risk-of-rain-2.kvp
|
||||||
Meta.Description=
|
Meta.Description=Risk of Rain 2 Dedicated Server
|
||||||
Meta.DisplayImageSource=steam:632360
|
Meta.DisplayImageSource=steam:632360
|
||||||
Meta.DisplayName=Risk of Rain 2
|
Meta.DisplayName=Risk of Rain 2
|
||||||
Meta.EndpointURIFormat=steam://connect/{ip}/{GenericModule.App.ApplicationPort2}
|
Meta.EndpointURIFormat=steam://connect/{ip}/{GenericModule.App.ApplicationPort2}
|
||||||
Meta.OS=1
|
Meta.OS=3
|
||||||
Meta.URL=https://store.steampowered.com/app/632360/Risk_of_Rain_2/
|
Meta.URL=https://store.steampowered.com/app/632360/Risk_of_Rain_2/
|
Loading…
Reference in New Issue
Block a user