You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm trying to load a couple mods on my server through the workshop and i am using a steam account that owns arma 3.
But my Server won't even recognize my MODS_PRESET env variable, i tried both using a local file uploaded to the VPS and a github link ending with .html.
Re-opened the issue as i'm facing the same issue again, and as smart as i was back then i only said i solved it and not how...
Same problem, same environment (AlmaLinux VPS), same config. and the server just refuses to recognize my html modlist thats sitting right next to the docker compose file ._.
Hi,
i'm trying to load a couple mods on my server through the workshop and i am using a steam account that owns arma 3.
But my Server won't even recognize my MODS_PRESET env variable, i tried both using a local file uploaded to the VPS and a github link ending with .html.
Im using docker on an AlmaLinux VPS
This is what my .env file looks like using a local path:
(the link i tried it with would be: https://raw.githubusercontent.com/Nanami02/armamodlist/main/modlist.html )
ARMA_BINARY=./arma3server_x64 ARMA_CDLC= ARMA_CONFIG=main.cfg ARMA_LIMITFPS=100 ARMA_PARAMS= ARMA_PROFILE=main ARMA_WORLD=altis HEADLESS_CLIENTS=0 HEADLESS_CLIENTS_PROFILE="$profile-hc-$i" # valid placeholders: $profile, $i, $ii MODS_LOCAL=false (tried both true and false) MODS_PRESET="/opt/Arma3/modlist.html" PORT=2302 STEAM_BRANCH=public STEAM_BRANCH_PASSWORD= STEAM_PASSWORD=MyPW STEAM_USER=MyUsername SKIP_INSTALL=false
Server starts fine btw just without even trying to get any mods (seems like its just ignoring the MODS_PRESET variable)
Edit: Got it working... im stupid...
The text was updated successfully, but these errors were encountered: