JaceTwice
Chieftain
- Joined
- Oct 25, 2016
- Messages
- 11
I want to increase the amount you can zoom in and out on the map but the file that hold those limits is beyond me. I've done a few of the simple edits that are floating around to create new WSAD scrolling hotkeys and mess with the camera rotation that's all done in WorldInput.lua but aside from zoom speed and how it ties to the actual scrollwheel there's not a lot I can seem to do in there.
There are however a lot of calls to some UI class that I'm guessing has the functionality I'm looking for. For example:
UI.SetMapZoom();
UI.GetMapZoom();
UI.GetCursorPlotID();
UI.GetCursorPlotCoord();
UI.PlaySound();
Does anyone have any idea where this mythical class is? Or even what functions and members inside of it are available for use?
There are however a lot of calls to some UI class that I'm guessing has the functionality I'm looking for. For example:
UI.SetMapZoom();
UI.GetMapZoom();
UI.GetCursorPlotID();
UI.GetCursorPlotCoord();
UI.PlaySound();
Does anyone have any idea where this mythical class is? Or even what functions and members inside of it are available for use?
Last edited: