Page MenuHomeFeedback Tracker

Server not loading or downloading mods
Assigned, NormalPublic

Description

When attempting to load mods onto a dedicated server, it is able to detect the presence of scenarios when not supplied with a config.json file, however when one is supplied it doesn't detect the presence of mods whether they have been downloaded by the reforger game client or not ( Example config file used: https://pastebin.com/PXZpQXDT ).

When pasting the addon files into the "./addons" folder the following errors appear in the console: https://i.imgur.com/mqHlksA.png ("Cannot move a file...") with the list of files unable to be moved increasing based on the number of addons in the "./addons" folder whether they are loaded in the "mods" section of the config or not.

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Operating System Version
Windows 10 21H2
Category
Dedicated Server
Steps To Reproduce

Starting the server with the following .bat file

start ./ArmaReforgerServer.exe -config ./configs/config.json -listScenarios

with the following (or any that I have tried) config.json file in ./configs/config.json " https://pastebin.com/PXZpQXDT "

Event Timeline

meachie created this task.May 30 2022, 5:13 AM
meachie changed Category from General to Dedicated Server.May 30 2022, 5:21 AM

Removing the "-config" startup parameter and instead using the "-addons" one allows the server to both start and actually load mods, but then I'm unable to specify a mission or connect to the server because it doesn't allow the use of a config with the "-addons" startup parameter.

Geez changed the task status from New to Assigned.Jun 1 2022, 5:50 PM