How to find the X, Y values of a plot for a map

Gedemon

Modder
Super Moderator
Joined
Oct 4, 2004
Messages
11,594
Location
France
  • Online using Sukritact's TSL Planner
  • Go to his site
  • Select the map on the left panel
  • Drag the map with the mouse and left or right button down
  • Zoom in/out using ctrl+wheel (or your browser zoom method)
  • Move the cursor over a plot to get it's coordinates

  • In game
  • First, in AppOptions.txt in "..\Documents\my games\Sid Meier's Civilization VI" find and change
    Code:
    EnableDebugPlotInfo 0
    to
    Code:
    EnableDebugPlotInfo 1
  • Start a game with the map, you'll see a line at the end of the plot's tooltip like this:
    Plot#:2165@(65,25),vis:8
    where x = 65 and y = 25
 
Last edited:
Top Bottom