Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace -vanilla with -nonorthstardll and update description of -vanilla #259

Merged
merged 3 commits into from
Dec 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/installing-northstar/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,14 @@ Go to Mods at the bottom of your screen on the main menu, then click Authenticat
## Adding Launch Options <a href="#launch-opts" id="launch-opts"></a>

Adding `-northstar` will start Northstar when launching from your library\
Adding `-vanilla` or removing the `-northstar` will start the normal game when you have Northstar installed
Adding `-nonorthstardll` or removing the `-northstar` will start the normal game when you have Northstar installed

* For Steam
* `Your library > Right click TF|2 > Properties > General > Launch Options > -northstar or -vanilla`
* `Your library > Right click TF|2 > Properties > General > Launch Options > -northstar or -nonorthstardll`
* For EA app
* `My collection > Click the three dots on TF|2 > Properties > Advanced launch options > -northstar or -vanilla`
* `My collection > Click the three dots on TF|2 > Properties > Advanced launch options > -northstar or -nonorthstardll`
* For Origin
* `Your library > Right click TF|2 > Game Properties > Advanced Launch Options > Command Line Arguments > -northstar or -vanilla`
* `Your library > Right click TF|2 > Game Properties > Advanced Launch Options > Command Line Arguments > -northstar or -nonorthstardll`

## Verifying Game Files <a href="#verify-files" id="verify-files"></a>

Expand Down
3 changes: 2 additions & 1 deletion docs/using-northstar/launch-arguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ Here's a list of new command line arguments that Northstar introduces, they shou
| Argument | Description | Value |
| ------------------ | -------------------------------------------------------------------------------------------------- | -------------------------------- |
| `-disablelogs` | Disable logging and creation of log files | |
| `-vanilla` | Disables Northstar loading | |
| `-nonorthstardll` | Disables Northstar loading | |
| `-northstar` | Enables Northstar loading | |
| `-vanilla` | Enables vanilla compatibility | |
| `-dedicated` | Starts a dedicated server without video output | |
| `-waitfordebugger` | Waits for debugger to connect before launching game | |
| `-language` | Forces loading of client localisation | language string ex: `portuguese` |
Expand Down