Тёмный

Sonic's Special Stage Tricks Revealed - and it's not what you think... (Coding Secrets) 

GameHut
Подписаться 150 тыс.
Просмотров 93 тыс.
50% 1

Sonic 3D's Special Stage Secrets Blown Apart in this Episode of "Coding Secrets"

Игры

Опубликовано:

 

21 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 353   
@DefinitiveDubs
@DefinitiveDubs 6 лет назад
*"We had a spoon, a box of matches, and a bottle of water. And we had to go into space. Here's how we did it."* Also, I'd like to see you explain the Daytoyna level in Toy Story, and why it couldn't be achieved on the SNES. Or explain in general how you got fully 3D models in that game.
@pourgoi_6100
@pourgoi_6100 6 лет назад
genesis does what nintendont
@porshoterxx
@porshoterxx 6 лет назад
*"Now, you might have noticed that the bottle is nothing more than the same slice repeated 360º. As such, we can get a much reduced weight for our rocket."*
@philrod1
@philrod1 6 лет назад
Each match is a tiny explosive device, and as all matches are the same, we used the *same* match repeated many times until the correct thrust was achieved.
@nickwallette6201
@nickwallette6201 6 лет назад
"You might be wondering how we managed space, then. The stars are actually just simple frames of animation. We reuse the same frames, but never in the same galaxy, so the effect looks entirely random while only using 8K of memory."
@slipangle3027
@slipangle3027 6 лет назад
Seconding the Day-toy-na level explanation. It looks incredible. ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-GcqjCoqn_Eo.html
@GameSack
@GameSack 6 лет назад
The background effect is the same one used in Axelay on the SNES. But over there it's touted as Mode 7 even though it's clearly not. Nonetheless it was the most amazing groundbreaking thing ever to happen in videogames if the magazines at the time were to be believed. Put the same effect but better on the Genesis and nobody seemed to care back then... though I certainly appreciated it. Thanks for the video!
@BocaRetroGames
@BocaRetroGames 6 лет назад
Game Sack hey Joe ! Great to see you here at this amazing genesis developer channel ! They did amazing thing with genesis back then !
@mogo9052
@mogo9052 6 лет назад
I would love to know how much more the Sega Saturn had to give. I still haven't received a good answer.
@mogo9052
@mogo9052 6 лет назад
I'm gonna let it go.
@GimblyGFR
@GimblyGFR 6 лет назад
Absolutely true. You guys (at Traveller's Tales) did an amazing job with the Genesis back in the day that wasn't really as appreciated as it should have been. I personally love Sonic 3D Blast (and Toy Story, and Mickey Mania), and would have loved to see more games from you on the Genesis. And also, is great to see Joe from Game Sack commenting here! Game Sack and GameHut are two of my favourite channels on RU-vid.
@GameHut
@GameHut 6 лет назад
No problem! Yes, interesting how perceptions of stuff on the SNES and Genesis could be so different...
@PhirePhlame
@PhirePhlame 6 лет назад
Just imagine what a similar penchant for programming trickery would do on modern hardware.
@darkPrince10101
@darkPrince10101 6 лет назад
A great example of this is ".kkreiger"; it's almost a decade and a half old now, but using a lot of procedural and mathematical generation tricks, they were able to fit a light FPS game with (then) modern graphics, soundtrack, enemies, textured levels, and more into a single 96Kb file: en.wikipedia.org/wiki/.kkrieger
@nickwallette6201
@nickwallette6201 6 лет назад
Kinda depends on how literally you want to take that question. Nobody's going to do scaling today by pulling lines out of a texture. There's hardware that will do that for you with much less effort, probably at a considerable speed boost to copying bitmaps all over the place, and with much better results from all the clever smoothing algorithms and surface-aware lighting effects. If you change the focus of the question to be "what similar feats could one achieve with different, but equally clever programming?" Well... getting NPCs to act independently with decent AI isn't exactly nothing. Or particle physics. Or on-demand data streaming with open-world games. Modern developers can afford to relax on the graphical parlor tricks of the 90s, but they have a whole set of problems to solve that developers back then didn't even consider because it wouldn't have been remotely possible to achieve anyway. Appreciate what we've overcome, but also what we're overcoming. :-) People scoff at modern consoles when they're aren't able to calculate complex 3D scenes at a perfect 498 MILLION pixels per second. (4K @ 60FPS) I see that as a pretty lofty goal when that's over 124 times the data rate of games I grew up with -- and all those systems had to do was translate what was in VRAM to an analog signal.
@jc_dogen
@jc_dogen 6 лет назад
You get games like wolfenstein 2 and battlefront 2. They look comparable to other AAAs and run at twice the framerate.
@ksysinf
@ksysinf 6 лет назад
just google 0x5f3759df . I think CompChomp did a video about it
@fullsdready
@fullsdready 6 лет назад
I'm actually amazed at the talent of some programmers to fit games into less-capable hardware. The greatest exemple now is the Nintendo Switch. The Doom port is no small feat. And Super Mario Odyssey in itself is full of little tricks, optimizations, to make it run nice and smoothly on this little mobile chip.
@BdR76
@BdR76 6 лет назад
Mirrored sprites, mirrored sprites everywhere. ;)
@keklekekle1114
@keklekekle1114 6 лет назад
Everytime i finish one of your videos i say out loud "Neat"
@mattisovereighteen
@mattisovereighteen 6 лет назад
I'd love to see some of these videos go into a bit more detail. Makes me realise how spoiled I am working with (pretty much) unlimited hardware resources
@theobserver4214
@theobserver4214 6 лет назад
Gus Scott and if you are making a PC game you'll need to make little tricks like these as low graphics settings for weak computers
@anonony9081
@anonony9081 6 лет назад
Most of these videos go over my head but I love the way you present the info. It's always fascinating It also puts in perspective what it takes to make a good game. A lot more creativity is required than I imagined
@thecodingethan
@thecodingethan 6 лет назад
especially when optimising
@philrod1
@philrod1 6 лет назад
That's one of the great things about these videos. Even so-called software engineers (such as me) can appreciate how amazing this stuff is, and we *do* understand it :D I've said it before, and I'll keep on saying it. It's like magic. Even though you know it's magic, and even if you know how it's done, a good magician can still amaze you.
@Jargonfox
@Jargonfox 6 лет назад
Honestly, I've always found these special stages pretty damn awkward, but it's reeaally impressive how they were made. Thanks for all these Secrets Revealed videos!
@hoodedman6579
@hoodedman6579 6 лет назад
You know what's like them but more awkward? The Sonic 2 special stages and their pseudo-3d. The 3d Blast stages have certainly aged a bit better... Notably, the remake of 2 actually changes of the graphics at that part while leaving the rest of the game untouched more-or-less.
@Jargonfox
@Jargonfox 6 лет назад
Yeah I can definitely understand your point, no worries there. Sonic 3D's special stages are definitely more impressive looking, I've just found the gameplay there to be very... finicky, or maybe flimsy or something like that.
@freddy2nt
@freddy2nt 4 года назад
@@hoodedman6579 Having played all the 5 classic Genesis ones (1, 2, 3, S&K, 3D) extensively throughout the nineties, I always thought Sonic 2's special stages were significantly better than all the rest. I really can't understand all this hate.
@joaonitro5149
@joaonitro5149 3 года назад
@@freddy2nt because it's the worst, everything about Sonic 2's special stage sucks, the way you enter them, how they are designed, the controls, tails...
@freddy2nt
@freddy2nt 3 года назад
@@joaonitro5149 It's a matter of taste I guess. People say sonic 3's special stages were the best, but I just hated them! The music, the rotation of the screen rather than the characters, the ever increasing pace, etc. felt nauseating to me.
@ThatGuy007Ukr
@ThatGuy007Ukr 5 лет назад
This level is amazing. Looks like PS1 or Saturn. Great job! Sonic 3D Blast is so underrated. This is one of the most technically advanced game of 16 bit era - on par with Donkey Kong Country, Vectorman, Toy Story, etc. And no one talks about it, no one appreciates. It`s a shame.
@BdR76
@BdR76 6 лет назад
Could you do a video about the various tools you used? Like the tile editor in Mickey Mania or the 3D level editor for Muppet Racemania?
@matesafranka6110
@matesafranka6110 6 лет назад
One of the very few channels where the content actually holds up to the clickbait title :D
@tsubosama
@tsubosama 6 лет назад
How about the other two poll entries. Leander's perfect collision and Puggsy's sprite scaling.
@gusten13
@gusten13 6 лет назад
I love seeing new coding secret videos in my feed, keep up the great work.
@LAG09
@LAG09 6 лет назад
What other things would we like explained? Well you were in the demoscene and it's an almost unending trove of neat effects and coding tricks. Maybe you want to focus on what you've worked on professionally, but there's only so much neat stuff in the Sonic games you've worked on. If I had to pick out one thing to start with, scroller effects were pretty popular in the 8 and 16 bit scenes so there should be a decent size audience for how those are done.
@LetsPlayKeldeo
@LetsPlayKeldeo 6 лет назад
Id love to have explained the secret on why you are such an amazing guy and why you are doing this youtube channel ^-^
@JamesChessman
@JamesChessman 6 лет назад
I agree, and tell us what kind of food he likes, and what are his favorite movies. Thanks.
@JustActCoolKid
@JustActCoolKid 6 лет назад
I know fuck all about programming but these videos are still so interesting and relaxing to watch. Kudos, keep it up
@3DSage
@3DSage 6 лет назад
I really love all of your videos. Thank you for taking the time to make these.
@SantosRey
@SantosRey 6 лет назад
Pure genius.
@thecoolestfool7688
@thecoolestfool7688 6 лет назад
that 60 fps intro was sick
@8bit_coder
@8bit_coder 6 лет назад
I was unsettled during this entire video because of the lack of Is the normal song in the background: Is That You or Are You You by Chris Zabriskie. It just changes the entire feel of the video.
@RodniDemental
@RodniDemental 6 лет назад
Love it when you do voiceover, definitely preferred. text is okay but a lot more pause/play required is all, anyway great content as usual!
@StaticPhotons
@StaticPhotons 6 лет назад
These videos are fascinating and also really cool seeing how you worked around the hardware limitations. Please keep doing them!
@saraha180
@saraha180 6 лет назад
As always, love the series. Keep it up!
@pferreira1983
@pferreira1983 6 лет назад
Great stuff. Really impressed with what you did.
@niaschim
@niaschim 6 лет назад
I love that song/theme you played at the end there!
@IvanDSM
@IvanDSM 6 лет назад
Wow... This is the absolute best trick you've explained so far, Jon. Amazing!
@ShayBlez
@ShayBlez 6 лет назад
Brilliant work here
@SmeddyTooBestChannel
@SmeddyTooBestChannel 6 лет назад
I enjoy that when you keep the interrupts in mind, you can see where the scaling effect "breaks" at certain lines if you look hard enough.
@6StringMaestro
@6StringMaestro 6 лет назад
I love watching this stuff, it's amazing to see how game developers dealt with very restrictive hardware back then but you guys definitely made the most of it!
@LateToTheBeardParty
@LateToTheBeardParty 6 лет назад
I'd like to see a video on the transparency effects in Sonic R.
@AAhmou
@AAhmou 6 лет назад
Good question.
@retrobitgamer4569
@retrobitgamer4569 6 лет назад
Avan Madisen The Saturn could do transparency effects, but could only be achieved by people who knew the Saturn through and through since it was a nightmare to program for.
@GameHut
@GameHut 6 лет назад
As soon as I remember how I did it...
@xl2k2008
@xl2k2008 6 лет назад
GameHut The far away elements were drawn using vdp2 color ram palettes AFAIK, so you just needed to tell the vdp2 to apply transparency on the sprite layer since the rest is using a vdp1 color look up table. It's rather easy in fact, but I guess most developpers didn't bother or couldn't fit their sprites' palettes within vdp2's 4 kb cram. I think it's also possible to flip the msb with the lookup table to make it getting drawn by vdp2, so either case it won't affect sprites drawn with vdp1 color palette. The only issue with vdp2 transparency on sprites is that you can't see quads that are behind since they are just overwritten in the framebuffer. Transparency can also be achieved with RGB direct color, but then I don't think it's possible to separate which sprites are being transparent. Feel free to correct me if I'm wrong
@Blitterbug
@Blitterbug 4 года назад
@@xl2k2008 I'm sure the developer appreciated your telling him how he did it...
@Dustin_VG
@Dustin_VG 6 лет назад
Technically impressive, though I never really felt these special stages were anything to write home about gameplay-wise, unfortunately. A lot of people say the Saturn version absolutely killed it, though.
@GimblyGFR
@GimblyGFR 6 лет назад
The pseudo 3D racing stage on Toy Story always amazed me. Maybe it could be the next topic on Coding Secrets. Your channel is great!
@martlassale6249
@martlassale6249 6 лет назад
This is amazing, i always wondered about all the tricks that were used to create those effects. Please bring more great videos! Ps1 games would be interesting!
@Overbound
@Overbound 6 лет назад
If the rings are just scaled sprites same as in Sonic 2. Can you not make them animated? I'd love to hear the reason why they were not animated. I often wondered about that when I was a kid.
@3dmarth
@3dmarth 6 лет назад
Maybe the scaling effect didn't use enough frames of animation, so spinning rings would turn too slowly (or choppily) as they approached the "camera"?
@GameHut
@GameHut 6 лет назад
Problem is, if you stop at a place where you need to jump, all the rings would stop animating...
@Overbound
@Overbound 6 лет назад
That makes sense. Sonic 2's stages never stopped so they could get away with only a few frames of animation for the ring.
@Hexarth
@Hexarth 6 лет назад
This is honestly one of the coolest youtube channels i've ever seen. Please do some Lego Star Wars behind the scenes videos soon, that game was a huge chunk of my childhood!
@r5LgxTbQ
@r5LgxTbQ 6 лет назад
I've never even really played Sonic 3D but I still watch every video
@almaelma11
@almaelma11 6 лет назад
I just love your videos. Keep it up!
@roberthanthonymartinezrive7383
Awesome stuff as always Jon :-)
@Nikku4211
@Nikku4211 6 лет назад
For the backgrounds and sprites, I have already figured that out, but thanks for explaining the foreground.
@joedoe1096
@joedoe1096 6 лет назад
Bloody genius! Thanks for explaining these cool programming tricks that would otherwise be lost to time.
@xravenx24fe
@xravenx24fe 6 лет назад
These bonus stages are actually probably the best in the Sega Genesis series of Sonic games from a gameplay standpoint, I love them. Always impressed to learn more about how these older games somehow managed pseudo-3D gameplay while others struggled with decent controls on a flat, still 2D platform like Bubsy. The way these older games age really shows the strong design concepts and the talent of the programmers implementing them!
@neoqwerty
@neoqwerty 6 лет назад
Title is accurate: I indeed guessed wrong, I thought it was a bigger cylindrical graphic trick like the MM moose chase! This is fascinating stuff to learn about, and the way you explain it makes it clear enough that I don't need to know coding terms to get the gist of it, so that's good. Do you think you could do a video on tools you used to playtest games, things like debug menus, or what prototype ROM carts were needed for? Seeing the back end of the game-making process is fascinating, and there's only so much the Cutting Room Floor wiki explains.
@simpletonapollo9723
@simpletonapollo9723 6 лет назад
The way you talk about the game makes me appreciate it that much more and why I consider the Genesis Version to be a technological marvel. You had to put a lot into it and even while you cut corners, you cut corners but somehow you still got the intended effect of what you wanted...which is just brilliant. Nowadays most game companies cut corners for stupid reasons.
@calebprenger3928
@calebprenger3928 6 лет назад
As a JavaScript Dev, your videos give me food for thought on how to make my WebGL games perform better!
@KuraIthys
@KuraIthys 6 лет назад
I'm impressed, as usual. Sure, when you start to learn about the fundamental techniques used on 8 and 16 bit systems to make the seemingly impossible happen, some of the magic is lost... But the appreciation for the technical challenges, and creative thinking these effects required never diminishes...
@littlelamp100
@littlelamp100 6 лет назад
this is absolutely genius. i love this channel so much ❤
@stefanocrespi5424
@stefanocrespi5424 4 года назад
Amazing. I Would definitely like to see a video where you explain how you make your videos. How you separate the leyers, the background from the sprites, how you animate the textures and how they seem so perfect they could actually be generated by the real hardware and captured directly.
@lostboy626
@lostboy626 6 лет назад
Thanks for sharing, very interesting/insightful as always! I'd like to hear about the fast development/port of the game to Saturn, or maybe the transparency effect to hide draw distance on Sonic R, or even the water of Sonic R.
@TheMC1X
@TheMC1X 6 лет назад
I like how you devs have to do creative ways to squeeze the best of those ROM cartridges. Nowadays games are like 60~100Gb in space and they don't give a shit. Kudos for your channel Gamerhut
@amirsharar8547
@amirsharar8547 6 лет назад
The furthest wood panels seem to be skipping the "right" horizontal lines too, as they appear darker, which helps with getting a good faked fog look to help with depth. The performance is impressive as well! Super slick.
@appleonfire3991
@appleonfire3991 4 года назад
Mate I have no clue about Sonic 3D Blast, but this video is still so impressive
@cyberplayer9626
@cyberplayer9626 6 лет назад
Did you program the special stages in the PC version? Sense SEGA didn't use the special stages on the Saturn version (Yes I am aware that someone else at TT programed the Saturn version)
@shinigamihedgehog
@shinigamihedgehog 6 лет назад
All of these graphic hacks are brilliant! You sure had to get creative to work around the hardware's limits, but seems to me you knew the Genesis like the back of your hand!
@LightsJusticeZ
@LightsJusticeZ 6 лет назад
Awesome and interesting videos as usual! Wish there was an equivalent for the SNES tho!
@yeetlejuice7181
@yeetlejuice7181 6 лет назад
This is a fantastic video. You always explain things in a way that's easy to understand for even the most uninformed viewers.
@Cliffsrepaircorner
@Cliffsrepaircorner 6 лет назад
You really do a great job of explaining all these different tricks and tips I'd love a series that teaches how to code for the Genesis
@motohddk
@motohddk 6 лет назад
This is nuts and completely impressive! WOW
@SteveM000100
@SteveM000100 6 лет назад
Hi Jon, I'd like you to do a 2 part video, where you give us details and examples in part 1, which allows us to argue about it in the comment section, then you reveal how it's actually done in part 2. No idea what the topic should be, just thought this might be a fun format.
@akpokemon
@akpokemon 6 лет назад
I loved the Director's Cut! These bonus stages are great! Perfect blend of difficulty and fun. By far best bonus stages in the Genesis series. Sonic 2 ones still give me nightmares. (I wish I knew you could play Sonic 2 with Sonic or Tails alone through the options.) Great game!!
@sciverzero8197
@sciverzero8197 6 лет назад
This was so much more interesting than what I expected.
@RazorFoxDV
@RazorFoxDV 6 лет назад
To this day, I'm still boggled by the bonus zones on Sonics 1 (the rotating maze), 2 (the halfpipe), and 3 (blue spheres). Although I know you probably had nothing to do with these games, maybe you could provide some insight as to how it was done or how you would pull off the same trick on a Genesis. Keep up the awesome work!
@obvfw
@obvfw 5 лет назад
Well dang, props to you guys. I could've sworn this was some sort of mode 7.
@inceptional
@inceptional 3 года назад
It seems a whole lot of your workarounds involved using animated images (often from prerendered original models created on Silicon Graphics workstations and the like that were converted to sprites or tiles), and certainly far more than I ever would have thought.
@TheBrazilRules
@TheBrazilRules 6 лет назад
Traveller's Tales was a really under apreciated developer. I never played a bad game from you guys.
@Halkel2k6
@Halkel2k6 6 лет назад
While this is my least favorite Sonic Special Stage overall (I really had no trouble getting the emeralds in them), it is an amazingly thought out concept when you look behind the scenes.
@s_SoNick
@s_SoNick 6 лет назад
Huh, so that's how it's done. Thank you for the video, Mr. Burton!
@pedropaulotrevisan
@pedropaulotrevisan 4 года назад
It feels like this whole game is "You see, it looks like a full 3D model, but if we take this single pixel, swap its palette, mirror it and repeat it, we can make it seems like its the whole model! Very clever!" Damn, I love this channel.
@dantefloressq
@dantefloressq 6 лет назад
I remember when i discovered that the background didn't actually move and it was an optical illussion. Childhood ruined
@607
@607 6 лет назад
Amanda Flores Huh? It does 'move'.
@copitzkymichael3313
@copitzkymichael3313 6 лет назад
wow i just had my childhood ruined today
@dantefloressq
@dantefloressq 6 лет назад
You know what i meant
@darkychao
@darkychao 6 лет назад
I mean, technically, in animation nothing is really moving and it's just an optical illusion.
@DaBomber60
@DaBomber60 6 лет назад
It's definitely moving, what are you on about?
@Madnessnunky
@Madnessnunky 6 лет назад
After watching the other videos, it was what I expected. Still fun.
@RoadStuffUK
@RoadStuffUK 6 лет назад
I wouldn't mind an more in depth discussion of the inner workings of some of those early coder demos. Failing that, a list of games that you worked on so that I can study them to ask probing questions :)
@lvankeulen7478
@lvankeulen7478 4 года назад
Were these tricks also used in Puggsy? I recall its credits mentioning some of the tricks used. I'd love to see some more videos on that game, it's hands down my all time favourite Genesis game and one of my favourite games in general. It was incredibly advanced technically compared to other titles on the platform and the soundtrack was amazing. It really deserved more praise and recognition.
@Earthboundmike
@Earthboundmike 6 лет назад
As soon as you explained the background I could see where it was going with the path. My god the things programmers were able to do with so LITTLE. Just makes me wonder wtf game companies are doing nowadays.
@CullenCraft
@CullenCraft 6 лет назад
Amazing video! Im curious if you enjoy playing the games after putting in all the hard work... Or are you sick of them? Lol
@abitofjohns
@abitofjohns 6 лет назад
Would love to see how you gave platforms / objects perspective in Toy Story, such a great effect!
@MarvelousMatt
@MarvelousMatt 6 лет назад
I would love a fully functioning game of this style on the genesis. I've always felt that through this still you can make what feels like an open world "3d" experience on a system that otherwise wouldn't be able to handle it. And clearly if anyone can do it, it would be you. God bless my friend.
@Monacomaverick
@Monacomaverick 4 года назад
I'd like to know the math behind the imagery. Great stuff!
@ShignBright
@ShignBright Год назад
I'm wondering if there's another youtuber out there that worked at nintendo, mainly on the snes. That way I can see how different the tricks they used are. (and get more content of this type because I consume it faster than you can make it!)
@joabfariasgmail
@joabfariasgmail 6 лет назад
Thanks for the video! Could you tell us about Contra, Gunstar Heroes or that Batman game (the one with more special effects)? Or at least how rotation was made in Genesis.
@davidzamora5629
@davidzamora5629 6 лет назад
When I watching your videos I’m so interested that they feel so short.
@okamiodonnell9153
@okamiodonnell9153 6 лет назад
Are you able to release the concept music for 3D Blast yet?
@braydensworkshops8020
@braydensworkshops8020 6 лет назад
Would love to hear more about crash Bandicoot and your works with naughty dog Did you have anything to do with they're later works like Jak and Daxter?
@katie2940
@katie2940 6 лет назад
Wow- that genuinely wasn't what i thought!
@flatfingertuning727
@flatfingertuning727 6 лет назад
The planks show off a great trick for getting texture-map-style graphics with minimal CPU usage. In the Atari 2600 demo where I used the trick, I was limited to ten different horizontal slices from 1 to 48 pixels in multiples of 2 (240 slices total) but a 16-bit processor could handle more. If you could do the "Mickey 3d" palette trick at the same time, had slices which arranged the 15 colors in a variety of ways, that would allow a "sideways" raycasting game to be handled in real time at 60fps with CPU time to spare. Perhaps something like a platformer where left and right are replaced with fore and aft, and where a non-isometric camera points down and away. Any idea if anything like that has been done on the Genesis?
@3dmarth
@3dmarth 6 лет назад
Neat! I always assumed that the path was just a straight line of static tiles using vertical scaling; like the background, but with horizontal offsets on each scanline. Could that method have been used, or would it have been too processor-intensive? (Or was the Genesis even able to "scale" two background layers at once?)
@UltromanTheTacoman
@UltromanTheTacoman 6 лет назад
Very interesting, but for once I am left with questions on how you achieved it. I know you put a lot of work into these videos, and that it's not easy to explain complex technical achievements. I just don't completely get, which lines are drawn where (for the path), and how you ended up figuring out which lines went where.
@RiddleSnowcraft
@RiddleSnowcraft 6 лет назад
I actually imagined this was it for the background, considering how it seems to stretch it's downside. But not only I had no idea that was how the wooden bridge was made, I also still have no idea 'cause I didn't get it at all.
@mondocamp
@mondocamp 4 года назад
Amazing. Just amazing.
@XaneMyers
@XaneMyers 6 лет назад
Interesting...I was curious about the Sonic 3D Blast special stage...it's strange how the path is made; I would've thought with how stretched the dither pattern with the parts Sonic jumps up is, that it was just the ground pieces with scanlines repeated but it's its own graphics...interesting. This reminds me of videos of this game being corrupted; When it is, the path Sonic runs on becomes like a top-down view. I wonder if that's what the path looks like that you take chunks of when generating the path ahead of Sonic?
@null1023
@null1023 6 лет назад
The background in these always gave me a bit of a headache when I was younger, since the foreground had perspective and the background didn't.
@technoguyx
@technoguyx 6 лет назад
The tiled floor does look a lot better when animated than in the still frames. :P
@brazilmugenteam
@brazilmugenteam 6 лет назад
The guy is an awesome coder! It's amazing what a good coder can do, even with limitations. Knowledge > Raw Power.
@jocloud31
@jocloud31 6 лет назад
These levels are the ONLY thing in basically any video game that ever made me dizzy or gave me vertigo.
@garrettchandler1948
@garrettchandler1948 6 лет назад
I was just the other day playing this when my little brother asked how they did it. Now we know! This has alway been one of my favorite sonic games
@BEAThatesyou
@BEAThatesyou 6 лет назад
THIS IS SO COOL
@citrus3190
@citrus3190 6 лет назад
You should do an episode on the special stages in the Saturn version and how you managed to make the half pipe actually fun.
@benbonney
@benbonney 6 лет назад
I really want to know where the inspiration for the creepy tails doll came from.
@JamesChessman
@JamesChessman 6 лет назад
Tails Doll obviously came from nightmares of demons haunting us. Some people even say he is cursed in Sonic R. It's really scary
@SecretAgentYaya
@SecretAgentYaya 6 лет назад
He wouldn't know that, that was designed on SoJ's side.
@flussence
@flussence 6 лет назад
I stand corrected: some rumour I heard long ago was that the special stages were made separately by Sega and glued into the final ROM. But in hindsight this could only be your doing, it's unmistakably demoscene-style graphics (and it's _playable_ on top of that!) Never really appreciated how cool all this stuff really was as a kid.
@LegendBegins
@LegendBegins 6 лет назад
This reminds me: Do you have any information on the Sonic Saturn or Sonc Xtreme prototypes that they had, considering they wanted to use its assets for the bonus stage? Or do you have fewer resources regarding the Sega Saturn version of the game?
@marcellosilva9286
@marcellosilva9286 6 лет назад
I'd like to hear more about the first game by TT, Leander!
@AURORAFIELDS
@AURORAFIELDS 6 лет назад
It was actually exactly what I expected...
Далее
Crushing Sonic to an Impossible Size - Coding Secrets!
4:52
Sonic 3D's "Impossible" scrolling - Coding Secrets
8:54
World Record Tunnel Glide 🪂
00:19
Просмотров 20 млн
Sonic R's Development Secrets
6:53
Просмотров 136 тыс.
Super Mario Bros. has a Secret Ending
36:32
Просмотров 341 тыс.
How Sega Almost RUINED Sonic 2
13:27
Просмотров 64 тыс.
Hidden Secrets of Sonic 3's Special Stage Revealed
6:28
The Weird & Underrated Sonic Collection
20:14
Просмотров 110 тыс.
Sonic 3D Blast Special Stages (PC)
11:48
Просмотров 49 тыс.