• 0 Posts
  • 1.31K Comments
Joined 3 years ago
cake
Cake day: September 3rd, 2023

help-circle






  • Never had a PS1, my first console with optical discs was a gamecube. The obvious trick is Metroid Prime 1 & 2 trying to guess and load the next room while you play, and delay the door opening when it hasn’t finished (which is especially obvious when you try changing paths). Also the short corridors between most big rooms, and unskippable elevator animations between areas.

    Mass Effect did a similar trick on the 360 too, with its awkward dialogues during elevator rides. The longish citadel elevator made sense, but there was one between the two Normandy decks too, which was quite silly. I mean, the ship is not that big, this must be the slowest elevator in human history.





  • There’s an app, Petit Computer/SmileBasic, available on Nintendo consoles since the DSi and Wii (then had 3DS, wii U and switch version). It’s a programming language that has a lot of features using the target console’s input/output capabilities (touch screen, 3D, gyroscopes, etc).

    On 3DS there was a feature to share files (code, image…) through the app’s server, but some wanted to be able to share their stuff in other ways, so they didn’t depend on the app server or so they could share locally with a PC for example.

    Someone made a modem kind of program with it to transform the file into a sound sequence, emit it, receive it on another device through mic and retransform it to file. Max transfer rate 92 bytes per second with error checking.