[1.0.0] Config file continually reset.
- NotRexButCaesar
- Smart Inserter
- Posts: 1133
- Joined: Sun Feb 16, 2020 12:47 am
- Contact:
[1.0.0] Config file continually reset.
Every time I try to edit my config file, the game resets any changes I made. I cannot figure out why as it is not mentioned in the log.
- Attachments
-
- config.ini
- The one that keeps getting edited
- (26.62 KiB) Downloaded 60 times
-
- config.ini
- The one I want
- (27.41 KiB) Downloaded 64 times
Last edited by NotRexButCaesar on Tue Oct 13, 2020 12:52 am, edited 1 time in total.
Ⅲ—Crevez, chiens, si vous n'étes pas contents!
Re: [1.0.0] Config file continually reset.
Post the log after a session with the issue.
- NotRexButCaesar
- Smart Inserter
- Posts: 1133
- Joined: Sun Feb 16, 2020 12:47 am
- Contact:
Re: [1.0.0] Config file continually reset.
The log
- Attachments
-
- factorio-current.log
- (5.51 KiB) Downloaded 68 times
Ⅲ—Crevez, chiens, si vous n'étes pas contents!
Re: [1.0.0] Config file continually reset.
Are you editing it while the game is open? And are you removing the comment at the start of what ever line you're editing?
If you want to get ahold of me I'm almost always on Discord.
Re: [1.0.0] Config file continually reset.
The one you want is not valid INI file, therefore it doesn't get loaded, and gets overwritten by games default config.
I saw at least one error at line 136, "Options: true, false" is not a comment, which makes it not valid INI file.
I saw at least one error at line 136, "Options: true, false" is not a comment, which makes it not valid INI file.
Re: [1.0.0] Config file continually reset.
In case you don't know:AmericanPatriot wrote: Tue Oct 13, 2020 12:44 am Every time I try to edit my config file, the game resets any changes I made. I cannot figure out why as it is not mentioned in the log.
Click "Settings-Button" in Main-menu with Ctrl-Alt, then you get an advanced config "the rest", which covers most of the config options
- NotRexButCaesar
- Smart Inserter
- Posts: 1133
- Joined: Sun Feb 16, 2020 12:47 am
- Contact:
Re: [1.0.0] Config file continually reset.
It must just be a mistake then. It was working fine until I reinstalled.posila wrote: Tue Oct 13, 2020 8:50 am The one you want is not valid INI file, therefore it doesn't get loaded, and gets overwritten by games default config.
I saw at least one error at line 136, "Options: true, false" is not a comment, which makes it not valid INI file.
Ⅲ—Crevez, chiens, si vous n'étes pas contents!