Skip to content

Commit

Permalink
Update beammp-dev.md
Browse files Browse the repository at this point in the history
  • Loading branch information
O1LER authored and lionkor committed Dec 14, 2024
1 parent d2f6327 commit a901065
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/en/guides/beammp-dev/beammp-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ Further information about the userfolder can be found at [https://documentation.
In order to prevent auto-update deleting your local git clone, it's necessary to disable it, using `--no-download`.
If you also don't want the launcher to start BeamNG, and would like to see debug prints, then using `--dev` is advised.

| Argument | Note |
|:-------------------------|:-------------------------------------------|
| `--help` or `-h` | Will print the following list of arguments |
| `--port <port>` or `-p` | Change the default listen port to `<port>`. This must be configured ingame too |
| `--verbose` or `-v` | Verbose mode, prints debug messages |
| `--no-download` | Skip downloading and installing the BeamMP Lua mod |
| `--no-update` | Skip applying launcher updates (you must update manually) |
| `--no-launch` | Skip launching the game (you must launch the game manually) |
| `--dev` | Developer mode, same as --verbose --no-download --no-launch --no-update |
| `--game <args...>` | Passes arguments to the game |
| Argument | Note |
|:--------------------------------------|:-------------------------------------------|
| `--help` or `-h` | Will print the following list of arguments |
| `--port <port>` or `-p` | Change the default listen port to `<port>`. This must be configured ingame too |
| `--verbose` or `-v` | Verbose mode, prints debug messages |
| `--no-download` | Skip downloading and installing the BeamMP Lua mod |
| `--no-update` | Skip applying launcher updates (you must update manually) |
| `--no-launch` | Skip launching the game (you must launch the game manually) |
| `--dev` | Developer mode, same as --verbose --no-download --no-launch --no-update |
| `--game <args...>` or `-- <args...>` | Passes arguments to the game |

## Cloning the BeamMP repo into the unpacked folder

Expand Down

0 comments on commit a901065

Please sign in to comment.