diff options
author | Slipstream <slippstreamm@pm.me> | 2023-12-16 07:03:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-16 15:03:37 +0100 |
commit | c9abbe318c975ef5feace437ac58d6315b691e4b (patch) | |
tree | 96bbea438f94e7cb00274daa088d06feb09b310c /docs | |
parent | 32e2a2aeb55db63ccf6cb29ac648d79872670804 (diff) | |
download | NorthstarWiki-c9abbe318c975ef5feace437ac58d6315b691e4b.tar.gz NorthstarWiki-c9abbe318c975ef5feace437ac58d6315b691e4b.zip |
Replace `-vanilla` with `-nonorthstardll` and update description of `-vanilla` (#259)
`-vanilla` is replaced with `-nonorthstardll` and the description of `-vanilla` is updated.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installing-northstar/troubleshooting.md | 8 | ||||
-rw-r--r-- | docs/using-northstar/launch-arguments.md | 3 |
2 files changed, 6 insertions, 5 deletions
diff --git a/docs/installing-northstar/troubleshooting.md b/docs/installing-northstar/troubleshooting.md index 12f8238..a790915 100644 --- a/docs/installing-northstar/troubleshooting.md +++ b/docs/installing-northstar/troubleshooting.md @@ -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> diff --git a/docs/using-northstar/launch-arguments.md b/docs/using-northstar/launch-arguments.md index 9205890..6e1ee2e 100644 --- a/docs/using-northstar/launch-arguments.md +++ b/docs/using-northstar/launch-arguments.md @@ -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` | |