Aus 10 Posted April 9, 2014 Hey all, I'm trying to restrict the ingame map zoom, I've searched and found a few threads which mention restricting the squares etc but nothing mentions be able to restrict the zoom down, is it possible? I know the stepx and why refers to meters eg 100, 1000, 10000 Ks but after changing the zoom max quite a few times nothing seems to work class Grid: Grid { offsetX = 0; offsetY = 0; class Zoom1 { zoomMax = 0.2; format = "XY"; formatX = "000"; formatY = "000"; stepX = 100; stepY = 100; }; class Zoom2 { zoomMax = 0.95; format = "XY"; formatX = "00"; formatY = "00"; stepX = 1000; stepY = 1000; }; class Zoom3 { zoomMax = 1e+030; format = "XY"; formatX = "0"; formatY = "0"; stepX = 10000; stepY = 10000; }; Share this post Link to post Share on other sites
Aus 10 Posted April 23, 2014 *bump* Surely theres some map making gurus that assist? Share this post Link to post Share on other sites
echosixgolf 10 Posted July 8, 2014 Still no answer? I was able to prevent map zooming for a short period using ACE in ArmA 2. Has anyone found a solution for ArmA 3? Share this post Link to post Share on other sites