From 6794dbae1e034518605e08789b3502889ee30e3e Mon Sep 17 00:00:00 2001 From: Jeroen Date: Tue, 12 Nov 2024 13:30:35 +0200 Subject: [PATCH] Add warning for automatic setting of mods value, add new chapter about manual setting of mods --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c4e12a..c79c520 100644 --- a/README.md +++ b/README.md @@ -270,15 +270,16 @@ And login to the steamcmd when prompted. When the mods downloads are done, add the mods you've downloaded to your server: +> [!WARNING] +> The Mod Downloader now sets the below modlist upon finishing the downloads of the mods. You do not need to set the modlist manually. Restart your server when the `./install_mods.sh` is finished. + +## Manual setting of the mods You need to move to the LinuxGSM folder: ```bash cd /app/lgsm/config-lgsm/arma3server ``` -> [!NOTE] -> The mod downloader hasn't been made to automatically add mods to the instance settings. The author would like to make it automatic in the future. - > [!NOTE] > Add your mods in this format: `mods="mods/@antistasi\;"`. > Always make sure to escape the `;`!