Zooming Reinvented


This mod allows to heavily customise the zooming behaviour, in particular it allows to: - change how far you can zoom out (and still see the world) - change how aggressive the zooming is (equivalent to changing mouse wheel sensitivity) - change at what position and zoom level the map opens - zoom in or out instantly with a single key stroke See homepage/mod portal/readme for a full explanation of how this mod works. Please report any bugs and usability issues you find to help make this mod better - your feedback is much appreciated.

Utilities
5 years ago
0.17
59

b Incompatible with Big Bags

5 years ago

Error is: prototype binoculars must be stack_size 1, when stackable is false.

5 years ago
(updated 5 years ago)

Thanks for the report.

However, I am not quite sure what I can do, because this is already the case:

{
    type = "capsule",
    name = "ZoomingReinvented_binoculars",
    subgroup = "tool",
    order = "z[binoculars]",
    icons = {
        {
            icon = "__ZoomingReinvented__/graphics/binoculars.png",
            icon_size = 32,
        }
    },
    capsule_action =
    {
        type = "artillery-remote",
        flare = "zoom-in-flare"
    },
    flags = {},
    stack_size = 1,
    stackable = false
}

https://github.com/Jarcionek/Factorio-Zooming-Reinvented/blob/master/src/data.lua

Given that it works with base game and a few other mods that I use, I am afraid that the problem might be with something specific to Big Bags and I have raised it there: https://mods.factorio.com/mod/BigBags/discussion/5cc73c08c65347000cda5b30

5 years ago
(updated 5 years ago)

Maybe BigBags is unable to uninclude it, when the type is capsule.
I have other mods, that use the type "shortcut" to get the item in the toolbelt on the right . (where the copy and paste buttons are)
Maybe a solution for this? It also fits for what this extra bar is used for now.

5 years ago

Converting binoculars to a shortcut and adding a flag that in can only exist in the cursor is on my TODO list, but recently I didn't have much time/interest in working on that. If you would like to contribute, feel free to open a Pull Request in my Git repository ;)

New response