-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.15 HD zoom level #14
Comments
The problem is the absolute max zoom as allowed by the FactorioMaps code determine the zoom levels is 1:1. Which is 1 pixel in the game is 1 pixel in the image. With extraZoom disabled the code has the max zoom at 0.85:1 or something around there. [edit] |
1:1 would be fine. The issue is that it isn't 1:1, it's actually less. You
can zoom further in 0.15 because the new sprites are twice the resolution
of the old ones. Rendering an image where the HD sprites are output 1:1 is
what I'm after.
On May 26, 2017 13:42, "Credomane Evonguard" <[email protected]> wrote:
The problem is the absolute max zoom as allowed by the FactorioMaps code
determine the zoom levels is 1:1. Which is 1 pixel in the game is 1 pixel
in the image. With extraZoom disabled the code has the max zoom at 0.85:1
or something around there.
Adding an extra extra zoom would actually just be lowering quality by
stretching the images.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA_S06xkJ0BQpG-gseuOFtwOvi6pkPKtks5r9w8NgaJpZM4NjDvN>
.
|
Similar to #7 and its corresponding commit 68ed262, it would be great to have a feature for one more zoom level larger than the current "Extra Zoom", so that you get full resolution from the new HD sprites in 0.15. The current "extra zoom" option gets you full resolution for the old low-res sprites.
I tried adding it myself but couldn't figure it out, even with the pointers suggested in #7.
The text was updated successfully, but these errors were encountered: