cchest.wad

Discuss anything ZDoom-related that doesn't fall into one of the other categories.
Post Reply
marco75
Posts: 13
Joined: Sat Jul 21, 2007 6:48 am

cchest.wad

Post by marco75 »

I was having great fun with this WAD until I hit MAP06 - Going Down by Magikal. I have destroyed all the seargants and revenants on both sides of the blue room at the bottom (?) of the level, and found the hidden rockets and rocket launcher... but now nothing else will happen.

Is this a bug? I have played MAPs 01-05 with WEAP03.WAD, no problem.

Also, I specifically tell ZDL to load the .bex and .deh included with the .ZIP.

Anyone else here played through cchest?
User avatar
Desert_Fox
Posts: 27
Joined: Mon Jul 09, 2007 1:01 pm
Location: Great Britain

Post by Desert_Fox »

This shouldn't be in projects.
Lamneth
Posts: 187
Joined: Thu Apr 26, 2007 12:00 am
Location: Dark Falz's chamber

Post by Lamneth »

Desert_Fox wrote:This shouldn't be in projects.
Yeah its not a very ghetto looking post.
User avatar
Project Shadowcat
Posts: 9369
Joined: Thu Jul 14, 2005 8:33 pm
Preferred Pronouns: They/Them
Operating System Version (Optional): Windows 11
Graphics Processor: nVidia with Vulkan support
Location: Blacksburg, SC USA
Contact:

Post by Project Shadowcat »

Before bashing the guy of making a mistake on the forum, let's try to answer his problems. Kay?

Anyway, what IS WEAP03.wad? Obviously it's a weapons mod, but did it do anything else besides replace weapons?
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Post by wildweasel »

WEAP03.wad is one of Daniel's old DeHackEd based weapon mods. I believe it's included with the 99Weap.zip package on the idgames archive.
marco75
Posts: 13
Joined: Sat Jul 21, 2007 6:48 am

Community Chest

Post by marco75 »

Sorry. I posted in Projects because I thought Community Chest was a completed ZDoom project, and members of this forum would have been involved in its creation.

And yeah, I use the weapon mods from 99weapons.zip, and I use randomize.monsters.wad, which randomly swaps out the original monsters and substitutes them with "sub-types" from the Monster Resource.

I do this because I'm bored to death with the original weapons and monsters. After 10+ years of Doom, who isn't?

I think the reason some WADs don't respond kindly to this treatment, is because they have very specific ACS coding, which says something like "if all monsters of type <N> are killed in this sector, jump to this code label".
Change the type and nothing happens.

If I could figure out what kind of ACS commands do this, I could write a parser to change it to "if all actors of any type are killed in this sector, jump to this code label".

I think this is worth doing. You really need to play with randomize.monsters.wad to appreciate how fun and unpredictable it makes Doom. Weapon mods usually make the game too easy... but now, one hasty run through a room, and the harmless Zombieman you expected turns out to be a Rocket Zombie... instant death!

If anyone here is interested, I could upload randomize.monsters.wad to the Doomworld archive.
User avatar
Project Shadowcat
Posts: 9369
Joined: Thu Jul 14, 2005 8:33 pm
Preferred Pronouns: They/Them
Operating System Version (Optional): Windows 11
Graphics Processor: nVidia with Vulkan support
Location: Blacksburg, SC USA
Contact:

Re: Community Chest

Post by Project Shadowcat »

marco75 wrote:Sorry. I posted in Projects because I thought Community Chest was a completed ZDoom project, and members of this forum would have been involved in its creation.
Community Chest is a limit-removing or a Boom project, not for ZDoom in specific (IIRC).
And yeah, I use the weapon mods from 99weapons.zip, and I use randomize.monsters.wad, which randomly swaps out the original monsters and substitutes them with "sub-types" from the Monster Resource.

I do this because I'm bored to death with the original weapons and monsters. After 10+ years of Doom, who isn't?

I think the reason some WADs don't respond kindly to this treatment, is because they have very specific ACS coding, which says something like "if all monsters of type <N> are killed in this sector, jump to this code label".
Change the type and nothing happens.
You sure this wasn't MAP07 this happened in?
If I could figure out what kind of ACS commands do this, I could write a parser to change it to "if all actors of any type are killed in this sector, jump to this code label".

I think this is worth doing. You really need to play with randomize.monsters.wad to appreciate how fun and unpredictable it makes Doom. Weapon mods usually make the game too easy... but now, one hasty run through a room, and the harmless Zombieman you expected turns out to be a Rocket Zombie... instant death!

If anyone here is interested, I could upload randomize.monsters.wad to the Doomworld archive.
... Are you sure it's not uploaded to the /idgames archive already? Isn't that where you got it from in the first place? Correct me if I'm wrong.
User avatar
HotWax
Posts: 10002
Joined: Fri Jul 18, 2003 6:18 pm
Location: Idaho Falls, ID

Re: Community Chest

Post by HotWax »

marco75 wrote:I think the reason some WADs don't respond kindly to this treatment, is because they have very specific ACS coding, which says something like "if all monsters of type <N> are killed in this sector, jump to this code label".
Change the type and nothing happens.

If I could figure out what kind of ACS commands do this, I could write a parser to change it to "if all actors of any type are killed in this sector, jump to this code label".
How do you intend to do that, exactly? It's virtually impossible for a parser to just sift through an ACS source (assuming the source is even provided in the WAD) and determine exactly what the author intended, and then come up with a way to take into account the monster "variants". Even if you could, this wouldn't fix cases where the actor has the special assigned to itself.
User avatar
Desert_Fox
Posts: 27
Joined: Mon Jul 09, 2007 1:01 pm
Location: Great Britain

Re: Community Chest

Post by Desert_Fox »

Project Dark Fox wrote:Community Chest is a limit-removing or a Boom project, not for ZDoom in specific (IIRC).
May I ask what IIRC is?
User avatar
Virtue
Posts: 919
Joined: Sun Nov 19, 2006 8:15 am
Location: Manchester UK

Post by Virtue »

if i recall correctly

theres also AIRC (as i recall)
Post Reply

Return to “General”