Dahlgren / arma-server-web-admin

Web based server manager for Arma
MIT License
124 stars 47 forks source link

Main version + linux server + npm -> Issue on mods #238

Closed Marco674 closed 1 year ago

Marco674 commented 1 year ago

Hi There, I'm running the main version on linux server and with npm (no docker) I have issue with mods : After moving my mods in arma3 folder to be detected i have to rework the folders: To be detected by arma mods have to be like that : @mod/addons

Some mods are named with Addons folder (uppercase A) and is not detected in the mods tab

Can you look forward to allow folder with upercase A to be in mods tab ?

Dahlgren commented 1 year ago

The actual arma server linux binary requires all mod folders to have addons in lower case so for the server to be able to use your mods it must be lowercased.

Marco674 commented 1 year ago

Understood, no issue so :)