where is Fire Tuner

Aleks1986

Chieftain
Joined
May 16, 2018
Messages
4
Please tell where is Firetuner to Civilisation VI or give me link. I really can't find it.
 
Someone asked me on Steam about how to use Firetuner. So I just wanted to add that you should select GameCore_Tuner in the dropdown list in the upper left corner. In the command prompt you should also enter the code
Code:
for k,v in pairs(include("TunerMapPanel")) do print (k,v) end; for k,v in pairs(include("TunerCityPanel")) do print (k,v) end; for k,v in pairs(include("TunerUnitPanel")) do print (k,v) end;
to use panels like the map panel.
Spoiler :

This only works, if you have already a game running in Civ6 while Firetuner is open.
Also if you are using Firetuner for the first time, you need to open AppOptions.txt in
...\Documents\my games\Sid Meier's Civilization VI
and then make sure to change the line with EnableTuner as follows:
Code:
[Debug]
;Enable FireTuner.
EnableTuner 1


Then you can open a panel in Firetuner in Menu => File => Open Panel and then select a ltp-file. The pre-built .ltp-files can be found in your Civ6 folder
...\Steam\steamapps\common\Sid Meier's Civilization VI\Debug
 
Last edited:
Top Bottom