Compendium - Classic Megawad Compilation
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
-
- Posts: 1183
- Joined: Tue Jun 02, 2015 7:54 am
Re: Compendium - Classic Megawad Compilation
Would be neat if Alien Vendetta and the Community Chest series are in. This is a good job nonetheless
Also, are the new icarus maps made in 2015 in this?
Also, are the new icarus maps made in 2015 in this?
-
- Posts: 691
- Joined: Wed Jan 12, 2005 1:09 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: Your forum thread
Re: Compendium - Classic Megawad Compilation
You're doing God's work, good sir. Keep it up. <3
-
-
- Posts: 17478
- Joined: Mon Oct 27, 2003 12:07 am
- Location: Kuala Lumpur, Malaysia
Re: Compendium - Classic Megawad Compilation
Looks like we're going to need coin a new term because "megawad" doesn't even cut it here... ;)
Would be neat if the first post had a full list of all of the map packs included in this compendium.
Would be neat if the first post had a full list of all of the map packs included in this compendium.
-
- Posts: 6634
- Joined: Mon Jul 26, 2004 12:59 pm
- Location: Growing from mycelium near you.
Re: Compendium - Classic Megawad Compilation
Gigawad.Nash wrote:Looks like we're going to need coin a new term because "megawad" doesn't even cut it here...![]()
-
- Posts: 987
- Joined: Wed Mar 06, 2013 5:31 am
Re: Compendium - Classic Megawad Compilation
Holy shit, MAPINFO is 13,000 lines. I thought I had played through most megawads but there's a ton here I've either never played or heard of. Props on getting a bunch of unknown wads on here.
e: I'm getting a (null) acs warning on each level of Realm of Chaos (gzdoom 3.4.1). I'm playing through it just fine though. Also, I blew a guy up and he did the ol' frozen in death pose, most likely a sprite conflict with Beautiful Doom. Not a big deal but figured I'd mention it.
e: I'm getting a (null) acs warning on each level of Realm of Chaos (gzdoom 3.4.1). I'm playing through it just fine though. Also, I blew a guy up and he did the ol' frozen in death pose, most likely a sprite conflict with Beautiful Doom. Not a big deal but figured I'd mention it.
-
- Posts: 1042
- Joined: Sat Jun 07, 2008 5:58 am
- Location: Industrial District
Re: Compendium - Classic Megawad Compilation
Nope. Those maps were not made by TeamTNT.4thcharacter wrote:Also, are the new icarus maps made in 2015 in this?
https://pastebin.com/EjN2TTm3 there you goNash wrote:Would be neat if the first post had a full list of all of the map packs included in this compendium.

The (null) acs warning is fine, it simply means there are no acs loaded for that level. I could fix it but this would involve editing around 1000 wad files...Rowsol wrote:e: I'm getting a (null) acs warning on each level of Realm of Chaos (gzdoom 3.4.1). I'm playing through it just fine though. Also, I blew a guy up and he did the ol' frozen in death pose, most likely a sprite conflict with Beautiful Doom. Not a big deal but figured I'd mention it.
Also, are you using compen-play.pk3? like I mentioned in the first post, that's a small gameplay mod I made, that's completely optional. Maybe that's the one giving issues?
-
- Posts: 866
- Joined: Wed Nov 08, 2017 4:23 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Germany
Re: Compendium - Classic Megawad Compilation
I haven't played with compen-play.pk3 yet, but decided to take a look into the code and noticed that there are some enemies which don't have DoomEdNums or Replaces keywords so it looks like they wouldn't appear at all. Were they scrapped concepts or is it still in development?
-
- Posts: 43
- Joined: Wed Jul 27, 2016 5:21 pm
- Location: Japan
Re: Compendium - Classic Megawad Compilation
Project Slipgate map02(SLP02), the button doesn't work and that won't let me pass through the broken door.
Searched Youtube for playthroughs of the original wad, and found the button in question of 5:01ish in this video.
https://www.youtube.com/watch?v=hfa7M7e2AYc&t=353s
EDIT 1 : Another one found, so posting here to not bloat up the post count or thread itself.
Scythe map18(SCY18) and Map22(SCY22), The bridges are completely inaccessible(can't cross it, nor walk under it) so I had to noclip through them.
A bit of research revealed that the bridge is "accessible" at first, but as soon as you step on it the bridge will float you up and you won't be able to re-enter when you get out of it. And the bridge makes you stuck on the ceiling if you stay on it for too long.
Searched Youtube for playthroughs of the original wad, and found the button in question of 5:01ish in this video.
https://www.youtube.com/watch?v=hfa7M7e2AYc&t=353s
EDIT 1 : Another one found, so posting here to not bloat up the post count or thread itself.
Scythe map18(SCY18) and Map22(SCY22), The bridges are completely inaccessible(can't cross it, nor walk under it) so I had to noclip through them.
A bit of research revealed that the bridge is "accessible" at first, but as soon as you step on it the bridge will float you up and you won't be able to re-enter when you get out of it. And the bridge makes you stuck on the ceiling if you stay on it for too long.
Last edited by Toyoch on Sun Jul 08, 2018 3:10 pm, edited 3 times in total.
-
-
- Posts: 3819
- Joined: Sun Aug 07, 2011 4:32 am
Re: Compendium - Classic Megawad Compilation
This warning indicates an attempt to load empty or bogus BEHAVIOR lump. Unfortunately almost all maps contain them.Dynamo wrote:The (null) acs warning is fine, it simply means there are no acs loaded for that level. I could fix it but this would involve editing around 1000 wad files...
Apparently it's a problem of editor that writes such useless lumps. Is it some old version of Doom Builder?
In any case, this can be solved by an external script. The idea is to check size of BEHAVIOR lumps and delete them if they are shorter than 32 bytes.
The script can be written in any language with Doom WADs handling module or class available. I prefer to use Python for this.
Let me know if you want to eliminate the warning. Of course, the script won't fix the editor if maps will be saved again in the future.
-
- Posts: 1042
- Joined: Sat Jun 07, 2008 5:58 am
- Location: Industrial District
Re: Compendium - Classic Megawad Compilation
You are indeed right in that I was using an outdated editor. I would very highly appreciate such a script if you could make it, thanks_mental_ wrote:In any case, this can be solved by an external script. The idea is to check size of BEHAVIOR lumps and delete them if they are shorter than 32 bytes.
The script can be written in any language with Doom WADs handling module or class available. I prefer to use Python for this.
Let me know if you want to eliminate the warning. Of course, the script won't fix the editor if maps will be saved again in the future.

Thanks for the report! Will be fixed in a patch soon.Toyoch wrote:Project Slipgate map02(SLP02), the button doesn't work and that won't let me pass through the broken door.
Searched Youtube for playthroughs of the original wad, and found the button in question of 5:01ish in this video.
https://www.youtube.com/watch?v=hfa7M7e2AYc&t=353s
Which ones?DabbingSquidward wrote:I haven't played with compen-play.pk3 yet, but decided to take a look into the code and noticed that there are some enemies which don't have DoomEdNums or Replaces keywords so it looks like they wouldn't appear at all. Were they scrapped concepts or is it still in development?
-
-
- Posts: 3819
- Joined: Sun Aug 07, 2011 4:32 am
Re: Compendium - Classic Megawad Compilation
Here is the script. Tested with Python 2.7 only and it won't work with 3.x out of the box (sorry, I'm lazy).Dynamo wrote:I would very highly appreciate such a script if you could make it, thanks
Run it like with the following command line where <...> are folders with Python, this script, and Compendium respectively.
Code: Select all
"<...>\python.exe" "<...>\wad_behavior_cleaner.py" "<...>\maps"
Old files will be stored with .bak extension just in case.
-
- Posts: 1183
- Joined: Tue Jun 02, 2015 7:54 am
Re: Compendium - Classic Megawad Compilation
Are there plans to add more megawads in the future?
-
- Posts: 1294
- Joined: Fri Nov 07, 2008 3:29 pm
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
- Location: Maryland, USA, but probably also in someone's mod somewhere
Re: Compendium - Classic Megawad Compilation
Correct me if I'm wrong and the situation has changed, but aren't Hell to Pay and Perdition's Gate commercial megawads?Dynamo wrote:https://pastebin.com/EjN2TTm3 there you go
-
- Posts: 1042
- Joined: Sat Jun 07, 2008 5:58 am
- Location: Industrial District
Re: Compendium - Classic Megawad Compilation
Yep, as this thread shows the situation has indeed changed. There was apparently someone working on making idgames versions of these but not sure if that ended up being completed. There were further statements on Tom Mustaine's website but that appears to be down for now.Zhs2 wrote:Correct me if I'm wrong and the situation has changed, but aren't Hell to Pay and Perdition's Gate commercial megawads?Dynamo wrote:https://pastebin.com/EjN2TTm3 there you go
Thanks! Will be done for next version_mental_ wrote:Here is the script.
Probably yes, I had a few more planned but I think 54 is a nice number for a first release.4thcharacter wrote:Are there plans to add more megawads in the future?
-
- Posts: 1183
- Joined: Tue Jun 02, 2015 7:54 am
Re: Compendium - Classic Megawad Compilation
That's good to hear, I hope the Community Chest series makes it in, especially 2, 3, and 4.