In case this is still an issue or someone else faces this, you can go into setting menu and set the zoom back to 100%. This fixes the issue and you can still use the mod like normal after
In the folder of this mod, there's a file named `config.json`, or just `config` if you have file endings disabled (which you shouldn't, look up how to enable if you don't have them). You can open this file with a text editor, like notepad, in which you can see the same thing as in the description.
In the description is also a list of numbers for the respective keys they're representing. Both `ZoomKey1` and `ZoomKey2` are used for the same thing, so you can have 2 keybinds. Just replace one of the numbers with the one of the key you want to use. I don't know what happens if you set both to the same key, so don't do that. (Might do nothing, but there's also nothing to gain)
The `ZoomLevel` determines how far you zoom out. The default (0.5) makes everything 50% smaller, so you can see twice as much. `ToggleZoom` can be either `true` or `false`. If it's false, you have to hold down the key. If true, you can tap it to toggle.
Make sure you don't delete a comma or something by accident.
Would be really cool if you could edit the config with Generic Mod Config Menu. I'm finding myself experimenting with different keybinds and zoom levels to see what fits best, but it takes so long when you have to close the game every time! :(
Hi! I suggest using SMAPI's keybind types directly in your config model, instead of int values. That has a few benefits:
The config file is more readable (like "ZoomKey2": "Home").
You can link to key bindings on the wiki instead of listing all the codes on your mod page, and it'll already be familiar to players who configured other mods.
Hello this is just the mod that I was looking for to take a peek at far corners!! thank you for making it.
I had one thing happen to me though, so I set the mod to toggle and saved the day. now its on the mod's zoom level all the time now and it wouldnt accept my input toggle. The fix is just to set back the game's zoom level in the settings.. just wanted to comment that I mean who doesnt want to view the whole map everytime unless you lag a lot or your screen is large so everything is tiny. haha
One suggestion though is to remove the config file in the download so it won't overwrite my own keybind everytime theres a new update. Thank you!
I'll take a look at the day change part. I think the game might actually be saving the zoom level when you go bed, then using that as a new default. I'll also not ship the config file in the next release. I ship with it so you can edit it straight away without having to launch, didnt consider it would replace
28 comments
Dy think you could include an option for toggling between 2 different zoom levels?
You can open this file with a text editor, like notepad, in which you can see the same thing as in the description.
In the description is also a list of numbers for the respective keys they're representing.
Both `ZoomKey1` and `ZoomKey2` are used for the same thing, so you can have 2 keybinds.
Just replace one of the numbers with the one of the key you want to use.
I don't know what happens if you set both to the same key, so don't do that. (Might do nothing, but there's also nothing to gain)
The `ZoomLevel` determines how far you zoom out. The default (0.5) makes everything 50% smaller, so you can see twice as much.
`ToggleZoom` can be either `true` or `false`. If it's false, you have to hold down the key. If true, you can tap it to toggle.
Make sure you don't delete a comma or something by accident.
I'm finding myself experimenting with different keybinds and zoom levels to see what fits best, but it takes so long when you have to close the game every time! :(
I had one thing happen to me though, so I set the mod to toggle and saved the day. now its on the mod's zoom level all the time now and it wouldnt accept my input toggle. The fix is just to set back the game's zoom level in the settings.. just wanted to comment that I mean who doesnt want to view the whole map everytime unless you lag a lot or your screen is large so everything is tiny. haha
One suggestion though is to remove the config file in the download so it won't overwrite my own keybind everytime theres a new update. Thank you!
Btw, love your mod! I like how the map seems bigger now ?