You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to replicate:
Open game->go to options->display & graphics->set full-scene antialiasing to 1 and back to 0->press x and apply changes
You'll see that the background now looks way more blurry
System: GNU/Linux 5.6.18-1-mbp - Manjaro BSPWM
The text was updated successfully, but these errors were encountered:
There is no 1 on the slider. But if I otherwise follow the steps, this doesn't happen to me. Sometimes I get the blurry background for one frame but then it goes back.
I know how to do it now: You probably have texture quality set to lower than high. When I do that the same thing happens to me as you described here.
Edit: And now I know why the blurry version is not shown when the game is started even when you have texture quality set to low. When the game starts it shows the loading screen that has the background image. Another thing it does at startup is to read config.cfg that contains settings such as maxtexsize (set by texture quality setting). The first time the background image is shown is before config.cfg is read. That means that the game will not know about your settings the first time the background image is loaded. The later times the background image is used the game will reuse the image that is already loaded the first time.
How to replicate:
Open game->go to options->display & graphics->set full-scene antialiasing to 1 and back to 0->press x and apply changes
You'll see that the background now looks way more blurry
System: GNU/Linux 5.6.18-1-mbp - Manjaro BSPWM
The text was updated successfully, but these errors were encountered: