don't click here

The Supreme Topic of 'Other' Knowledge.

Discussion in 'General Sonic Discussion' started by McGuirk, Jan 10, 2007.

  1. Skyler

    Skyler

    Neonネオン Cowgirlカウガール Site Staff
    3,287
    32
    28
    Hellafornia
    The next audtion
    I've seen that picture before, but not the article. Can anyone translate that?
     
  2. dsrb

    dsrb

    Member
    3,149
    0
    16
    Google auto-detects it as Swedish, and offers this philosophical wisdom:
    I think we can make a good guess as to what that supporting role was!
     
  3. DigitalDuck

    DigitalDuck

    Arriving four years late. Member
    5,351
    438
    63
    Lincs, UK
    TurBoa, S1RL
    [​IMG]

    Supporting Sonic and Tails?
     
  4. Overlord

    Overlord

    Now playable in Smash Bros Ultimate Moderator
    19,239
    972
    93
    Long-term happiness
    Everyone knows about the platform-edge glitch in Sonic 1's Final Zone, but is it old news about the one in Chemical Plant 2?


    Found this today while playing S2 on my phone - and yes, the thumbnail of the speed booster was picked deliberately (though Youtube says in the first 6 hours of the video's existence you might see something else =P)
     
  5. Phos

    Phos

    Going for the high score on whatever that little b Member
    3,318
    0
    0
    Did I make this post already? I can't remember.


    [​IMG]
    Mecha Sonic

    [​IMG]
    Mechagodzilla
     
  6. Mercury

    Mercury

    His Name Is Sonic Tech Member
    1,740
    21
    18
    Location Location
    AeStHete
    I don't know if this has been mentioned before, I have really no idea what I'd use to search for it.

    Okay, so I was trying to solve a bug in my hack, and I noticed another bug, and to my surprise it was actually something from the original game, and not something I'd done.

    In Starlight Zone, near the top of the Zone, I got hit by the Orbinaut. This flung Sonic upward, off the top of the Zone. Strangely, he immediately died - as though he'd fallen off the bottom of the Zone!

    I know that the levels sort of wrap, so that I thought maybe the check for falling off the bottom didn't discriminate properly between signed/unsigned values or something. But Sonic doesn't normally die when he goes off the top, only when he's flung off the top from being hit.

    So I looked at his Sonic_HurtStop routine...
    Code (ASM):
    1.  
    2. Sonic_HurtStop:                         ; XREF: Sonic_Hurt
    3.                 move.w  (v_limitbtm2).w,d0
    4.                 addi.w  #$E0,d0
    5.                 cmp.w   obY(a0),d0
    6.                 bcs.w   KillSonic
    7.  
    8.                 ...
    9. ; End of function Sonic_HurtStop
    10.  
    ...and sure enough, there's a check to kill him if he passes the bottom limit.

    But the Sonic_LevelBound routine...
    Code (ASM):
    1.  
    2.                 move.w  (v_limitbtm2).w,d0
    3.                 addi.w  #$E0,d0
    4.                 cmp.w   obY(a0),d0      ; has Sonic touched the bottom boundary?
    5.                 blt.s   @bottom         ; if yes, branch
    6.                 rts    
    7.  
    ...uses blt instead of bcs.

    Worse, though, I can't see any reason why Sonic_HurtStop checks in the first place. If you remove the check, it still works just fine, because Sonic_LevelBound takes care of it. I tried getting hit off a ledge, and falling off the bottom in the hurt animation, and it still worked.

    So why does it check a second time, especially if causes such a weird a bug? Is it just left over buggy code, or does it have some arcane purpose I'm just missing?
     
  7. DigitalDuck

    DigitalDuck

    Arriving four years late. Member
    5,351
    438
    63
    Lincs, UK
    TurBoa, S1RL
    I have noticed this bug before, but never realised what caused it.

    As for the extra check; could it be possible that originally, hitting the bottom of the level caused you to be hurt before dying (a la Sonic 2 (8-bit))? I can't help but think that the only reason you'd need two checks was that the first time, when falling into a pit, you rebound in your 'hurt' animation, before dying when you land again.
     
  8. Blue Blood

    Blue Blood

    Member
    5,903
    823
    93
    Here's an odd one I noticed all of 3 seconds ago, and it's another Knuckles climbing glitch. Those little laser canons in Launch Base won't hurt Knuckles so long as he's attached to a wall. There's at least one point in act 1 where you can test this. I'd make a picture, but I'm playing on SCC and don't have access to an emluator right now.
     
  9. nineko

    nineko

    I am the Holy Cat Tech Member
    6,308
    486
    63
    italy
    Nice find! I didn't know about this.

    [​IMG]

    edit: do you mind if I put this on Youtube? With full credit of course.
     
  10. Blue Blood

    Blue Blood

    Member
    5,903
    823
    93
    Do whatever you like. I can hardly claim the rights to a glitch now, can I? =P
     
  11. nineko

    nineko

    I am the Holy Cat Tech Member
    6,308
    486
    63
    italy
    You can't; though it's common courtesy to give credit to the person who first discovers things :)
    As a matter of fact, if you didn't give me the permission, I wouldn't have made a Youtube video about this. It's a matter of respect.

    edit: video'd: http://www.youtube.com/watch?v=pVT4IWlrhPw
     
  12. Dandaman

    Dandaman

    Also known as Dandaman955 Tech Member
    86
    1
    8
    UK
    My first post. Let's make it a good one:



    After screwing around with debug, I came across some bad collision in Hill Top Zone. Later on, I discovered it could be done without debug; by using Super Sonic.
     
  13. Fred

    Fred

    Taking a break Oldbie
    1,563
    117
    43
    Portugal
    Sonic 3 Unlocked
    This one is old to me. The collision must be fucking up because the game is getting ready for the eathquake effect.
     
  14. Diablohead

    Diablohead

    Indie dev Oldbie
    1,898
    87
    28
    Near London
    games
    I don't think the earthquake plays in that zone or area, that's the part in act 1 where you first go underground via loop and drill through the floor.

    They must have thought no one would get up there anyway, could have just been left messy since it's a no go area :v: strangely that area has always made me wonder just like marble zone act 1 where you go underground, the level looks like it continues on above you but you just can't get up there without debug.
     
  15. Fred

    Fred

    Taking a break Oldbie
    1,563
    117
    43
    Portugal
    Sonic 3 Unlocked
    If you go a bit to the right from that location, the background disappears because it's getting ready to pull off the trick to make the floor and ceiling move. First there's a section where there's a rising floor threatening to crush you and a rising ceiling opening up a path. Then there's a room with rising lava that blocks your path, with the door that even when open doesn't make the lava spill out.
     
  16. I was as surprised as everyone else when I discovered those 2 rings in FBZ. And there's one in Lava Reef 2 as well! Again. Very hidden.

    As for the climbing glitch that was found, are all of the climbing glitches in the Sonic 3 parts of S3&K? I wonder if its yet another case of them not totally thinking through Knuckles addition to those levels...much like Tails glitches in the S&K levels.
     
  17. nineko

    nineko

    I am the Holy Cat Tech Member
    6,308
    486
    63
    italy
    That's the same thing I thought, to be honest, as both Hydrocity and Launch Base are in Sonic 3. I wonder if there are more climbing glitches in the other Sonic 3 zones...
     
  18. Blue Blood

    Blue Blood

    Member
    5,903
    823
    93
    Considering also that Casino Night in S2&K has the climbing glitch as Hydrocity, that seems like the best answer.

    EDIT: And related to that one, it you start climbing the wall to the right of the boss arena before it disappears, you'll stay attached to nothing.
     
  19. I don't think this counts... Not really a glitch but just improper layout really, the reason you're getting this is because the earthquake objects are placed ahead—fully viewable in SonED 2, and fully solid.




    Edit:

    The way the earthquake is achieved is no difficult manner-- just shake the screen. But ever thought how the game gets the rising/falling chunks?

    They're a part of the BG, when you enter the cave, the game shifts the BG to the correct position, and then scrolls it appropriately—disable a chunk and go to an earthquake area, you'll see what I mean. If you get out quickly enough of the cave, you'll see the BG shift.
     
  20. Diablohead

    Diablohead

    Indie dev Oldbie
    1,898
    87
    28
    Near London
    games
    Played the stage again yesterday and there is that small lava raising bit, I was thinking it was in act 2 so my bad.