clipmove / NotBlood

Gameplay Mod For NBlood
https://github.com/clipmove/NotBlood/releases
59 stars 3 forks source link

gSetup.bpp default 8 causing not correct render of splash screen , hud and models in MOD #108

Closed MexMeRcUrY closed 5 months ago

MexMeRcUrY commented 5 months ago

splash screen, Hud and models do not render in notblood defaults. I have to change notblood.cfg manually to fix this.

Method: void CONFIG_SetDefaults(void) ----NotBlood---- gSetup.bpp = 8;

------NBLOOD-------

ifdef USE_OPENGL

gSetup.bpp = 32;

else

gSetup.bpp = 8;

endif

tmyqlfpir commented 5 months ago

Hi, the splash screen and HUD correctly render on first launch. Please provide more information so I can debug this.

MexMeRcUrY commented 5 months ago

I made a mistake looks like the issue only happens in "software" mode which is the default... choosing OPENGL or "Polymost" fixes the issue of loading the MOD which uses models and custom splash screen.