[Arma 3] Fixed mod parameter - #2321
maximilianovermeyer wants to merge 1 commit into
Conversation
The mod parameter is defined as MODIFICATIONS, but in the startup command the non-existing parameter CLIENT_MODS was used.
|
You can not directly edit the .json file. It lust be done in the panel and exported fully. And I also think this is handled in the special images. @lilkingjr1 this is more for you. |
|
|
|
That's quite surprising, mod ids added to MODIFICATIONS where ignored by our server, after changing the startup command, they worked. But then I will better switch to the mod file to avoid any unintended side effects. |
|
@maximilianovermeyer Works for me, so you must have an issue with formatting (read the variable description for instructions), mod folder names, or mod title casing. But yeh, modlist.html is definitely the easiest way if you have mod downloading enabled :) |
Description
The mod parameter is defined as MODIFICATIONS, but in the startup command the non-existing parameter CLIENT_MODS was used.
Checklist for all submissions
I think this one drew a false conclusion why -mods isn't working.