mirror of
https://github.com/R2Northstar/Northstar
synced 2025-09-16 14:10:48 +02:00
Compare commits
4 Commits
v1.16.1
...
batch-file
Author | SHA1 | Date | |
---|---|---|---|
![]() |
1c759c93f8 | ||
![]() |
c447dcd04e | ||
![]() |
b58ca4b41b | ||
![]() |
3905b5e22e |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -68,7 +68,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: R2Northstar/NorthstarNavs
|
||||
ref: 'v1'
|
||||
ref: 'v2'
|
||||
path: northstar-navs
|
||||
- name: Navmeshes setup
|
||||
run: |
|
||||
|
3
release/r2vanilla.bat
Normal file
3
release/r2vanilla.bat
Normal 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
|
Reference in New Issue
Block a user