blue-nebula / base

Main repository of Blue Nebula, a fast-paced shooter with a unique parkour system. It is a fork of Red Eclipse and is free software.
https://blue-nebula.org
15 stars 6 forks source link

Antialiasing settings don't apply when first booting up game #211

Open MoonPadUSer opened 3 years ago

MoonPadUSer commented 3 years ago

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 2020-09-11-182048_1920x1080_scrot

System: GNU/Linux 5.6.18-1-mbp - Manjaro BSPWM

robalni commented 3 years ago

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.

MoonPadUSer commented 3 years ago

that's weird, try setting it to 0, or literally anything else than what it was before, and now apply the changes

robalni commented 3 years ago

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.

MoonPadUSer commented 3 years ago

I see, I'm gonna try and find a fix for that unless you want to