Oarcinae / FactorioScenarioMultiplayerSpawn

A custom scenario for Factorio which provides each player a unique starting spawn point in a multiplayer game.
MIT License
49 stars 30 forks source link

Mod incompatiabilities with level::on_player_created #140

Open SquirrelKiev opened 1 year ago

SquirrelKiev commented 1 year ago

Haven't looked into it properly, but mods that use on_player_created (or something related to forces) seem to crash the game? Known mods with this issue are Improved Research Queue, Helmod. image

Oarcinae commented 1 year ago

@SquirrelKiev Thanks for reporting this, I'm not sure what might be conflicting here...

Let me know if you figure anything out. I don't play Factorio anymore and don't have the time to debug this. If anyone else knows what might be causing this, let me know and I'll see what I can do.

Oarcinae commented 1 day ago

This will be fixed in the upcoming 2.0 release since it will now be a proper mod, I can set the dependencies correctly (it was a mod load order issue). I just tested it and was able to both repro and fix the issue. Will close this once I release.

SquirrelKiev commented 1 day ago

A welcome suprise to see this get fixed! Thank you for looking into this