aboutsummaryrefslogtreecommitdiff
path: root/docs/using-northstar/launch-arguments.md
blob: 9205890f68ddbc2389c3ed75d01c43d767276213 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Launch arguments

Here's a list of new command line arguments that Northstar introduces, they should be included in `ns_startup_args.txt` or `ns_startup_args_dedi.txt`.

| Argument           | Description                                                                                        | Value                            |
| ------------------ | -------------------------------------------------------------------------------------------------- | -------------------------------- |
| `-disablelogs`     | Disable logging and creation of log files                                                          |                                  |
| `-vanilla`         | Disables Northstar loading                                                                         |                                  |
| `-northstar`       | Enables Northstar loading                                                                          |                                  |
| `-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` |
| `-profile=`        | Enabled specifying a different profile directory. Default: R2Northstar                             | Example: `-profile="dev mods"`   |
| `-enablechathooks` | Enables the use of chathooks for use by mods                                                       |                                  |
| `-noplugins`       | Disables the plugin system                                                                         |                                  |

Here's a list of command line arguments from the base game.

| Argument           | Description                                                                                        | Value                            |
| ------------------ | -------------------------------------------------------------------------------------------------- | -------------------------------- |
| `-novid`           | Disables startup videos                                                                            |                                  |
| `-nosound`         | Disables all game sounds                                                                           |                                  |

# Environment Variables
| Variable name      | Description                                                                                        | Value                            |
| ------------------ | -------------------------------------------------------------------------------------------------- | -------------------------------- |
| `LFX`              | Enables the use of [LatencyFleX](../steamdeck-and-linux/installing-on-steamdeck-and-linux.md#latencyflex) (Linux-only) | `0` or `1`                       |