Finding the Config.ini file

beorn

Prince
Joined
Sep 12, 2001
Messages
360
Location
Albion, NY
I need to find this file to enable the console to do some testing of map scripts, and have been told to look in one of these locations:
Documents/My Games/Sid Meier’s Civilization 6
OR
C:\Program Files (x86)\Steam\steamapps\common\Sid Meier's Civilization VI

I find both folders easily, but a search for Config.ini comes up empty.

Any other possibilities?

Thanks!
 
You can enable console or firetuner in AppOptions.txt.
 
These are the lines you are looking for:

Code:
[Debug]
;Enable FireTuner.
EnableTuner 0

;Enable Debug menu.
EnableDebugMenu 0

both inside AppOptions.txt in your Documents/My Games/Sid Meier’s Civilization 6 folder.
 
Top Bottom