From 3905b5e22e66175278e96da1ac36219f275fdcfa Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Sun, 7 Aug 2022 01:49:11 +0200 Subject: [PATCH 1/2] Add batch file launching NS for playing vanilla Using a separate profile to ensure no mods loaded and enabling ClientCommands should allow playing on vanilla servers. --- release/r2vanilla.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 release/r2vanilla.bat diff --git a/release/r2vanilla.bat b/release/r2vanilla.bat new file mode 100644 index 0000000..d26fa75 --- /dev/null +++ b/release/r2vanilla.bat @@ -0,0 +1,3 @@ +:: This launches Northstar with a profile that usually shouldn't exist. As such it won't load any NorthstarMods and behave close to a vanilla client outside of patches in Launcher code +:: Disabling ClientCommands with `-norestrictservercommands` is needed for vanilla to be able to transfer you to a game from lobby with `connect` +NorthstarLauncher.exe -norestrictservercommands -profile=R2Vanilla From b58ca4b41b3674f0cb5b282e45462a3b4f984e5f Mon Sep 17 00:00:00 2001 From: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> Date: Fri, 4 Nov 2022 00:13:24 +0100 Subject: [PATCH 2/2] Show "R2Vanilla" in window title Co-authored-by: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com> --- release/r2vanilla.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/r2vanilla.bat b/release/r2vanilla.bat index d26fa75..9ee0b36 100644 --- a/release/r2vanilla.bat +++ b/release/r2vanilla.bat @@ -1,3 +1,3 @@ :: This launches Northstar with a profile that usually shouldn't exist. As such it won't load any NorthstarMods and behave close to a vanilla client outside of patches in Launcher code :: Disabling ClientCommands with `-norestrictservercommands` is needed for vanilla to be able to transfer you to a game from lobby with `connect` -NorthstarLauncher.exe -norestrictservercommands -profile=R2Vanilla +start "NorthstarLauncher | R2Vanilla" NorthstarLauncher.exe -norestrictservercommands -profile=R2Vanilla