Reaper Grimm
Register | User Profile | Member List | F.A.Q | Privacy Policy | New Blog | Search Forums | Forums Home
Doomworld Forums : Powered by vBulletin version 2.2.5 Doomworld Forums > Classic Doom > Doom Editing > How to make 'falling death'
 
Author
All times are GMT. The time now is 05:48. Post New Thread    Post A Reply
Swec
Junior Member


Posts: 128
Registered: 08-09


Hello.

I am mapping a bit and i have a pit that if the player fall into it the player should die in whit a five seconds. or just ass he hits the bottom.
What is the best way to do this on?

//Martin

Old Post 04-27-10 13:09 #
Swec is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
Phml
Forum Staple


Posts: 2036
Registered: 06-09


No clue about "best", but what I've seen done in vanilla Doom is setting linedefs close to the edges of the pit (but not too close or the player could set it off without actually falling) that triggers a crusher killing a voodoo doll.

Old Post 04-27-10 14:37 #
Phml is offline Profile || Blog || PM || Search || Add Buddy IP || Edit/Delete || Quote
Malinku
Member


Posts: 512
Registered: 12-08


Look at ether TNT or Plutonia map 30 (forgot which one had it) it has an effect that you can use todo what you want

Old Post 04-27-10 15:55 #
Malinku is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
Six
Junior Member


Posts: 213
Registered: 02-10


I've made a short example wad demonstrating how to accomplish this effect:

Download here.

Basically all that happens is, when you fall into the pit, the player will cross a linedef due to forward momentum. The action event linked with the linedef activates a crushing ceiling that destroys two barrels that instantly kill the player. I use barrels because activating a crushing ceiling over the player will give off a rapid damage effect, rather than instant death, which is more-or-less what you want.

The reason i didn't use the linedef that 'creates' the pit is due to the fact that the player is able to set it off without physically falling into it.

Old Post 04-27-10 16:21 #
Six is offline Profile || Blog || PM || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
Kirby
Senior Member


Posts: 1236
Registered: 10-04



Malinku said:
Look at ether TNT or Plutonia map 30 (forgot which one had it) it has an effect that you can use todo what you want

You're thinking of TNT, where if the player doesn't walk the right path of torches he gets killed by telefragging a voodoo doll. However, it sounds like Swec wants to have the player die when he falls in, not as soon as he crosses the edge.

If you want to use ZDoom, you can use the "Actor hits floor" thing to kill the player when he hits the bottom of the cliff (or pit, whichever)

Old Post 04-27-10 16:23 #
Kirby is online now Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
mammajamma
Junior Member


Posts: 212
Registered: 08-09



Kirby said:
If you want to use ZDoom, you can use the "Actor hits floor" thing to kill the player when he hits the bottom of the cliff (or pit, whichever)


A better ZDoom method would be to use two adjacent sectors of varying heights and tag the lower one with an instant death special. Here's a demostration.

edited for wording and even more clarity

Last edited by mammajamma on 04-27-10 at 23:05

Old Post 04-27-10 20:45 #
mammajamma is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
40oz
And who knows, maybe I'm wrong. But that's extremely unlikely because I'm always right.


Posts: 5069
Registered: 08-07



mammajamma said:
Or, since it's ZDoom,


I take it the new 'thing' in the doom community now is that if someone doesn't already know how to do everything they are undeniably mapping for zdoom.

Old Post 04-27-10 20:56 #
40oz is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
mammajamma
Junior Member


Posts: 212
Registered: 08-09



40oz said:
I take it the new 'thing' in the doom community now is that if someone doesn't already know how to do everything they are undeniably mapping for zdoom.


Sorry about the wording, I was responding to Kirby's particular ZDoom method of falling to your death. I'll just edit the wording to be more clear.

Old Post 04-27-10 22:18 #
mammajamma is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
Swec
Junior Member


Posts: 128
Registered: 08-09


ooh.. many reply-es.. :)

I should have wrote that i am mapping in ZDoom (Doom in Hexenformat)

I am not the best person to tell how i want to have things to work or do it in my way as you might read. i am not very good at English but i do as good as i can. I just started like 20min i Doom (Doom format) and the switched to ZDoom to get more advanced settings.


Kirby
: When you said it that way i think that is the best way to do it on. I most try it if that work.

mammajamma: You mean like a 'Dummy sector' like the way it is possible to make a swimming-pol? and set the setting /height to be where the death appears?

And yee i have not mapping for a very long time so i am a noob :P
But hey, i try and when i don't figure it out after a while i do something else and when i can still figuring it out i ask for help.

Ye, i know i do better learn how not to make things but you gotta start some where. And when i release my first BIG map i think i maybe can say that it is very good for a first mapper. And i know that i am maybe not using Transfer_light etc on places that it would have worked best but i think i have a ideč for detail and how to create a nice room and atmosphere.
I am slow but steady.

Thanks for the help. Gotta try it if it work :)
I most take care of the script that does not work eider :(

EDIT: sorry for the post in wrong forum.

//Martin

Last edited by Swec on 04-27-10 at 22:49

Old Post 04-27-10 22:43 #
Swec is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
mammajamma
Junior Member


Posts: 212
Registered: 08-09



Swec said:
You mean like a 'Dummy sector' like the way it is possible to make a swimming-pol? and set the setting /height to be where the death appears?


It doesn't need to be a dummy sector. Check the demonstration wad I posted, you'll see that I have one sector halfway surrounding another of a much greater height.

Here's a quick illustration of somewhat dubious quality:
http://i40.tinypic.com/264khno.png

All of this, of course, is assuming you're mapping for ZDoom.

Old Post 04-27-10 23:24 #
mammajamma is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
Ralphis
IDL Founder


Posts: 8692
Registered: 09-02


You could make the crushing ceiling at a height where it will crush and explode the barrels at approximately the same time your player hits the ground, achieving this effect in all engines!

Old Post 04-28-10 00:55 #
Ralphis is offline Profile || Blog || PM || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
Grazza
Super Moderator


Posts: 11451
Registered: 07-02


Or use dehacked to change some object or monster you're not using (e.g. a Keen) into an invisible, ultrafast moving monster that deals a huge amount of damage (say, 10000), and put it in the pit. That will kill the player as soon as he lands, even if he's invulnerable

For an example of such a monster, load STRAIN together with a wad that includes SS Nazis.

e.g.
glboom-plus strain strain.deh doom2 -warp 31 -skill 4

The monster in the strain.deh is called the "Decompress Daemon". This works with any port with decent dehacked support and the original exe, of course.

Old Post 04-28-10 03:33 #
Grazza is offline Profile || Blog || PM || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
FanTazTiCxD
Mini-Member


Posts: 61
Registered: 04-10


Haha guys I know the very best way! Just watch this tutorial! In here you can die in 0.000001 second!

http://tinypic.com/player.php?v=24vjj7s&s=5

Old Post 04-28-10 21:21 #
FanTazTiCxD is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
Six
Junior Member


Posts: 213
Registered: 02-10


That's not how the OP wants the effect to happen, he wants the player to hit the floor of the pit which causes instant death, which has already been explained, obviously.

Generally speaking, teleporting after crossing a linedef that creates a pit isn't an ideal nor convincing method.

Old Post 04-28-10 22:03 #
Six is offline Profile || Blog || PM || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
kristus
Megablast!


Posts: 9683
Registered: 07-00


He can easily use that method to do that. It'll require a finely timed crusher and some barrels though. The problem with that method however is that coop support goes out the window.

Old Post 04-28-10 22:13 #
kristus is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
Six
Junior Member


Posts: 213
Registered: 02-10



kristus said:
It'll require a finely timed crusher and some barrels though..


I made a map available further up demonstrating this. Seems the ideal way for mappers sticking to Vanilla.

But alas, Swec desires ZDoom.

Old Post 04-28-10 22:30 #
Six is offline Profile || Blog || PM || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
kristus
Megablast!


Posts: 9683
Registered: 07-00


Yeah. But the easiest and most consistent way to do it in Zdoom is to simply turn on fall damage in the mapinfo lump.

Old Post 04-28-10 23:28 #
kristus is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
Abyssalstudios1
Member


Posts: 647
Registered: 06-09


IS there a way to make cooperative players die instantly in Vanilla?

Old Post 04-28-10 23:35 #
Abyssalstudios1 is offline Profile || Blog || PM || Email || Search || Add Buddy IP || Edit/Delete || Quote
kristus
Megablast!


Posts: 9683
Registered: 07-00


See Grazza's post.

Old Post 04-28-10 23:39 #
kristus is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
40oz
And who knows, maybe I'm wrong. But that's extremely unlikely because I'm always right.


Posts: 5069
Registered: 08-07



kristus said:
He can easily use that method to do that. It'll require a finely timed crusher and some barrels though. The problem with that method however is that coop support goes out the window.


I found this out the hard way :(

Old Post 04-29-10 00:01 #
40oz is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy IP || Edit/Delete || Quote
All times are GMT. The time now is 05:48. Post New Thread    Post A Reply
 
Doomworld Forums : Powered by vBulletin version 2.2.5 Doomworld Forums > Classic Doom > Doom Editing > How to make 'falling death'

Show Printable Version | Email this Page | Subscribe to this Thread

 

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are OFF
[IMG] code is ON
 

< Contact Us - Doomworld >

Powered by: vBulletin Version 2.2.5
Copyright ©2000, 2001, Jelsoft Enterprises Limited.

Forums Directory