Skip to content

Commit

Permalink
Fix description of -dedicated
Browse files Browse the repository at this point in the history
Before this change, USAGE.md said that -dedicated was a boolean option
and that it took 0 arguments. This is not correct, and it contradicts
the wiki’s documentation for -dedicated [1]. This commit fixes that
issue.

[1]: <https://github.com/DescentDevelopers/Descent3/wiki/Running-Descent-3#command-line-options>
  • Loading branch information
Jayman2000 committed Oct 20, 2024
1 parent 496b2ed commit 85c2be7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ This error means that game data could not be found. Make sure you copied all gam

Here brief usage of command line options, supported by game.

| Option | Type | Default | Platform | Description |
|----------------------|---------|-------------------------------------|----------|-------------------------------------------------------------------|
| `-dedicated`, `-d` | boolean | Off | all | Run game in dedicated mode |
| `-fullscreen`, `-f` | boolean | On | all | Run game in fullscreen mode |
| `-logfile` | boolean | Off | all | Enable file logging to Descent3.log |
| `-loglevel <LEVEL>` | string | INFO (on Release), DEBUG (on Debug) | all | Set log level (NONE, VERBOSE, DEBUG, INFO, WARNING, ERROR, FATAL) |
| `-nomousegrab`, `-m` | boolean | Off | all | Disable mouse capture |
| `-service` | boolean | Off | all | Run game in service mode |
| `-winconsole` | boolean | Off | WIN | Enable windows console (off by default) |
| `-windowed`, `-w` | boolean | Off | all | Run game in windowed mode |
| Option | Type | Default | Platform | Description |
|------------------------------------------------|---------|-------------------------------------|----------|-------------------------------------------------------------------|
| `-dedicated <config file>`, `-d <config file>` | path | None | all | Run game in dedicated mode |
| `-fullscreen`, `-f` | boolean | On | all | Run game in fullscreen mode |
| `-logfile` | boolean | Off | all | Enable file logging to Descent3.log |
| `-loglevel <LEVEL>` | string | INFO (on Release), DEBUG (on Debug) | all | Set log level (NONE, VERBOSE, DEBUG, INFO, WARNING, ERROR, FATAL) |
| `-nomousegrab`, `-m` | boolean | Off | all | Disable mouse capture |
| `-service` | boolean | Off | all | Run game in service mode |
| `-winconsole` | boolean | Off | WIN | Enable windows console (off by default) |
| `-windowed`, `-w` | boolean | Off | all | Run game in windowed mode |

0 comments on commit 85c2be7

Please sign in to comment.