-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mod incompatibility: allow filtering of mods #27
Comments
Factorio mods are really tied to the sync'ed loop of Factorio - and thus do nothing when in pause as it would risk desync'ing the game. That includes running screenshotting and/or setting out of pause from the script (Rseding91 do confirms). Given that the CLI do fiddle with a few things, there might be something in that direction, however:
So, long story short, I don't think there is anything doable here, so, closing unfortunately. (Obv. if you have a specific idea on how to avoid this problem, I'm all ears). |
The pause state doesn't seem to be saved (at least in this case), and simply removing the mod seems to clear the problem up. Given that the mapshot cli already copies the mod directory, putting a filter on that process seems relatively easy? In the short term, I'll just add a script to my pipeline to remove it. |
Ah, thanks for the clarification - indeed, adding a way to filter out mods on the CLI would be straightforward and potentially useful. |
Not sure what can be done about this, but imma drop it here:
It looks like Pause instead of catching up is incompatible with the mapshot CLI.
It causes the process to just stop.
The text was updated successfully, but these errors were encountered: