Jump to content

how can i make the messages appear at the bottom of the screen instead of the top in GZdoom?


memes4lyfe

Recommended Posts

i am playing PSX DOOM TC in GZdoom. in the psx version, the message appear at the bottom of the screen. is there a way to position the messages at the bottom of the screen instead?

Share this post


Link to post
3 hours ago, memes4lyfe said:

i am playing PSX DOOM TC in GZdoom. in the psx version, the message appear at the bottom of the screen. is there a way to position the messages at the bottom of the screen instead?

Couldn't resist :P

 

The answer depends greatly on how these messages are "customized". If there's a source port setting then it's easy to do, but if it's ACS the answer is: "Most likely not"

 

Screen messages that get displayed by way of ACS are "fixed" in the sense that their position on the screen is part and parcel of the script itself. So if you were to change the location of these custom messages, you would need to adjust their positions manually in the script itself.

Share this post


Link to post

Messages displayed with ACS probably use the HudMessage function, where the semantics are kind of a mess.

 

For other messages, such as item pickups, you can change their position by making a ZScript HUD that overrides the display functions, and no I can't help you more than that, I never tried it myself, don't ask me to write an example.

Share this post


Link to post

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...