ShadowTheAge / yafc

Powerful Factorio calculator/analyser that works with mods
GNU General Public License v3.0
167 stars 54 forks source link

No way to reset mods list? #186

Closed AnotherNeko closed 1 year ago

AnotherNeko commented 1 year ago

in this image, the recipe I have available does not agree with the recipe available in yafc, the recipe should use a brass gear but it suggests an iron gear instead. image

AnotherNeko commented 1 year ago

here's the save file I'm experiencing the issue in, as well as the project file

ayafce.zip yafce.yafc.zip

AnotherNeko commented 1 year ago

it appears to be a problem of not reading the mods list json file correctly? It seems like it's not detecting some of the mods I installed after getting this desktop app, and I have no idea how to make it re-read the mods list.

AnotherNeko commented 1 year ago
    The reason is that Factorio only makes changes to files after exiting. That includes mod-list and mod-settings. So, yes, YAFC only supports loading modpacks that were loaded in Factorio before.

    I show that info when there is an error with mod configuration during loading, but it happens so that your setup loaded without mod config errors.

Originally posted by @ShadowTheAge in https://github.com/ShadowTheAge/yafc/issues/104#issuecomment-810190352