[0.16.35] Setting "Sprite Resolution" to "low" breaks gui

Things that we don't consider worth fixing at this moment.
Post Reply
User avatar
kumpu
Fast Inserter
Fast Inserter
Posts: 111
Joined: Wed Jun 07, 2017 10:10 am
Contact:

[0.16.35] Setting "Sprite Resolution" to "low" breaks gui

Post by kumpu »

Image

Notice how the frame is suddenly gone, also why is the interpolation so horrible? :P
Normal and above is completely fine with no visual difference.

I have a RX 560 if that matters, these are my graphics settings: https://i.imgur.com/zG2FCoB.png

Dominik
Former Staff
Former Staff
Posts: 658
Joined: Sat Oct 12, 2013 9:08 am
Contact:

Re: [0.16.35] Setting "Sprite Resolution" to "low" breaks gui

Post by Dominik »

Hi, I suggest you ask the creator of the mod. This is not a standard GUI.

User avatar
kumpu
Fast Inserter
Fast Inserter
Posts: 111
Joined: Wed Jun 07, 2017 10:10 am
Contact:

Re: [0.16.35] Setting "Sprite Resolution" to "low" breaks gui

Post by kumpu »

Dominik wrote:Hi, I suggest you ask the creator of the mod. This is not a standard GUI.
I am the creator :D
Edit: I don't see how this is my fault, clearly this is a game bug.

User avatar
eradicator
Smart Inserter
Smart Inserter
Posts: 5206
Joined: Tue Jul 12, 2016 9:03 am
Contact:

Re: [0.16.35] Setting "Sprite Resolution" to "low" breaks gui

Post by eradicator »

What kind of buttons/sprites do you use for that gui? I tried fiddling with sprite resolution and my custom-style buttons aren't even downscaled. (Didn't test for sprite-button or element-choose-button).

User avatar
kumpu
Fast Inserter
Fast Inserter
Posts: 111
Joined: Wed Jun 07, 2017 10:10 am
Contact:

Re: [0.16.35] Setting "Sprite Resolution" to "low" breaks gui

Post by kumpu »

eradicator wrote:What kind of buttons/sprites do you use for that gui? I tried fiddling with sprite resolution and my custom-style buttons aren't even downscaled. (Didn't test for sprite-button or element-choose-button).
Just plain sprite elements, no style, flags, anything.

posila
Factorio Staff
Factorio Staff
Posts: 5202
Joined: Thu Jun 11, 2015 1:35 pm
Contact:

Re: [0.16.35] Setting "Sprite Resolution" to "low" breaks gui

Post by posila »

On all sprites used in GUI, you should use

Code: Select all

priority = "extra-high-no-scale"

User avatar
kumpu
Fast Inserter
Fast Inserter
Posts: 111
Joined: Wed Jun 07, 2017 10:10 am
Contact:

Re: [0.16.35] Setting "Sprite Resolution" to "low" breaks gui

Post by kumpu »

posila wrote:On all sprites used in GUI, you should use

Code: Select all

priority = "extra-high-no-scale"
Thanks for the tip!

Post Reply

Return to “Won't fix.”