Disable mini map
Disable mini map
Please, advise how to disable the mini map.
Re: Disable mini map
You can do so in console:
Code: Select all
game.disableminimap()
Re: Disable mini map
But then the problem is to reenable it. That is currently impossible. (At least last time i checked)kovarex wrote:You can do so in console:Code: Select all
game.disableminimap()
Creator of:
- DyTech
- DyWorld
- DyWorld-Dynamics
- DyWorld-Dynamics 2
Active since Factorio 0.6
- DyTech
- DyWorld
- DyWorld-Dynamics
- DyWorld-Dynamics 2
Active since Factorio 0.6
Re: Disable mini map
You are right, well we can add the enableminimap command 
P.S. Why do you needed btw?

P.S. Why do you needed btw?
Re: Disable mini map
finallykovarex wrote:You are right, well we can add the enableminimap command
P.S. Why do you needed btw?

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

Creator of:
- DyTech
- DyWorld
- DyWorld-Dynamics
- DyWorld-Dynamics 2
Active since Factorio 0.6
- DyTech
- DyWorld
- DyWorld-Dynamics
- DyWorld-Dynamics 2
Active since Factorio 0.6
Re: Disable mini map
hmm... it can be switched on/off in the options?!
Re: Disable mini map
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 :(
Re: Disable mini map
Please don't necro 3 year old posts.
Re: Disable mini map
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.
Re: Disable mini map
There's a console command to do that (only locally for that map), you can also re-enable it by setting it to true: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
Code: Select all
/c game.player.minimap_enabled = false
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

Re: Disable mini map
Awesome mod, thanks :)