1
mirror of https://github.com/R2Northstar/Northstar synced 2025-09-16 14:10:48 +02:00

Compare commits

...

3 Commits

Author SHA1 Message Date
GeckoEidechse
1c759c93f8 Merge branch 'main' into batch-file-for-ns-vanilla-launch 2023-09-15 00:43:15 +02:00
GeckoEidechse
b58ca4b41b Show "R2Vanilla" in window title
Co-authored-by: Jack <66967891+ASpoonPlaysGames@users.noreply.github.com>
2022-11-04 00:13:24 +01:00
GeckoEidechse
3905b5e22e 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.
2022-08-07 01:49:11 +02:00

3
release/r2vanilla.bat Normal file
View File

@@ -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`
start "NorthstarLauncher | R2Vanilla" NorthstarLauncher.exe -norestrictservercommands -profile=R2Vanilla