-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Truecolor renderer #326
Comments
I can confirm that the experimental truecolor renderer from Crispy Doom looks wonderful. In dark areas the colors of textures and sprites don´t change so "hard". They remain the same and get smooth darker or brighter if you go near or far away from them without loosing the vanilla look. In motion the 32bit renderer is more noticable than on still pictures. It would be nice to see such an option in International Doom. Here are two pictures. On top from Crispy Doom 32bit renderer and below same in International Doom with 8Bit. |
Alright, giving my word that will try to port Crispy's true color code sooner or later, it looks really neat in action. And this should be more interesting than retaining demo sync in Hexen. 🤤 |
Nice to read that you like the Crispy 32bit renderer too and want to try to include it in Inter-DOOM :) |
That's why I am trying to get this into Woof as well. Of course, the 8-bit renderer should always remain available, but having this as an optional enhancement, maybe even via ingame toggle, would probably be the best thing that can happen to a classic port. However, it comes with some occasional flaws. Look at the sides of the door frame in these screenshots. In 32bpp, the textures are not properly aligned. Hopefully this can be fixed at some point. |
The texture alignment difference is not caused by the 32bit renderer. |
I have tried the experimental truecolor renderer of Crispy Doom and think it's fantastic. While only working for Doom, it provides a significant quality boost for colors, especially from a distance, without losing the vanilla-like aspect of the visuals.
I am playing with this for several weeks now and found just one issue with the ep.3 bunny scroller which is fixed by now, so it seems pretty usable. Therefore, I am wondering how realistic it is to hope for this to be available in International Doom as well at some point.
(A perfect solution would be the ability to switch between 8-bit and truecolor from within the menu, but I doubt it's an easy task. Anyway, in Crispy there's a cvar which can be set to 0 to set 8-bit mode as default.)
The text was updated successfully, but these errors were encountered: