--------------------------------------------------------------
DoomRL (v.0.9.9.3) roguelike post-mortem character dump
--------------------------------------------------------------
Joseph Hewitt, level 6 Arch-Vile 1st Lieutenant, sacrificed himself to kill the Cyberdemon
on level 12 of the Phobos base.
He survived 10146 turns and scored 125372 points.
He played for 6 minutes and 41 seconds.
He opposed the Nightmare!
He killed 129 out of 420 hellspawn. (30%)
He was an Angel of Haste!
-- Special levels --------------------------------------------
Levels generated : 10
Levels visited : 3
Levels completed : 0
-- Awards ----------------------------------------------------
Speedrunner Platinum Badge
Speedrunner Diamond Badge
Runner Bronze Badge
Runner Silver Badge
-- Graveyard -------------------------------------------------
###########################################################
#..........................................................
#..........................................................
#..........................................................
#...........................X..............................
#..........................................................
#..........................................................
#..........................................................
#..........................................................
#..........................................................
#..........................................................
#..........................................................
#..........................................................
#..........................................................
#..........................................................
#..........................................................
#..........................................................
#..........................................................
#..........................................................
###########################################################
-- Statistics ------------------------------------------------
Health 0/50 Experience 11442/6
ToHit Ranged +0 ToHit Melee +6 ToDmg Ranged +0 ToDmg Melee +9
-- Traits ----------------------------------------------------
Hellrunner (Level 2)
Brute (Level 3)
Berserker (Level 1)
Bru->Bru->Ber->Bru->HR->HR->
-- Equipment -------------------------------------------------
[a] [ Armor ] nothing
[b] [ Weapon ] chainsaw (4d6)
[c] [ Boots ] nothing
[d] [ Prepared ] combat shotgun (7d3) [5/5]
-- Inventory -------------------------------------------------
[a] pistol (2d4) [6/6]
[b] BFG 9000 (10d8) [100/100]
[c] 10mm ammo (x86)
[d] shotgun shell (x50)
[e] shotgun shell (x50)
[f] shotgun shell (x13)
[g] power cell (x50)
[h] power cell (x10)
[i] phase device
[j] technical mod pack
-- Kills -----------------------------------------------------
19 former humans
23 former sergeants
15 former captains
28 imps
15 demons
6 lost souls
7 cacodemons
6 barons of hell
1 Cyberdemon
1 hell knight
3 arachnotrons
2 former commandos
1 arch-vile
1 mancubus
1 revenant
-- History ---------------------------------------------------
On level 2 he stormed the Chained Court.
He left level 6 as soon as possible.
On level 6 he witnessed the Wall.
Not knowing what to do, he left.
On level 7 he ventured into the Halls of Carnage.
He left level 9 as soon as possible.
Then at last he found Phobos Arena!
He nuked level 12!
On level 12 he finally sacrificed himself to kill the Cyberdemon.
-- Messages --------------------------------------------------
You need to taste blood!
Warning! Explosion in 5 seconds! You need to taste blood!
You need to taste blood!
You need to taste blood!
Warning! Explosion in 4 seconds! You need to taste blood!
You need to taste blood!
You need to taste blood!
Warning! Explosion in 3 seconds! You need to taste blood!
You need to taste blood!
You need to taste blood!
Warning! Explosion in 2 seconds! You need to taste blood!
You need to taste blood!
You need to taste blood!
Warning! Explosion in 1 seconds! You need to taste blood!
You feel more calm.
Congratulations! You defeated the Cyberdemon! Press <Enter>...
-- General ---------------------------------------------------
Before him 489 brave souls have ventured into Phobos:
448 of those were killed.
10 of those were killed by something unknown.
12 didn't read the thermonuclear bomb manual.
And 8 couldn't handle the stress and committed a stupid suicide.
Some rumours though, say that the Cyberdemon was killed already!
Is he immortal? 11 souls claim to have killed him...
2 sacrificed itself for the good of mankind.
9 killed the bastard and survived.
--------------------------------------------------------------
I kinda feel like I've been posting too many mortems recently, but I didn't see any other speedrunner diamonds so here it goes. After last nights MBm UV Ao100 run I decided to see if I could get this badge using the same tactics.
Before I started attempting this I made a couple of additions to my key bindings file:
V = function() command.quit(true) end,
N = function()
if command.use_item("nuke") then
else
ui.msg("No nuke available.")
end
end,
y = function()
if command.use_item("phase") then
else
ui.msg("No phase device available.")
end
end,
Y = function()
if command.use_item("hphase") then
else
ui.msg("No homing phase device available.")
end
end,
m = function()
if command.use_item("smed") then
elseif command.use_item("lmed") then
else
ui.msg("No medpacks left!")
end
end,
M = function()
if not command.use_item("lmed") then
elseif command.use_item("smed") then
else
ui.msg("No medpacks left!")
end
end,
The plan was to get to the chained court with hopefully a med pack or two, grab the chainsaw and berserks and just keep running. The forced quit button came in real handy at this point, since if I started level one in sight of more then a couple of mobs, just quit. The chained court didn't get generated? Just quit. Use all your medpacks within the first 50 turns? Just quit. Overall it probably took around ~4-5 hours of attempts, but it wasn't a complete 4-5 hours. Anytime I need a smoke, a coffee or anything involving my attention I had to take a break so it's hard to say how long it actually took me.
As for the actual run it was kinda a blur. I think I made it to CC with a small medpack, then used the combat shotgun for the last time to clear one of the sides for a safer exit. After that I know I was able to get an invulnerability globe or two before the Halls of Carnage, which I accidentally stepped in. I figured the BFG would come in handy fighting the Cyberdemon anyway, but some quick moving made me use a medpack around the cacodemons. Unfortunately I was sober at the time so their hits were hurting and I was worried that losing that medpack might have been too much. I didn't spend anytime to think about it and just kept moving. The lucky part of this run was on level 11 when I noticed a nuke and an invulnerability globe. I didn't want to be invulnerable for Cybie, but I did want to survive the journey and get that nuke. I knew I had a BFG but was out of medpacks.
Had I realized I still had a couple of minutes and that I was carrying some extra cells I probably would have actually just killed Cybie since I was still berserking, but I hadn't been watching a clock so I just wanted to end it as fast as possible. I think the UAC diamond is still going to be a
lot harder despite the fact I was able to complete half the levels in under half the time, since the berserk from the CC only lasts so long. I do think there is a possibility that Mbm is the way to go, although I'm still not convinced.
Now if I could just find Dragonslayer and the Lava armor I'd have my ninth diamond for this version.