Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to load the modlist.html neither through a file or link #77

Open
Nanami02 opened this issue Aug 3, 2024 · 1 comment
Open

Comments

@Nanami02
Copy link

Nanami02 commented Aug 3, 2024

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...

@Nanami02 Nanami02 closed this as completed Aug 4, 2024
@Nanami02 Nanami02 reopened this Jan 18, 2025
@Nanami02
Copy link
Author

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 ._.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant