Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • 0
Phob0s Got Hurt Plenty

How do I split a Doom 2 megawad into Episodes?

Question

I am currently making a map pack in Doom Builder, and I'd like to split the levels into episodes. My problem is that I'm using Doom 2 as my Iwad, forcing me to make it a straight shot through 30 levels (discluding secret ones.) Does anybody here know how to separate the 32 levels into episodes with Doom Builder? 

Share this post


Link to post

7 answers to this question

Recommended Posts

  • 1
42 minutes ago, Phob0s Got Hurt Plenty said:

I am currently making a map pack in Doom Builder, and I'd like to split the levels into episodes. My problem is that I'm using Doom 2 as my Iwad, forcing me to make it a straight shot through 30 levels (discluding secret ones.) Does anybody here know how to separate the 32 levels into episodes with Doom Builder? 

1. Get a WAD editor (DOOM BUILDER IS A LEVEL EDITOR BTW) like Slade 3

2. put your WAD inside Slade

3. create a mapinfo and put and edit this code:

 

clearepisodes

 

episode insertmapnamehere
{
    name = "insertnamehere"
    key = "insertkeyhere"
}

 

//edit the placeholders to your liking. Also, you can put as many episodes as you like. Have Fun!

Share this post


Link to post
  • 0
5 minutes ago, iconofeggsafe666 said:

Thanks for the reply, but I'm a little stuck, I'm unsure what "Key" is, and when I start, I dont get an episode menu, and instead get kicked right into MAP01 after selecting the difficulty.

 

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
×