Torigoma Posted April 26, 2014 Share Posted April 26, 2014 Anyone know of or could make a better Minimap HUD Mod than this? http://steamcommunity.com/sharedfiles/filedetails/?id=188251898 The Minimap is a Good idea, but the problem with the one above is that it is so dang SMALL. Or rather it is Zoomed out WAY too far. You can barly see Anything on the Map, just your relitive location. I might as well just go to the map itself to see that.Anyone know of a better one? or know of a way to Zoom it in? Link to comment Share on other sites More sharing options...
NikMik Posted April 26, 2014 Share Posted April 26, 2014 I've seen people zoom in and out on the minimap... Link to comment Share on other sites More sharing options...
Strangerdanger101 Posted April 26, 2014 Share Posted April 26, 2014 Mouse wheel zooms in. Link to comment Share on other sites More sharing options...
Torigoma Posted April 26, 2014 Author Share Posted April 26, 2014 I've seen people zoom in and out on the minimap...Sorry, I mean zoon further in. you CAN zoom in using the wheel, but the closest you can get is about 5 levels out on the Map, meaning everything is very tiny and you can't really distingush anything. Link to comment Share on other sites More sharing options...
NikMik Posted April 26, 2014 Share Posted April 26, 2014 Sorry, I mean zoon further in. you CAN zoom in using the wheel, but the closest you can get is about 5 levels out on the Map, meaning everything is very tiny and you can't really distingush anything.I don't use it myself, so I wouldn't know. Would make more sense to be more zoomed in, since that's what minimaps are for: Just showing the general area while the large map shows more of it. Link to comment Share on other sites More sharing options...
Torigoma Posted April 26, 2014 Author Share Posted April 26, 2014 I don't use it myself, so I wouldn't know. Would make more sense to be more zoomed in, since that's what minimaps are for: Just showing the general area while the large map shows more of it.Exactly, right now it's kinda reversed. the Minimap shows a large stretch of Area showing kinda what you have explored, where if you want to actually SEE anything, you have to go the main map and zoom in. Wanted to see if anyone could Fix this. Link to comment Share on other sites More sharing options...
Torigoma Posted April 26, 2014 Author Share Posted April 26, 2014 ??? Anyone kmow? Link to comment Share on other sites More sharing options...
Torigoma Posted April 27, 2014 Author Share Posted April 27, 2014 TT_____TT awwwww, I'm Sad now lol. Link to comment Share on other sites More sharing options...
squeek Posted April 27, 2014 Share Posted April 27, 2014 Perhaps you could read the description of the mod. FAQ Q: Is it possible to make the minimap more zoomed in? A: Unfortunately, no. The maximum zoom level is hardcoded. It's not possible. The only thing that mods have access to is MiniMap:Zoom(delta) which zooms in/out. The max zoom level is 0 and it's impossible to go below that (MiniMap:Zoom(-1000) will zoom in as far as possible, but will never go below 0). There's nothing we can do to make it zoom further unless Klei changes that. Link to comment Share on other sites More sharing options...
Domo Posted May 8, 2014 Share Posted May 8, 2014 Would be a nice addition to the mini-map if you could zoom in more Link to comment Share on other sites More sharing options...
wlayton27 Posted May 10, 2014 Share Posted May 10, 2014 What about just limiting the outer regions of the minimap display and then scaling the minimap window so that a MiniMap:Zoom(0) just draws everything larger? Basically lie to it to make it draw a smaller window and then balloon the window up to a larger scale when attaching it to the HUD. Is that possible with LUA scripting? Link to comment Share on other sites More sharing options...
squeek Posted May 10, 2014 Share Posted May 10, 2014 What about just limiting the outer regions of the minimap display and then scaling the minimap window so that a MiniMap:Zoom(0) just draws everything larger? Basically lie to it to make it draw a smaller window and then balloon the window up to a larger scale when attaching it to the HUD. Is that possible with LUA scripting? That's something I've requested, but it never happened. So, no, it's not currently possible. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.
Please be aware that the content of this thread may be outdated and no longer applicable.