How to get the Gameplay and FrontEnd Debug Database

Gedemon

Modder
Super Moderator
Joined
Oct 4, 2004
Messages
12,682
Location
France
Open the "AppOptions.txt" file in the "\AppData\Local\Firaxis Games\Sid Meier's Civilization VII" folder (on Windows)

find the line

Code:
;Make copies of commonly used databases to disk after they have been updated.
;CopyDatabasesToDisk 0

and set it to

Code:
CopyDatabasesToDisk 1

(don't forget to remove the semi-colon at the beginning)

You'll find the copy in the "in the "\AppData\Local\Firaxis Games\Sid Meier's Civilization VII\Debug" folder (on Windows)

Attached is a copy of the FrontEnd (ie Config) and GamePlay debug database.

They can be opened with a SQLite browser

edit: added all 3 ages DB for gameplay
 

Attachments

Last edited:
I struggle to make changes to AppOptions stick, whenever I open the game, the file gets replaced with its original version again...
 
I struggle to make changes to AppOptions stick, whenever I open the game, the file gets replaced with its original version again...
Right click the file > properties > set read-only and apply, the game won't be allowed to reset it
 
I struggle to make changes to AppOptions stick, whenever I open the game, the file gets replaced with its original version again...
Or you use the steam launch options directly. So as example: "-CopyDatabasesToDisk 1" will adjust the relevant row in the AppOptions.txt and you have not to change some permissions on the related file.
 
I struggle to make changes to AppOptions stick, whenever I open the game, the file gets replaced with its original version again...

I found if I forgot to change the value it commented it back out. I think it's using it like ini files, loads it at startup, writes it back out at exit. So if it's the default it writes a commented out line.
 
I found if I forgot to change the value it commented it back out. I think it's using it like ini files, loads it at startup, writes it back out at exit. So if it's the default it writes a commented out line.
that was my experience too, if the game comments out your line it's because you've set it to the default value
 
Back
Top Bottom