GZDoom 4.0.0 Released [split]

Ask about editing graphics, sounds, models, music, etc here!
Shaders (GLSL) and SNDINFO questions also go here!

Moderators: GZDoom Developers, Raze Developers

Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
Post Reply
User avatar
Deybar_TECH
Posts: 145
Joined: Wed Dec 26, 2018 3:36 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 7
Graphics Processor: Not Listed
Location: El Alto - La Paz - BOLIVIA
Contact:

GZDoom 4.0.0 Released [split]

Post by Deybar_TECH »

Hi all.

I wanted to ask you how to replace the new fonts because in my project, these sources have modified the expected appearance of the menus that I was creating.

anyone can try the difference with my (pk3) with a gzdoom before (gzdoom v400)
or watch my video below:

https://www.youtube.com/watch?v=28FHDI3mXGM


(OZ_FUENTES.PK3)
http://www.mediafire.com/file/xtr7l82t2 ... S.pk3/file



besides I'm not upset by the new improvements. since I speak in Latin Spanish.

muchas gracias a todos por traducir al español latino. :D
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49071
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: GZDoom 4.0.0 Released [split]

Post by Graf Zahl »

The menu font currently cannot be replaced. This is because firstly, a blanket replacement would remove all the Unicode characters so this has to be done more smartly and with other work to do on the localization this is of lower priority and secondly, there are no decent fonts available in an adequate format. This is not a paletted bitmap font like the old ones but a one-bit-per-pixel raw VGA font that gets heavily processed before being displayed (for the console a shadow and a color gradient gets added programmatically and for the menus an outline gets added.)
Also, considering the language support, if you only replace basic Latin characters, it will look really bad when combined with any extended content you did not replace, so in the end it is very debatable if a replacement is even viable. The old assumption that English will suffice no longer applies, the next release will even contain a fuil Korean translation.

Generally, I very strongly recommend not to replace the menu font anyway. The option menus are a place where end users are supposed to comfortably edit their settings and any styled font there essentially acts as a barrier. You also need to be careful with size. The biggest problem with the old font, aside from poor resolution, was its bulky width that made formatting the option menus very, very problematic. In short: The current menu code wouldn't work anymore with an in-game font.
User avatar
Deybar_TECH
Posts: 145
Joined: Wed Dec 26, 2018 3:36 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 7
Graphics Processor: Not Listed
Location: El Alto - La Paz - BOLIVIA
Contact:

Re: GZDoom 4.0.0 Released [split]

Post by Deybar_TECH »

good. so......

I'll have to suspend the special options menu in my project
and adapt me to the new text sources. :cry:


but at least looking inside the new one (gzdoom 400) I could find a way to replace them (menu slider). so I'm happy with that. :)
Since I did not like much using the console source of the (urban brawl)
just to replace that.


Another thing I wanted to ask you is if the effect (Doppler) can return or if
it is already in this new one (gzdoom v400).
Post Reply

Return to “Assets (and other stuff)”