Jump to content

Text Screens in GZDoom Builder (bugfix)


Recommended Posts

Hi guys!
I'm learning how to mod D2 and I've got stuck on what apparently is a really simple thing to achieve: showing a text screen ( https://doomwiki.org/wiki/Text_screen ). I'd like to show one of those text screen D2 showed when the story needed to be explained. Using print doesnt seems to me a good idea since it looks more like a function for small and fast in-game text totally related to gameplay.
I'm using GZDB bugfix + DOOM2 (UDMF) + ZDOOM ACS.
Can someone help me?

Share this post


Link to post

So, I read all your (very useful!) links and I was wondering... basically I can show text screens just between two maps (= when the player find the exit of the level)? What if I just want to make the player read a document like one of those walking simulators? The player finds a book on the floor and I want him to read a page of some dead-man diary. How can I possibly do it?
I think teleporting in and out of a map would respawn all the enemies and that's not cool... Maybe I can put a background image under the HudMessage text? But how?
Any ideas?

Share this post


Link to post

HudMessage can indeed show an image. So you could script it so that a page like graphic comes up, text on the book prints out, player presses keys to continue the script, and then close the book. Heck, you could even do what Elder Scrolls does and make many different graphics of a book closing and show each one in sequence with a tiny delay between. Very script heavy, but it would be cool to see in Doom.

Edited by Nevander

Share this post


Link to post
3 minutes ago, Nevander said:

HudMessage can indeed show an image. So you could script it so that a page like graphic comes up, text on the book prints out, player presses keys to continue the script, and then close the book. Heck, you could even do what Elder Scrolls does and make many different graphics of a book closing and show each one in sequence with a tiny delay between. Very script heavy, but it would be cool to see in Doom.

That's totally what I had in mind! I want to create lore books and stuff like that that can enhance the user experience and make the player enjoy more the campaign :)

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...