Post a Run!
Moderators: EddyMataGallos, TheRealOne
-
- Why Was Six Afraid of Seven? Because...
- Posts: 789
- Joined: 2008.10.30 (19:35)
- NUMA Profile: http://www.nmaps.net/user/999_Springs
- Location: In the toilet, flushing down springs, one by one.
It's not a 0th, but I manage to get all six pieces of gold at the top AND pull off the corner jump to the left when all the other demos on the level only do one or the other but not both (unless I'm missing something). However, my route to do that is probably so simple and easy that it's a contender for the "Most Blatantly Obvious Innovation That Has Ever Been Missed" award.
Completed N and NReality.
106 N v1.4 highscores.
I used to maintain 1000 NReality Level Top20 Highscores - Ranked 0th
Former Owner of Episode 169, way back when.
I've taken 10 Metanet 0ths. 6 of them lasted <2 days. I don't have any of them anymore. >:(
Third Place in BLUR 4 highscore.
Not highscoring anymore until v2.
EddyMataGallos is an alien.
- Lifer
- Posts: 1071
- Joined: 2008.09.27 (02:08)
- NUMA Profile: http://nmaps.net/user/golfkid
- Location: the 19th hole
Every time I drew only the one drone at the start of the vertical, the third (extra) one would be at the bottom right corner at the time when you and I get down there, blocking the route. With the other drone being on the left side as it is in my current demo, there was nowhere for me to go. If that doesn't make sense, I'll try and make a death demo in the next couple days for you.darkshadow wrote:Not quite sure which you mean but after drawing the drone at the start and making it up for the first vertical wall-jump the route is fairly simple so far as I remember. However I did get 0th first clean completion so I don't really know.golfkid wrote:Could be, but it'll have to wait at least a day, and probably more. But I guess I can give it a try. Did you get lucky with that third drone in the vertical shaft at the end, or were you able to consistently avoid it?
[16:24] <@golfkid> I'm pretty sure I will literally scream if I die on the last column of 78-4 at this point
[16:25] <trance> Oh, yeah. That level.
[16:29] <@golfkid> lol
[16:30] <@golfkid> It looks so simple
[16:30] <@golfkid> But it says "NO! I will rape your sanity!"
My Accomplishments:
Completed N; Completed Nreality on 4/11/08
598 top 20 scores in N 1.4 as of 6/28/14 (498 level scores, 100 episode scores, 2nd position in top 20 rankings); reached 100 on 12/14/2008; 300 (half of all possible ) on 11/9/2009; 400 on 12/2/2011; max of 598 on 2/3/2013; tied for 0th in top 20 rankings on 2/26-27/13
4 current v1.4 0ths (9th position in 0th rankings); First v1.4 0th: 63-3 at 1:20 pm, 3/24/2008
current level score: 71079.200 (6th position all time); 60k seconds on v1.4 6/17/08; 12th to 70k at 11:30pm EST, 12/24/2011; 6th to 71k at 5:50 pm EST, 9/29/2012
current episode score: 34276.650 (4th position all time); 100k seconds total level score (Metanet and NReality) on 2/4/08
- Life Time Achievement Award
- Posts: 255
- Joined: 2008.10.07 (01:06)
Edit: In my new 43-0 run if you're lucky you don't even need to wall jump on the way down on the left side which will save nearly 2 seconds (see my thread in troubleshooting).
Edit 2: Pulled it off but missed a gold (not too upset since it was a poor run anyways).
Edit 3: Did it another two times and missed a gold each time. Also, it seems to be closer to one second faster because the rocket gets in the way in the upper left.
Edit 4: Can anyone think of any levels besides 43-0 where this trick is useful?
Edit 5: I'm starting to be tempted to double post and I'm starting to hate 43-0. This is my fourth time screwing up:
Edit 6: Make that 6 times screwed up.
Unreality's awesome mod
You are an innovator at least as good as Lim ;D - xaelar
- Lifer
- Posts: 1094
- Joined: 2009.01.31 (22:13)
- NUMA Profile: http://nmaps.net/user/vankusss
- Contact:
and congrats on taking it by 2 seconds
- Ice Cold
- Posts: 212
- Joined: 2008.12.05 (05:47)
- NUMA Profile: http://nmaps.net/user/jasdanu
- Location: California
- Doublemember
- Posts: 62
- Joined: 2009.07.13 (06:20)
- NUMA Profile: http://nmaps.net/user/Viil
- Location: Olean, New York
- Lifer
- Posts: 1094
- Joined: 2009.01.31 (22:13)
- NUMA Profile: http://nmaps.net/user/vankusss
- Contact:
if ((nick = xaelar) || (nick = darkshadow)){
Continue.To.Another.Post;
}
else{
took 37-2 highscore from Lim by 7 frames with little innov (not sure if it's faster, though)
my first highscore metanet 0th ever
EDIT: hendor was using that innov before, noticed it now
}
return 0;
}
- Life Time Achievement Award
- Posts: 255
- Joined: 2008.10.07 (01:06)
You forgot your #includes so I saw it. However I'm not going to have time to give it a shot most likely.vankusss wrote:int main(){
if ((nick = xaelar) || (nick = darkshadow)){
Continue.To.Another.Post;
}
else{
took 37-2 highscore from Lim by 7 frames with little innov (not sure if it's faster, though)
my first highscore metanet 0th ever
EDIT: hendor was using that innov before, noticed it now
}
return 0;
}
Unreality's awesome mod
You are an innovator at least as good as Lim ;D - xaelar
- Ice Cold
- Posts: 215
- Joined: 2008.12.31 (14:33)
- NUMA Profile: http://nmaps.net/user/natures_peril
by nicnac
"Drunk turtles, slightly throbbing penises, flaming hell-fire, and two-ton trucks. Ya gotta love MoA."
- Yet Another Harshad
- Posts: 463
- Joined: 2008.09.30 (21:47)
- NUMA Profile: http://nmaps.net/user/xaelar
- Location: Germany
Application.OnKey "{RETURN}", "N"
End Sub
Public Sub N()
With ActiveSheet.Shapes.AddShape(msoShapeRectangle, _
800, 600, 0, 0)
.Name = "37-2"
.Fill.ForeColor.SchemeColor = 22
.Line.Visible = msoTrue
End With
With ActiveSheet.Shapes.AddShape(msoShapeNinjashape, _
5, 15, 40, 430)
.Name = "Ninja"
.Fill.Visible = msoTrue
.Line.ForeColor.SchemeColor = 14
.Fill.ForeColor.SchemeColor = 14
End With
ActiveSheet.Shapes("Ninja").GetAHighscore, "37-2"
ActiveSheet.Besttimes.AddBesttime(msoBesttimeHighscore, 198, .100, 37, -2).Name = "37-2"
ActiveSheet.Besttimes("37-2").Submit
End Sub
*presses RETURN* :D
(This is stupid VBA Stuff, meaning I have 198.100 in 37-2)
-
- Jedi Pimp
- Posts: 681
- Joined: 2008.11.10 (17:37)
- NUMA Profile: http://nmaps.net/user/
-
- dreams slip through our fingers like hott slut sexxx
- Posts: 3896
- Joined: 2009.01.14 (15:41)
- NUMA Profile: http://nmaps.net/user/Tunco123
- MBTI Type: INTJ
- Location: Istanbul
It could be only if you go to the lauchpad (you last touched before drone killed you) faster, maybe it's possible to avoid it.mohamedraif wrote:Do you think it's possible to avoid the drone?
- Ice Cold
- Posts: 215
- Joined: 2008.12.31 (14:33)
- NUMA Profile: http://nmaps.net/user/natures_peril
edit: nevermind, xaelar found the map
by nicnac
"Drunk turtles, slightly throbbing penises, flaming hell-fire, and two-ton trucks. Ya gotta love MoA."
-
- dreams slip through our fingers like hott slut sexxx
- Posts: 3896
- Joined: 2009.01.14 (15:41)
- NUMA Profile: http://nmaps.net/user/Tunco123
- MBTI Type: INTJ
- Location: Istanbul
- Damn You're Fine
- Posts: 389
- Joined: 2008.10.13 (10:10)
- Yet Another Harshad
- Posts: 449
- Joined: 2008.10.29 (14:10)
- NUMA Profile: http://nmaps.net/user/amomentlikethis
- MBTI Type: ESFP
- Location: England.
- Contact:
I think 158 or so will be max, with the route I used anyway.
- Doublemember
- Posts: 62
- Joined: 2009.07.13 (06:20)
- NUMA Profile: http://nmaps.net/user/Viil
- Location: Olean, New York
- Ice Cold
- Posts: 212
- Joined: 2008.12.05 (05:47)
- NUMA Profile: http://nmaps.net/user/jasdanu
- Location: California
- Ice Cold
- Posts: 215
- Joined: 2008.12.31 (14:33)
- NUMA Profile: http://nmaps.net/user/natures_peril
by nicnac
"Drunk turtles, slightly throbbing penises, flaming hell-fire, and two-ton trucks. Ya gotta love MoA."
- Lifer
- Posts: 1094
- Joined: 2009.01.31 (22:13)
- NUMA Profile: http://nmaps.net/user/vankusss
- Contact:
-
- The Dreamster Teamster
- Posts: 84
- Joined: 2008.12.30 (17:19)
I can't work out if there is a quicker route that still avoids the rockets?
- Doublemember
- Posts: 62
- Joined: 2009.07.13 (06:20)
- NUMA Profile: http://nmaps.net/user/Viil
- Location: Olean, New York
-
- dreams slip through our fingers like hott slut sexxx
- Posts: 3896
- Joined: 2009.01.14 (15:41)
- NUMA Profile: http://nmaps.net/user/Tunco123
- MBTI Type: INTJ
- Location: Istanbul
Tied moh.Viil wrote:178819
- Lifer
- Posts: 1094
- Joined: 2009.01.31 (22:13)
- NUMA Profile: http://nmaps.net/user/vankusss
- Contact:
- Lifer
- Posts: 1071
- Joined: 2008.09.27 (02:08)
- NUMA Profile: http://nmaps.net/user/golfkid
- Location: the 19th hole
[16:24] <@golfkid> I'm pretty sure I will literally scream if I die on the last column of 78-4 at this point
[16:25] <trance> Oh, yeah. That level.
[16:29] <@golfkid> lol
[16:30] <@golfkid> It looks so simple
[16:30] <@golfkid> But it says "NO! I will rape your sanity!"
My Accomplishments:
Completed N; Completed Nreality on 4/11/08
598 top 20 scores in N 1.4 as of 6/28/14 (498 level scores, 100 episode scores, 2nd position in top 20 rankings); reached 100 on 12/14/2008; 300 (half of all possible ) on 11/9/2009; 400 on 12/2/2011; max of 598 on 2/3/2013; tied for 0th in top 20 rankings on 2/26-27/13
4 current v1.4 0ths (9th position in 0th rankings); First v1.4 0th: 63-3 at 1:20 pm, 3/24/2008
current level score: 71079.200 (6th position all time); 60k seconds on v1.4 6/17/08; 12th to 70k at 11:30pm EST, 12/24/2011; 6th to 71k at 5:50 pm EST, 9/29/2012
current episode score: 34276.650 (4th position all time); 100k seconds total level score (Metanet and NReality) on 2/4/08
Who is online
Users browsing this forum: No registered users and 29 guests