BTA wrote:
To me, that is counterintuitive, how do I reverse that?
I'm afraid it's rather hardcoded, I suggest you simply adjust your thinking, considering mouse-up to be moving forward, and mouse-down to be pulling back.
If you are a coder, or at least willing to deal with
compiling FreeOrion yourself, I think you could invert the mousewheel zoom direction by changing
this line to read
Code:
Zoom(-move, pt);
(And if you are a coder willing to put time into familiarizing yourself with the FreeOrion code, you could make the above be subject to a configuration option and submit a PR for it on our GitHub repo.)