From 3abdd10cabb421a7ed2346ce10fe602d2369f14c Mon Sep 17 00:00:00 2001 From: sanasol Date: Fri, 27 Feb 2026 21:52:13 +0100 Subject: [PATCH] v2.4.5: Add multi-instance setting for mod developers Allow running multiple game clients simultaneously via a new "Allow multiple game instances" toggle in Settings. When enabled, skips the Electron single-instance lock and the pre-launch process kill, so existing game instances stay alive. Co-Authored-By: Claude Opus 4.6 --- GUI/index.html | 12 ++++++++++++ GUI/js/settings.js | 31 +++++++++++++++++++++++++++++++ GUI/locales/ar-SA.json | 2 ++ GUI/locales/de-DE.json | 2 ++ GUI/locales/en.json | 2 ++ GUI/locales/es-ES.json | 2 ++ GUI/locales/fr-FR.json | 2 ++ GUI/locales/id-ID.json | 2 ++ GUI/locales/pl-PL.json | 2 ++ GUI/locales/pt-BR.json | 2 ++ GUI/locales/ru-RU.json | 2 ++ GUI/locales/sv-SE.json | 2 ++ GUI/locales/tr-TR.json | 2 ++ backend/core/config.js | 11 +++++++++++ backend/launcher.js | 6 ++++++ backend/managers/gameLauncher.js | 7 +++++-- main.js | 16 +++++++++++++--- package.json | 2 +- preload.js | 2 ++ 19 files changed, 103 insertions(+), 6 deletions(-) diff --git a/GUI/index.html b/GUI/index.html index ec5bc27..65314c9 100644 --- a/GUI/index.html +++ b/GUI/index.html @@ -592,6 +592,18 @@ +
+ +