I try to code a PS1 game.

แชร์
ฝัง

ความคิดเห็น • 2.7K

  • @Bandwidth_ytb
    @Bandwidth_ytb  ปีที่แล้ว +3600

    Okay I need to clear something up as I'm seeing a lot of comments about the same thing.
    1) I do know I could have used a virtual machine. I just wanted to make things more interesting.
    2) I don't really know why but the 32bit compatibility of modern Windows and CPUs just doesn't seem to work with PSYQ
    3) The second part is already being worked on. You can watch my other videos in the meantime if you want ;)
    4) I managed to reply to all comments but I'll have to start skipping some because at this rate I wouldn't be doing anything else in my day.
    5) TH-cam exploded this and I'm grateful to every single person who sees this

    • @alif__
      @alif__ ปีที่แล้ว +12

      Damn 6 mins ago😳

    • @chronofx
      @chronofx ปีที่แล้ว +9

      Excellent video, mate! You've got a new subscriber!

    • @NotADoctor558
      @NotADoctor558 ปีที่แล้ว +10

      Eh, in my (limited)experience virtual machines can be pretty slow and buggy, game development on one sounds like hell. I bet the reason why PSYQ would only work on 32 bit Windows is because the program is likely 16 bit, and to my knowledge, I don't think there's really a good way to make 16 bit software run in 64 bit versions of Windows.

    • @cheebadigga4092
      @cheebadigga4092 ปีที่แล้ว +1

      well you could emulate the CPU which would be slower, but you'd have the exact 32bit instruction set you needed (e.g., Pentium 4).

    • @minerof8bits968
      @minerof8bits968 ปีที่แล้ว

      Gotta love anyone that likes dankpods

  • @huleothehedgedoge
    @huleothehedgedoge ปีที่แล้ว +194

    Man coded a PS1 game and got it running on original hardware just for the fun of it.
    You have my respect

  • @dchardin1
    @dchardin1 ปีที่แล้ว +5067

    If there is one thing I would love for the general public to understand: It's how INCREDIBLY DIFFICULT it is to develop for older systems. Just getting this demo to work impresses me more than a lot of the flashy bloated modern tech-stack apps I usually see.

    • @Bandwidth_ytb
      @Bandwidth_ytb  ปีที่แล้ว +372

      It was a pain but it was definitely worth it.

    • @GeoNeilUK
      @GeoNeilUK ปีที่แล้ว +146

      I think it's because you're having to cross compile for old processor architectures that were either custom to that console or are no longer used, what with most of the development of compilers going into X86 and ARM.

    • @JohnSmithZen
      @JohnSmithZen ปีที่แล้ว +19

      Why would older systems be so much more difficult?

    • @raiden72
      @raiden72 ปีที่แล้ว +152

      @@JohnSmithZen obscurity, harder to find resources

    • @ouynotun
      @ouynotun ปีที่แล้ว +128

      @@JohnSmithZen i think by hard, they really mean "none of my prior knowledge helps so i had to research for 8 hours" not "in the grand scheme of learning stuff this is a harder thing to learn"

  • @Bolt_BDA
    @Bolt_BDA ปีที่แล้ว +505

    As a once frustrated young game dev this brings me so much warm into my heart, good job dude! Keep it up!

    • @veganfoodsYOUTUBE
      @veganfoodsYOUTUBE ปีที่แล้ว +3

      Speaking 🔊 🗣 of warmth and development...is this Open Source to make additions? Like 👍 👌 maybe the Red is actually 🤔 Fire 🔥 & the Man 👨 in Blue is rushing to the exit...so I could see it being like a randomly generated Escape Room. Also I could make Sprites just as an example. At least sum of Them.

    • @idontknowwhatimdoing6294
      @idontknowwhatimdoing6294 7 หลายเดือนก่อน

      what@@veganfoodsTH-cam

  • @KageMinowara
    @KageMinowara 6 หลายเดือนก่อน +30

    Bro, this is so cool. It warms my heart to see people take an interest in old hardware.

  • @Bandwidth_ytb
    @Bandwidth_ytb  ปีที่แล้ว +156

    Since I don't have a community tab yet I'd like to announce here that I will not be able to get a video out no sooner than August. I'm terribly sorry about this but that's just how things are. 🤷‍♂
    The next video is going to be a second part of this so stay tuned!

    • @RadikAlice
      @RadikAlice ปีที่แล้ว +5

      It's fine. Also, it's so dumb TH-cam locks the community tab behind a certain subscriber count

    • @gpubenchmarks7905
      @gpubenchmarks7905 ปีที่แล้ว +2

      Can you make win 98 games?

    • @Bandwidth_ytb
      @Bandwidth_ytb  ปีที่แล้ว +3

      @@gpubenchmarks7905 probably!

    • @gpubenchmarks7905
      @gpubenchmarks7905 ปีที่แล้ว +2

      @@Bandwidth_ytb :))) Can you make something with Blood Monolith 1997.

    • @Bandwidth_ytb
      @Bandwidth_ytb  ปีที่แล้ว +2

      @@gpubenchmarks7905 maybe

  • @nprocopi1231
    @nprocopi1231 ปีที่แล้ว +1827

    Code in PSYQ and psn00b is the same, the same libraries, same techniques, same everything, except psn00b is a replica of the original, while PSYQ was the original. psn00b produces faster code, and even compiles faster (with multithreading and PCH). Also you'd be better off with no$psx with a debugger and breakpoints. I've been coding PS1 for the last 3 years.

    • @Bandwidth_ytb
      @Bandwidth_ytb  ปีที่แล้ว +297

      I'll probably use it for the second part

    • @wizkhalifa_official7179
      @wizkhalifa_official7179 ปีที่แล้ว +38

      @@Bandwidth_ytb HOW MANY FARDS CAN YOU PUT IN THE GAME BEFORE IT BREAKS?!?!?!?!?

    • @jean-baptisteboric8731
      @jean-baptisteboric8731 ปีที่แล้ว +42

      You should also be able to debug with DuckStation. I've written the GDB stub that hooks into its debugging facilities, so if you use a toolchain that emits ELF you'd have access to such luxuries as symbolic debugging. One caveat is that I wrote it for reverse-engineering, so I'm not sure how janky that would be for actual debugging. Do ask questions if you're interested, I don't think it's properly documented.

    • @hurrikate
      @hurrikate ปีที่แล้ว +30

      explain in fortnite terms

    • @Fractal_blip
      @Fractal_blip ปีที่แล้ว +4

      @@wizkhalifa_official7179 FARD

  • @depoisdohype6899
    @depoisdohype6899 ปีที่แล้ว +10

    Loved the way that you respected an amazing product of it's era. I lived that time and it was really amazing. Thanks for that video and for all the respect that you showed. Amazing video.

  • @DanielSavageOnGooglePlus
    @DanielSavageOnGooglePlus ปีที่แล้ว +1

    This was really fun to watch. I loved seeing your excitement once it started working!

  • @xenonentity713
    @xenonentity713 ปีที่แล้ว +781

    This is probably the best thing TH-cam has recommended me to this day. I was always interested in researching the hardware of these retro consoles but now you got me interested in the software and development side as well. Good work mate.

    • @Bandwidth_ytb
      @Bandwidth_ytb  ปีที่แล้ว +35

      Thanks comments like these motivate me to make more!

    • @ovcharkaboxing
      @ovcharkaboxing ปีที่แล้ว +3

      link to channel that does hardware breakdowns and the development of the retro consoles retro 48k: th-cam.com/users/RETRO48K great info

    • @jimmysoncookland5446
      @jimmysoncookland5446 ปีที่แล้ว

      Agreed

    • @5gramwood644
      @5gramwood644 ปีที่แล้ว

      fr!

    • @raymartecoto8389
      @raymartecoto8389 ปีที่แล้ว

      @@ovcharkaboxing thanks pal

  • @gabrielvillarroel8445
    @gabrielvillarroel8445 5 หลายเดือนก่อน +3

    i've been looking for a motivation last days, a motiviation to revives me the love for programming and i found this video. nice content, keep doing what you are doing, you gonna be a great and awesome developer.

  • @patmarek1222
    @patmarek1222 ปีที่แล้ว +1

    The tech part is incredible and your humor is just hilarious. You got my sub!

  • @electricalbatross5797
    @electricalbatross5797 ปีที่แล้ว +341

    This was an insanely fun watch. I never understood the appeal of making new software for old systems but somehow I get it now- to see your game run on actual hardware makes it feel legit, no matter how much effort went into the game itself.

    • @SaraMorgan-ym6ue
      @SaraMorgan-ym6ue 6 หลายเดือนก่อน +1

      yeah well when he is trying blindly he did rather well trying to code a game for that console considering he does not know the hardware at all from a coding stand point

  • @SpecReviewPlus
    @SpecReviewPlus ปีที่แล้ว +347

    I've always dreamt of developing games for these older consoles! I just didn't know how. Thanks for proving it possible! I can't wait to try this myself!

  • @sagetenshi
    @sagetenshi ปีที่แล้ว

    The legit joy in your voice when it runs is so wholesome. Sick video man, great job :)

  • @FierceElements
    @FierceElements 6 หลายเดือนก่อน

    Your video was a great inspiration during my coffee break to get back to work!

  • @insanity-vr6vu
    @insanity-vr6vu ปีที่แล้ว +324

    For such a small channel you've got so much talent that so few have seen. I can't wait to see what you do in the future!

  • @_nimrod92
    @_nimrod92 ปีที่แล้ว +312

    Man as a fellow coder you earn my subscribe. it is incredibly difficult to develop in these older systems due to how much limitations on memory management were on this systems due to the technology of the time. This is why techniques such as compression for assets came to be, yes the graphics weren't that great but if you look at it was truly genius how developers focused on absolute efficiency because of limitations. Nowadays programmers have technically infinite memory resources which simply ignore optimization.

    • @GameBoyyearsago
      @GameBoyyearsago ปีที่แล้ว +11

      We need optimization then use bloatware bullshit : (

    • @jacksonbourne
      @jacksonbourne 6 หลายเดือนก่อน +2

      right on!! whats your github? im interested in starting coding

    • @TransitionedToAShark
      @TransitionedToAShark 6 หลายเดือนก่อน +1

      The ps1 game devs are the goats

    • @owlcircus6811
      @owlcircus6811 6 หลายเดือนก่อน

      @@RealAliens-fw4nqL

    • @peacockmusicpage
      @peacockmusicpage 5 หลายเดือนก่อน +1

      That's why FF7 had 3 disks. Lol

  • @DerekPerlurrl
    @DerekPerlurrl ปีที่แล้ว +1

    Oh man, seeing you excited at the end made me excited as well - Congrats for a great video!

  • @diragon8841
    @diragon8841 6 หลายเดือนก่อน +1

    I enjoyed the video very much ✨
    I would like to see more of the what the actual coding looks like for part 2!

  • @pixelrunner2775
    @pixelrunner2775 ปีที่แล้ว +519

    I just now realised that this man only has 92 subscribers.
    Edit: OK guys I get it this comment is old and he no longer only has 92 subscribers

    • @Bandwidth_ytb
      @Bandwidth_ytb  ปีที่แล้ว +137

      I'm watching it grow every day and I'm still blown away.

    • @MkwRa
      @MkwRa ปีที่แล้ว +14

      @@Bandwidth_ytb have my sub too, this was an awesome video

    • @AlxndrHQ
      @AlxndrHQ ปีที่แล้ว +13

      11 days later he’s over 600! 🔥
      Edit: fixed later

    • @MorphEffect
      @MorphEffect ปีที่แล้ว +2

      this video alone will get him subscribers for sure :)

    • @KSBN-CCB
      @KSBN-CCB ปีที่แล้ว +1

      @@Bandwidth_ytb can you give me a shout out brother?

  • @ashisharky
    @ashisharky ปีที่แล้ว +12

    "Stand back. I'm arming the nugget" absolutely amazing I'm subscribing

  • @rodrigoamaralandrade
    @rodrigoamaralandrade 6 หลายเดือนก่อน

    This video is the best video i watched in all my life, is so chill and gracious. Its third time i watched!

  • @syedfurquanghous
    @syedfurquanghous ปีที่แล้ว

    i really appreciate your talent dude. keep it up

  • @vehtty
    @vehtty ปีที่แล้ว +22

    This is absolutely phenomenal on so many levels. You are a true genius, sir!

  • @darilaho
    @darilaho ปีที่แล้ว +20

    The algorithm is working. This was really amazing. Awakened the desire to start learn to code. Thanks man.

    • @Bandwidth_ytb
      @Bandwidth_ytb  ปีที่แล้ว +2

      That's crazy cool! Thanks for watching and good luck coding 👍

  • @ArachmadiPutra
    @ArachmadiPutra ปีที่แล้ว +1

    Dude, i can understand the difficult you faced all the time,
    And this incredible masterpiece will be the one of your best moment ever

  • @abrahamcamarilloloza4882
    @abrahamcamarilloloza4882 6 หลายเดือนก่อน

    I loved the condensed silliness of this video. Great content dude. Keep learning!

  • @UltraAceCombat
    @UltraAceCombat ปีที่แล้ว +5

    Very enjoyable video! A good amount of entertaining chaos and actual result. I look forward to seeing more from you!

  • @retrostyle7962
    @retrostyle7962 ปีที่แล้ว +7

    That is so cool. It made me happy to see it worked aswell. I tried coding or making a game before but never could make it work (perhaps I aimed to high). But this was next level stuff you actually got it to work on the console itself. Congratulations.

  • @coffinstank
    @coffinstank ปีที่แล้ว +1

    A subscription well earned. Thanks for the inspiration. Please make more.

  • @munki83
    @munki83 6 หลายเดือนก่อน +1

    Your video popped up randomly in my feed and brought back memories of uni. Back in 2003/2004 part of our uni course was to do PS1 programming. I think we used net yaroze to simplify things as we could transfer data via serial cables. We learned a lot about scrolling backgrounds and using sprite sheets for animation.

  • @CleetusSilversurfer
    @CleetusSilversurfer ปีที่แล้ว +29

    I had a similar experience with my first Sega Mega Drive demo, burning an actual ROM, and putting it into a PCB. The game started, and I've cried a bit of joy. Never coded a PS before, but this looks awesome. Maybe I should whip up a PS devkit on my old duron. Excellent video.

  • @theoldcorporal
    @theoldcorporal ปีที่แล้ว +315

    This probably means nothing to some people, but for an 80s/90s kid, this was every gamers dream. Even if i wasn't involed in this, this really feels like i made my dream come true, through you. Thank you for making this possible

    • @dmacpher
      @dmacpher 7 หลายเดือนก่อน +10

      Hard agree! Dev kits were the holy grail for early console days! It was completely inaccessible until 5th Gen

  • @paradicsompaszta
    @paradicsompaszta 6 หลายเดือนก่อน +4

    Your joy at the end when it ran on the real hardware reminds me why I love programming!

  • @105ttt
    @105ttt 6 หลายเดือนก่อน

    Congratulations!! That was a wonderful journey to follow.

  • @crystalwater505
    @crystalwater505 ปีที่แล้ว +125

    Great video man. Can't believe you only had 92 subscribers before this blew up. The editing, quality and camera work are very well done. I think you have a natural talent for video creating AND programming. :-)

  • @bwc1976
    @bwc1976 ปีที่แล้ว +28

    This is awesome, congratulations! I would have been curious to have a quick look at the source code, but other than that, this is basically perfect!

    • @Bandwidth_ytb
      @Bandwidth_ytb  ปีที่แล้ว +6

      I'll put it in the description when I get home from Austria.

  • @festeezy
    @festeezy ปีที่แล้ว

    this is epic dude. thanks for the information / video

  • @Mobius_Ap3x
    @Mobius_Ap3x 10 หลายเดือนก่อน

    Great video! It makes me appreciate and realize just how much time and effort and work, went into my favorite games! 😎

  • @Ohlawdi
    @Ohlawdi ปีที่แล้ว +59

    Really great insight on PS1 development and encouraging for those who dont have the money to shell out for something like a Net Yaroze

  • @PoppySeed84
    @PoppySeed84 ปีที่แล้ว +10

    im also really surprised it worked it flawlessly on the console itself. i decided to code a game for my 3ds back in the winter. i got it working flawlessly on the emulator but as soon as a gave it a shot on my actual 3ds, im pretty sure i ran into some memory management issues (something about how my minimax algorithm was functioning). i might try to figure it out eventually.
    awesome job. always good to challenge urself like this.

  • @jordanhilton1815
    @jordanhilton1815 5 หลายเดือนก่อน +6

    The fact that anybody was ever able to program and code video games even at all is absolutely mind-blowing even like the old pong is absolutely mind-blowing let alone games like The Witcher 3 or something like that it's nothing short of a miracle

    • @doomnationalist
      @doomnationalist 5 หลายเดือนก่อน

      I know right? Pretty much voodoo black magic to me lol

  • @jonly_11
    @jonly_11 5 หลายเดือนก่อน

    Dude, this is awesome! Keep up the good work!

  • @simonradowitzky4837
    @simonradowitzky4837 ปีที่แล้ว +243

    This was awsome! I'm learning C and wish I could make something like this some day!

    • @Bandwidth_ytb
      @Bandwidth_ytb  ปีที่แล้ว +60

      C is one of the hardest languages to learn. But it is very much doable. If you keep trying you'll be able to do something like this in no time.

    • @XinnDev_ANS
      @XinnDev_ANS ปีที่แล้ว +2

      C# or c++?

    • @gman6860
      @gman6860 ปีที่แล้ว +26

      @@XinnDev_ANS C, only C. This is another language.

    • @alexanderbuchler4048
      @alexanderbuchler4048 ปีที่แล้ว +13

      @@XinnDev_ANS just C, everything else is just toy languages lol

    • @XinnDev_ANS
      @XinnDev_ANS ปีที่แล้ว +2

      @@gman6860 hmm... I haven't learned that one yet

  • @kieranstephenson3187
    @kieranstephenson3187 ปีที่แล้ว +30

    This is really cool! Definitely interested to see more and where you can go with this. Also the fact that something can even still be coded for the PS1 today is awesome in itself!
    And 2.2k subs in twelve days? Man, you're blowing up and rightfully so! Keep up the great work! Have my sub too. :P

    • @Bandwidth_ytb
      @Bandwidth_ytb  ปีที่แล้ว +1

      I'm working on it! :D

    • @XxXMrSisterFisterXxX
      @XxXMrSisterFisterXxX ปีที่แล้ว

      @@Bandwidth_ytb this is seriously some of the best content i've seen from a

  • @MovieReviewGuyOfficial
    @MovieReviewGuyOfficial ปีที่แล้ว +1

    You remind me of another game dev here on TH-cam named Dani.
    I can’t wait to watch your other videos. Keep up the great work!

  • @weilm
    @weilm ปีที่แล้ว

    you are hope in humanity personified. so young and so competent in your own chosen craft. good luck to your future plans.

  • @LifeWulf
    @LifeWulf ปีที่แล้ว +5

    I have never heard of your channel before now, but I’m glad TH-cam recommended it to me! This was quite fascinating to watch. 😃

  • @TheNezperdian
    @TheNezperdian ปีที่แล้ว +38

    I was expecting to see the codes and a very brief explanation of the structure on what programmers had to take into account when making a game for the PS1 at the end.
    And gotta say that the YT algorithm finally recommends something good to watch. Thanks for the work! Gotta check your following videos.

  • @sotumodo4317
    @sotumodo4317 6 หลายเดือนก่อน

    Very good content. Genuinely enjoyed the whole video. Keep up the good work!

  • @abrahammendez7724
    @abrahammendez7724 ปีที่แล้ว +2

    the video, his room and the environment of this makes me nostalgic idk why

  • @neoclod3112
    @neoclod3112 ปีที่แล้ว +6

    Awesome job man. I'm glad that it worked and it was a definite improvement from the emulator. I wasn't expecting that much of an improvement in speed but I was surprised.

  • @InfiniteNesLives
    @InfiniteNesLives ปีที่แล้ว +98

    It’s awesome to see a fellow nerd from a more energetic generation go through the same process my generation did with the NES a decade prior. So many parallels.. ❤

  • @Idealist4789
    @Idealist4789 5 หลายเดือนก่อน

    Yo this was so cool to watch man keep killing it!

  • @MeesterBumb
    @MeesterBumb 5 หลายเดือนก่อน

    Very entertaining video my friend! I can see your passion for creation! The video editing was great it reminded me a lot of myself when I made a lot of films n what not. And congratulations on the coding! Great effort through and through!

  • @dassrull
    @dassrull ปีที่แล้ว +8

    Amazing video dude! I find it amazing that you tried to develop for a console that is probably older than yourself! I remember when the ps1 came out, it was an amazing machine and I have deep respect for the developers back then, they were really talented people.

  • @WeencieRants
    @WeencieRants ปีที่แล้ว +14

    I haven’t been more interested in PS1 game development than I am now that I watched this video. Thanks

  • @syniister7055
    @syniister7055 ปีที่แล้ว

    You have funny editing man i love the videos i learn so much

  • @gbchoi6983
    @gbchoi6983 ปีที่แล้ว

    It's really fascinating how you solve every problem from the bottom. Kudos from S. Korea!

  • @theTF2sniper
    @theTF2sniper ปีที่แล้ว +25

    Enjoyable video, enjoyed watching it all come together, Looking forward to upcoming PS1 content!
    You earned your 61th Subscriber ;)

    • @Bandwidth_ytb
      @Bandwidth_ytb  ปีที่แล้ว +3

      And I'm super grateful for every single one! Thank you very much!

  • @MiniStumpy
    @MiniStumpy ปีที่แล้ว +117

    A fellow Czech here, I love game development, and I love retro consoles / games. This was such a good video. You just got a subscriber from your own country!

    • @govis666
      @govis666 ปีที่แล้ว +4

      same

    • @retromusician_official
      @retromusician_official ปีที่แล้ว +1

      Same too!

    • @MartinJaniczek
      @MartinJaniczek ปีที่แล้ว +3

      I _knew_ it!!! The accent!

    • @DaEpikRhythmGamer
      @DaEpikRhythmGamer ปีที่แล้ว +1

      Nedokážu uvěřit tomuhle sletu čechů

    • @MiniStumpy
      @MiniStumpy ปีที่แล้ว +1

      @@DaEpikRhythmGamer souhlas, je to šílený, ale jako je to super

  • @albertomassidda
    @albertomassidda 5 หลายเดือนก่อน +11

    I would have loved to see some more details about the coding: how the SDK expects the files' layout, whethere there is some particular "approach" you need to adopt to generate graphics and/or logic, etc..

  • @horbergus
    @horbergus 6 หลายเดือนก่อน

    I love that you got the real reaction on tape, that's a priceless. "Oh my god it woorks!" lmao. Can't believe you got it on the first try.

  • @mclau1524
    @mclau1524 ปีที่แล้ว +5

    This was a very fun video to watch, you are a natural at making these!

  • @guilhermekfwst
    @guilhermekfwst ปีที่แล้ว +39

    Creating a PS1 game... You've just achieved a dream of many. Congratulations.

  • @endeav0r_49
    @endeav0r_49 6 หลายเดือนก่อน

    I did not expect a dankpods reference anywhere today but it made the most sense to find it here

  • @deltara2106
    @deltara2106 ปีที่แล้ว +1

    Love the DankPods reference and its nice to see someone doing something I would love to do

  • @Ed.E
    @Ed.E ปีที่แล้ว +26

    oh my god you don't know how glad I am to get such nerdy content in a format that isn't dry and is actually entertaining 🙏 thank you

    • @Bandwidth_ytb
      @Bandwidth_ytb  ปีที่แล้ว +4

      I'm super glad you liked it!

  • @gameo7
    @gameo7 ปีที่แล้ว +3

    I wouldn't have this much motivation to make a game like you did haha, awesome job!! Underrated channel :)))

  • @miggyshiggy
    @miggyshiggy ปีที่แล้ว

    this was so much fun. thanks for making this.

  • @ryuzxa
    @ryuzxa ปีที่แล้ว

    Kinda impressed that you record yourself researching, when I does that I got bored fast and start watching let's plays and forgot that I record myself doing that

  • @blackblocky3866
    @blackblocky3866 ปีที่แล้ว +4

    6:09 The Moment when you reading SUS instead of ASUS xD

  • @thexdude
    @thexdude ปีที่แล้ว +10

    Your content is the stuff of million-sub quality! Earned a sub.

    • @Bandwidth_ytb
      @Bandwidth_ytb  ปีที่แล้ว +2

      Thanks! Stuff like this really motivates me!

    • @solisortus6241
      @solisortus6241 ปีที่แล้ว +1

      I was expecting this youtuber to have a thousand subscribers but I was stunned to see him only have a few hundred subscribers. He's underrated

    • @Kholaslittlespot1
      @Kholaslittlespot1 ปีที่แล้ว +1

      @@solisortus6241 three days later and it's several thousand. Gaining traction.

  • @TDGalea
    @TDGalea ปีที่แล้ว

    The ship horn while blowing your nose.
    That was the point I knew I legally had to subscribe.

  • @EmielvanderVelden
    @EmielvanderVelden ปีที่แล้ว

    Subscribed, mate. You're quirky/dorky in a fun way! Stay true and continue making fun content!

  • @MonoGrinded
    @MonoGrinded ปีที่แล้ว +19

    Not only is this a great concept, the comedy and editing is excellent too.

    • @kosmique
      @kosmique 6 หลายเดือนก่อน +1

      the corner... the CoRnEr... the CorNER COrNeR ... cOrneR ThE COrnEr

  • @MichaelButlerC
    @MichaelButlerC ปีที่แล้ว +8

    this was pretty cool to see everything from start to finish. and that you even went old school and used an old laptop not even internet connected!! ("air gapped")

    • @Bandwidth_ytb
      @Bandwidth_ytb  ปีที่แล้ว +1

      Yes, that was just part of the fun! :D

    • @DoobiusPiff
      @DoobiusPiff ปีที่แล้ว

      @@Bandwidth_ytb why is it dangerous to connect it to the internet? because of hackers or what?

  • @chrisquaglio5265
    @chrisquaglio5265 ปีที่แล้ว

    What a great video love the content 🎉
    Velký pozdrav z Prahy

  • @MartinPiper6502
    @MartinPiper6502 ปีที่แล้ว +28

    Well done. It was relatively tricky to get the first dev kits running from burned CDs back in the day. Lots of badly documented or undocumented config needed to be discovered.

  • @FatherMcKenzie66
    @FatherMcKenzie66 ปีที่แล้ว +3

    7:36 this is the setup of every teen in 2008 for creating source maps for gmod
    great video!

  • @wilhelmbittrich88
    @wilhelmbittrich88 6 หลายเดือนก่อน

    Okay now this was real neat. TH-cam obviously showed me this due to me going through a nostalgia phase and watching content focused on old tech. Great vid, subscribed!

  • @mordohayalbalah3618
    @mordohayalbalah3618 5 หลายเดือนก่อน

    Spectacular bro. Well done 👏

  • @maxfilm1441
    @maxfilm1441 ปีที่แล้ว +12

    To co se ti povedlo je opravdu obdivuhodné, sám vím že není zrovna jednoduché vytvořit a zprovoznit hru na starší platformě.
    a by the way... fakt dobrá angličtina :)

  • @Mtaalas
    @Mtaalas ปีที่แล้ว +15

    From my years as an embedded programmer and electronics designer (digital electronics especially) I learned If one learns to code and design for an embedded and/or retro platform, you learn a LOT about system architecture and how hardware capabilities does dictate how you should code for it. You learn about limitations and through that you respect the fact that yes, we have many cores, gigahertz of clock speeds, gigabytes of RAM these days... but it's not infinite and there's a ton of wasted performance going to things that shouldn't be so performance intensive.
    And even these days, if you really want to get good performance out of your code for PC architecture, you DO care about the exact hardware you're coding to (Core 2, AMD Zen, etc.). for example, it's inefficient to access RAM randomly (I know, right?), one should access it in full pages and order your data in memory so that you get more useful data with single call and thus you increase your throughput dramatically.
    Also one DOES care about the CPU architecture when programming, since different architectures have different bottlenecks and strengths and if you understand them, you don't make code that wastes the potential of the CPU unnecessarily etc. You can get much more stuff on screen or more FPS or what ever... Factorio is awesome example of this understanding, one should read their dev blogs :)
    It's great to see someone young to be interested in these weird old one of a kind platforms. They'll teach you a lot about efficiency and how systems work on hardware level :)

    • @trickbusterstv
      @trickbusterstv ปีที่แล้ว

      dude i just click your profile for no reason and you like skate too greets from chile bro

  • @2222gamer
    @2222gamer ปีที่แล้ว

    Duuuuude... It was fun to watch somebody else doing and explaining to "me" some random programming skill needed stuff...
    I doing things like this sooo often, even if my friends are absolutely not excited :D but when it's suddenly works, I love when they just "whaaaa? hooooow?"
    Subbed ^^

  • @pkos91
    @pkos91 6 หลายเดือนก่อน

    The intro was so funny!! Fantastic editing :)

  • @psychoticgiraffe
    @psychoticgiraffe ปีที่แล้ว +5

    This is very good to see, I myself was working on a sequel to shrek noire trying to push windows 95 to its literal limits with raytracing

    • @Bandwidth_ytb
      @Bandwidth_ytb  ปีที่แล้ว +2

      Sounds scary :D

    • @psychoticgiraffe
      @psychoticgiraffe ปีที่แล้ว +1

      @@Bandwidth_ytb we need insane people to aid in porting this game to the sega Saturn and Panasonic 3do, if you ever feel like trying to develop with us, ive got a video up of the windows 2000/xp port and I tested the 95 port on a geforce 256

  • @IngrownMink4
    @IngrownMink4 ปีที่แล้ว +6

    Your video has brought me a lot of nostalgia. I've always been interested in retro hardware, because it fascinates me that with the few resources you had back then, you could get real classics like Metal Gear Solid. The current industry is very focused on graphics and getting the maximum possible economic benefit, and I think that before the programmers were more ingenious people, and great masters of computer science, like Ken Kutaragi. Great video

  • @gambiarraoverflow
    @gambiarraoverflow 6 หลายเดือนก่อน

    "PLEASE RESTART YOUR CONSOLE TO PLAY AGAIN"
    Dude just invented a new Metal Gear game

  • @gamelizz
    @gamelizz 5 หลายเดือนก่อน

    Man, this is so entertaining. Well done sir :)

  • @magalhaes5243
    @magalhaes5243 ปีที่แล้ว +10

    Parabéns! Espero que continue criando mais jogos e cada vez mais complexos. Achei bem legal a sua atitude.

  • @The-Athenian
    @The-Athenian ปีที่แล้ว +3

    I'm 29 and the most I could do so far was a poor "click the teleporting square as fast as you can" web game. I envy your talent! But also it inspires me! GG

  • @creedman4400
    @creedman4400 5 หลายเดือนก่อน

    As A fan of Dankpods Instantly subbed. Great vid

  • @GermanAnimeStriker
    @GermanAnimeStriker ปีที่แล้ว +3

    Great video, with this idea you could program a "run kitty run" version for the ps1. Would be a funny project, set the background music to numb from linking park in pitched version and its gonna be perfect

  • @digitalart3452
    @digitalart3452 ปีที่แล้ว +12

    We have a boy genious in our hands guys. I am super impressed of how much knowledge you have absorbed in so young. Did you say in beginning, you created your own 3D from scratch? It's sad that many people won't understand that creating a moving cube using a PS1 code is million time harder than creating a traditional 3D game with Unreal Engine or Unity.

    • @bigfootbuthesmokesweed6766
      @bigfootbuthesmokesweed6766 6 หลายเดือนก่อน

      jimmy newton boy genious

    • @konstantinrebrov675
      @konstantinrebrov675 6 หลายเดือนก่อน

      Protect this kid at all costs, he is a real gem. He does things that many professional computer programmers would have trouble doing. I am very impressed.

  • @VyReaz
    @VyReaz 7 หลายเดือนก่อน +1

    why does this video give such a nostalgic early 2000 vibe? xd (Great video)

  • @katlicks
    @katlicks 5 หลายเดือนก่อน +1

    As someone just getting into coding, the sheer awe and wonder I feel for old game development motivates me and gives me hope, such a difficult task, yet with less tools than we have today, they gave us some of our absolute favorites.
    Such determination to give us joy is simply heartening.

  • @kylespevak6781
    @kylespevak6781 ปีที่แล้ว +8

    I've always wondered about developing games for older consoles since everything has been hacked wide open. I think it's cool to make your own game, but there's something insane about having it on a console (or I guess the app store works)

  • @Ramy32dotexe
    @Ramy32dotexe ปีที่แล้ว +19

    That's so nice to see a young fellow so passionate about retro systems!
    Could you share the source code you did for your videos? I'd just be curious how much hard it could be to code a simple thing!