Q qqqbbb Prince Joined Sep 25, 2010 Messages 530 Mar 22, 2015 #1 I'm looking for code that displays plot xy coordinates in mouseover tooltip. Someone must have done it before.
I'm looking for code that displays plot xy coordinates in mouseover tooltip. Someone must have done it before.
whoward69 DLL Minion Joined May 30, 2011 Messages 8,727 Location Near Portsmouth, UK Mar 22, 2015 #2 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()
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()
Q qqqbbb Prince Joined Sep 25, 2010 Messages 530 Mar 22, 2015 #3 Debug panel did not help (it's ~ not control-z to enable it) but the command for firetuner works. Thanks.
Debug panel did not help (it's ~ not control-z to enable it) but the command for firetuner works. Thanks.