From a00efc4266a00d6119006116e7bf5b60270cd0ca Mon Sep 17 00:00:00 2001 From: magges Date: Sat, 27 Jun 2026 11:28:00 +0200 Subject: [PATCH] fix: switch Elsword GE to Steam Runtime 4 --- README.md | 2 +- scripts/common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cedd46c..6397272 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It is designed for NixOS and for hosting on a private or public Gitea server wit ## What this project does - Builds a Proton-GE 11 / Wine 11 based compatibility tool for Elsword. -- Uses Steam Linux Runtime 3.0 (`sniper`, appid `1628350`). +- Uses Steam Linux Runtime 4 (`soldier`, appid `4183110`). - Builds DXVK for both x86 and x64. - Produces release archives that other users can install into Steam. - Disables optional extras that are known to be risky for game stability by default: diff --git a/scripts/common.sh b/scripts/common.sh index 08308e2..000fd13 100755 --- a/scripts/common.sh +++ b/scripts/common.sh @@ -13,7 +13,7 @@ UPSTREAM_REPO="${UPSTREAM_REPO:-GloriousEggroll/proton-ge-custom}" ELSWORD_GE_VERSION="${ELSWORD_GE_VERSION:-11-1}" PROTON_TAG="${PROTON_TAG:-GE-Proton${ELSWORD_GE_VERSION}}" PROTON_ASSET="${PROTON_ASSET:-x86_64}" -RUNTIME_APPID="${RUNTIME_APPID:-1628350}" +RUNTIME_APPID="${RUNTIME_APPID:-4183110}" WINE_SERIES="${WINE_SERIES:-Wine 11}" DXVK_STABLE_TAG_DEFAULT="${DXVK_STABLE_TAG_DEFAULT:-latest}" DXVK_GIT_REF="${DXVK_GIT_REF:-origin/master}"