Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • 0
ChicagoTrash

How to have the level name and the automap level name be different?

Question

2 answers to this question

Recommended Posts

  • 0

If you want to do this without MAPINFO (honestly not sure how to do it with that but I'm sure it's on the wiki somewhere), then you'll want a DEHACKED patch inside your wad with the name that you want on the automap and a level graphic which is different to that.

 

The easiest way that I've found to make a DEHACKED patch is with WhackEd4, where if you make a BEX patch and go to the Strings table, look for the string which corresponds to the map you want to edit (map 1 is HUSTR_1 iirc) and change that to what you want to appear on the automap.

 

Then you'll want to make a graphic, which in Doom2 at least is called CWILVxx where xx is 1 less than the map you're editing (so map 1 is CWILV00), with the level name you want to appear before the level starts.

To make this, you'll probably want Bitmap Font Writer and the Doom Fonts (Large Grey or Large Red are the ones of the right size) so the level picture looks the same as the ones in vanilla doom, it gives you an output which you can copy into paint or something and then into your wad (though, you need to crop the picture so there aren't any blank lines around the text).

It should look something like this (you can get rid of the blue background when importing it to your wad through Slade):
 

Spoiler

1452222602_helpfullad.PNG.baa0f5a6180e035d99cbcd9df3e26a94.PNG

 

This should work though if you're confused about anything then I'll try my best to help!

Share this post


Link to post
  • 0

The mapinfo file has a simple command to do what you want. The only thing that you need is a graphic containing the name that you want to be displayed in the intermission screen.

After that, you need to write in your mapinfo file the following code:

 

Spoiler

Map MAPxx "automap name"

{

         Titlepatch = "name of the intermission graphic"

}

 

___________________________________

 

The titlepatch line will replace the default intermission name (generated using the name near MAPxx) with the graphic containing your other name.

 

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
×