You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gui.BuildText("Check that these mods load in Factorio",wrap:true);
143
+
gui.BuildText("YAFC only supports loading mods that were loaded in Factorio before. If you add or remove mods or change startup settings, you need to load those in Factorio and then close the game because Factorio writes some files only when exiting",wrap:true);
144
+
gui.BuildText("Check that Factorio loads mods from the same folder as YAFC",wrap:true);
145
+
if(gui.BuildLink("If this doesn't help, create a github issue"))
146
+
AboutScreen.VisitLink(AboutScreen.Github);
147
+
gui.BuildText("For these types of errors simple mod list will not be enough. You need to attach a 'New game' savegame for syncing mods, mod versions and mod settings.",wrap:true);
0 commit comments