Disable mini map

Don't know how to use a machine? Looking for efficient setups? Stuck in a mission?
DRBLN
Filter Inserter
Filter Inserter
Posts: 411
Joined: Sat Mar 23, 2013 12:44 pm
Contact:

Disable mini map

Post by DRBLN »

Please, advise how to disable the mini map.
kovarex
Factorio Staff
Factorio Staff
Posts: 8298
Joined: Wed Feb 06, 2013 12:00 am
Contact:

Re: Disable mini map

Post by kovarex »

You can do so in console:

Code: Select all

game.disableminimap()
User avatar
Dysoch
Filter Inserter
Filter Inserter
Posts: 445
Joined: Fri Oct 18, 2013 2:27 pm
Contact:

Re: Disable mini map

Post by Dysoch »

kovarex wrote:You can do so in console:

Code: Select all

game.disableminimap()
But then the problem is to reenable it. That is currently impossible. (At least last time i checked)
Creator of:
- DyTech
- DyWorld
- DyWorld-Dynamics
- DyWorld-Dynamics 2
Active since Factorio 0.6
kovarex
Factorio Staff
Factorio Staff
Posts: 8298
Joined: Wed Feb 06, 2013 12:00 am
Contact:

Re: Disable mini map

Post by kovarex »

You are right, well we can add the enableminimap command :)

P.S. Why do you needed btw?
User avatar
Dysoch
Filter Inserter
Filter Inserter
Posts: 445
Joined: Fri Oct 18, 2013 2:27 pm
Contact:

Re: Disable mini map

Post by Dysoch »

kovarex wrote:You are right, well we can add the enableminimap command :)

P.S. Why do you needed btw?
finally :P

i wanted to make a system where when you havent got a radar, or not enough power, the minimap shuts off. it was working (and still will) but i had no way to reenable it :P
Creator of:
- DyTech
- DyWorld
- DyWorld-Dynamics
- DyWorld-Dynamics 2
Active since Factorio 0.6
drs9999
Filter Inserter
Filter Inserter
Posts: 831
Joined: Wed Mar 06, 2013 11:16 pm
Contact:

Re: Disable mini map

Post by drs9999 »

hmm... it can be switched on/off in the options?!
xoft
Burner Inserter
Burner Inserter
Posts: 19
Joined: Thu Aug 25, 2016 4:08 pm
Contact:

Re: Disable mini map

Post by xoft »

Another good reason for hiding and showing the minimap is when the right sidebar is too full to show everything - for example when a logistics network has too many item types in it, you can't see the ones in the bottom. Currently this means going through three levels of menus to toggle the map on or off just to see the bottom-most items :(
User avatar
HanziQ
Former Staff
Former Staff
Posts: 630
Joined: Fri Mar 27, 2015 7:07 am
Contact:

Re: Disable mini map

Post by HanziQ »

Please don't necro 3 year old posts.
xoft
Burner Inserter
Burner Inserter
Posts: 19
Joined: Thu Aug 25, 2016 4:08 pm
Contact:

Re: Disable mini map

Post by xoft »

It's three years old but still relevant and one that I feel would be rather easy for the devs to fix, while scratching a major itch for me.
daniel34
Global Moderator
Global Moderator
Posts: 2761
Joined: Thu Dec 25, 2014 7:30 am
Contact:

Re: Disable mini map

Post by daniel34 »

xoft wrote:Another good reason for hiding and showing the minimap is when the right sidebar is too full to show everything - for example when a logistics network has too many item types in it, you can't see the ones in the bottom. Currently this means going through three levels of menus to toggle the map on or off just to see the bottom-most items :(
There's a console command to do that (only locally for that map), you can also re-enable it by setting it to true:

Code: Select all

/c game.player.minimap_enabled = false
Or you can use my mod that automatically hides the minimap when you hover over a logistics chest:
https://mods.factorio.com/mods/daniel34 ... p-autohide
I have plans for an update that will allow more types and some improvements, but haven't found the time yet :(
quick links: log file | graphical issues | wiki
xoft
Burner Inserter
Burner Inserter
Posts: 19
Joined: Thu Aug 25, 2016 4:08 pm
Contact:

Re: Disable mini map

Post by xoft »

Awesome mod, thanks :)
Post Reply

Return to “Gameplay Help”