diff --git a/README.md b/README.md index cd9f337..a9ed68e 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,11 @@ When creating a server, you can assign additional environment variables. The one | Variable | Description | |----------|-------------| | **bl dtoken** | Your DToken from your Steam account (required for hosting) | +| **bl gamemode** | The name of the gamemode to launch with (default: Custom) | | **bl patch enable** | Patches Blockland.exe with RedBlocklandLoader for WineFix (default: 1) | | **bl port** | Server port (defaults to `{{SERVER_PORT}}` from Pelican) | | **bl unzip addons** | Unzips .zip add-ons on startup (default: 0) | -| **bl inst force** | Forces full game install on each launch (default: 0) | +| **bl inst force** | Forces a full game reinstall on every launch. Turn off BL_UNZIP_ADDONS when using this—the reinstall restores .zip files to Add-Ons, then unzip fails because the extracted folders already exist from the previous run. (default: 0) | ## Related