Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
Grimm

Changing Map Level Names and Par Times

Recommended Posts

How would I go about changing the level names that appear under the automap? Also, is there any way to change the par times? Finally, how would I create a batch file that would do all this, then delete the .EXE file when the recipient finishes playing the level? Thank you for your help. (After I do this, I'll FINALLY be done with COMPLEX.WAD.)

Share this post


Link to post

You can use DeHackEd to modify the level names (by using F7 and modifying the appropiate entries). The par times aren't normally editable, but you may be able to change them with a hex editor. But if so you would have to distribute your WAD along with the EXE.

Note that I am supposing you are talking about the normal doom or doom2 engines, because you aren't specifying if your WAD requires a specific EXE. Otherwise mbf, prboom and eternity allow you to change the par times. Not sure about other engines, though.

Also, a few engines (some older ones, edge and, I think, jdoom) do not support DeHackEd patches, though the last two have other ways of setting the map names.

What EXE do you want deleted? The engine with the modified level names and par times? Why? Or dehacked.exe? Just read DeHackEd's help file for how to add a patch through the command-line (to make a batch file.) Many people will probably use a source-based engine with the -deh parameter instead, though.

Share this post


Link to post

Source ports are your best bet, i'm thinking. Jdoom in particular allows you to edit map names/sky textures via DED files.

Share this post


Link to post

if you want to release the wad for a certain source port, then you can modify the par time in Zdoom, Legacy/Eternity, and Jdoom.

Share this post


Link to post
RTDscout said:

Finally, how would I create a batch file that would do all this, then delete the .EXE file when the recipient finishes playing the level?


If you're using doom2.exe, create your patch and then create a bat file like this:

copy doom2.exe doom2hak.exe
dehacked -load complex.deh
doom2hak -file complex.wad
del doom2hak.exe

(the dehacked.ini file should have doom2hak.exe as the 'Doom2 exe file to hack' as the default setting, so there should be no need to change the ini file)

Share this post


Link to post

Thank you for your help, but now I have one more question. If the par times can't be edited, is there any way to make the par time simply not show up? I've seen this done in Invasion 1.9 (or whatever it was called), but I don't know how it was done.

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
Sign in to follow this  
×