Jump to content

How do you edit text screens?


Recommended Posts

I am creating a 1 Level WAD and I want to have a custom text screen at the end. How do I do this? I have a proper ZDOOM MAPINFO setup, so I just need to know how to do it from there? Thanks!

Share this post


Link to post

If I'm understanding properly, what you want to do is under MAP01 (or whatever), write "cluster = 1" and use the keyword "clusterdef" to define an "exittext".

 

Like this:

map MAP01
{
 next = endgame
 sky1 = YOURSKY
 music = music
 cluster = 1
}

clusterdef 1
{
 flat = F_SKY1
 exittext = "Write your text here."
}

 

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