Plot xy coordinates

qqqbbb

Prince
Joined
Sep 25, 2010
Messages
530
I'm looking for code that displays plot xy coordinates in mouseover tooltip. Someone must have done it before.
 
Put the game in debug mode (IIRC Control-Z) and it'll do it for you ;)

Or start FireTuner, switch to the Lua Console tab, change the context to InGame and enter

Code:
OptionsManager.SetDebugMode_Cached(true); OptionsManager.CommitGameOptions()
 
Debug panel did not help (it's ~ not control-z to enable it) but the command for firetuner works. Thanks.
 
Back
Top Bottom