knoxfighter
knoxfighter
My plan is to update all dependencies to the latest MAJOR version. That will surely break things. So please update that as well.
Ah, i see, could have created is as DraftPR :) The `npm` failed previously for windows only, cause of the update to VS2022, but now that the ubuntu is failing,...
I guess, you mean running them inside the docker image, with a different user. As far as i know, there is no easy and practical way to do so. The...
Testing with Vanilla factorio: - Error messages are shwon behind the settings window.  - Using `.` at all or a `0` at the first does not work (no symbol...
> @knoxfighter do you have any idea how we can handle it? Yes, we can add LUA and read out the Mods by ourselves. I have some experience with that,...
What do you mean with "Whitelist"? You mean, that only whitelisted users can join the server?
If you have used our docker compose file, the saves are located in `./factorio-data/saves`. For exact information you would need to provide your docker-compose file / the command you have...
If you have a console available, you can connect to the docker container, look into `/opt/factorio` and see if the saves are really there. If they are there, it is...
That is expected behaviour, we don't check mod dependencies.
Those outputs are from listing the installed mods. When we list installed mods, we search for the dependency of "base" mod. Every other dependency will print such an output. https://github.com/OpenFactorioServerManager/factorio-server-manager/blob/bcbf3ffd3d15dd6600f25ae6681d1bf6f55a9374/src/factorio/mod_modInfo.go#L89