From ff61519547ac2a84666b70067982f4f8f16f1d2b Mon Sep 17 00:00:00 2001 From: RallyBlock Date: Sat, 7 Mar 2026 20:56:29 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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