Jump to content
  • 0

How to remove the displaying of intermission text?


Voros

Question

I want to make the intermission text of Doom 2 not load up after finishing the levels, directly going to the next map.

 

How would I do this in a MAPINFO lump?

Share this post


Link to post

3 answers to this question

Recommended Posts

  • 1

It should yea. If there's no enter/exittext then nothing will show up and it should go to the next level automatically. At that point, the clusters are just numbers with nothing happening inside them.

Share this post


Link to post
  • 1

The way I would do it is to set all the maps to be in the same cluster, then remove the exittext/entertext properties from the cluster definition in question. A cluster can be empty as well, you could just do:

 

cluster 1 {}

 

and it will work. In fact, I had to do this in order to keep the "entering" screen to appear. If a map goes to another and that next map has no cluster or is cluster 0, the entering screen just gets completely skipped.

Share this post


Link to post
  • 0

How about keeping all the clusters and leaving them to be empty eg:


cluster 7 {}

 

cluster 8 {}

 

cluster 9 {}

Would this work?

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
Answer this question...

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