OpenFactorioServerManager / factorio-server-manager

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

Make admin file location configurable #270

Closed zofrex closed 3 years ago

zofrex commented 3 years ago

This patch makes it possible to configure where the server-adminlist.json is located, which is useful if it's not in your Factorio configuration dir.

I also made it possible to specify a non-relative path to it, similar to some of the other options . This is helpful for me because all my writeable data is in an entirely separate location.

mroote commented 3 years ago

Thanks!