Don't Starve

Don't Starve

12,541 ratings
Minimap HUD
3
30
15
6
3
4
3
3
2
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
0.012 MB
Oct 23, 2013 @ 12:40am
Mar 27, 2016 @ 12:11pm
11 Change Notes ( view )

Subscribe to download
Minimap HUD

Description
Adds a minimap to the HUD
  • The minimap is fully functional; it can be zoomed using the zoom map binds (defaulted to the mousewheel) and can be panned by clicking and dragging.
  • The minimap can be collapsed by hovering over it and clicking the "Close Minimap" button
  • The zoom levels of the minimap and the map screen are both saved and are independent of eachother

FAQ

Q: Is it possible to change the shape of the minimap?
A: As far as I know, no, it is not possible.

Q: Is this mod compatible with X mod?
A: Yes, it should be compatible.

External Resources
Popular Discussions View All (13)
31
Aug 17, 2021 @ 1:34am
FPS Drop?
duhvoltz
1
May 25 @ 5:18am
HUD消失BUG的解决方法/Solution to HUD disappearance
脑子里有鲸鱼
12
May 25 @ 5:17am
Bug: Opening and closing the map sometimes causes the hud to dissapear
Lantigarr
< >
1,101 Comments
Adiel Jul 17 @ 1:22pm 
Top
篝丿 霧枝 Jun 5 @ 11:30pm 
我存档废了就很难受
脑子里有鲸鱼 May 25 @ 5:08am 
EN VERSION:
Adjust "update throtting"(mine is 6ups) in mod config can really help improving fps, but when u do that u'll find ur full game HUD disappear when u open/close ur map, and then u can't quit ur game. Now I solved this problem:
1.Find the mod's source file in dont_starve\mods\workshop-188251898\scripts\widgets\minimapwidget.lua
2.Open it and find this function: function MiniMapWidget:OnHide()
3.Replace this function with the code below:
function MiniMapWidget:OnHide()
if self.minimap:IsVisible() then
self.minimap:ToggleVisibility()
end
self.minimap:Zoom(-1000)
self.minimap:Zoom(self.mapscreenzoom)
self.minimap:ResetOffset()
self:DisableMinimapUpdating()
end

4.Now this problem is solved, enjoy ur game.
脑子里有鲸鱼 May 25 @ 5:08am 
mod设置中调整"update throtting"(我开的6ups)就能显著提高帧数。但是这样会导致开关游戏地图时,很大概率会让整个游戏HUD消失并且无法正常退出游戏。以下是解决方法:
1.找到这个mod源文件里的 dont_starve\mods\workshop-188251898\scripts\widgets\minimapwidget.lua 这个文件
2.打开它找到 function MiniMapWidget:OnHide() 这个函数
3.将如下代码替换掉这个函数(从function开始到end)
function MiniMapWidget:OnHide()
if self.minimap:IsVisible() then
self.minimap:ToggleVisibility()
end
self.minimap:Zoom(-1000)
self.minimap:Zoom(self.mapscreenzoom)
self.minimap:ResetOffset()
self:DisableMinimapUpdating()
end

4.解决了开关地图HUD会消失的问题,开玩。
BIAM May 7 @ 4:50am 
최고의 모드입니다! :steamthumbsup::steamthumbsup:
tesla Mar 14 @ 9:47am 
очень хороший мод без багов, всегда им пользуюсь. Если исправите отображение комнат в хамлете будет ещё лучше.
若冲 Feb 22 @ 8:20am 
兄弟们别开,开了猛掉帧
9072433 Feb 15 @ 10:04pm 
掉帧掉到眼睛都要瞎了22-25fps
Discipline Jan 9 @ 4:23pm 
10 fps whit the mod active
odt.91 Dec 24, 2022 @ 11:59pm 
Thank you for this! Here is an upvote :steamthis: