diff --git a/abiotic-factor.kvp b/abiotic-factor.kvp index d81246a8b..a9eb22ccf 100644 --- a/abiotic-factor.kvp +++ b/abiotic-factor.kvp @@ -39,7 +39,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} AbioticFactor -stdout -FullStdOutLogOutput {{useperfthreads}}{{NoAsyncLoadingThread}}{{useallavailablecores}}{{LANOnly}}{{UseLocalIPs}} -Port={{$GamePort}} -QueryPort={{$QueryPort}} -MultiHome={{$ApplicationIPBinding}} -SteamServerName="{{ServerName}}" -SandboxIniPath=Config/WindowsServer/SandboxSettings.ini {{$FormattedArgs}} {{CustomArgs}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"427410","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp","WINEDLLOVERRIDES":"version.dll=n,b"} +App.EnvironmentVariables={"SteamAppId":"427410","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","WINEDLLOVERRIDES":"version.dll=n,b"} App.CommandLineParameterFormat=-{0}={1} App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/abiotic-factorupdates.json b/abiotic-factorupdates.json index ca3a997b5..98f38c02b 100644 --- a/abiotic-factorupdates.json +++ b/abiotic-factorupdates.json @@ -50,7 +50,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false }, { diff --git a/alien-swarm-reactive-drop.kvp b/alien-swarm-reactive-drop.kvp index 8a57cb4b9..de6e1a4b3 100644 --- a/alien-swarm-reactive-drop.kvp +++ b/alien-swarm-reactive-drop.kvp @@ -38,7 +38,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} -game reactivedrop -console -usercon -nobreakpad -port {{$ServerPort}} -ip {{$ApplicationIPBinding}} -insecure -maxplayers {{$MaxUsers}} {{nohltv}}{{CustomParameters}} {{CustomConVars}} +tv_port {{$SourceTVPort}} +clientport {{$ClientPort}} +sv_logfile 1 {{$FormattedArgs}} +exec server.cfg +map {{map}} +log on App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"563560","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"SteamAppId":"563560","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat=+{0} {1} App.CommandLineParameterDelimiter= App.ExitMethod=String diff --git a/alien-swarm-reactive-dropupdates.json b/alien-swarm-reactive-dropupdates.json index c1a00d28c..7244948a2 100644 --- a/alien-swarm-reactive-dropupdates.json +++ b/alien-swarm-reactive-dropupdates.json @@ -33,7 +33,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/ark-sa-min.kvp b/ark-sa-min.kvp index 02eae400a..8e9707f58 100644 --- a/ark-sa-min.kvp +++ b/ark-sa-min.kvp @@ -38,7 +38,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} {{Map}}?listen?Port={{$GamePort}}?RCONEnabled=True?RCONServerGameLogBuffer=600?RCONPort={{$RCONPort}}{{CustomOptions}}?ServerAdminPassword={{$RemoteAdminPassword}} -WinLiveMaxPlayers={{$MaxUsers}} {{passivemods}}{{mods}}{{pconlymods}}{{Colors}}{{exclusivejoin}}{{BattlEye}}{{usestore}}-ServerPlatform={{ServerPlatform}} {{UseDynamicConfig}}{{EnableIdlePlayerKick}}{{NoHangDetection}}{{DisableCustomCosmetics}}{{NoTransferFromFiltering}}{{NoGameAnalytics}}{{ForceAllowCaveFlyers}}{{nodinos}}{{ForceRespawnDinos}}{{DisableRailgunPVP}}{{UseStructureStasisGrid}}-culture={{culture}} {{EnableCluster}}{{ServerIP}}{{CustomFlags}} -servergamelog App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"2399830","STEAM_COMPAT_DATA_PATH":"{{$FullRootDir}}.proton/compatdata","STEAM_COMPAT_CLIENT_INSTALL_PATH":"{{$FullBaseDir}}.steam/steam","HOME":"{{$FullBaseDir}}","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"SteamAppId":"2399830","STEAM_COMPAT_DATA_PATH":"{{$FullRootDir}}.proton/compatdata","STEAM_COMPAT_CLIENT_INSTALL_PATH":"{{$FullBaseDir}}.steam/steam","HOME":"{{$FullBaseDir}}"} App.CommandLineParameterFormat={0}={1} App.CommandLineParameterDelimiter=? App.ExitMethod=String diff --git a/ark-sa-minupdates.json b/ark-sa-minupdates.json index be55de6ce..db2811f7e 100644 --- a/ark-sa-minupdates.json +++ b/ark-sa-minupdates.json @@ -99,7 +99,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"cd \\\"{{$FullRootDir}}\\\" && export PATH=\\\"{{$FullRootDir}}.proton/files/bin:$PATH\\\"; export WINEPREFIX=\\\"{{$FullRootDir}}.proton/compatdata/pfx\\\"; export WINEARCH=win64; export XDG_RUNTIME_DIR=/tmp; ./.proton/protonfixes/winetricks sound=disabled > winescript_log.txt 2>&1\"", + "UpdateSourceArgs": "-c \"cd \\\"{{$FullRootDir}}\\\" && export PATH=\\\"{{$FullRootDir}}.proton/files/bin:$PATH\\\"; export WINEPREFIX=\\\"{{$FullRootDir}}.proton/compatdata/pfx\\\"; export WINEARCH=win64; ./.proton/protonfixes/winetricks sound=disabled > winescript_log.txt 2>&1\"", "SkipOnFailure": true } ] \ No newline at end of file diff --git a/ark-sa.kvp b/ark-sa.kvp index 6f8db0914..13b65c41e 100644 --- a/ark-sa.kvp +++ b/ark-sa.kvp @@ -38,7 +38,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} {{Map}}?listen?Port={{$GamePort}}?RCONEnabled=True?RCONServerGameLogBuffer=600?RCONPort={{$RCONPort}}?{{$FormattedArgs}}{{OverrideOfficialDifficulty}}{{CustomOptions}}?ServerAdminPassword={{$RemoteAdminPassword}} -WinLiveMaxPlayers={{$MaxUsers}} {{passivemods}}{{mods}}{{pconlymods}}{{Colors}}{{exclusivejoin}}{{BattlEye}}{{usestore}}-ServerPlatform={{ServerPlatform}} {{EnableIdlePlayerKick}}{{NoHangDetection}}{{NoTransferFromFiltering}}{{NoGameAnalytics}}{{AllowSpeedLeveling}}{{ForceAllowCaveFlyers}}{{nodinos}}{{ForceRespawnDinos}}{{DisableRailgunPVP}}{{UseStructureStasisGrid}}-culture={{culture}} {{EnableCluster}}{{ServerIP}}{{CustomFlags}} -servergamelog App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"2399830","STEAM_COMPAT_DATA_PATH":"{{$FullRootDir}}.proton/compatdata","STEAM_COMPAT_CLIENT_INSTALL_PATH":"{{$FullBaseDir}}.steam/steam","HOME":"{{$FullBaseDir}}","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"SteamAppId":"2399830","STEAM_COMPAT_DATA_PATH":"{{$FullRootDir}}.proton/compatdata","STEAM_COMPAT_CLIENT_INSTALL_PATH":"{{$FullBaseDir}}.steam/steam","HOME":"{{$FullBaseDir}}"} App.CommandLineParameterFormat={0}={1} App.CommandLineParameterDelimiter=? App.ExitMethod=String diff --git a/ark-saupdates.json b/ark-saupdates.json index 47e05043e..19d47a437 100644 --- a/ark-saupdates.json +++ b/ark-saupdates.json @@ -106,7 +106,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"cd \\\"{{$FullRootDir}}\\\" && export PATH=\\\"{{$FullRootDir}}.proton/files/bin:$PATH\\\"; export WINEPREFIX=\\\"{{$FullRootDir}}.proton/compatdata/pfx\\\"; export WINEARCH=win64; export XDG_RUNTIME_DIR=/tmp; ./.proton/protonfixes/winetricks sound=disabled > winescript_log.txt 2>&1\"", + "UpdateSourceArgs": "-c \"cd \\\"{{$FullRootDir}}\\\" && export PATH=\\\"{{$FullRootDir}}.proton/files/bin:$PATH\\\"; export WINEPREFIX=\\\"{{$FullRootDir}}.proton/compatdata/pfx\\\"; export WINEARCH=win64; ./.proton/protonfixes/winetricks sound=disabled > winescript_log.txt 2>&1\"", "SkipOnFailure": true } ] \ No newline at end of file diff --git a/ark-seminapi.kvp b/ark-seminapi.kvp index 4b88a9e98..f25362b52 100644 --- a/ark-seminapi.kvp +++ b/ark-seminapi.kvp @@ -36,7 +36,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} {{Map}}?listen?Port={{$GamePort}}?QueryPort={{$QueryPort}}?RCONEnabled=True?RCONServerGameLogBuffer=600?RCONPort={{$RCONPort}}?MultiHome={{$ApplicationIPBinding}}?{{$FormattedArgs}}{{CustomOptions}}?ServerAdminPassword={{$RemoteAdminPassword}} {{automanagedmods}}{{exclusivejoin}}{{BattlEye}}{{crossplay}}{{epiconly}}{{UseVivox}}{{UseDynamicConfig}}{{insecure}}{{EnableIdlePlayerKick}}{{NoHangDetection}}{{NoTransferFromFiltering}}{{AllowFlyerSpeedLeveling}}{{ForceAllowCaveFlyers}}{{nodinos}}{{PreventHibernation}}{{ForceRespawnDinos}}{{DisableRailgunPVP}}{{UseStructureStasisGrid}}{{AutoDestroyStructures}} -ActiveEvent={{ActiveEvent}} -PublicIPForEpic={{PublicIPForEpic}} -culture={{culture}} {{EnableCluster}}{{CustomFlags}} -servergamelog App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"346110","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","WINEDLLOVERRIDES":"version.dll=n,b","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"SteamAppId":"346110","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","WINEDLLOVERRIDES":"version.dll=n,b"} App.CommandLineParameterFormat={0}={1} App.CommandLineParameterDelimiter=? App.ExitMethod=String diff --git a/ark-seminapiupdates.json b/ark-seminapiupdates.json index 2aba121ab..5ac6a1fb5 100644 --- a/ark-seminapiupdates.json +++ b/ark-seminapiupdates.json @@ -147,7 +147,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init --update\"", + "UpdateSourceArgs": "-c \"WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init --update\"", "SkipOnFailure": false }, { diff --git a/ark-seminapiwinescript.sh b/ark-seminapiwinescript.sh index efa6e87e2..2afaa2205 100644 --- a/ark-seminapiwinescript.sh +++ b/ark-seminapiwinescript.sh @@ -17,7 +17,6 @@ export WINEDLLOVERRIDES="mscoree,mshtml=" export WINEARCH=win64 export WINEDEBUG=fixme-all export DISPLAY=:$DPY_NUM -export XDG_RUNTIME_DIR=/tmp [[ -f winetricks ]] && rm -f winetricks wget -q https://raw.githubusercontent.com/Winetricks/winetricks/refs/tags/20260125/src/winetricks diff --git a/aska.kvp b/aska.kvp index 773941a9f..4619a62e6 100644 --- a/aska.kvp +++ b/aska.kvp @@ -31,7 +31,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} -propertiesPath "server properties.txt" {{$FormattedArgs}} {{CustomArgs}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"1898300","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"1898300","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat=-{0} "{1}" App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/askaupdates.json b/askaupdates.json index 45d482fce..ebc370b4d 100644 --- a/askaupdates.json +++ b/askaupdates.json @@ -13,7 +13,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init --update\"", + "UpdateSourceArgs": "-c \"WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init --update\"", "SkipOnFailure": false }, { @@ -21,7 +21,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"cd aska && [[ -f winetricks ]] && rm -f winetricks; wget -q https://raw.githubusercontent.com/Winetricks/winetricks/refs/tags/20260125/src/winetricks && chmod +x winetricks; export WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\"; export WINEARCH=win64; export XDG_RUNTIME_DIR=/tmp; ./winetricks sound=disabled > winescript_log.txt 2>&1\"", + "UpdateSourceArgs": "-c \"cd aska && [[ -f winetricks ]] && rm -f winetricks; wget -q https://raw.githubusercontent.com/Winetricks/winetricks/refs/tags/20260125/src/winetricks && chmod +x winetricks; export WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\"; export WINEARCH=win64; ./winetricks sound=disabled > winescript_log.txt 2>&1\"", "SkipOnFailure": true }, { diff --git a/assetto-corsa-comp.kvp b/assetto-corsa-comp.kvp index 6ee4a06cb..60e4027b0 100644 --- a/assetto-corsa-comp.kvp +++ b/assetto-corsa-comp.kvp @@ -28,7 +28,7 @@ App.LinuxCommandLineArgs="./accServer.exe" App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} {{$FormattedArgs}} App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"805550","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"805550","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat=-{0} "{1}" App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/assetto-corsa-compupdates.json b/assetto-corsa-compupdates.json index 6c7dba991..33fa92f2e 100644 --- a/assetto-corsa-compupdates.json +++ b/assetto-corsa-compupdates.json @@ -23,7 +23,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/astroneer.kvp b/astroneer.kvp index df2f050fb..dadf6bff3 100644 --- a/astroneer.kvp +++ b/astroneer.kvp @@ -39,7 +39,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} Port={{$ApplicationPort1}} ConsolePort={{$RemoteAdminPort}} {{$FormattedArgs}} -log App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"361420","STEAM_COMPAT_DATA_PATH":"{{$FullRootDir}}.proton/compatdata","STEAM_COMPAT_CLIENT_INSTALL_PATH":"{{$FullBaseDir}}.steam/steam","HOME":"{{$FullBaseDir}}","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"SteamAppId":"361420","STEAM_COMPAT_DATA_PATH":"{{$FullRootDir}}.proton/compatdata","STEAM_COMPAT_CLIENT_INSTALL_PATH":"{{$FullBaseDir}}.steam/steam","HOME":"{{$FullBaseDir}}"} App.CommandLineParameterFormat=-{0}={1} App.CommandLineParameterDelimiter= App.ExitMethod=String diff --git a/astroneerupdates.json b/astroneerupdates.json index 24693a98e..dd78a9e71 100644 --- a/astroneerupdates.json +++ b/astroneerupdates.json @@ -37,7 +37,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"cd astroneer && export PATH=\\\"{{$FullRootDir}}.proton/files/bin:$PATH\\\"; export WINEPREFIX=\\\"{{$FullRootDir}}.proton/compatdata/pfx\\\"; export WINEARCH=win64; export XDG_RUNTIME_DIR=/tmp; ./.proton/protonfixes/winetricks sound=disabled > winescript_log.txt 2>&1\"", + "UpdateSourceArgs": "-c \"cd astroneer && export PATH=\\\"{{$FullRootDir}}.proton/files/bin:$PATH\\\"; export WINEPREFIX=\\\"{{$FullRootDir}}.proton/compatdata/pfx\\\"; export WINEARCH=win64; ./.proton/protonfixes/winetricks sound=disabled > winescript_log.txt 2>&1\"", "SkipOnFailure": true } ] \ No newline at end of file diff --git a/beasts-of-bermuda.kvp b/beasts-of-bermuda.kvp index 42ee1ef6c..8f8072dbc 100644 --- a/beasts-of-bermuda.kvp +++ b/beasts-of-bermuda.kvp @@ -38,7 +38,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} BeastsOfBermuda -Port={{$GamePort}} -QueryPort={{$SteamQueryPort}} -MultiHome={{$ApplicationIPBinding}} {{$FormattedArgs}} -stdout -FullStdOutLogOutput App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"719890","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"719890","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat=-{0} {1} App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/beasts-of-bermudaupdates.json b/beasts-of-bermudaupdates.json index 79ad74cf3..db820d052 100644 --- a/beasts-of-bermudaupdates.json +++ b/beasts-of-bermudaupdates.json @@ -23,7 +23,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/blackwake.kvp b/blackwake.kvp index 96cefb80f..9236fb208 100644 --- a/blackwake.kvp +++ b/blackwake.kvp @@ -32,7 +32,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} -batchmode -nographics {{$FormattedArgs}} -logfile - App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"420290","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"420290","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat=-{0}={1} App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/blackwakeupdates.json b/blackwakeupdates.json index b3daa973a..d0aef347d 100644 --- a/blackwakeupdates.json +++ b/blackwakeupdates.json @@ -13,7 +13,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/call-of-duty4mw.kvp b/call-of-duty4mw.kvp index b6c034220..c4f8cd316 100644 --- a/call-of-duty4mw.kvp +++ b/call-of-duty4mw.kvp @@ -32,7 +32,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} +set sv_punkbuster 0 +exec "server.cfg" +set net_port {{$GamePort}} +set authPort {{$AuthPort}} +set masterPort {{$MasterPort}} {{map_mode}}{{$FormattedArgs}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"7940","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win32","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"7940","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win32","WINEDEBUG":"-all"} App.CommandLineParameterFormat=+set {0} "{1}" App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/call-of-duty4mwupdates.json b/call-of-duty4mwupdates.json index d9b9dd067..1c55edf1f 100644 --- a/call-of-duty4mwupdates.json +++ b/call-of-duty4mwupdates.json @@ -30,7 +30,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win32 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win32 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/call-of-dutybo1.kvp b/call-of-dutybo1.kvp index db70ef5f1..8ec860eb9 100644 --- a/call-of-dutybo1.kvp +++ b/call-of-dutybo1.kvp @@ -39,7 +39,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} {{GameMode}} +set net_port {{$ServerPort}} +set net_ip {{$ApplicationIPBinding}} +set rcon_password "{{$RemoteAdminPassword}}" {{$FormattedArgs}} {{MapMode}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"42700","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win32","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"SteamAppId":"42700","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win32","WINEDEBUG":"-all"} App.CommandLineParameterFormat=+set {0} "{1}" App.CommandLineParameterDelimiter= App.ExitMethod=String diff --git a/call-of-dutybo1updates.json b/call-of-dutybo1updates.json index acff04e76..f57d19689 100644 --- a/call-of-dutybo1updates.json +++ b/call-of-dutybo1updates.json @@ -100,7 +100,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win32 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win32 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false }, { @@ -108,7 +108,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"cd call-of-dutybo1 && wget -q -N https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks && chmod +x winetricks; export WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\"; export WINEARCH=win32; export XDG_RUNTIME_DIR=/tmp; ./winetricks sound=disabled > winescript_log.txt 2>&1\"", + "UpdateSourceArgs": "-c \"cd call-of-dutybo1 && wget -q -N https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks && chmod +x winetricks; export WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\"; export WINEARCH=win32; ./winetricks sound=disabled > winescript_log.txt 2>&1\"", "SkipOnFailure": true } ] \ No newline at end of file diff --git a/call-of-dutybo2.kvp b/call-of-dutybo2.kvp index 57da28c34..39663a2d6 100644 --- a/call-of-dutybo2.kvp +++ b/call-of-dutybo2.kvp @@ -39,7 +39,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} {{GameMode}} +set net_port {{$ServerPort}} +set net_ip {{$ApplicationIPBinding}} +set rcon_password "{{$RemoteAdminPassword}}" {{$FormattedArgs}} {{MapMode}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"202970","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win32","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"SteamAppId":"202970","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win32","WINEDEBUG":"-all"} App.CommandLineParameterFormat=+set {0} "{1}" App.CommandLineParameterDelimiter= App.ExitMethod=String diff --git a/call-of-dutybo2updates.json b/call-of-dutybo2updates.json index be0e1671c..b56d75ed1 100644 --- a/call-of-dutybo2updates.json +++ b/call-of-dutybo2updates.json @@ -103,7 +103,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win32 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win32 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false }, { @@ -111,7 +111,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"cd call-of-dutybo2 && wget -q -N https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks && chmod +x winetricks; export WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\"; export WINEARCH=win32; export XDG_RUNTIME_DIR=/tmp; ./winetricks sound=disabled > winescript_log.txt 2>&1\"", + "UpdateSourceArgs": "-c \"cd call-of-dutybo2 && wget -q -N https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks && chmod +x winetricks; export WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\"; export WINEARCH=win32; ./winetricks sound=disabled > winescript_log.txt 2>&1\"", "SkipOnFailure": true } ] \ No newline at end of file diff --git a/call-of-dutymw2.kvp b/call-of-dutymw2.kvp index ffb2aa6f9..d677d5a41 100644 --- a/call-of-dutymw2.kvp +++ b/call-of-dutymw2.kvp @@ -38,7 +38,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} -console -dedicated -stdout +set fs_game "{{fs_game}}" +set net_port "{{$GamePort}}" +set net_ip "{{$ApplicationIPBinding}}" +set rcon_password "{{$RemoteAdminPassword}}" +exec "server.cfg" +set party_enable "0" {{$FormattedArgs}} +map_rotate App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"10190","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win32","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"SteamAppId":"10190","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win32","WINEDEBUG":"-all"} App.CommandLineParameterFormat=+set {0} "{1}" App.CommandLineParameterDelimiter= App.ExitMethod=String diff --git a/call-of-dutymw2updates.json b/call-of-dutymw2updates.json index 4b6ed318d..4bf294193 100644 --- a/call-of-dutymw2updates.json +++ b/call-of-dutymw2updates.json @@ -49,7 +49,6 @@ "UpdateSourceArgs": "-NoProfile -Command \"Set-Location -Path '{{$FullBaseDir}}'; & ./iw4x-launcher.exe --update --skip-self-update --force --path=\\\"{{$FullBaseDir}}\\\"\"", "SkipOnFailure": false }, - { "UpdateStageName": "Client Installation", "UpdateSourcePlatform": "Linux", @@ -73,7 +72,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win32 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win32 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false }, { @@ -81,7 +80,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"cd call-of-dutymw2 && [[ -f winetricks ]] && rm -f winetricks; wget -q https://raw.githubusercontent.com/Winetricks/winetricks/refs/tags/20260125/src/winetricks && chmod +x winetricks; export WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\"; export WINEARCH=win32; export XDG_RUNTIME_DIR=/tmp; ./winetricks sound=disabled > winescript_log.txt 2>&1\"", + "UpdateSourceArgs": "-c \"cd call-of-dutymw2 && [[ -f winetricks ]] && rm -f winetricks; wget -q https://raw.githubusercontent.com/Winetricks/winetricks/refs/tags/20260125/src/winetricks && chmod +x winetricks; export WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\"; export WINEARCH=win32; ./winetricks sound=disabled > winescript_log.txt 2>&1\"", "SkipOnFailure": true } ] \ No newline at end of file diff --git a/call-of-dutymw3-plutonium.kvp b/call-of-dutymw3-plutonium.kvp index 3aa05cdba..b1ac427a2 100644 --- a/call-of-dutymw3-plutonium.kvp +++ b/call-of-dutymw3-plutonium.kvp @@ -39,7 +39,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} iw5mp "{{$FullBaseDir}}IW5" -dedicated +set key {{ServerKey}} +set fs_game "{{fs_game}}" +set sv_config server.cfg +net_port {{$ServerPort}} +rcon_password "{{$RemoteAdminPassword}}" {{$FormattedArgs}} +start_map_rotate App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"42690","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win32","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"SteamAppId":"42690","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win32","WINEDEBUG":"-all"} App.CommandLineParameterFormat=+{0} "{1}" App.CommandLineParameterDelimiter= App.ExitMethod=String diff --git a/call-of-dutymw3-plutoniumupdates.json b/call-of-dutymw3-plutoniumupdates.json index c84a75100..8e1f89787 100644 --- a/call-of-dutymw3-plutoniumupdates.json +++ b/call-of-dutymw3-plutoniumupdates.json @@ -129,7 +129,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win32 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win32 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false }, { @@ -137,7 +137,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"cd call-of-dutymw3 && wget -q -N https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks && chmod +x winetricks; export WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\"; export WINEARCH=win32; export XDG_RUNTIME_DIR=/tmp; ./winetricks sound=disabled > winescript_log.txt 2>&1\"", + "UpdateSourceArgs": "-c \"cd call-of-dutymw3 && wget -q -N https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks && chmod +x winetricks; export WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\"; export WINEARCH=win32; ./winetricks sound=disabled > winescript_log.txt 2>&1\"", "SkipOnFailure": true } ] \ No newline at end of file diff --git a/call-of-dutymw3.kvp b/call-of-dutymw3.kvp index 66b407094..182804561 100644 --- a/call-of-dutymw3.kvp +++ b/call-of-dutymw3.kvp @@ -31,7 +31,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} +set sv_config "server.cfg" +set net_queryPort {{$OpenGamePort}} +set net_port {{$SecureGamePort}} +set net_authPort {{$AuthPort}} +set net_masterServerPort {{$MasterServerPort}} +start_map_rotate {{$FormattedArgs}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"42690","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win32","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"42690","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win32","WINEDEBUG":"-all"} App.CommandLineParameterFormat=+set {0} "{1}" App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/call-of-dutymw3updates.json b/call-of-dutymw3updates.json index 615a019aa..daa9a5254 100644 --- a/call-of-dutymw3updates.json +++ b/call-of-dutymw3updates.json @@ -13,7 +13,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win32 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win32 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/call-of-dutywaw.kvp b/call-of-dutywaw.kvp index 0d2a028e5..72d522ec6 100644 --- a/call-of-dutywaw.kvp +++ b/call-of-dutywaw.kvp @@ -39,7 +39,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} {{GameMode}} +set net_port {{$ServerPort}} +set net_ip {{$ApplicationIPBinding}} +set rcon_password "{{$RemoteAdminPassword}}" {{$FormattedArgs}} {{MapMode}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"10090","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win32","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"SteamAppId":"10090","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win32","WINEDEBUG":"-all"} App.CommandLineParameterFormat=+set {0} "{1}" App.CommandLineParameterDelimiter= App.ExitMethod=String diff --git a/call-of-dutywawupdates.json b/call-of-dutywawupdates.json index eaa615d00..775ab4604 100644 --- a/call-of-dutywawupdates.json +++ b/call-of-dutywawupdates.json @@ -82,7 +82,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win32 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win32 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false }, { @@ -90,7 +90,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"cd call-of-dutywaw && wget -q -N https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks && chmod +x winetricks; export WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\"; export WINEARCH=win32; export XDG_RUNTIME_DIR=/tmp; ./winetricks sound=disabled > winescript_log.txt 2>&1\"", + "UpdateSourceArgs": "-c \"cd call-of-dutywaw && wget -q -N https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks && chmod +x winetricks; export WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\"; export WINEARCH=win32; ./winetricks sound=disabled > winescript_log.txt 2>&1\"", "SkipOnFailure": true } ] \ No newline at end of file diff --git a/carrier-command2.kvp b/carrier-command2.kvp index 8102f1ab3..5e746b79e 100644 --- a/carrier-command2.kvp +++ b/carrier-command2.kvp @@ -38,7 +38,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} {{$FormattedArgs}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"1489630","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win32","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"1489630","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win32","WINEDEBUG":"-all"} App.CommandLineParameterFormat=-{0} "{1}" App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/carrier-command2updates.json b/carrier-command2updates.json index c3eff585f..4349b66cc 100644 --- a/carrier-command2updates.json +++ b/carrier-command2updates.json @@ -39,7 +39,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win32 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win32 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/chivalry-medieval-warfare.kvp b/chivalry-medieval-warfare.kvp index 55b2c7439..523222a01 100644 --- a/chivalry-medieval-warfare.kvp +++ b/chivalry-medieval-warfare.kvp @@ -39,7 +39,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} {{Map}}?steamsockets{{modname}}{{CustomOptions}} -Port={{$GamePort}} -AuthPort={{$AuthPort}} -QueryPort={{$QueryPort}} -MultiHome={{$ApplicationIPBinding}} -MaxPlayers={{$MaxUsers}} {{sdkfileid}} -log=gameservers.log -seekfreeloadingserver App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"219640","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"SteamAppId":"219640","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat=-{0}={1} App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/chivalry-medieval-warfareupdates.json b/chivalry-medieval-warfareupdates.json index 6e2bccb16..02a047907 100644 --- a/chivalry-medieval-warfareupdates.json +++ b/chivalry-medieval-warfareupdates.json @@ -30,7 +30,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/conan-exiles.kvp b/conan-exiles.kvp index 6113e5a49..55aa58153 100644 --- a/conan-exiles.kvp +++ b/conan-exiles.kvp @@ -34,7 +34,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} {{Map}} -stdout -FullStdOutLogOutput -Port={{$ApplicationPort1}} -QueryPort={{$ApplicationPort3}} -RconPort={{$RemoteAdminPort}} -RconEnabled=1 -RconPassword="{{$RemoteAdminPassword}}" -MaxPlayers={{$MaxUsers}} {{$FormattedArgs}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"440900","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"440900","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat=-{0}="{1}" App.CommandLineParameterDelimiter= App.ExitMethod=String diff --git a/conan-exilesupdates.json b/conan-exilesupdates.json index 8dfd60dec..ea62822fd 100644 --- a/conan-exilesupdates.json +++ b/conan-exilesupdates.json @@ -21,7 +21,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/cubic-odyssey.kvp b/cubic-odyssey.kvp index b02762645..63b5a239e 100644 --- a/cubic-odyssey.kvp +++ b/cubic-odyssey.kvp @@ -39,7 +39,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} -Gamemode={{Gamemode}} -MaxNumPlayers={{$MaxUsers}} {{$FormattedArgs}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"3400000","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"SteamAppId":"3400000","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat=-{0}={1} App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/cubic-odysseyupdates.json b/cubic-odysseyupdates.json index e78899c8a..4bbacfcfb 100644 --- a/cubic-odysseyupdates.json +++ b/cubic-odysseyupdates.json @@ -22,7 +22,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/deadmatter.kvp b/deadmatter.kvp index 9cbb1ed20..defa5b7ec 100644 --- a/deadmatter.kvp +++ b/deadmatter.kvp @@ -36,7 +36,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} DeadMatter -stdout -FullStdOutLogOutput -Port={{$GamePort}} -QueryPort={{$QueryPort}} {{$FormattedArgs}} {{hardcore}}{{heartbeat}}{{EnableVehiclesOnDedicated}}-Wait App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"2184150","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"SteamAppId":"2184150","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat=-{0}="{1}" App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/deadmatterupdates.json b/deadmatterupdates.json index 5d0757e63..ccf810f0e 100644 --- a/deadmatterupdates.json +++ b/deadmatterupdates.json @@ -41,7 +41,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/deadpoly.kvp b/deadpoly.kvp index 83048653d..d97ad9549 100644 --- a/deadpoly.kvp +++ b/deadpoly.kvp @@ -39,7 +39,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} DeadPoly -Port={{$GamePort}} {{$FormattedArgs}} -stdout -FullStdOutLogOutput -nosteam App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"1621070","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"1621070","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat=-{0}={1} App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/deadpolyupdates.json b/deadpolyupdates.json index f43b996a8..0ce89da01 100644 --- a/deadpolyupdates.json +++ b/deadpolyupdates.json @@ -47,7 +47,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/empyrion-galactic-survival.kvp b/empyrion-galactic-survival.kvp index 4b9464472..117be221c 100644 --- a/empyrion-galactic-survival.kvp +++ b/empyrion-galactic-survival.kvp @@ -29,7 +29,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} -batchmode -nographics -dedicated empyriondedicated.yaml -logFile - App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"./linux64:%LD_LIBRARY_PATH%","SteamAppId":"383120","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"./linux64:%LD_LIBRARY_PATH%","SteamAppId":"383120","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat=-{0} "{1}" App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/empyrion-galactic-survivalupdates.json b/empyrion-galactic-survivalupdates.json index d0594bc52..ce6d10c27 100644 --- a/empyrion-galactic-survivalupdates.json +++ b/empyrion-galactic-survivalupdates.json @@ -33,7 +33,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/enshrouded.kvp b/enshrouded.kvp index ac1f11f93..9d8bb077c 100644 --- a/enshrouded.kvp +++ b/enshrouded.kvp @@ -39,7 +39,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} {{$FormattedArgs}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullRootDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"1203620","STEAM_COMPAT_DATA_PATH":"{{$FullRootDir}}.proton/compatdata","STEAM_COMPAT_CLIENT_INSTALL_PATH":"{{$FullBaseDir}}.steam/steam","HOME":"{{$FullBaseDir}}","XDG_RUNTIME_DIR":"/tmp","WINEDLLOVERRIDES":"dbghelp=n,b"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullRootDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"1203620","STEAM_COMPAT_DATA_PATH":"{{$FullRootDir}}.proton/compatdata","STEAM_COMPAT_CLIENT_INSTALL_PATH":"{{$FullBaseDir}}.steam/steam","HOME":"{{$FullBaseDir}}","WINEDLLOVERRIDES":"dbghelp=n,b"} App.CommandLineParameterFormat=-{0}={1} App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/eye-dc.kvp b/eye-dc.kvp index 6d7884007..12e69607a 100644 --- a/eye-dc.kvp +++ b/eye-dc.kvp @@ -38,7 +38,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} -game EYE -console -usercon -nobreakpad -port {{$ServerPort}} -ip {{$ApplicationIPBinding}} -insecure {{nohltv}}{{CustomParameters}} {{CustomConVars}} +tv_port {{$SourceTVPort}} +clientport {{$ClientPort}} +sv_logfile 1 {{$FormattedArgs}} +log on App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"91700","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win32","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"SteamAppId":"91700","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win32","WINEDEBUG":"-all"} App.CommandLineParameterFormat=+{0} {1} App.CommandLineParameterDelimiter= App.ExitMethod=String diff --git a/eye-dcupdates.json b/eye-dcupdates.json index 3a0ad9981..1a3a4d50a 100644 --- a/eye-dcupdates.json +++ b/eye-dcupdates.json @@ -33,7 +33,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win32 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win32 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/foundry.kvp b/foundry.kvp index 362f607e4..1071c5587 100644 --- a/foundry.kvp +++ b/foundry.kvp @@ -38,7 +38,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} {{$FormattedArgs}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"983870","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"SteamAppId":"983870","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat=-{0}={1} App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/foundryupdates.json b/foundryupdates.json index 75618891e..290b8a087 100644 --- a/foundryupdates.json +++ b/foundryupdates.json @@ -21,7 +21,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false }, { @@ -29,7 +29,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"cd foundry && [[ -f winetricks ]] && rm -f winetricks; wget -q https://raw.githubusercontent.com/Winetricks/winetricks/refs/tags/20260125/src/winetricks && chmod +x winetricks; export WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\"; export WINEARCH=win64; export XDG_RUNTIME_DIR=/tmp; ./winetricks sound=disabled > winescript_log.txt 2>&1\"", + "UpdateSourceArgs": "-c \"cd foundry && [[ -f winetricks ]] && rm -f winetricks; wget -q https://raw.githubusercontent.com/Winetricks/winetricks/refs/tags/20260125/src/winetricks && chmod +x winetricks; export WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\"; export WINEARCH=win64; ./winetricks sound=disabled > winescript_log.txt 2>&1\"", "SkipOnFailure": true } ] \ No newline at end of file diff --git a/ground-branch.kvp b/ground-branch.kvp index 40d55c8ca..aa24d3010 100644 --- a/ground-branch.kvp +++ b/ground-branch.kvp @@ -37,7 +37,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} {{ServerMap}}?Mission={{ServerMission}}?{{$FormattedArgs}}{{CustomServerArgs}} QueryPort={{$QueryPort}} MultiHome={{$ApplicationIPBinding}} -nohomedir -stdout -FullStdOutLogOutput App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"16900","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"SteamAppId":"16900","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat={0}={1} App.CommandLineParameterDelimiter=? App.ExitMethod=OS_CLOSE diff --git a/ground-branchupdates.json b/ground-branchupdates.json index fcc684e99..df280f67b 100644 --- a/ground-branchupdates.json +++ b/ground-branchupdates.json @@ -57,7 +57,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/icarus.kvp b/icarus.kvp index 9d4c32a14..97859109f 100644 --- a/icarus.kvp +++ b/icarus.kvp @@ -30,7 +30,7 @@ App.WindowsCommandLineArgs=Icarus App.CommandLineArgs={{$PlatformArgs}} -Port={{$GamePort}} -QueryPort={{$QueryPort}} {{StartupMode}}{{$FormattedArgs}} -log=Icarus.log App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"1149460","STEAM_COMPAT_DATA_PATH":"{{$FullRootDir}}.proton/compatdata","STEAM_COMPAT_CLIENT_INSTALL_PATH":"{{$FullBaseDir}}.steam/steam","HOME":"{{$FullBaseDir}}","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"1149460","STEAM_COMPAT_DATA_PATH":"{{$FullRootDir}}.proton/compatdata","STEAM_COMPAT_CLIENT_INSTALL_PATH":"{{$FullBaseDir}}.steam/steam","HOME":"{{$FullBaseDir}}"} App.CommandLineParameterFormat=-{0}="{1}" App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/longvinter-wine.kvp b/longvinter-wine.kvp index 003c5fc1f..d4261bdb4 100644 --- a/longvinter-wine.kvp +++ b/longvinter-wine.kvp @@ -31,7 +31,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} -Port={{$GamePort}} {{$FormattedArgs}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp","SteamAppId":"1635450"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","SteamAppId":"1635450"} App.CommandLineParameterFormat=-{0}={1} App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/longvinter-wineupdates.json b/longvinter-wineupdates.json index 30c51fabf..23e05f7d0 100644 --- a/longvinter-wineupdates.json +++ b/longvinter-wineupdates.json @@ -31,7 +31,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/lotr-moria.kvp b/lotr-moria.kvp index 5c5d261eb..5179349f2 100644 --- a/lotr-moria.kvp +++ b/lotr-moria.kvp @@ -38,7 +38,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} Moria -log App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"2933130","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"SteamAppId":"2933130","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat=-{0}="{1}" App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/lotr-moriaupdates.json b/lotr-moriaupdates.json index 5bdf2ce19..233a0d2a5 100644 --- a/lotr-moriaupdates.json +++ b/lotr-moriaupdates.json @@ -31,7 +31,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/mxbikes.kvp b/mxbikes.kvp index 5eda453cf..5249d8ce6 100644 --- a/mxbikes.kvp +++ b/mxbikes.kvp @@ -37,7 +37,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} -dedicated {{$GamePort}} -set params dedicated.ini {{$FormattedArgs}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"655500","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"SteamAppId":"655500","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat={0}={1} App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/mxbikesupdates.json b/mxbikesupdates.json index c697092a5..af594ba40 100644 --- a/mxbikesupdates.json +++ b/mxbikesupdates.json @@ -136,7 +136,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/myth-of-empires.kvp b/myth-of-empires.kvp index 7914ac84c..0fcb71c39 100644 --- a/myth-of-empires.kvp +++ b/myth-of-empires.kvp @@ -38,7 +38,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} MOE {{Map}} -game -server -DataLocalFile -NotCheckServerSteamAuth -stdout -FullStdOutLogOutput log={{ServerListId}}.log -LOCALLOGTIMES -PrivateServer -Port={{$GamePort}} -QueryPort={{$QueryPort}} -ShutDownServicePort={{$RCONPort}} -bStartShutDownServiceInPrivateServer=true -MultiHome={{$ApplicationIPBinding}} -ShutDownServiceIP={{$ApplicationIPBinding}} -OutAddress={{OutAddress}} -SessionName="{{SessionName}}" -SteamServerName="{{SessionName}}" -ShutDownServiceKey="{{$RemoteAdminPassword}}" -pakdir="{{$FullBaseDir}}MOE/{{ServerListId}}Mods" {{UseACE}}{{ForceSteamNet}}{{$FormattedArgs}} {{CustomArgs}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"1371580","STEAM_COMPAT_DATA_PATH":"{{$FullRootDir}}.proton/compatdata","STEAM_COMPAT_CLIENT_INSTALL_PATH":"{{$FullBaseDir}}.steam/steam","HOME":"{{$FullBaseDir}}","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"SteamAppId":"1371580","STEAM_COMPAT_DATA_PATH":"{{$FullRootDir}}.proton/compatdata","STEAM_COMPAT_CLIENT_INSTALL_PATH":"{{$FullBaseDir}}.steam/steam","HOME":"{{$FullBaseDir}}"} App.CommandLineParameterFormat=-{0}="{1}" App.CommandLineParameterDelimiter= App.ExitMethod=String diff --git a/night-of-the-dead.kvp b/night-of-the-dead.kvp index f641968ce..ad46fb7e3 100644 --- a/night-of-the-dead.kvp +++ b/night-of-the-dead.kvp @@ -39,7 +39,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} ?listen -Port={{$GamePort}} -QueryPort={{$QueryPort}} -MultiHome={{$ApplicationIPBinding}} {{DisableAntiCheat}}{{$FormattedArgs}} -stdout -FullStdOutLogOutput -CRASHREPORTS App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"1377380","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"1377380","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat=-{0}="{1}" App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/night-of-the-deadupdates.json b/night-of-the-deadupdates.json index 104dac40a..4f4ee0c39 100644 --- a/night-of-the-deadupdates.json +++ b/night-of-the-deadupdates.json @@ -38,7 +38,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/no-one-survived.kvp b/no-one-survived.kvp index e89ecbd57..0fdd2f190 100644 --- a/no-one-survived.kvp +++ b/no-one-survived.kvp @@ -36,7 +36,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} WRSH -server -stdout -FullStdOutLogOutput -Port={{$GamePort}} -QueryPort={{$QueryPort}} -MultiHome={{$ApplicationIPBinding}} {{$FormattedArgs}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"1963370","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"1963370","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat=-{0}={1} App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/no-one-survivedupdates.json b/no-one-survivedupdates.json index a7fa81300..bb4761f3c 100644 --- a/no-one-survivedupdates.json +++ b/no-one-survivedupdates.json @@ -13,7 +13,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/palworld-modded.kvp b/palworld-modded.kvp index cccfdbd72..739be993d 100644 --- a/palworld-modded.kvp +++ b/palworld-modded.kvp @@ -39,7 +39,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} Pal {{CommunityServer}}-Port={{$GamePort}} -QueryPort={{$QueryPort}} -RCONPort={{$RCONPort}} -MultiHome={{$ApplicationIPBinding}} -publicport={{PublicPort}} -publicip={{PublicIP}} -players={{$MaxUsers}} {{MultiThread}}{{$FormattedArgs}} {{CustomArgs}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"1623730","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","WINEDLLOVERRIDES":"d3d9,dwmapi.dll=n,b","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"1623730","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","WINEDLLOVERRIDES":"d3d9,dwmapi.dll=n,b"} App.CommandLineParameterFormat=-{0}={1} App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/palworld-moddedupdates.json b/palworld-moddedupdates.json index 07ba14f52..146f842f0 100644 --- a/palworld-moddedupdates.json +++ b/palworld-moddedupdates.json @@ -54,7 +54,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false }, { diff --git a/pixark.kvp b/pixark.kvp index c51df3f16..7d467472e 100644 --- a/pixark.kvp +++ b/pixark.kvp @@ -38,7 +38,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} {{Map}}?listen?DelayRegisterServer=True?bRawSockets=True?Port={{$GamePort}}?QueryPort={{$QueryPort}}?RCONEnabled=True?RCONPort={{$RCONPort}}?SessionName="{{SessionName}}"?MultiHome={{$ApplicationIPBinding}}?{{$FormattedArgs}}?ServerAdminPassword={{$RemoteAdminPassword}}{{CustomOptions}} -Seed={{Seed}} -CULTUREFORCOOKING=en -NoBattlEye -CubePort={{$CubePort}} -cubeworld={{cubeworld}} -nosteamclient -NoHangDetection {{NoTransferFromFiltering}}-ClusterDirOverride="{{ClusterDirOverride}}" -clusterid={{clusterid}} -server {{CustomFlags}} -gameplaylogging -log App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"593600","STEAM_COMPAT_DATA_PATH":"{{$FullRootDir}}.proton/compatdata","STEAM_COMPAT_CLIENT_INSTALL_PATH":"{{$FullBaseDir}}.steam/steam","HOME":"{{$FullBaseDir}}","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"SteamAppId":"593600","STEAM_COMPAT_DATA_PATH":"{{$FullRootDir}}.proton/compatdata","STEAM_COMPAT_CLIENT_INSTALL_PATH":"{{$FullBaseDir}}.steam/steam","HOME":"{{$FullBaseDir}}"} App.CommandLineParameterFormat={0}={1} App.CommandLineParameterDelimiter=? App.ExitMethod=String diff --git a/portal-knights.kvp b/portal-knights.kvp index 3babcc09f..ee2830bfd 100644 --- a/portal-knights.kvp +++ b/portal-knights.kvp @@ -30,7 +30,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} -config "{{$FullBaseDir}}server_config.json" -log Server.log App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"./linux64:%LD_LIBRARY_PATH%","SteamAppId":"374040","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"./linux64:%LD_LIBRARY_PATH%","SteamAppId":"374040","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat=-{0} {1} App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/portal-knightsupdates.json b/portal-knightsupdates.json index 93f047a32..2f524396e 100644 --- a/portal-knightsupdates.json +++ b/portal-knightsupdates.json @@ -39,7 +39,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/reign-of-kings.kvp b/reign-of-kings.kvp index 3852a746c..6447febd0 100644 --- a/reign-of-kings.kvp +++ b/reign-of-kings.kvp @@ -39,7 +39,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} -batchmode -nographics -silent-crashes {{$FormattedArgs}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"344760","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"344760","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat=-{0}={1} App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/reign-of-kingsupdates.json b/reign-of-kingsupdates.json index 80eeddbc6..243cd273f 100644 --- a/reign-of-kingsupdates.json +++ b/reign-of-kingsupdates.json @@ -64,7 +64,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init --update\"", + "UpdateSourceArgs": "-c \"WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init --update\"", "SkipOnFailure": false }, { @@ -72,7 +72,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"cd rok && [[ -f winetricks ]] && rm -f winetricks; wget -q https://raw.githubusercontent.com/Winetricks/winetricks/refs/tags/20260125/src/winetricks && chmod +x winetricks; wget -q -N https://dl.winehq.org/wine/wine-mono/8.1.0/wine-mono-8.1.0-x86.msi; export WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\"; export WINEARCH=win64; export XDG_RUNTIME_DIR=/tmp; /usr/bin/wine msiexec /i wine-mono-8.1.0-x86.msi /qn /quiet /norestart /log $WINEPREFIX/mono_install.log\"", + "UpdateSourceArgs": "-c \"cd rok && [[ -f winetricks ]] && rm -f winetricks; wget -q https://raw.githubusercontent.com/Winetricks/winetricks/refs/tags/20260125/src/winetricks && chmod +x winetricks; wget -q -N https://dl.winehq.org/wine/wine-mono/8.1.0/wine-mono-8.1.0-x86.msi; export WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\"; export WINEARCH=win64; /usr/bin/wine msiexec /i wine-mono-8.1.0-x86.msi /qn /quiet /norestart /log $WINEPREFIX/mono_install.log\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/rising-storm2-vietnam.kvp b/rising-storm2-vietnam.kvp index 65730b6f9..f57d6ef18 100644 --- a/rising-storm2-vietnam.kvp +++ b/rising-storm2-vietnam.kvp @@ -37,7 +37,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} {{ServerMap}}?AdminName={{AdminName}}?AdminPassword={{AdminPassword}}?MaxPlayers={{$MaxUsers}}?Difficulty={{Difficulty}}?{{$FormattedArgs}}{{CustomServerOptions}} -Port={{$GamePort}} -QueryPort={{$QueryPort}} -WebAdminPort={{$WebAdminPort}} -MultiHome={{$ApplicationIPBinding}} {{CustomServerSwitches}} -stdout -FullStdOutLogOutput App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"418460","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"SteamAppId":"418460","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat={0}={1} App.CommandLineParameterDelimiter=? App.ExitMethod=OS_CLOSE diff --git a/rising-storm2-vietnamupdates.json b/rising-storm2-vietnamupdates.json index 15fbf5139..8588b2ec5 100644 --- a/rising-storm2-vietnamupdates.json +++ b/rising-storm2-vietnamupdates.json @@ -23,7 +23,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/risk-of-rain-2.kvp b/risk-of-rain-2.kvp index 1cad1044e..a534c48b4 100644 --- a/risk-of-rain-2.kvp +++ b/risk-of-rain-2.kvp @@ -29,7 +29,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullRootDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"{{$SteamAppID}}","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDLLOVERRIDES":"winhttp=n,b","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullRootDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"{{$SteamAppID}}","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDLLOVERRIDES":"winhttp=n,b","WINEDEBUG":"-all"} App.CommandLineParameterFormat=+{0} {1} App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/risk-of-rain-2updates.json b/risk-of-rain-2updates.json index b25cc086b..3ccbd9be3 100644 --- a/risk-of-rain-2updates.json +++ b/risk-of-rain-2updates.json @@ -85,7 +85,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/scum.kvp b/scum.kvp index 614eed256..d3152ec03 100644 --- a/scum.kvp +++ b/scum.kvp @@ -39,7 +39,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} SCUM -Port={{$ServerPort}} -QueryPort={{$QueryPort}} -MaxPlayers={{$MaxUsers}} {{nobattleye}}{{$FormattedArgs}} {{CustomArgs}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"513710","STEAM_COMPAT_DATA_PATH":"{{$FullRootDir}}.proton/compatdata","STEAM_COMPAT_CLIENT_INSTALL_PATH":"{{$FullBaseDir}}.steam/steam","HOME":"{{$FullBaseDir}}","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"SteamAppId":"513710","STEAM_COMPAT_DATA_PATH":"{{$FullRootDir}}.proton/compatdata","STEAM_COMPAT_CLIENT_INSTALL_PATH":"{{$FullBaseDir}}.steam/steam","HOME":"{{$FullBaseDir}}"} App.CommandLineParameterFormat=-{0}={1} App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/scumupdates.json b/scumupdates.json index 58b2b3f08..e0e1cba0f 100644 --- a/scumupdates.json +++ b/scumupdates.json @@ -21,7 +21,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"cd scum && export PATH=\\\"{{$FullRootDir}}.proton/files/bin:$PATH\\\"; export WINEPREFIX=\\\"{{$FullRootDir}}.proton/compatdata/pfx\\\"; export WINEARCH=win64; export XDG_RUNTIME_DIR=/tmp; ./.proton/protonfixes/winetricks sound=disabled > winescript_log.txt 2>&1\"", + "UpdateSourceArgs": "-c \"cd scum && export PATH=\\\"{{$FullRootDir}}.proton/files/bin:$PATH\\\"; export WINEPREFIX=\\\"{{$FullRootDir}}.proton/compatdata/pfx\\\"; export WINEARCH=win64; ./.proton/protonfixes/winetricks sound=disabled > winescript_log.txt 2>&1\"", "SkipOnFailure": true }, { diff --git a/skyrim-together-reborn.kvp b/skyrim-together-reborn.kvp index 046d7f008..4f1c53dd3 100644 --- a/skyrim-together-reborn.kvp +++ b/skyrim-together-reborn.kvp @@ -38,7 +38,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} {{$FormattedArgs}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"489830","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"489830","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat=+{0} {1} App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/skyrim-together-rebornupdates.json b/skyrim-together-rebornupdates.json index 614dffee9..0c97dc346 100644 --- a/skyrim-together-rebornupdates.json +++ b/skyrim-together-rebornupdates.json @@ -32,7 +32,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/sons-of-the-forest.kvp b/sons-of-the-forest.kvp index e080d49ef..38f62b7c6 100644 --- a/sons-of-the-forest.kvp +++ b/sons-of-the-forest.kvp @@ -31,7 +31,7 @@ App.LinuxCommandLineArgs=-a wine "./SonsOfTheForestDS.exe" App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} -dedicatedserver.IpAddress "{{$ApplicationIPBinding}}" -dedicatedserver.GamePort "{{$GamePort}}" -dedicatedserver.QueryPort "{{$SteamQueryPort}}" -dedicatedserver.BlobSyncPort "{{$BlobSyncPort}}" -userdatapath "{{$FullBaseDir}}saves" {{$FormattedArgs}} App.UseLinuxIOREDIR=False -App.EnvironmentVariables={"LD_LIBRARY_PATH":"./linux64:%LD_LIBRARY_PATH%","SteamAppId":"1326470","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"./linux64:%LD_LIBRARY_PATH%","SteamAppId":"1326470","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat=-{0} "{1}" App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/sons-of-the-forestupdates.json b/sons-of-the-forestupdates.json index a81353d83..2bd9a7ab6 100644 --- a/sons-of-the-forestupdates.json +++ b/sons-of-the-forestupdates.json @@ -31,7 +31,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/space-engineers-generic.kvp b/space-engineers-generic.kvp index ca919fce4..adddee7c8 100644 --- a/space-engineers-generic.kvp +++ b/space-engineers-generic.kvp @@ -37,7 +37,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} -noconsole -path "{{$FullBaseDir}}servers" {{$FormattedArgs}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"./linux64:%LD_LIBRARY_PATH%","SteamAppId":"244850","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","WINEDLLOVERRIDES":"mscoree=n,b;mshtml=n,b","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"./linux64:%LD_LIBRARY_PATH%","SteamAppId":"244850","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","WINEDLLOVERRIDES":"mscoree=n,b;mshtml=n,b"} App.CommandLineParameterFormat=-{0} "{1}" App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/space-engineers-genericupdates.json b/space-engineers-genericupdates.json index 694d552a3..4920ae1f1 100644 --- a/space-engineers-genericupdates.json +++ b/space-engineers-genericupdates.json @@ -59,7 +59,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all WINEDLLOVERRIDES=\\\"mscoree,mshtml=\\\" XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init --update\"", + "UpdateSourceArgs": "-c \"WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all WINEDLLOVERRIDES=\\\"mscoree,mshtml=\\\" /usr/bin/wineboot --init --update\"", "SkipOnFailure": false }, { diff --git a/space-engineers-genericwinescript.sh b/space-engineers-genericwinescript.sh index db5e6aa4d..be1bbace7 100644 --- a/space-engineers-genericwinescript.sh +++ b/space-engineers-genericwinescript.sh @@ -17,7 +17,6 @@ export WINEDLLOVERRIDES="mscoree,mshtml=" export WINEARCH=win64 export WINEDEBUG=fixme-all export DISPLAY=:$DPY_NUM -export XDG_RUNTIME_DIR=/tmp [[ -f winetricks ]] && rm -f winetricks wget -q https://raw.githubusercontent.com/Winetricks/winetricks/refs/tags/20260125/src/winetricks diff --git a/space-engineers-torch.kvp b/space-engineers-torch.kvp index c10029e1b..0934a737e 100644 --- a/space-engineers-torch.kvp +++ b/space-engineers-torch.kvp @@ -39,7 +39,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} -instancename Server -instancepath "{{$FullBaseDir}}servers" -noupdate -autostart -nogui -plugins 5c14d8ea-7032-4db1-a2e6-9134ef6cb8d9 {{plugins}} -console {{$FormattedArgs}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"244850","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","WINEDLLOVERRIDES":"mscoree=n,b;mshtml=n,b","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"SteamAppId":"244850","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","WINEDLLOVERRIDES":"mscoree=n,b;mshtml=n,b"} App.CommandLineParameterFormat=-{0} {1} App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/space-engineers-torchupdates.json b/space-engineers-torchupdates.json index c4dff1cc7..49a6e56ec 100644 --- a/space-engineers-torchupdates.json +++ b/space-engineers-torchupdates.json @@ -98,7 +98,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all WINEDLLOVERRIDES=\\\"mscoree,mshtml=\\\" XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init --update\"", + "UpdateSourceArgs": "-c \"WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all WINEDLLOVERRIDES=\\\"mscoree,mshtml=\\\" /usr/bin/wineboot --init --update\"", "SkipOnFailure": false }, { diff --git a/space-engineers-torchwinescript.sh b/space-engineers-torchwinescript.sh index ee5a48e84..0bad15e58 100644 --- a/space-engineers-torchwinescript.sh +++ b/space-engineers-torchwinescript.sh @@ -17,7 +17,6 @@ export WINEDLLOVERRIDES="mscoree,mshtml=" export WINEARCH=win64 export WINEDEBUG=fixme-all export DISPLAY=:$DPY_NUM -export XDG_RUNTIME_DIR=/tmp [[ -f winetricks ]] && rm -f winetricks wget -q https://raw.githubusercontent.com/Winetricks/winetricks/refs/tags/20260125/src/winetricks diff --git a/star-rupture.kvp b/star-rupture.kvp index eff8a5494..205de31e5 100644 --- a/star-rupture.kvp +++ b/star-rupture.kvp @@ -39,7 +39,8 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} StarRupture -port={{$ServerPort}} {{multihome}}-stdout -FullStdOutLogOutput {{$FormattedArgs}} -RCWebControlDisable -RCWebInterfaceDisable App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"1631270","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","WINEDLLOVERRIDES":"dwmapi=n,b","XDG_RUNTIME_DIR":"/tmp","EOS_OVERRIDE_HOST_IP":"{{EOS_OVERRIDE_HOST_IP}}"} +App.EnvironmentVariables={"SteamAppId":"1631270","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","EOS_OVERRIDE_HOST_IP":"{{EOS_OVERRIDE_HOST_IP}}"} +App.EnvironmentVariables={"SteamAppId":"1631270","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","WINEDLLOVERRIDES":"dwmapi=n,b","EOS_OVERRIDE_HOST_IP":"{{EOS_OVERRIDE_HOST_IP}}"} App.CommandLineParameterFormat=-{0}={1} App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/star-ruptureupdates.json b/star-ruptureupdates.json index 791125049..04943c852 100644 --- a/star-ruptureupdates.json +++ b/star-ruptureupdates.json @@ -43,7 +43,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/stormworks.kvp b/stormworks.kvp index ebf437961..b59123556 100644 --- a/stormworks.kvp +++ b/stormworks.kvp @@ -36,7 +36,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} +server_dir "./" {{$FormattedArgs}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"573090","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"573090","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat=+{0} "{1}" App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/stormworksupdates.json b/stormworksupdates.json index 999413bf4..f2c1df225 100644 --- a/stormworksupdates.json +++ b/stormworksupdates.json @@ -24,7 +24,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init; rm -f \\\"{{$FullRootDir}}.wine/drive_c/windows/syswow64/cmd.exe\\\" >/dev/null 2>&1\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init; rm -f \\\"{{$FullRootDir}}.wine/drive_c/windows/syswow64/cmd.exe\\\" >/dev/null 2>&1\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/subsistence.kvp b/subsistence.kvp index b32711de7..8437d3a1d 100644 --- a/subsistence.kvp +++ b/subsistence.kvp @@ -39,7 +39,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} server coldmap1?steamsockets -Port={{$GamePort}} -ini:UDKEngine:OnlineSubsystemSteamworks.OnlineSubsystemSteamworks.QueryPort={{$QueryPort}} {{$FormattedArgs}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"418030","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"418030","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat=-{0}={1} App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/subsistenceupdates.json b/subsistenceupdates.json index 89f5b8ed8..b91903840 100644 --- a/subsistenceupdates.json +++ b/subsistenceupdates.json @@ -14,7 +14,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init --update\"", + "UpdateSourceArgs": "-c \"WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init --update\"", "SkipOnFailure": false }, { diff --git a/subsistencewinescript.sh b/subsistencewinescript.sh index acb50325e..18554a7c6 100644 --- a/subsistencewinescript.sh +++ b/subsistencewinescript.sh @@ -17,7 +17,6 @@ export WINEDLLOVERRIDES="mscoree,mshtml=" export WINEARCH=win64 export WINEDEBUG=fixme-all export DISPLAY=:$DPY_NUM -export XDG_RUNTIME_DIR=/tmp [[ -f winetricks ]] && rm -f winetricks wget -q https://raw.githubusercontent.com/Winetricks/winetricks/refs/tags/20260125/src/winetricks diff --git a/sunkenland.kvp b/sunkenland.kvp index 060fee085..f5fa311ed 100644 --- a/sunkenland.kvp +++ b/sunkenland.kvp @@ -39,7 +39,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} -nographics -batchmode -logFile "./server.log" -port "{{$ServerPort}}" -publicPort "{{$ServerPort}}" -ip "{{$ApplicationIPBinding}}" {{$FormattedArgs}} {{makeSessionInvisible}}{{CustomArgs}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"2080690","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"SteamAppId":"2080690","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat=-{0} "{1}" App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/sunkenlandupdates.json b/sunkenlandupdates.json index b519079db..aa8514f45 100644 --- a/sunkenlandupdates.json +++ b/sunkenlandupdates.json @@ -14,7 +14,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init --update\"", + "UpdateSourceArgs": "-c \"WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init --update\"", "SkipOnFailure": false }, { diff --git a/swords-n-magic-and-stuff.kvp b/swords-n-magic-and-stuff.kvp index bcba8833f..aa6001890 100644 --- a/swords-n-magic-and-stuff.kvp +++ b/swords-n-magic-and-stuff.kvp @@ -36,7 +36,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} SNM2020 -Port={{$GamePort}} -QueryPort={{$QueryPort}} -stdout -FullStdOutLogOutput App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"810040","SNM_OWNER_STEAM_ID":"{{DedSrv_OwnerSteamID}}","SNM_NAME":"{{DedSrv_Name}}","SNM_PASSWORD":"{{DedSrv_Password}}","SNM_MAX_PLAYERS":"{{$MaxUsers}}","SNM_DAYS_UNTIL_RESET":"{{DedSrv_DaysUntilReset}}","SNM_RESET_TIME_OF_DAY":"{{DedSrv_ResetTimeOfDay}}","SNM_RESET_WARNINGS_IN_MINUTES":"{{DedSrv_ResetWarningsInMinutes}}","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"SteamAppId":"810040","SNM_OWNER_STEAM_ID":"{{DedSrv_OwnerSteamID}}","SNM_NAME":"{{DedSrv_Name}}","SNM_PASSWORD":"{{DedSrv_Password}}","SNM_MAX_PLAYERS":"{{$MaxUsers}}","SNM_DAYS_UNTIL_RESET":"{{DedSrv_DaysUntilReset}}","SNM_RESET_TIME_OF_DAY":"{{DedSrv_ResetTimeOfDay}}","SNM_RESET_WARNINGS_IN_MINUTES":"{{DedSrv_ResetWarningsInMinutes}}","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat=-{0}="{1}" App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/swords-n-magic-and-stuffupdates.json b/swords-n-magic-and-stuffupdates.json index 4b8d12c5c..b47cb5c8b 100644 --- a/swords-n-magic-and-stuffupdates.json +++ b/swords-n-magic-and-stuffupdates.json @@ -14,7 +14,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init --update\"", + "UpdateSourceArgs": "-c \"WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init --update\"", "SkipOnFailure": false }, { diff --git a/swords-n-magic-and-stuffwinescript.sh b/swords-n-magic-and-stuffwinescript.sh index 9bc3fd9ac..7048022b7 100644 --- a/swords-n-magic-and-stuffwinescript.sh +++ b/swords-n-magic-and-stuffwinescript.sh @@ -17,7 +17,6 @@ export WINEDLLOVERRIDES="mscoree,mshtml=" export WINEARCH=win64 export WINEDEBUG=fixme-all export DISPLAY=:$DPY_NUM -export XDG_RUNTIME_DIR=/tmp [[ -f winetricks ]] && rm -f winetricks wget -q https://raw.githubusercontent.com/Winetricks/winetricks/refs/tags/20260125/src/winetricks diff --git a/terratech-worlds.kvp b/terratech-worlds.kvp index caf3cb0b1..a7e41db66 100644 --- a/terratech-worlds.kvp +++ b/terratech-worlds.kvp @@ -38,7 +38,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} TT2 -stdout -FullStdOutLogOutput App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"2313330","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"SteamAppId":"2313330","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat=-{0}="{1}" App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/terratech-worldsupdates.json b/terratech-worldsupdates.json index c38f701e0..2b4040025 100644 --- a/terratech-worldsupdates.json +++ b/terratech-worldsupdates.json @@ -33,7 +33,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all WINEDLLOVERRIDES=\\\"mscoree,mshtml=\\\" XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init --update\"", + "UpdateSourceArgs": "-c \"WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all WINEDLLOVERRIDES=\\\"mscoree,mshtml=\\\" /usr/bin/wineboot --init --update\"", "SkipOnFailure": false }, { diff --git a/terratech-worldswinescript.sh b/terratech-worldswinescript.sh index f46f2cf16..b0c1dc0fb 100644 --- a/terratech-worldswinescript.sh +++ b/terratech-worldswinescript.sh @@ -21,7 +21,6 @@ export WINEDLLOVERRIDES="mscoree,mshtml=" export WINEARCH=win64 export WINEDEBUG=fixme-all export DISPLAY=:$DPY_NUM -export XDG_RUNTIME_DIR=/tmp ./winetricks -q vcrun2022 >> winescript_log.txt 2>&1 rm -rf ~/.cache/winetricks diff --git a/the-forest.kvp b/the-forest.kvp index e56ec79de..05d5c7f8a 100644 --- a/the-forest.kvp +++ b/the-forest.kvp @@ -32,7 +32,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} -showlogs -batchmode -configfilepath the-forestserver.cfg -savefolderpath saves {{$FormattedArgs}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"./linux64:%LD_LIBRARY_PATH%","SteamAppId":"242760","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"./linux64:%LD_LIBRARY_PATH%","SteamAppId":"242760","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat=-{0} "{1}" App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/the-forestupdates.json b/the-forestupdates.json index c3b1bff33..436cf0bde 100644 --- a/the-forestupdates.json +++ b/the-forestupdates.json @@ -21,7 +21,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/theisle-legacy.kvp b/theisle-legacy.kvp index 933becf45..01dee049a 100644 --- a/theisle-legacy.kvp +++ b/theisle-legacy.kvp @@ -27,7 +27,7 @@ App.LinuxCommandLineArgs="./TheIsle/Binaries/Win64/TheIsleServer-Win64-Shipping. App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} TheIsle {{Map}}?game={{GameMode}} -Port={{$ApplicationPort1}} -QueryPort={{$ApplicationPort2}} {{$FormattedArgs}} -stdout -FullStdOutLogOutput App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"376210","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"376210","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat=-{0}={1} App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/theisle-legacyupdates.json b/theisle-legacyupdates.json index 46167e3d1..a20e246d9 100644 --- a/theisle-legacyupdates.json +++ b/theisle-legacyupdates.json @@ -30,7 +30,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/titanfall2.kvp b/titanfall2.kvp index 967e45621..539a392ea 100644 --- a/titanfall2.kvp +++ b/titanfall2.kvp @@ -39,7 +39,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} -dedicated -multiple -profile="{{profile}}" -port {{$ServerPort}} -maxplayersplaylist {{CustomParameters}} +setplaylist {{setplaylist}} +mp_gamemode {{mp_gamemode}} +setplaylistvaroverrides "max_players {{$MaxUsers}} {{CustomPlaylistOverrides}}" {{$FormattedArgs}} +net_compresspackets_minsize 64 +net_compresspackets 1 +spewlog_enable 0 +sv_maxrate 127000 {{CustomConVars}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"1237970","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","NSWRAP_DEBUG":"{{NSWrapDebug}}","NSWRAP_EXTWINE":"1","NSWRAP_RUNTIME":"{{$FullBaseDir}}nswrap","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"SteamAppId":"1237970","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","NSWRAP_DEBUG":"{{NSWrapDebug}}","NSWRAP_EXTWINE":"1","NSWRAP_RUNTIME":"{{$FullBaseDir}}nswrap"} App.CommandLineParameterFormat=+{0} {1} App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/titanfall2updates.json b/titanfall2updates.json index 33c4178b8..d2122d5ab 100644 --- a/titanfall2updates.json +++ b/titanfall2updates.json @@ -78,7 +78,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"unset DISPLAY WAYLAND_DISPLAY; export WINEARCH=win64 WINEDEBUG=-all WINEDLLOVERRIDES=\\\"mscoree,mshtml,winemenubuilder.exe=\\\"; export WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\"; export XDG_RUNTIME_DIR=/tmp; rm -rf $WINEPREFIX; XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init; /usr/bin/wine reg add \\\"HKCU\\Software\\Wine\\\" /v \\\"Version\\\" /t REG_SZ /d \\\"win10\\\" /f >/dev/null; /usr/bin/wine reg add \\\"HKCU\\Software\\Wine\\Drivers\\\" /v \\\"Audio\\\" /t REG_SZ /d \\\"\\\" /f >/dev/null; /usr/bin/wine reg add \\\"HKCU\\Software\\Wine\\WineDbg\\\" /v \\\"ShowCrashDialog\\\" /t REG_DWORD /d 0 /f >/dev/null; /usr/bin/wine reg add \\\"HKCU\\Software\\Wine\\Drivers\\\" /v \\\"Graphics\\\" /t REG_SZ /d \\\"null\\\" /f >/dev/null; /usr/bin/wine reg add \\\"HKCU\\Software\\Wine\\DllOverrides\\\" /v \\\"mscoree\\\" /t REG_SZ /d \\\"\\\" /f >/dev/null; /usr/bin/wine reg add \\\"HKCU\\Software\\Wine\\DllOverrides\\\" /v \\\"mshtml\\\" /t REG_SZ /d \\\"\\\" /f >/dev/null; /usr/bin/wine reg add \\\"HKCU\\Software\\Wine\\DllOverrides\\\" /v \\\"winemenubuilder\\\" /t REG_SZ /d \\\"\\\" /f >/dev/null; /usr/bin/wine reg add \\\"HKCU\\Software\\Wine\\DllOverrides\\\" /v \\\"d3d11\\\" /t REG_SZ /d \\\"native\\\" /f >/dev/null; XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --shutdown --force; /usr/bin/wineboot --kill --force\"", + "UpdateSourceArgs": "-c \"unset DISPLAY WAYLAND_DISPLAY; export WINEARCH=win64 WINEDEBUG=-all WINEDLLOVERRIDES=\\\"mscoree,mshtml,winemenubuilder.exe=\\\"; export WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\"; rm -rf $WINEPREFIX; /usr/bin/wineboot --init; /usr/bin/wine reg add \\\"HKCU\\Software\\Wine\\\" /v \\\"Version\\\" /t REG_SZ /d \\\"win10\\\" /f >/dev/null; /usr/bin/wine reg add \\\"HKCU\\Software\\Wine\\Drivers\\\" /v \\\"Audio\\\" /t REG_SZ /d \\\"\\\" /f >/dev/null; /usr/bin/wine reg add \\\"HKCU\\Software\\Wine\\WineDbg\\\" /v \\\"ShowCrashDialog\\\" /t REG_DWORD /d 0 /f >/dev/null; /usr/bin/wine reg add \\\"HKCU\\Software\\Wine\\Drivers\\\" /v \\\"Graphics\\\" /t REG_SZ /d \\\"null\\\" /f >/dev/null; /usr/bin/wine reg add \\\"HKCU\\Software\\Wine\\DllOverrides\\\" /v \\\"mscoree\\\" /t REG_SZ /d \\\"\\\" /f >/dev/null; /usr/bin/wine reg add \\\"HKCU\\Software\\Wine\\DllOverrides\\\" /v \\\"mshtml\\\" /t REG_SZ /d \\\"\\\" /f >/dev/null; /usr/bin/wine reg add \\\"HKCU\\Software\\Wine\\DllOverrides\\\" /v \\\"winemenubuilder\\\" /t REG_SZ /d \\\"\\\" /f >/dev/null; /usr/bin/wine reg add \\\"HKCU\\Software\\Wine\\DllOverrides\\\" /v \\\"d3d11\\\" /t REG_SZ /d \\\"native\\\" /f >/dev/null; /usr/bin/wineboot --shutdown --force; /usr/bin/wineboot --kill --force\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/v-rising.kvp b/v-rising.kvp index 55be9a824..9d6cf0fc0 100644 --- a/v-rising.kvp +++ b/v-rising.kvp @@ -30,7 +30,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} -persistentDataPath "{{$FullBaseDir}}save-data" -lanMode {{lanMode}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"1604030","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDLLOVERRIDES":"winhttp=n,b","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"1604030","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDLLOVERRIDES":"winhttp=n,b","WINEDEBUG":"-all"} App.CommandLineParameterFormat=-{0} "{1}" App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/v-risingupdates.json b/v-risingupdates.json index c897fb7ae..1721d5826 100644 --- a/v-risingupdates.json +++ b/v-risingupdates.json @@ -91,7 +91,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDLLOVERRIDES=\\\"mscoree,mshtml=\\\" WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDLLOVERRIDES=\\\"mscoree,mshtml=\\\" WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false }, { @@ -99,7 +99,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"cd v-rising && [[ -f winetricks ]] && rm -f winetricks; wget -q https://raw.githubusercontent.com/Winetricks/winetricks/refs/tags/20260125/src/winetricks && chmod +x winetricks; export WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\"; export WINEARCH=win64; export XDG_RUNTIME_DIR=/tmp; ./winetricks sound=disabled > winescript_log.txt 2>&1\"", + "UpdateSourceArgs": "-c \"cd v-rising && [[ -f winetricks ]] && rm -f winetricks; wget -q https://raw.githubusercontent.com/Winetricks/winetricks/refs/tags/20260125/src/winetricks && chmod +x winetricks; export WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\"; export WINEARCH=win64; ./winetricks sound=disabled > winescript_log.txt 2>&1\"", "SkipOnFailure": true }, { diff --git a/v-risingwinescript.sh b/v-risingwinescript.sh index 5f753a985..98ea9e6a8 100644 --- a/v-risingwinescript.sh +++ b/v-risingwinescript.sh @@ -17,7 +17,6 @@ export WINEDLLOVERRIDES="mscoree,mshtml=" export WINEARCH=win64 export WINEDEBUG=fixme-all export DISPLAY=:$DPY_NUM -export XDG_RUNTIME_DIR=/tmp # Get Wine major version WINE_VERSION=$(/usr/bin/wine --version | grep -oP '\d+' | head -1) diff --git a/voyagers-of-nera.kvp b/voyagers-of-nera.kvp index 60179f7d2..04dcc7d12 100644 --- a/voyagers-of-nera.kvp +++ b/voyagers-of-nera.kvp @@ -39,7 +39,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} BoatGame -Port={{$GamePort}} -log=BoatGame.log -LoggingInShippingEnabled=true {{$FormattedArgs}} {{CustomArgs}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"2686630","STEAM_COMPAT_DATA_PATH":"{{$FullRootDir}}.proton/compatdata","STEAM_COMPAT_CLIENT_INSTALL_PATH":"{{$FullBaseDir}}.steam/steam","HOME":"{{$FullBaseDir}}","XDG_RUNTIME_DIR":"/tmp","EOS_OVERRIDE_HOST_IP":"{{EOS_OVERRIDE_HOST_IP}}"} +App.EnvironmentVariables={"SteamAppId":"2686630","STEAM_COMPAT_DATA_PATH":"{{$FullRootDir}}.proton/compatdata","STEAM_COMPAT_CLIENT_INSTALL_PATH":"{{$FullBaseDir}}.steam/steam","HOME":"{{$FullBaseDir}}","EOS_OVERRIDE_HOST_IP":"{{EOS_OVERRIDE_HOST_IP}}"} App.CommandLineParameterFormat=-{0}={1} App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/wolfenstein-et.kvp b/wolfenstein-et.kvp index 489bdd5c6..942e3f749 100644 --- a/wolfenstein-et.kvp +++ b/wolfenstein-et.kvp @@ -38,7 +38,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} +set fs_homepath "{{$FullBaseDir}}" +set net_port {{$ServerPort}} +set net_ip {{$ApplicationIPBinding}} +set rconpassword "{{$RemoteAdminPassword}}" {{$FormattedArgs}} +exec server.cfg App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"1873030","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win32","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"1873030","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win32","WINEDEBUG":"-all"} App.CommandLineParameterFormat=+set {0} "{1}" App.CommandLineParameterDelimiter= App.ExitMethod=String diff --git a/wolfenstein-etupdates.json b/wolfenstein-etupdates.json index 614282ee4..1e23521d5 100644 --- a/wolfenstein-etupdates.json +++ b/wolfenstein-etupdates.json @@ -58,7 +58,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win32 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win32 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file diff --git a/wreckfest.kvp b/wreckfest.kvp index b6efa63ef..e8eb4a9e2 100644 --- a/wreckfest.kvp +++ b/wreckfest.kvp @@ -38,7 +38,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} -s server_config=server_config.cfg --save-dir={{$FullBaseDir}}saved -server_set game_port={{$GamePort}} steam_port={{$SteamPort}} query_port={{$QueryPort}} {{$FormattedArgs}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"228380","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"LD_LIBRARY_PATH":"{{$FullBaseDir}}linux64:%LD_LIBRARY_PATH%","SteamAppId":"228380","WINEPREFIX":"{{$FullRootDir}}.wine","WINEARCH":"win64","WINEDEBUG":"-all"} App.CommandLineParameterFormat={0}={1} App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/wreckfest2.kvp b/wreckfest2.kvp index 5a20745cc..3af63f59f 100644 --- a/wreckfest2.kvp +++ b/wreckfest2.kvp @@ -38,7 +38,7 @@ App.WindowsCommandLineArgs= App.CommandLineArgs={{$PlatformArgs}} --server --save-dir=.\server_data {{$FormattedArgs}} App.UseLinuxIOREDIR=False App.AppSettings={} -App.EnvironmentVariables={"SteamAppId":"1203190","STEAM_COMPAT_DATA_PATH":"{{$FullRootDir}}.proton/compatdata","STEAM_COMPAT_CLIENT_INSTALL_PATH":"{{$FullBaseDir}}.steam/steam","HOME":"{{$FullBaseDir}}","XDG_RUNTIME_DIR":"/tmp"} +App.EnvironmentVariables={"SteamAppId":"1203190","STEAM_COMPAT_DATA_PATH":"{{$FullRootDir}}.proton/compatdata","STEAM_COMPAT_CLIENT_INSTALL_PATH":"{{$FullBaseDir}}.steam/steam","HOME":"{{$FullBaseDir}}"} App.CommandLineParameterFormat=-{0}="{1}" App.CommandLineParameterDelimiter= App.ExitMethod=OS_CLOSE diff --git a/wreckfestupdates.json b/wreckfestupdates.json index d938cf3b9..96d4bc143 100644 --- a/wreckfestupdates.json +++ b/wreckfestupdates.json @@ -47,7 +47,7 @@ "UpdateSourcePlatform": "Linux", "UpdateSource": "Executable", "UpdateSourceData": "/bin/bash", - "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all XDG_RUNTIME_DIR=/tmp /usr/bin/wineboot --init\"", + "UpdateSourceArgs": "-c \"rm -rf \\\"{{$FullRootDir}}.wine\\\" >/dev/null 2>&1; WINEPREFIX=\\\"{{$FullRootDir}}.wine\\\" WINEARCH=win64 WINEDEBUG=-all /usr/bin/wineboot --init\"", "SkipOnFailure": false } ] \ No newline at end of file