Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
revan1141

Zandronum - Normal Doom Hud?

Recommended Posts

So I have had to download and play on Zandronum due to Brutal Doom having some extremely brutal lag on GZDoom.

One of the most annoying things about this is the Zandronum hud is very small and underwhelming.

Is there a way to restore the default Doom guy hud in Zandronum? I found an option for it, but it doesn't seem to do anything...

I apologize if this is in the wrong section.

Share this post


Link to post

Actually while on the topic of Zandronum, what exactly are the major differences between the way Zandronum does stuff like, Open GL, and the way GZDoom does it?

Brutal Doom not only lags on GZDoom, but I've found that also using any HD wads will cause the game to drop frames every now and then on GZDoom.

I can only do those things on Zandronum.

But honestly, I'd like to possibly resolve the issues I am having on GZDoom because I prefer it to Zandronum. Zandronum feels really really weird with my mouse for some reason and I can't seem to get it comfortable as I had it in GZDoom.

Plus it just sucks having to go to Zandronum for a set of mods and using GZDoom otherwise.

Share this post


Link to post
revan1141 said:

One of the most annoying things about this is the Zandronum hud is very small and underwhelming.

Is there a way to restore the default Doom guy hud in Zandronum? I found an option for it, but it doesn't seem to do anything...

Press + - to adjust HUD size.

revan1141 said:

Actually while on the topic of Zandronum, what exactly are the major differences between the way Zandronum does stuff like, Open GL, and the way GZDoom does it?

There should be none. However, Zandronum lacks support for many advanced G/ZDoom features. In return, Zandronum supports multiplayer, bots, and has a little better default air control.

Share this post


Link to post

I'm not sure which hud you want to use so I'll explain how to use all of them.

To use the vanilla Doom status bar hud,

Find
screenblocks=
in your cfg and make sure the value next to it is
10

Find
st_scale=
in your cfg and make sure the value next to it is
true

To use the ZDoom fullscreen hud,

Find
screenblocks=
in your cfg and make sure the value next to it is
11

Find
cl_stfullscreenhud=
in your cfg and make sure the value next to it is
false

Find
hud_althud=
in your cfg and make sure the value next to it is
false

Find
hud_scale=
in your cfg and make sure the value next to it is
true

To use the Skulltag fullscreen hud,

Find
screenblocks=
in your cfg and make sure the value next to it is
11

Find
cl_stfullscreenhud=
in your cfg and make sure the value next to it is
true

Find
hud_althud=
in your cfg and make sure the value next to it is
false

Find
con_virtualheight=
in your cfg and make sure the value next to it is
200

Find
con_virtualwidth=
in your cfg and make sure the value next to it is
320

Find
con_scaletext=
in your cfg and make sure the value next to it is
true

To use the GZDoom fullscreen hud,

Find
screenblocks=
in your cfg and make sure the value next to it is
11

Find
hud_althud=
in your cfg and make sure the value next to it is
true

Find
hud_althudscale=
in your cfg and make sure the value next to it is
1

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×