Add warning for automatic setting of mods value, add new chapter about manual setting of mods

This commit is contained in:
2024-11-12 13:30:35 +02:00
parent 3b8947c72d
commit 6794dbae1e
+4 -3
View File
@@ -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: 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: You need to move to the LinuxGSM folder:
```bash ```bash
cd /app/lgsm/config-lgsm/arma3server 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] > [!NOTE]
> Add your mods in this format: `mods="mods/@antistasi\;"`. > Add your mods in this format: `mods="mods/@antistasi\;"`.
> Always make sure to escape the `;`! > Always make sure to escape the `;`!