OpenFactorioServerManager / factorio-server-manager

A tool to help manage Factorio multiplayer servers including mods and save games.
MIT License
556 stars 133 forks source link

upload can support "mod-settings.dat" file? #398

Open wkavenger opened 2 months ago

wkavenger commented 2 months ago

After editing the mods before starting the game, they will be saved in this file. We hope to support uploading this file.

Squelch commented 1 month ago

Uploading files to the saves folder using the Saves page is restricted to .zip files only. This prevents the uploading of the required mod-settings.dat file without resorting to separate file transfer methods. Docker images are particularly cumbersome when it comes to modifying or uploading files to the container.

I would suggest that a separate field on the mods page be provided to allow .dat file upload as well as the .zip extension already provided.

knoxfighter commented 1 month ago

Already changed in 04992d2b20c5e33bdaf8c5ca29766e84963e2e6e with the plan to allow upload of multiple files at the same time in the future #399