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

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

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
×