Doom monster
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 > Special Interest > Doom Speed Demos > New Hell Revealed demos
Pages (3): « 1 2 [3]  
Author
All times are GMT. The time now is 08:09. Post New Thread    Post A Reply
Grazza
ish


Posts: 9951
Registered: 07-02



Gusta said:
For me this is a typical doom engine bug when exactly north-south or east-west trigger linedefs simply doesn't work while player is strafing over them.
No, the teleport linedef actually ceases to function, as if it were a once-only teleport that has been used. It is not a case of the player skipping the linedef. You can see this by viewing the automap at this stage of the demo.

Old Post 11-18-07 09:28 #
Grazza is offline Profile || Blog || PM || Homepage || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
Kristian Ronge
Senior Member


Posts: 1827
Registered: 11-03


Sensational demo so far! Very well done, Jongo! :-D

I tried the map 18 trick and it seems to work every time. I have no idea why this works, though. My first guess (the linedef becomes "normal" the same tic that the floor of the sector from which the Arch-Vile is teleported has reached the height of the floor of the adjoining sector) turned out to be wrong, as it occurs some two or three tics before.

Old Post 11-18-07 11:15 #
Kristian Ronge is offline Profile || Blog || PM || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
TimeOfDeath
effing LAME as always


Posts: 709
Registered: 06-06


Really nice runs, indeed! Fun stuff.

Old Post 11-18-07 12:35 #
TimeOfDeath is offline Profile || Blog || PM || Homepage || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
evocalvin
Green Marine


Posts: 30
Registered: 06-07


fantastic run !!!!!!!jongo :))))
the whole movie isvery impressive, especially map07,14 and 22
look forward to seeing your complete HR Speed movie :-D

Old Post 11-18-07 13:40 #
evocalvin is offline Profile || Blog || PM || Email || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
RjY
anARCHy


Posts: 421
Registered: 05-02



jongo said:
By the way, i would really like to listen to some explanations about what happens in the end of map18 - why does this linedef stops working. I noticed it accidentaly, used it, but dont have any technical explanation about it.
Just another unlikely combination of Doom's counter-intuitive gameplay behaviour. :)
  1. P_CrossSpecialLine (p_spec.c) accidentally allows certain types of projectile to activate walk-triggered linedefs that allow monsters.
    (Instead of just testing the MF_MISSILE mobj flag like you'd expect, the code explicitly disallows a particular list of mobj types -- all the projectile types in Doom. Obviously it was never updated for Doom 2. I think this shows P_CrossSpecialLine was written long before they thought of adding the MF_MISSILE flag.)
  2. So P_CrossSpecialLine calls EV_Teleport (p_telept.c) in which all projectiles are immediately rejected. (by testing MF_MISSILE)
  3. Nevertheless, P_CrossSpecialLine will still consume any single-use linedef, even when the linedef action fails. This is only the case for doom2.exe - this particular behaviour is fixed in Boom.
telemissile.wad.gz - small wad to illustrate the effect. Run it in doom2.exe compatibility mode and watch the linedefs change colour on the automap.

Old Post 11-18-07 19:02 #
RjY is offline Profile || Blog || PM || Homepage || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
Searcher
Senior Member


Posts: 1191
Registered: 05-01


In map 18 I noticed that if you hug the right hand wall leading to the exit door; as you enter the area of the teleport line you will very often not get teleported. I never really tried to strafe thru it. Glad to know that that may work as well.

I love map 18 and play it at least several times per week. In fact, I enjoy hr more than hr2, but both are excellent.

And BTW, kick ass run in there. Thanks.

Edit:typo

__________________
Happiness is a warm SSG ;)

Old Post 11-18-07 19:11 #
Searcher is offline Profile || Blog || PM || Email || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
Ryback
Member


Posts: 275
Registered: 06-01


Excellent run. I watched it once straight through and then once at 50% so I could work out what happened :)

Old Post 11-19-07 08:20 #
Ryback is offline Profile || Blog || PM || Email || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
Grazza
ish


Posts: 9951
Registered: 07-02



RjY said:
... the code explicitly disallows a particular list of mobj types -- all the projectile types in Doom. Obviously it was never updated for Doom 2.
So you're saying that revenant and mancubus fireballs will always cancel single-use teleporter lines in Doom2.exe? Or, more generally, cancel all single-use special linedefs, without triggering them? That sounds like quite an exploitable new insight.

Old Post 11-19-07 08:57 #
Grazza is offline Profile || Blog || PM || Homepage || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
RjY
anARCHy


Posts: 421
Registered: 05-02



Grazza said:
So you're saying that revenant and mancubus fireballs will always cancel single-use teleporter lines in Doom2.exe?
Arachnotrons, boss spawn cubes, and maybe others as well. I just tried carrying an archvile fire over the line at the end of hr18 but it didn't work. I guess it's because vile fire isn't governed by the same movement code as everything else.

Or, more generally, cancel all single-use special linedefs, without triggering them? That sounds like quite an exploitable new insight.
Not all of them. Just walk triggers that can be activated by monsters. You only really have 4 (W1 open door), 10 (W1 lower lift), 39 (W1 teleport) and 125 (W1 teleport monsters) It's not that great, or someone else would have exploited it already :)

Last edited by RjY on 11-19-07 at 22:04

Old Post 11-19-07 21:58 #
RjY is offline Profile || Blog || PM || Homepage || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
myk
Super Charge


Posts: 13106
Registered: 04-02



Grazza said:
Or, more generally, cancel all single-use special linedefs, without triggering them?
I doubt it; if I'm not mistaken, only a couple of teleporter lines are both single use and monster allowing.

Old Post 11-19-07 22:05 #
myk is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
jongo
Mini-Member


Posts: 65
Registered: 07-07


Probably my last tools-assisted demo for HR. I have built map30 Nightmare speedrun in 0:09 using a quadruple AV jump.
I seem to have problems with webspace again, so i just attached it.

Attachment: hn30-009.zip
This has been downloaded 40 time(s).

Old Post 12-01-07 12:21 #
jongo is offline Profile || Blog || PM || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
Schneelocke
Forum Regular


Posts: 749
Registered: 06-03



jongo said:
Probably my last tools-assisted demo for HR. I have built map30 Nightmare speedrun in 0:09 using a quadruple AV jump.
I seem to have problems with webspace again, so i just attached it.



Wow. :) Has there ever been a demo featuring a quad archie jump before?

Old Post 12-01-07 18:07 #
Schneelocke is offline Profile || Blog || PM || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
gggmork
I just felt like complaining about something


Posts: 1130
Registered: 06-07


Havn't played hell revealed in a long time, measily 4 seconds faster than the compet-n uvmax for map 11 attached.

Attachment: hr111519-ggg.zip
This has been downloaded 19 time(s).

Old Post 04-06-09 05:46 #
gggmork is offline Profile || Blog || PM || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
gggmork
I just felt like complaining about something


Posts: 1130
Registered: 06-07


Sorry, I'd just edit the previous attachment but I don't think that's possible. hr11 uvmax again, 14:41, same basic thing but killed both cybers with 2 bfg hits (the one in the bfg room died from infighting). One part full of fail is missing that stupid lift jump multiple times, which caused me to turn in sharp circles to throw a tantrum.

Attachment: hr111441.zip
This has been downloaded 22 time(s).

Old Post 04-07-09 08:10 #
gggmork is offline Profile || Blog || PM || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
gggmork
I just felt like complaining about something


Posts: 1130
Registered: 06-07


Only 15 seconds faster than belial's hr 13 uvmax. I just copied his route mostly since my route attempts sucked, and think he can re-beat it without much trouble.
I *almost* forgot to get that secret at the end which wouldn't have made it max, but that blunder costed me 20 seconds probably. The main speed improvments are probably using more rockets in the soulsphere (arch + hell knights + chaingunner) area, and just getting lucky to get a baron to come my direction quickly so I can bounce the door off his head.

Attachment: hr131021.zip
This has been downloaded 23 time(s).

Old Post 04-12-09 03:48 #
gggmork is offline Profile || Blog || PM || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
Gusta
Member


Posts: 583
Registered: 02-04


...just to call gggmork's attention on this kinda old but still separated thread for New HR demos.
Attached map01 UV Tyson in 2:29 :-)

Attachment: ht01-229.zip
This has been downloaded 14 time(s).

Old Post 04-12-09 10:14 #
Gusta is offline Profile || Blog || PM || Email || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
gggmork
I just felt like complaining about something


Posts: 1130
Registered: 06-07


If a mod feels like it, feel free to move my last 3 posts/hr demos from the miscellaneous thread to this thread (but doesn't really matter to me).

Jongo's 30-map TAS run is in this thread by the way if anybody's wondering:
http://www.doomworld.com/vb/doom-sp...-movie-in-1631/

I learned in this thread to turn smooth demo playback off- I've been using it without knowing.

Last edited by gggmork on 04-12-09 at 12:59

Old Post 04-12-09 12:48 #
gggmork is offline Profile || Blog || PM || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
myk
Super Charge


Posts: 13106
Registered: 04-02


This thread's got a mix of normal and TAS demos. Too late to mess with it, but from now on lets try to give each type separate threads for clarity (short of illustrative TAS demos showing some technical tidbit relevant to normal demos being posted).


gggmork said:
Only 15 seconds faster than belial's hr 13 uvmax.
To compare times more accurately with existing ones you might want to use compatibility level 2 (instead of 9), especially on these WADs like HR that have such a huge demo history using the format.

Old Post 04-22-09 08:43 #
myk is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
gggmork
I just felt like complaining about something


Posts: 1130
Registered: 06-07



myk said:

To compare times more accurately with existing ones you might want to use compatibility level 2 (instead of 9), especially on these WADs like HR that have such a huge demo history using the format.



There, I beat this bastard level again with complevel 2, beating my previous time a bit (now 10:05).
I guess complevel 2 allows 'ghost' enemies (where an enemy is resurrected and unkillable without splash damage or infighting or whatever (like the intentional ghost imps of map 26)- happened 3 times on previous complevel 2 runs of this map, but not in this demo).

edit: I just now watched the 8:38 TAS route on the doomed speed demo archive, not sure how difficult that route would be.

Attachment: hr131005.zip
This has been downloaded 17 time(s).

Last edited by gggmork on 04-27-09 at 03:03

Old Post 04-27-09 02:25 #
gggmork is offline Profile || Blog || PM || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
gggmork
I just felt like complaining about something


Posts: 1130
Registered: 06-07


grr, 16 seconds slower than vile's uvmax of hr26. Got the rocket launcher early with a vile jump; doing so probably has the potential to beat the tas time even, if better & riskier strategy is used (such as using the vile on top of the rocket launcher platform to jump instead (though there are reverents in the way), and infighting the cybers more) but 20 minutes is kinda long to play risky especially when many attempts are required for me even while playing safe.

The very end ghosts seem to not work most of the time on this map (maybe because sector 156 shouldn't have tag 33, but don't know for sure. My guess is when the 'open door' line affects sector 150, it only opens as high as sector 156's crusher happens to be, thus preventing the vile from reaching the corpses), or I guess it might have been intentional.

Attachment: hr262000.zip
This has been downloaded 20 time(s).

Old Post 05-04-09 09:22 #
gggmork is offline Profile || Blog || PM || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
tatsurd-cacocaco
Member


Posts: 309
Registered: 07-08


Nice AV jump.

I thought that vile was very lucky, when I watched the vile's demo for a long time before. However, line 2181 (tag 34) is avoidable enough. It might not have to rely on the luck any longer.

http://cacocacodemon.hp.infoseek.co.jp/hr26.jpg

Old Post 05-04-09 10:45 #
tatsurd-cacocaco is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
gggmork
I just felt like complaining about something


Posts: 1130
Registered: 06-07


Good find, I didn't notice that. Maybe it was intentional.

Old Post 05-04-09 12:42 #
gggmork is offline Profile || Blog || PM || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
gggmork
I just felt like complaining about something


Posts: 1130
Registered: 06-07


Hell yeah, I finally beat vile's time as well as the tas time (15:53, my run isn't tas like usual of course). I had a major advantage of the rocket launcher though so I guess its not much of an accomplishment, and it could have been faster. The vile jump at the beginning requires so many attempts and luck (for me) that the level became about as annoying as the start of eaxt02 (where making that cyber come down and getting the bfg in one swoop is a luck based pain), but after the beginning this route isn't that hard. I agree with tatsurd's previous text file that I don't find hr as hard as it used to be. I used that sneak around the end linedef to avoid the end ghosts (even though they often don't show up anyway).

Attachment: hr261553.zip
This has been downloaded 36 time(s).

Old Post 05-07-09 04:20 #
gggmork is offline Profile || Blog || PM || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
tatsurd-cacocaco
Member


Posts: 309
Registered: 07-08


Very impressive! Great work.

Old Post 05-08-09 10:52 #
tatsurd-cacocaco is offline Profile || Blog || PM || Email || Homepage || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
jongo
Mini-Member


Posts: 65
Registered: 07-07


Wow, will definitely check this out tomorrow. This was the hardest map of HRs for me to finish, and both Vile's unassisted and Peo's TAS demos felt really amazing at that time (hah, like if i didn't like any of Vile's demos).

Old Post 05-09-09 16:54 #
jongo is offline Profile || Blog || PM || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
gggmork
I just felt like complaining about something


Posts: 1130
Registered: 06-07


I beat 2 more hr times at doomedsda:

map 27 (cyberpunk)- 5:38
I managed to use only 2 bfg blasts for every single cyber (mostly due to luck separating the cybers into individuals rather than a pack) so its about a minute faster than the previous uvmax.
The first cyber is a pain; snagging columns jutting everywhere and an invisibility sphere that = death if you get it.

map 31 - 7:04
Not one of my favorite levels, but about 50sec faster. Infinitely tall flying monsters can be a pain at the beginning.


EDIT: damn, I just now watched the map27 3:25 tas route, that would have been quicker.

Attachment: hr27_&_31.zip
This has been downloaded 21 time(s).

Last edited by gggmork on 06-10-09 at 13:20

Old Post 06-10-09 12:59 #
gggmork is offline Profile || Blog || PM || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
Gusta
Member


Posts: 583
Registered: 02-04


Great, ecspecially that map27 was excellent!

Old Post 06-10-09 13:29 #
Gusta is offline Profile || Blog || PM || Email || Search || Add Buddy Report to mod || IP || Edit/Delete || Quote
All times are GMT. The time now is 08:09. Post New Thread    Post A Reply
Pages (3): « 1 2 [3]  
Doomworld Forums : Powered by vBulletin version 2.2.5 Doomworld Forums > Special Interest > Doom Speed Demos > New Hell Revealed demos

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