First off, I want to say a huge THANK YOU for adding support for standard PNG files to the Hexen/Strife startups in 4.8.0. This has been a huge bugbear of mine for years, and I'm so glad nobody will ever have to deal with the horrendous Hexen startup image format ever again.
However, these startups being blown up to fit the game window, while an understandable consequence of the new setup, isn't hugely ideal for certain situations. In addition, said startups won't function if the images they require aren't the original very specific resolutions. Would it be possible to allow for greater resolutions for STARTUP and STARTUP0, or failing that support for widescreen versions? It'd be one last final step for large mods or standalone games to add that final piece of professional flair to their loading screens.
Additional image resolution flexibility for Startups
Moderator: GZDoom Developers
-
- Posts: 7402
- Joined: Fri Oct 22, 2004 9:22 am
- Graphics Processor: nVidia with Vulkan support
- Location: MAP33
-
- Lead GZDoom+Raze Developer
- Posts: 49118
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Additional image resolution flexibility for Startups
The code as-is is not capable of handling more flexible setups so for the first version I left it at that.
These startups need some rudimentary scripting ability, but I'm not sure yet how to do it. ZScript is out because it's not operational when the start screen is shown.
These startups need some rudimentary scripting ability, but I'm not sure yet how to do it. ZScript is out because it's not operational when the start screen is shown.
-
- Posts: 7402
- Joined: Fri Oct 22, 2004 9:22 am
- Graphics Processor: nVidia with Vulkan support
- Location: MAP33
Re: Additional image resolution flexibility for Startups
I wouldn't be opposed to that. Probably wouldn't need to be hugely complex, either, could probably use a SBARINFO-esque definition syntax (though hopefully a bit more solid than that!)
-
- Lead GZDoom+Raze Developer
- Posts: 49118
- Joined: Sat Jul 19, 2003 10:19 am
- Location: Germany
Re: Additional image resolution flexibility for Startups
I actually think more along the lines of the intermission scripts. SBARINFO is way too complex and this screenis normally gone after a handful of seconds at most.