(Link to video)
The Ultimate Doom - Episode 1 UV-Speed in 3:23.
The first 80 tics (2.31) seconds of this TAS were done by 38_ViTa_38, with a slight angle change not affecting overall movement and the addition of firing to manipulate subsequent RNG changed by almostmatt1. The rest was entirely done by almostmatt1. This TAS was completed on the 7th December 2020. These comments were written by almostmatt1.

Game objectives

  • Tools used: XDRE 2.22.
  • Complete the game as fast as possible on the Ultra-Violence difficulty setting. Kills, items and secrets are not required.
  • Primarily aims for in-game time rather than RTA.
  • Manipulates RNG.
  • Takes damage to save time.
  • Abuses programming errors.

Recorded with:

This demo was built frame-by-frame in XDRE 2.20 and XDRE 2.22, which allow for the frame-by-frame building of demos. The program has the useful functions of also allowing you to track your current exact position, momentum, speed travelled per tic (and in which direction), position of enemies and how they move, proximity to switches/doors/linedefs, and damage given on each frame, all necessary information for multiple tricks and optimisations. Demo playback was recorded using the vanilla-compatible source port Prboom-Plus 2.5.1.4.

Playback

This demo will play back on a vanilla-compatible source port. I recommend Crispy Doom or PrBoom-Plus, the most recent versions that can be found on dsdarchive.com. Use the command line: "yourexe.exe -iwad doom.wad -playdemo ep1x323.lmp". It should also play back on the original Ultimate Doom v1.9. Use the command line: "doom.exe -playdemo ep1x323.lmp". For general convenience and quality I recommend a source port. Note that the popular source ports ZDoom and GZDoom are not vanilla-compatible and will not work.

Comments

This demo is a 22 second IGT improvement to the previously completed Episode 1 UV-Speed TAS in 3:45 by Andrey Budko from 2006, a demo that isn't available on tasvideos.org but which can be found on dsdarchive.com and YouTube. In addition to a 22 second faster overall time, each individual level is faster by at least a second. If anyone is curious, it's also 2:08 faster than the current fastest non-TAS record.
RTA timing is traditionally not considered in the Doom community but for this submission I also completed the level intermission screens as quick as possible for a better RTA time. From the beginning of the demo to the final input to display the end time, this demo is 1,372 tics faster than Andrey Budkos 3:45 - though again, it must be emphasised that IGT is the traditional goal for Doom and was Andreys goal and intent, so tics saved isn't as important a metric as in-game time. Speaking of in-game time - seconds are rounded down, and those whole seconds are added up for the overall time. So, completing two levels in 10.9 seconds and 10.9 seconds will yield a time of 20 seconds, not 21.8.
UV-Speed is a category that aims to complete the game as fast as possible on the Ultra-Violence difficulty setting, akin to the more traditionally used "any%" in other games. Ultra-Violence isn't the highest difficulty setting (Nightmare! being the highest), but Ultra-Violence is by far the more active and historically relevant difficulty setting, and it was my intention to improve the existing UV-Speed record.

Tricks and glitches used

  1. Wallrunning and thingrunning - Running against walls, enemies, and objects like barrels and lamps temporarily increases speed (technically increases distance travelled without increasing momentum). Only available on certain walls and in certain directions. Done often and in all levels, often only for a few frames at a time.
  2. RNG manipulation - My shooting (sometimes at no target) and movement is sometimes done for the purpose of altering several things that are RNG dependant, including monster movement, damage dealt by monsters, damage dealt by the player, and the spread of the shotgun projectiles. Done often and in all levels.
  3. Momentum preservation - Under precise circumstances the player can maintain their speed while a door opens, allowing them to travel through it at a significantly higher speed. Done in all levels except e1m2 & e1m8.
  4. "0.000000 trick" - Similar to momentum preservation but functionally different, this allows you to maintain momentum (but at a lower speed) in multiple directions and is primarily useful for getting around corners quicker immediately after doors open. Done on e1m1, e1m2, e1m3, e1m5, e1m6 and e1m7. This trick is very precise and requires brute forcing tools to do it without losing speed.
  5. Void Glide - Under very special circumstances the player can enter the out-of-bounds area (referred to as "the void" in the Doom community). This is rarely possible and useful, but is used in e1m8.
  6. Elastic collision - redirects momentum from one direction to another. Only done once at the start of e1m1.
  7. Deliberate self-damage - a quick e1m8 time relies on low health.

Stage by stage comments

e1m1

The movement of the first 2.31 seconds was taken from an e1m1 No Monsters individual level demo by 38_ViTa_38. The movement in their portion of the demo consists of a brief barrel thingrun, then a north wallrun, then a diagonal north wallrun (different and much harder to do on a diagonal wall), then an elastic collision to redirect momentum, then a northeast diagonal wallrun, then the 0.000000 trick, and then a difficult positional manipulation to exceed the regular player momentum limit of 14.5 units per second while performing this trick - all in 80 frames. My (almostmatt1) best attempt at this section was 1 frame slower. After this there is a wallrun, momentum preservation trick and 0.000000 trick. RNG is manipulated to kill two enemies in the least number of shots, have enemies move out of my way, receive only one hit, and receive the minimum possible damage from that hit. There are faster individual level TASes of e1m1. One is of the No Monsters category and so is easier to navigate, and the fastest with monsters heavily relies on monsters damaging the player to save 4 frames. As IGT was my goal, I opted to lose the 4 frames and conserve health while still getting 7 seconds.

e1m2

Pretty straightforward. Some RNG manipulation with firing to receive less damage (again with IGT and not RTA time in mind).

e1m3

Some RNG manipulation was difficult, there are some tight corridors densely packed with enemies which are hard to optimally move through.

e1m4

Very straightforward.

e1m5

This was the most difficult and frustrating level to build as manipulating and navigating enemy movement, especially in the trivial-looking final room with the 3 pinkies, was very hard to do. I exit this level 1 frame later than is possible as this gave me more favourable RNG for a trick in the following level, where an enemy moves into a certain position and keeps a door open (saves 30 seconds).

e1m6

This level takes a different route than Andrey Budko did, since going out of my way to gather additional rockets for the (now skipped) e1m8 fight is no longer needed.

e1m7

This level has some of the ugliest movement at the end as I constantly adjust my angle between chaingun shots, so it's quite jagged to watch. An attempt to do this with less turning would have resulted in a time a few frames slower.

e1m8

This map is the most interesting as it contains a fairly rare trick, the aforementioned "void glide". Due to reasons far too technical to explain here, under certain conditions the game will increase your momentum to such an extent that you exit the map, if you're close enough to the edge of it. Regularly in e1m8, the player is teleported to a room in which they take constant damage and the level finishes when their health is low enough. The special effect of this room is extended into a portion of the out-of-bounds area and so when the player reaches it they take damage and exit the level, just as if they had completed the level the intended way. The TAS was routed to ensure I had 1 rocket with which to damage myself so that my health was low enough to complete the map on the first frame that I reach this special area.

Other comments

I have left 5 seconds of blank frames in the encoded demo above to allow plenty of time to show to final time. It also shows the "wipe screen effect" between levels, which is possible to disable in the source port I used to record the video, but I decided to leave it on to give more of a vanilla-true experience.
However, having read "...DOOM internal relay files (LMP) are no exception, we only accept those without blank frames at the end.", the file submitted, ep1x323.lmp, has only one frame of the final time screen. The encoded video contains absolutely no other alterations, it simply contains an additional 5 seconds of blank frames at the end. If anyone needs a demo with an extended end screen for encoding, let me know and I can easily sort that out for you. I hope I've gotten everything right with the submission process, if I have made any errors please let me know and I will fix them as soon as possible. Also, note that e1m9 (the secret level) was skipped and is not required for UV-Speed.
EDIT 11/12/2020: I'm adding the level stats for this TAS and the old TAS that this one improves, since the intermission screens go by a too fast to make out this information. Sorry, because of formatting it's not very easy to read, I'm working on a way to do something about that but thought I'd update the information anyway until I do.
3:45 TAS by Andrey Budko:

E1M1 - 0:08.97 (0:08) K: 1/29 I: 1/38 S: 0/3

E1M2 - 0:19.54 (0:27) K: 11/79 I: 1/42 S: 0/6

E1M3 - 0:31.69 (0:58) K: 39/131 I: 8/95 S: 0/7

E1M4 - 0:11.77 (1:09) K: 1/85 I: 3/45 S: 0/3

E1M5 - 0:36.89 (1:45) K: 35/131 I: 4/29 S: 0/9

E1M6 - 0:41.80 (2:26) K: 28/177 I: 14/113 S: 2/4

E1M7 - 0:57.97 (3:23) K: 59/150 I: 26/84 S: 1/4

E1M8 - 0:22.86 (3:45) K: 5/41 I: 0/3 S: 0/1

3:23 TAS, this one ("TS:" means time saved, first number is IGT, bracket is RTA):

E1M1 - 0:07.97 (0:07) K: 3/29 I: 2/38 S: 0/3 TS: 1 (1.00)

E1M2 - 0:18.54 (0:25) K: 8/79 I: 0/42 S: 0/6 TS: 1 (1.00)

E1M3 - 0:30.69 (0:55) K: 39/131 I: 8/95 S: 0/7 TS: 1 (1.00)

E1M4 - 0:10.57 (1:05) K: 2/85 I: 3/45 S: 0/3 TS: 1 (1.20)

E1M5 - 0:34.66 (1:39) K: 39/131 I: 2/29 S: 1/9 TS: 2 (2.23)

E1M6 - 0:36.97 (2:15) K: 30/177 I: 8/113 S: 1/4 TS: 5 (4.83)

E1M7 - 0:52.63 (3:07) K: 69/150 I: 17/84 S: 1/4 TS: 5 (5.34)

E1M8 - 0:16.77 (3:23) K: 8/41 I: 0/3 S: 0/1 TS: 6 (6.09)


slamo: Thank you for doing justice to what is arguably the most difficult Doom episode to speedrun. As someone who is somewhat familiar with the mechanics and tricks of Doom, the technical competence is very obvious. There are things that are obviously spectacular like the OOB in E1M8. There are also extremely difficult things that may not be obvious to the viewer, such as the skip at the end of E1M4, numerous micro-wallruns and thingruns, and relentless RNG manipulation to get damage rolls and move enemies. There was an improvement mentioned in the comments, but given the extreme technical complexity of the run, it's not really an issue.
Feedback was overwhelmingly positive. Accepting to Moons.
feos: Pub.
feos: Movie with extended input Userfiles/Info/68378703002771412

Dimon12321
He/Him
Active player (480)
Joined: 4/5/2014
Posts: 1128
Location: Ukraine
You don't have to worry about it. We both know how Doom AI works against us. An improvement at one spot may produce a flaw at a different spot. Still, it's up to you. Please, write back if you're going to redo this TAS! Also, it's impossible to perform a void glide from the courtyard on E1M8 because you won't be able to produce such a high X momentum with rockets alone.
TASing is like making a film: only the best takes are shown in the final movie.
Dimon12321
He/Him
Active player (480)
Joined: 4/5/2014
Posts: 1128
Location: Ukraine
feos, please use PrBoom+ 2.5.1.5 to be able to record video at 60 fps! It matters because of input interpolation. Also, make sure Smooth Demo Playback is turned on!
TASing is like making a film: only the best takes are shown in the final movie.
almostmatt1
He/Him
Active player (441)
Joined: 12/7/2020
Posts: 12
Thanks for accepting the run Slamo! Yes, as Dimon said if you don't mind please use the PrBoom+ Source Port for superior results. Speaking of Smooth Demo Playback, if you do decide to use it, there is a setting "Smooth Demo Playback Factor" which changes, well, the degree of smoothness. 1 is the lowest setting with no real perceptible difference and 16 is as smooth as it goes. I think 6 is the default factor when the setting is on, but personally I think that 3 is the sweet spot. For the video I included in the original post SDP was turned off. SDP off would be obviously the closest to actual real gameplay but having it on makes it more enjoyable to the majority of viewers so I guess it depends on your thoughts about strict authenticity vs enjoyment. Either way, thank you for your time and effort!
Dimon12321
He/Him
Active player (480)
Joined: 4/5/2014
Posts: 1128
Location: Ukraine
almostmatt1 wrote:
Yes, as Dimon said if you don't mind please use the PrBoom+ Source Port for superior results. Speaking of Smooth Demo Playback, if you do decide to use it, there is a setting "Smooth Demo Playback Factor" which changes, well, the degree of smoothness. 1 is the lowest setting with no real perceptible difference and 16 is as smooth as it goes. I think 6 is the default factor when the setting is on, but personally I think that 3 is the sweet spot. For the video I included in the original post SDP was turned off. SDP off would be obviously the closest to actual real gameplay but having it on makes it more enjoyable to the majority of viewers so I guess it depends on your thoughts about strict authenticity vs enjoyment.
No, SDP won't be used and it will be recorded at 35 fps. At lease, original DOS Doom playback won't be used for maximum credibility. TASVideos stuff is against recording at 60 fps. Whatever. Let people decide which video they would like to watch. I'm not going to persuade anyone. Thank you for your effort, Matt!
TASing is like making a film: only the best takes are shown in the final movie.
Zakatos
He/Him
Joined: 7/26/2004
Posts: 90
Location: Brazil, Sao Paulo, Campinas
Now I understand why that one's called Phobos Anomaly. Yes vote! Looking forward to next episodes. It would also be great to see some 100% or Nightmare on this.
The eyes of a machine are wonderful, but there's nothing like the the eyes of the heart – Old Cid, Cybercop
Dimon12321
He/Him
Active player (480)
Joined: 4/5/2014
Posts: 1128
Location: Ukraine
Zakatos wrote:
It would also be great to see some 100% or Nightmare on this.
Such TASes exist already. LightSpeed (aka odysseyofnoises) did all 4 episodes on UV-fast (basically 100% on Nightmare with monster respawning turned off). Episode 1: https://www.youtube.com/watch?v=TJoeUSqSLLo Episode 2: https://www.youtube.com/watch?v=x94bF9dXJrE Episode 3: https://www.youtube.com/watch?v=qN-bTpehOHk Episode 4: https://www.youtube.com/watch?v=aZPqaVhtAYM Some minor timesavers can be applied to any of those. They were made with entertainment in mind. A superfast 100% TAS would look like that: E1M1, E1M2.
TASing is like making a film: only the best takes are shown in the final movie.
almostmatt1
He/Him
Active player (441)
Joined: 12/7/2020
Posts: 12
Zakatos wrote:
Now I understand why that one's called Phobos Anomaly. Yes vote! Looking forward to next episodes. It would also be great to see some 100% or Nightmare on this.
Thanks for the vote! I plan to do an Episode 2 TAS at some point in the future since a new trick has been found for it since Akse did his 3:02 TAS, but I likely won't do an Episode 3 or 4 one. I am heavily considering making a Doom 2 TAS, though. Also, I worked on an Episode 1 UV-Max (100%) TAS some time ago, I was nearly finished and then my hard drive decided to die. I still haven't quite summoned up the enthusiasm to go through all the work again.
Post subject: Movie published
TASVideoAgent
They/Them
Moderator
Joined: 8/3/2004
Posts: 14899
Location: 127.0.0.1
This movie has been published. The posts before this message apply to the submission, and posts after this message apply to the published movie. ---- [4364] DOOM The Ultimate Doom "Episode 1" by almostmatt1 & 38_ViTa_38 in 03:32.01
Dimon12321
He/Him
Active player (480)
Joined: 4/5/2014
Posts: 1128
Location: Ukraine
almostmatt1 wrote:
Thanks for the vote! I plan to do an Episode 2 TAS at some point in the future since a new trick has been found for it since Akse did his 3:02 TAS, but I likely won't do an Episode 3 or 4 one. I am heavily considering making a Doom 2 TAS, though.
Even two of them. A faster void glide on E2M6 and secret exit void glide on E2M5. BTW, the last one was discovered even before Akse's TAS submission here IIRC (i don't remember the last modified date of that NoMo TAS), but ClumsyDoomer decided to keep it as a secret. Also, I'm not satisfied with E2M8 TAS. All actual TASes don't have enough cells to kill the Cyberdemon with Plasma Gun alone. Instead, they switch to Rocket Launcher which is much slower in damage dealing. If I remember correctly, each rocket can deal up to 150 damage because this one is almost immune to splashes. Unfortunately, there are no cell energy packs nearby the TAS route. ZeroMaster made an incredible Doom 2 TAS. I don't think a TAS on UV would be more spectacular comparing to that one. Still, you can perform this recently discovered trick on Map 18 which is not available on Nightmare.
TASing is like making a film: only the best takes are shown in the final movie.
Joined: 12/7/2005
Posts: 149
Location: Sweden
Doom 2 UV speed is the big one, if you can pull it off. The current best complete TAS (14:02 by RamboBones) is far out of date. There's a faster WIP of the first 20 maps by xepop, now also way out of date. 38_ViTa_38 made a TAS of the first 10 maps a couple of years ago, but it doesn't have the zero press on map07 (and IIRC missing a hypothetical lift trick on map06).
almostmatt1
He/Him
Active player (441)
Joined: 12/7/2020
Posts: 12
Fredrik wrote:
Doom 2 UV speed is the big one, if you can pull it off. The current best complete TAS (14:02 by RamboBones) is far out of date. There's a faster WIP of the first 20 maps by xepop, now also way out of date. 38_ViTa_38 made a TAS of the first 10 maps a couple of years ago, but it doesn't have the zero press on map07 (and IIRC missing a hypothetical lift trick on map06).
I would like to eventually do a Doom 2 UV-Speed TAS if no-one else beats me to it. Vita's Episode 1 (maps 1-10) TAS is awesome, it was and continues to be a big inspiration to me as I learned how to TAS Doom. At first you don't understand just how much is going on until you view it in XDRE and see all the tiny tricks that add up. It's 36 seconds faster than maps 1-10 of RamboBones' TAS, and as you mentioned lacks the zero press for map 07. It's also 33 seconds faster than maps 1-10 of Zero Masters Nightmare! TAS, which was done in 12:44, and that ZM himself stated wasn't particularly optimized. Honestly I'd first like to practice more before attempting it. I'm reasonably confident in my TASing ability and am certain I'd be able to improve the 14:02 by at least a few minutes, but I want to be as sharp as possible to squeeze out every tic I could and there are some areas that I'd like to work on before feeling as though I'm as good as I'd like to be. I feel like Doom 2 UV-Speed would be "the big one" and I'd hate to feel as though I could have done better, which I probably would if I attempted the demo now. What we should all hope for is that Vita decides to do a Doom 2 UV-Speed TAS! He's a freakishly good TASer and IMO if he made one it'd be the closest thing we'd have to being considered unbeatable.
Dimon12321
He/Him
Active player (480)
Joined: 4/5/2014
Posts: 1128
Location: Ukraine
almostmatt1 wrote:
What we should all hope for is that Vita decides to do a Doom 2 UV-Speed TAS! He's a freakishly good TASer and IMO if he made one it'd be the closest thing we'd have to being considered unbeatable.
Unfortunately, he's busy with Plutonia TAS. I don't know why, since ClumsyDoomer made a great UV Speed TAS, but it looks like Vita isn't satisfied with it. Also, he said he would eventually do TNT D2All TAS in sub-18 mins.
TASing is like making a film: only the best takes are shown in the final movie.
Joined: 12/7/2005
Posts: 149
Location: Sweden
almostmatt1 wrote:
Honestly I'd first like to practice more before attempting it. I'm reasonably confident in my TASing ability and am certain I'd be able to improve the 14:02 by at least a few minutes, but I want to be as sharp as possible to squeeze out every tic I could and there are some areas that I'd like to work on before feeling as though I'm as good as I'd like to be. I feel like Doom 2 UV-Speed would be "the big one" and I'd hate to feel as though I could have done better, which I probably would if I attempted the demo now. What we should all hope for is that Vita decides to do a Doom 2 UV-Speed TAS! He's a freakishly good TASer and IMO if he made one it'd be the closest thing we'd have to being considered unbeatable.
Yes, that makes a lot of sense. Have you considered collaborating with Vita? If you plan to do something more "casual", I know I'd enjoy some TAS UV max movies. They are fun to watch even when they are not optimized down to the last frame (say, 90% optimized instead of 99%).
PLANET
He/Him
Joined: 1/3/2018
Posts: 65
ZeroMaster has just OBLITERED this with his masterpiece: https://www.youtube.com/watch?v=ggkWumfXTXo Kudos : O