Homestar Runner Wiki Forum

A companion to the Homestar Runner Wiki
It is currently Mon May 13, 2024 3:16 pm

All times are UTC




Post new topic Reply to topic  [ 80 posts ]  Go to page Previous  1, 2, 3
Author Message
 Post subject:
PostPosted: Wed Jul 19, 2006 1:23 am 
Offline
Lechable Robot Mod
User avatar

Joined: Wed Dec 22, 2004 4:50 pm
Posts: 2859
Location: In the Nerd Hole
Yeah, in the first version, you could use the seek bar to get to the end and then play as Strong Sad. Now, you can still do that, but you can't do the same to play as KOT or Homestar. Unless I'm doing it wrong.

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 19, 2006 1:42 am 
Offline
User avatar

Joined: Mon Feb 27, 2006 1:44 am
Posts: 331
Location: Totalslavia
Actually, if you use the seek bar to skip ahead to Strong Sad's ending scene, then when it's over and the game restarts, you'll be in KoT Mode. Do the same with the KoT's ending and you'll get Homestar Mode.

Wheee :D

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 19, 2006 2:13 am 
Offline
Lechable Robot Mod
User avatar

Joined: Wed Dec 22, 2004 4:50 pm
Posts: 2859
Location: In the Nerd Hole
Oh! I didn't know that; I thought I had tried it that way, but I guess I messed up somehow. :)

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 19, 2006 2:39 am 
Offline
User avatar

Joined: Wed Jul 06, 2005 1:01 am
Posts: 6245
ModestlyHotGirl wrote:
Oh! I didn't know that; I thought I had tried it that way, but I guess I messed up somehow. :)


Same here. I tried it after actually unlocking Strong Sad, though, maybe that ws part of the problem. Shouldn't have been, though.

Pretty fun playing as Homestar, though.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 19, 2006 3:20 am 
Offline
User avatar

Joined: Fri Apr 01, 2005 1:10 am
Posts: 677
Location: Australia
If you use the seek bar to skip to any of the ending sequences (except, perhaps, Homestar's, I'm not sure), it'll unlock Strong Sad mode.
Do the same again and it'll unlock KoT mode.

_________________
<link rel="signature" type="text/hilarious" href="/signature.txt" />


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 19, 2006 3:24 am 
Offline
User avatar

Joined: Wed Dec 22, 2004 6:18 am
Posts: 682
Location: Don't look behind you.
I didn't have to just go to the end and start over... my seek bar had all the endings in a row, one after the other. You could go straight to the Homestar one if you wanted.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Jul 19, 2006 3:33 am 
Offline
User avatar

Joined: Fri Apr 01, 2005 1:10 am
Posts: 677
Location: Australia
Power Crunch wrote:
I didn't have to just go to the end and start over... my seek bar had all the endings in a row, one after the other. You could go straight to the Homestar one if you wanted.

I'll trust my decompiler over anecdotal evidence any day of the week...

At the end of the three ending sequences (not Homestar's) it's the same:
Code:
GlobalData.unlockSpecialMode(this);


Which calls:
Code:
public static function unlockSpecialMode(targ)
{
  if (GlobalData.homestarMode)
    targ.gotoAndPlay("titleStart")
  else
    targ.gotoAndPlay("specialMode")
  if (GlobalData.strongSadMode)
  {
    GlobalData.strongSadMode = false
    GlobalData.kotMode = true
    GlobalData.homestarMode = false
  }
  else if (GlobalData.kotMode)
  {
    GlobalData.strongSadMode = false
    GlobalData.kotMode = false
    GlobalData.homestarMode = true
  }
  else
  {
    GlobalData.strongSadMode = true
    GlobalData.kotMode = false
    GlobalData.homestarMode = false
  }
}


So, sure, you can skip right to, say, the KoT's ending, but it'll still unlock Strong Sad.

_________________
<link rel="signature" type="text/hilarious" href="/signature.txt" />


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jul 20, 2006 4:24 am 
Offline
User avatar

Joined: Thu Jul 20, 2006 2:34 am
Posts: 23
i like to play as theking of town (especially since junk food makes him faster and health food makes him slower) Oh, and playing as homestar is fun too (lol he wins a mills bills)


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jul 20, 2006 4:50 am 
Offline
User avatar

Joined: Sat Jun 25, 2005 12:07 am
Posts: 1267
Location: In Bibendum's tire fold.
I can relate to Kid Speedy.

_________________
TIRES TIRES TIRES


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jul 20, 2006 3:32 pm 
Offline
User avatar

Joined: Fri Jun 03, 2005 5:38 pm
Posts: 176
Fun game! Easy as heck, though, I only lost one time and got through KS and SS modes. Didn't go for KOT or H*R.

And you know, I like a game that I can beat without losing over and over again. When the game is simple, you either make it really long or really hard, and I prefer long and repetitive. Awexome Cross, for example, I only tried a few times.


Edit by SR: Remember the rules.. Hell is only allowed when you're talking about the place!

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 21, 2006 7:52 am 
Offline

Joined: Mon Jul 17, 2006 4:56 pm
Posts: 3
Sweetie_Pie wrote:
How do you use the seek bar to cheat?

Save the flash file to your desktop and open it with something like Media Player Classic, which plays flash files. Use it's seek bar to skip around. I don't know if that's what everyone else is talking about, though.

_________________
"Ohhhhhhhh, if you want it to be possesive, it's just I-T-S, but if it's supposed to be a contraction, then it's I-T-apostrophe-S!

Scalawag."


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 21, 2006 8:00 am 
Offline
User avatar

Joined: Fri Apr 01, 2005 1:10 am
Posts: 677
Location: Australia
Soma_Dude wrote:
I don't know if that's what everyone else is talking about, though.

The "seek bar" is this clever bookmarklet, which adds a seek bar below every flash file on a web page.

If you have Firefox and Greasemonkey, there's also my "all-in-one" H*R script which includes an improved version of the same seek bar.

_________________
<link rel="signature" type="text/hilarious" href="/signature.txt" />


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jul 21, 2006 3:48 pm 
Offline

Joined: Wed May 10, 2006 5:14 pm
Posts: 166
I won! Wahoo!!!
It's ok, but I was disappointed by Online Play :(

_________________
Cheat Commandos O's, Rock Rock On!
My Cartoon Board
My Wi-Fi Forums


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jul 22, 2006 11:36 pm 
Offline

Joined: Tue May 24, 2005 4:58 pm
Posts: 5045
Location: Imagining all the people living life in peace.
I won that game finally. Some levels took two times, while others took only one, but when I lost, MAN it was frustrating. I was going to beat it again in Strong Sad mode, but it was hard and I had been playing for a long time at that point so I quit.

Darn, now I'll have to start all over again. I saw all the endings, but I really want to beat all of this without cheating.

_________________
So, so you think you can tell Heaven from Hell, blue skies from pain. Can you tell a green field from a cold steel rail? A smile from a veil? Do you think you can tell?


Top
 Profile  
 
 Post subject:
PostPosted: Sun Jul 23, 2006 2:17 am 
Offline
User avatar

Joined: Sun Jan 15, 2006 10:42 pm
Posts: 1025
Einoo T. Spork wrote:
I won that game finally. Some levels took two times, while others took only one, but when I lost, MAN it was frustrating. I was going to beat it again in Strong Sad mode, but it was hard and I had been playing for a long time at that point so I quit.

Darn, now I'll have to start all over again. I saw all the endings, but I really want to beat all of this without cheating.


Well, since you already beat it with Kid Speedy, you could just seek bar your way to Strong Sad Mode. It wouldn't be cheating, because you already had gotten that far.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Jul 27, 2006 10:32 pm 
Offline
User avatar

Joined: Mon Jun 12, 2006 10:32 pm
Posts: 23
Location: Down at Colfax and Broadway
It was fun for the first run through. I couldn't ever try the Strong Sad mode. I was sick of the game by them.

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: Wed Aug 02, 2006 7:36 pm 
Offline

Joined: Wed Aug 02, 2006 7:26 pm
Posts: 1
I have a theory! The online mode is soon going to be real inside a new update! Why you may ask? There are multiplayer flashes out there! ;)

_________________
WHAT UP MY DOGE'S!


Top
 Profile  
 
 Post subject: Failiures
PostPosted: Sun Sep 24, 2006 12:31 am 
Offline

Joined: Sun Sep 24, 2006 12:25 am
Posts: 1
Location: A Place
Ya so you guys can get to strong sad yay for you but ive actally gotten to homestar runner and marizipan hibrid car minigame after beating all four secrets woot! :ehsteve:

_________________
Shut Up Yiu Peices of !@#!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 26, 2006 8:03 am 
Offline
User avatar

Joined: Tue Sep 26, 2006 6:53 am
Posts: 2217
Location: Australia
Yeah, me too.

I'm not sure what the point of Homestar mode is. Since it's so easy. It is fun, though.

_________________
"Explain to me how drowning them would not ruin their date."


Top
 Profile  
 
 Post subject:
PostPosted: Tue Sep 26, 2006 10:47 am 
Offline
User avatar

Joined: Tue Aug 17, 2004 9:03 pm
Posts: 6188
Location: In my house with my two kids, Bulldozer and topofsm.
It's probably for the movie at the end.

_________________
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 80 posts ]  Go to page Previous  1, 2, 3

All times are UTC


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group