Trying to find file that shows yield on as default for new game

Littlebob86

Prince
Joined
Oct 24, 2016
Messages
332
So every time I start a new game I want to be able to see the yield around me, but the default is unitcked, I've tried looking in a few files but can't find it anywhere!

Any ideas?
 
Haha, and im trying to find file that hides grid on starting a new game or loading a save. Grid always turns back on.
 
The no grid is on Documents\My Games\Sid Meier's Civilization VI\UserOptions.txt

GridOn 1

BUT

The settings seems to not be read, or to be overwritten even when you change it...
 
For the yields, I didn't test, but this is likely:

function ShowYieldIcons()
UILens.ToggleLayerOn( LensLayers.YIELD_ICONS );
end

on line 522 of
SteamLibrary\steamapps\common\Sid Meier's Civilization VI\Base\Assets\UI\WorldView\PlotInfo.lua
 
Back
Top Bottom