Update beammp-dev.md

This commit is contained in:
O1LER 2024-12-11 22:05:04 +01:00 committed by Lion
parent d2f6327f3f
commit a9010652ca

View File

@ -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`. 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. 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 | | Argument | Note |
|:-------------------------|:-------------------------------------------| |:--------------------------------------|:-------------------------------------------|
| `--help` or `-h` | Will print the following list of arguments | | `--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 | | `--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 | | `--verbose` or `-v` | Verbose mode, prints debug messages |
| `--no-download` | Skip downloading and installing the BeamMP Lua mod | | `--no-download` | Skip downloading and installing the BeamMP Lua mod |
| `--no-update` | Skip applying launcher updates (you must update manually) | | `--no-update` | Skip applying launcher updates (you must update manually) |
| `--no-launch` | Skip launching the game (you must launch the game 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 | | `--dev` | Developer mode, same as --verbose --no-download --no-launch --no-update |
| `--game <args...>` | Passes arguments to the game | | `--game <args...>` or `-- <args...>` | Passes arguments to the game |
## Cloning the BeamMP repo into the unpacked folder ## Cloning the BeamMP repo into the unpacked folder