[Project] "Knee-Deep in ZDoom"

New maps, and other projects whose primary focus is new maps, belong here.

Note: This forum, and all forums below it, are not for questions or troubleshooting! Threads created here are for active projects only! If you have questions please feel free to use the Editing subforums or General forum.
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.
User avatar
TheDarkArchon
Posts: 7656
Joined: Sat Aug 07, 2004 5:14 am
Location: Some cold place

Post by TheDarkArchon »

The latest editon of the resource WAD should be heading your way, T667.
User avatar
Tormentor667
Posts: 13471
Joined: Wed Jul 16, 2003 3:52 am

Post by Tormentor667 »

Another queston: In the "Doom Bible", the Baron of Hells had another name, they where called something like "Brothers of blabla" ... I have no idea, but their original supposed name was not "Baron of Hell, it was something else... anyone knows?!
NiGHTMARE
Posts: 3463
Joined: Sat Jul 19, 2003 8:39 am

Post by NiGHTMARE »

There are a few alignment issues in the "sewage area". Also, the bottom of the textures surrounding the nukage looks fugly after the nukage turns into blood - I have a version of this texture with the green turned into red, I'll see if I can dig it out :).

Anyway, I love the way this map gradually evolves from E1 to E2 style, and the trips to hell are very nice too :D. BTW, am I right in thinking the first bit of hell was inspired by the organic levels of System Shock 2?
Last edited by NiGHTMARE on Sat Oct 30, 2004 9:33 am, edited 1 time in total.
User avatar
TheDarkArchon
Posts: 7656
Joined: Sat Aug 07, 2004 5:14 am
Location: Some cold place

Post by TheDarkArchon »

@T667 -The names were the "Bruiser Brothers".
Last edited by TheDarkArchon on Sat Oct 30, 2004 9:53 am, edited 1 time in total.
User avatar
Tormentor667
Posts: 13471
Joined: Wed Jul 16, 2003 3:52 am

Post by Tormentor667 »

@Nightmare - Great to hear that, I will add it to the resource if you upload it somewhere :)

@All - Can someone give me a scipt that executes "script 8" after all monsters with the TID 77 are dead!? :)

@All2 - Is someone interested in creating altered more sacrying sounds for the "Bruiser Brothers" ?? Something like the Baron, but more ... scary and horrible :)
User avatar
ellmo
Posts: 429
Joined: Thu Mar 04, 2004 9:21 am
Location: Poland - Poznan

Post by ellmo »

How much time Do I have to finish things with ZE1M3? Work will accelerate now greatly:

1. Long weekend (All saint's day) + 1 hour backwards due to time shift.
2. I'm 95 % done with the crazy Yellow Keycard area, which is twisted by 45 degrees, what in result, makes editing very difficult.
3. Collected some good and simple ideas
4. I'm just eager to do it, seeing how fine work on other levels goes...

So... How much Time?
User avatar
Tormentor667
Posts: 13471
Joined: Wed Jul 16, 2003 3:52 am

Post by Tormentor667 »

Well, at last till the next friday ;)
User avatar
Nmn
Posts: 4618
Joined: Fri Apr 16, 2004 1:41 pm

Post by Nmn »

Torm wrote:5.How does the force field work?
5.The force field is triggered with the switch by the door in the west hall from the center of the facility (+ room) it toggles destructive barriers that destroy everything in range-this is great when demons teleport in to the areas. Switch the force fields on and watch them fry on it. Turn it off to walk freely again.
This is great to confine ammunition :thumb: and I've just learned how to make decent force fields :)
Nightmare wrote:Was it inspired by System Shock 2?
Yes, partially, the idea of the growing flesh :) Hell could be treated as "vile flesh" as well. And Yes, You are witnessing what has happened to the Deimos base and is happening to Phobos ATM. Possibly whole Phobos will turn into a hellish base and degradate into hell eventually, only by that time You are already on Deimos ;)
User avatar
Tormentor667
Posts: 13471
Joined: Wed Jul 16, 2003 3:52 am

Post by Tormentor667 »

Unfortunately, it doesn't work for me :(
User avatar
cyber-menace
Posts: 186
Joined: Thu Mar 18, 2004 12:05 pm
Location: N/A

Post by cyber-menace »

Tormentor667 wrote:@All - Can someone give me a scipt that executes "script 8" after all monsters with the TID 77 are dead!? :)
Now here's something I've done far too many times...

Code: Select all

#include "zcommon.acs"

script # OPEN
{
if (Thingcount (77, 0) == 0)
{
ACS_Execute (8, MAP#, 0, 0, 0);
}
Delay (1);
restart;
}
If you spawn those monsters however, just set that script to void and execute it right after all of the monsters are spawned.
User avatar
Bio Hazard
Posts: 4019
Joined: Fri Aug 15, 2003 8:15 pm
Location: ferret ~/C/ZDL $

Post by Bio Hazard »

well lets see here...

AIM: yes i have several IM accounts, they are all in my profile. the yahoo account is really flaky so dont use that

#NZDR: how to get on #NZDR for dummies:
install this: ftp://ftp.freenet.de/pub/mirc.com/mirc616.exe
click here: irc://irc.oftc.net/NOTZDoomRelated

SCRIPTS:

Code: Select all

while(thingcount(77,0)>0)
{
	delay(35);
}
ACS_Execute(8,0);
Last edited by Bio Hazard on Sat Oct 30, 2004 12:34 pm, edited 1 time in total.
User avatar
Kirby
Posts: 2697
Joined: Thu Aug 26, 2004 1:23 pm

Post by Kirby »

Bio Hazard wrote:
SCRIPTS:

Code: Select all

while(thingcount(77,0)<0)
{
	delay(35);
}
ACS_Execute(8,0);
Isn't that less than/greater than sign suppoed to be facing the other way? I though that you'd have wanted the barons to be greater than zero so that when u killed them both it would be zero and then the script would execute :P
User avatar
Bio Hazard
Posts: 4019
Joined: Fri Aug 15, 2003 8:15 pm
Location: ferret ~/C/ZDL $

Post by Bio Hazard »

you saw nothing!

/me does the jedi hand wave
User avatar
TheDarkArchon
Posts: 7656
Joined: Sat Aug 07, 2004 5:14 am
Location: Some cold place

Post by TheDarkArchon »

No, Kirby. The script is checking every second to see if the number of objects with Thing Tag 77 is 0 or less. If it isn't then Script 8 is executed.
User avatar
Kirby
Posts: 2697
Joined: Thu Aug 26, 2004 1:23 pm

Post by Kirby »

TheDarkArchon wrote:No, Kirby. The script is checking every second to see if the number of objects with Thing Tag 77 is 0 or less. If it isn't then Script 8 is executed.
His original Script was like this:

Code: Select all

While(ThingCount(77,0)<0)
That script was checking to see that yes, but I think he wanted the script to check if the Objects tagged 77 were above zero. If they weren't dead, then they would be above zero, thus making it delay until they either reached zero or got below zero (in which case they were killed, and you cant really go below zero...) :P

Return to “Levels”