Page 1 of 1

Relevant files for moving to new update.

Posted: Thu May 07, 2015 11:48 pm
by TheUnknown007
Introduction to the problem (General introduction. I don't think it is completely necessary to read this, so you could also just skip to the problem if you'd like)
Some time ago factorio auto-updated to the latest version (0.11.22). However, I think some things were changed in the directory setup, because factorio now says it can't find en.cfg. (check Attachments to see the exact error. Also, if there is an easy way to fix this, please let me know)

I gave up on trying to fix it, so I downloaded a fresh factorio. It works, but I lost all my save files and progress in the campaigns/scenarios. I have restored the save files and they work, but I haven't been able to copy my progress.

Problem
I would like to know how to copy progress on campaigns/scenarios to a fresh copy of factorio (from version 0.10.12 to version 0.11.22) or, if possible, in general

Note
Although a way to fix the error would be useful and appreciated, I do feel like it would be more useful to know how to move progress to a fresh copy, since that will probably last longer than the fix of this particular error.

Re: Relevant files for moving to new update.

Posted: Fri May 08, 2015 1:05 am
by DaveMcW
Edit this line in player-data.json.

Code: Select all

    "available-campaign-levels": {
        "beta": {
            "level-01": "normal",
            "level-02": "normal",
            "level-03": "normal",
            "level-04": "normal"
        },
        "demo": {
            "level-01": "normal",
            "level-02": "normal",
            "level-03": "normal"
        }
    },