Unofficial/Homebrew Minecraft Ports

Sdílet
Vložit
  • čas přidán 22. 05. 2024
  • In this video Genspace and I will be taking a look at four Unofficial/Homebrew Minecraft ports!
    Check Out GenSpace: / genspacegaming
    Ruff64 - æ
  • Hry

Komentáře • 142

  • @Ruff64
    @Ruff64  Před 2 lety +55

    æ

  • @MicahTheManiac
    @MicahTheManiac Před rokem +95

    The PSP version looks like an actual port of Java edition. I think that it what it is given the attention to detail and having pretty polished controls.

    • @sgeuproductions
      @sgeuproductions Před 3 měsíci +2

      Sadly, it isn't, it is basically a mod of an older PSP minecraft clone.

    • @mumu4L
      @mumu4L Před 3 měsíci +2

      isn’t it just legacy edition

    • @sgeuproductions
      @sgeuproductions Před 3 měsíci +2

      @@mumu4L No.

    • @mumu4L
      @mumu4L Před 3 měsíci +1

      @@sgeuproductions prove it

    • @sgeuproductions
      @sgeuproductions Před 3 měsíci +5

      @@mumu4L It isn't possible to run Legacy Console Edition on 64mb of ram isnt it? The lowest it has been ported to is 256 on the PS3. Legacy Edition is meant to run on big home consoles, not the PSP.

  • @MattIsTheCat
    @MattIsTheCat Před rokem +114

    Fromage (PS1), Crafti (Dreamcast), DSCraft (DS), Lamecraft/Minecraft PSP. Those are my favorite Minecraft Homebrew ports

    • @mrguy4621
      @mrguy4621 Před 5 měsíci +2

      Guessing Game
      body {
      font-family: Arial, sans-serif;
      text-align: center;
      }
      button {
      padding: 10px 20px;
      font-size: 16px;
      margin: 10px;
      cursor: pointer;
      }
      Guessing Game
      Guess the number within the selected range.
      Min Value:
      Max Value:
      Start Game

      Submit Guess

      let randomNumber, attempts, score;
      function startGame() {
      const min = parseInt(document.getElementById('min').value);
      const max = parseInt(document.getElementById('max').value);
      if (min >= max) {
      alert("Please ensure the minimum value is smaller than the maximum value.");
      return;
      }
      randomNumber = Math.floor(Math.random() * (max - min + 1)) + min;
      attempts = 7;
      score = 0;
      document.getElementById('attempts').innerText = `Attempts left: ${attempts}`;
      document.getElementById('message').innerText = '';
      document.getElementById('score').innerText = '';
      }
      function checkGuess() {
      const guess = document.getElementById('guess').value;
      if (!guess || guess.trim() === "") {
      alert('Please enter a valid guess.');
      return;
      }
      if (isNaN(guess)) {
      alert('Letters or special characters are allowed. Your guess will be considered as a string.');
      }
      if (guess == randomNumber) {
      score += attempts;
      document.getElementById('message').innerText = 'Congratulations! You guessed the correct number!';
      document.getElementById('score').innerText = `Your score: ${score}`;
      } else {
      attempts--;
      document.getElementById('attempts').innerText = `Attempts left: ${attempts}`;
      if (attempts === 0) {
      document.getElementById('message').innerText = `Game over! The correct number was ${randomNumber}.`;
      document.getElementById('score').innerText = `Your final score: ${score}`;
      } else {
      document.getElementById('message').innerText = `Wrong guess! Try again.`;
      }
      }
      }

    • @MattIsTheCat
      @MattIsTheCat Před 5 měsíci +3

      I also like TyraCraft for PS2, MP2Craft is no longer in development and is less accurate than TyraCraft hopes to be, but it is also nice. I am sure there are others I am not remembering at this moment.

    • @mrguy4621
      @mrguy4621 Před 5 měsíci

      @@MattIsTheCat did you even look at my code

    • @Shadow.CS8
      @Shadow.CS8 Před 3 měsíci

      Lamecraft?!

    • @MattIsTheCat
      @MattIsTheCat Před 3 měsíci

      @@Shadow.CS8 There are some videos on CZcams about it. Honestly, I don't remember much about my original comment.

  • @ThatOneHuman125k
    @ThatOneHuman125k Před rokem +16

    The ps1 edition water acts like old Minecraft water, filling everything it can

  • @Pokycraftgamer9
    @Pokycraftgamer9 Před rokem +34

    i know why the water and lava behave the way they do in Fromage, Fromage is based on minecraft classic, In classic water and lava behaved differently, instead of flowing how it does now, it would try to take over any air block it could, there use to be a lot of greefing with these blocks because of it

  • @timothy03oliver
    @timothy03oliver Před rokem +29

    By far the best unofficial Minecraft port is Questcraft. It's Minecraft VR but it's playable on the Quest and Quest 2 Headset, so you can basically play this game everywhere you go (provided you are in a suitable environment) I would recommend checking that one out if you have a Quest headset! :)

    • @nov1st
      @nov1st Před rokem +9

      It’s not really a “port” more so just loading an instance of Minecraft onto quest, it just uses the vivecraft mod to do the whole vr thing

    • @amogus-dn8qn
      @amogus-dn8qn Před rokem

      for people with a vive or rift or smth, even just quest with oculus link, just use regular mc with vivecraft

    • @Narwhal12
      @Narwhal12 Před 4 měsíci

      Uses the mod on PCVR so it’s on PCVR too! (What I play on)

  • @Vallee152
    @Vallee152 Před 4 měsíci +2

    Fromage is a port of classic. The water just acted like that back in the classic days.

    • @Vallee152
      @Vallee152 Před 4 měsíci

      Minecraft for the PSP is actually designed to be played on the PSP Go

  • @qtopp
    @qtopp Před 5 měsíci

    bro how do you only have 400+ subs??? this showcase is sick ngl
    keep it up, man!

  • @CamKap
    @CamKap Před 4 měsíci +5

    Minecraft was ported to the Wii and it looks like an official port as well!

  • @artifex2.080
    @artifex2.080 Před 2 měsíci +2

    The psp was so ahead of it's time man. And by Extension the ps vita

  • @beanmchocolate3900
    @beanmchocolate3900 Před 2 lety +30

    Fromage is based off Minecraft Classic. Hence the 0.30 in the top left.

    • @Jnage89
      @Jnage89 Před rokem +5

      pretty close, although the world generator and some of the mechanics seem to be different

  • @georgeanto07
    @georgeanto07 Před rokem +1

    keep up the great content ,I liked and subbed

  • @madoufo
    @madoufo Před 5 měsíci +1

    good choices for background music!

  • @heitorsant1759
    @heitorsant1759 Před rokem +4

    Now we can play minecraft in every single playstation

  • @derpyderpchog3951
    @derpyderpchog3951 Před 2 lety +7

    YOUR UNDERATED! I hope your channel gets up famous soon. I like your content.

  • @FileCorruption
    @FileCorruption Před 7 měsíci +2

    Minecraft for Diabetes Pump when?

  • @MorastYT
    @MorastYT Před rokem +1

    why this man only has 300 subs? smash it!

    • @Ruff64
      @Ruff64  Před rokem +1

      thanks man I only got to 300 subs today thanks to yall

  • @bombbros5944
    @bombbros5944 Před 2 lety +5

    Honestly some of these versions when heard of some of them ages ago I let It thought they were official.

  • @ShadyHero
    @ShadyHero Před 5 měsíci +1

    the ps1 port is probably the most impressive

  • @Jay-uu5lu
    @Jay-uu5lu Před 2 lety +10

    Craftus is only good for the 2012 3ds because theres an official port for new 3ds

  • @ofth8786
    @ofth8786 Před 8 měsíci +1

    Someone ported minecraft for the ti 84 calculator recently

  • @CashierNub
    @CashierNub Před rokem +1

    in fromage (3:14) that actually also does that in the older minecraft versions

  • @RainyWolf7
    @RainyWolf7 Před rokem +3

    I'm left handed!!!!!!!

  • @Kangdil
    @Kangdil Před rokem +2

    do you know that if you play the old minecraft version if you place a water, the water will keep flowing in the air

  • @Sanker1
    @Sanker1 Před 4 měsíci

    that's pretty cool

  • @alimation8330
    @alimation8330 Před 2 lety +1

    Awsome

  • @1GlowingJar
    @1GlowingJar Před 2 lety

    This is entertaining:)

  • @GenSpaceGaming
    @GenSpaceGaming Před 2 lety +1

    I need to mention that I appear in this video a whole month and 5 days late

  • @Tobi_103
    @Tobi_103 Před 2 lety

    very nice 👍👍

  • @JoSephGD
    @JoSephGD Před 5 měsíci +2

    One of my favorite unofficial Minecraft ports right now is CavEX on the Wii. While it is very unfinished right now, it can save and load worlds which are cross compatible with Java Edition Beta 1.7.3. I really hope that it reaches a finish line at some point.

    • @mrguy4621
      @mrguy4621 Před 5 měsíci

      Guessing Game
      body {
      font-family: Arial, sans-serif;
      text-align: center;
      }
      button {
      padding: 10px 20px;
      font-size: 16px;
      margin: 10px;
      cursor: pointer;
      }
      Guessing Game
      Guess the number within the selected range.
      Min Value:
      Max Value:
      Start Game

      Submit Guess

      let randomNumber, attempts, score;
      function startGame() {
      const min = parseInt(document.getElementById('min').value);
      const max = parseInt(document.getElementById('max').value);
      if (min >= max) {
      alert("Please ensure the minimum value is smaller than the maximum value.");
      return;
      }
      randomNumber = Math.floor(Math.random() * (max - min + 1)) + min;
      attempts = 7;
      score = 0;
      document.getElementById('attempts').innerText = `Attempts left: ${attempts}`;
      document.getElementById('message').innerText = '';
      document.getElementById('score').innerText = '';
      }
      function checkGuess() {
      const guess = document.getElementById('guess').value;
      if (!guess || guess.trim() === "") {
      alert('Please enter a valid guess.');
      return;
      }
      if (isNaN(guess)) {
      alert('Letters or special characters are allowed. Your guess will be considered as a string.');
      }
      if (guess == randomNumber) {
      score += attempts;
      document.getElementById('message').innerText = 'Congratulations! You guessed the correct number!';
      document.getElementById('score').innerText = `Your score: ${score}`;
      } else {
      attempts--;
      document.getElementById('attempts').innerText = `Attempts left: ${attempts}`;
      if (attempts === 0) {
      document.getElementById('message').innerText = `Game over! The correct number was ${randomNumber}.`;
      document.getElementById('score').innerText = `Your final score: ${score}`;
      } else {
      document.getElementById('message').innerText = `Wrong guess! Try again.`;
      }
      }
      }

  • @sh3ldox260
    @sh3ldox260 Před měsícem

    any idea where to grap the psp minecraft from?

  • @dominicus9891
    @dominicus9891 Před 6 měsíci +1

    My only question is... Why is the second one named after cheese?

  • @SM41515
    @SM41515 Před 2 lety +3

    Nice video you 2 👍🏻

    • @Ruff64
      @Ruff64  Před 2 lety +2

      Nice comment you 👍

  • @JunYuChing
    @JunYuChing Před 5 měsíci

    your minecraft looks like

  • @CrocoDylianVT
    @CrocoDylianVT Před 5 měsíci

    true Minecraft veterans know aboout the water and lava thing it does in PS1

  • @smpark12
    @smpark12 Před 4 měsíci

    The PS1 isn’t a glitch it’s a port of Minecraft classic and that’s how liquid worked then

  • @ZingaMadinga
    @ZingaMadinga Před 6 měsíci +1

    what about VoxelCraft? its a Wii clone of Minecraft! if i get a powkiddy or an RG353V someday, then minecraft PSP edition will be good for me. i think the controls could've been so much better though: X to jump. O to drop items. triangle or square for opening inventory. d-pad for movement. joystick for camera controls (the d-pad for movement and joystick for camera could be reversed in the settings if this was real). start to pause. select would change between 2 modes for L and R. mode 1 would be L and R to change what item you're holding. mode 2 would be to L to place/use and R would be to break/attack. this controls also proves that minecraft could've come out for the 3DS, but mojang was dumb and made it exclusive to the NEW 3DS

  • @davisa9760
    @davisa9760 Před 2 lety +1

    Both of you have quiet microphones

  • @SharkVaderYT
    @SharkVaderYT Před 11 měsíci +1

    Is there a port for the Ps2

  • @LUKAS-bb4jc
    @LUKAS-bb4jc Před rokem

    There is even one for the 3DS (only the New got the official release)

  • @PigletTube
    @PigletTube Před 4 měsíci

    I thought the "FAT" version of DSCraft was meant for FAT32 but it actually meant for the OG DS

  • @davisa9760
    @davisa9760 Před 2 lety

    Also gen kept calling them hacks

  • @daxmoney5011
    @daxmoney5011 Před rokem

    What next Minecraft on Windows 3.1

  • @ch33z3toast
    @ch33z3toast Před rokem +1

    i think fromage is based off of minecraft classic

  • @oiledupgusfringbreakingbad
    @oiledupgusfringbreakingbad Před 5 měsíci

    brother had aglow up halfway in

  • @user-jl8wj8fz5q
    @user-jl8wj8fz5q Před měsícem

    fromage is a remake of a minecraft version from way back in 2009

  • @mr.jamster8414
    @mr.jamster8414 Před rokem +3

    DScraft could have better controls.
    - One would be using ABXY to move the camera, L/R to build/break, SEL/START to jump/sneak, and inventory/menu options from the bottom screen with large icons. Wouldn't feel any different than moving your finger from the R Stick to the A/B button on a controller.
    - The other could be MCPE-style controls where the bottom screen has the gameplay, with the stylus acting as a mouse but allowing for six off-screen buttons plus a D-Pad, so A/B to jump/sneak, X/Y for the inventory screen, and L/R left free (I thought of a use for these, but forgot about it...)

    • @ZingaMadinga
      @ZingaMadinga Před 4 měsíci +1

      Everybody says the controls are "fine and they work" without realizing that you can literally change the controls in the settings control scheme 2 is the best: up and down on d-pad to move forward and backwards. Left and right on d-pad to look left and right (doom style). A to jump. Y to scroll through and select items in your hotbar. X and B to look up and down. L to place. R to break

    • @luigimaster111
      @luigimaster111 Před 4 měsíci +1

      I've been recently learning that the DS is actually weirdy good for FPS games, but only when using one specific accessory that was only included with the DS Phat: The thumb stylus.
      When using it you can use the bottom screen similar to Steam Deck's touchpad, or kinda like an ergonomic trackball mouse. And having the benefit over the pen stylus of being able to still use the triggers and face buttons.
      With this accessory, being able tp emulate a mouse and keyboard, the DS is actually better for FPS games than a PSP.

    • @mr.jamster8414
      @mr.jamster8414 Před 4 měsíci

      @@luigimaster111 Huh, neat. Can you buy it and use it on a DSI?

  • @notmanciv5016
    @notmanciv5016 Před 3 měsíci

    Someone is working on a port to the og Xbox

  • @ninjojninjoj635
    @ninjojninjoj635 Před rokem +4

    There is a newer version of Craftus called "Craftus Next"

  • @numberonegoon4858
    @numberonegoon4858 Před 2 lety

    RUFFY I HIGH QUALITY VIDEO SO PROUD

    • @Ruff64
      @Ruff64  Před 2 lety +1

      Thanks Carlos means a lot

  • @pedro1313
    @pedro1313 Před 5 měsíci +1

    Wait wasn't there an official Minecraft Port for the new 3ds?

    • @LiEnby
      @LiEnby Před 2 měsíci

      yes its the worst offical version

  • @ohajohaha
    @ohajohaha Před rokem +2

    Fromage seems to emulate the feel of Minecraft Classic

  • @TheChazzyC
    @TheChazzyC Před rokem +7

    Should’ve mentioned how the PSP one is the official game ported. Which is impressive

  • @BartTicklenuts
    @BartTicklenuts Před 5 měsíci +1

    Can you repeat that

  • @nahueldalessio6984
    @nahueldalessio6984 Před 6 měsíci +1

    Tyracraft ps2

  • @ZingaMadinga
    @ZingaMadinga Před 4 měsíci

    Can someone give me the download link for Fromage (minecraft ps1) and the download link for minecraft psp edition? The fromage official download link is just a windows application with no way to actually emulate the game. And the psp edition is just the game files with no rom.

  • @AlexanTheMan
    @AlexanTheMan Před 5 měsíci +1

    I hope one day Minecraft PSP gets enough love to the point that the core game can stand shoulder to shoulder with the official versions.

  • @Lukybrovibe
    @Lukybrovibe Před 3 měsíci

    Can some give Rom link of PSP PLS

  • @NathanPriviated
    @NathanPriviated Před rokem +2

    Formage is based of off Beta Minecraft, when the lava and water could go on forever.

  • @aidannotfunny
    @aidannotfunny Před 3 měsíci

    I’m sorry I know it’s mean
    But why does bro sound like Homestar Runner

  • @prismiemona
    @prismiemona Před 2 lety +2

    What about GBAcraft?

    • @Ruff64
      @Ruff64  Před 2 lety +2

      I completely forgot that existed

  • @PSMsTRASHCAN
    @PSMsTRASHCAN Před 5 měsíci

    Craft for Libretro corr

  • @buizelmeme6288
    @buizelmeme6288 Před 5 měsíci

    GBA port left the chat

  • @GigaGreatGD
    @GigaGreatGD Před 5 měsíci

    æ or Æ

    • @mrguy4621
      @mrguy4621 Před 5 měsíci

      Probably
      Guessing Game
      body {
      font-family: Arial, sans-serif;
      text-align: center;
      }
      button {
      padding: 10px 20px;
      font-size: 16px;
      margin: 10px;
      cursor: pointer;
      }
      Guessing Game
      Guess the number within the selected range.
      Min Value:
      Max Value:
      Start Game

      Submit Guess

      let randomNumber, attempts, score;
      function startGame() {
      const min = parseInt(document.getElementById('min').value);
      const max = parseInt(document.getElementById('max').value);
      if (min >= max) {
      alert("Please ensure the minimum value is smaller than the maximum value.");
      return;
      }
      randomNumber = Math.floor(Math.random() * (max - min + 1)) + min;
      attempts = 7;
      score = 0;
      document.getElementById('attempts').innerText = `Attempts left: ${attempts}`;
      document.getElementById('message').innerText = '';
      document.getElementById('score').innerText = '';
      }
      function checkGuess() {
      const guess = document.getElementById('guess').value;
      if (!guess || guess.trim() === "") {
      alert('Please enter a valid guess.');
      return;
      }
      if (isNaN(guess)) {
      alert('Letters or special characters are allowed. Your guess will be considered as a string.');
      }
      if (guess == randomNumber) {
      score += attempts;
      document.getElementById('message').innerText = 'Congratulations! You guessed the correct number!';
      document.getElementById('score').innerText = `Your score: ${score}`;
      } else {
      attempts--;
      document.getElementById('attempts').innerText = `Attempts left: ${attempts}`;
      if (attempts === 0) {
      document.getElementById('message').innerText = `Game over! The correct number was ${randomNumber}.`;
      document.getElementById('score').innerText = `Your final score: ${score}`;
      } else {
      document.getElementById('message').innerText = `Wrong guess! Try again.`;
      }
      }
      }

  • @ScrewdriverGaming
    @ScrewdriverGaming Před 2 měsíci

    Very cool video, but you really need to articulate your words a lot better.

    • @DEADRATCVLT
      @DEADRATCVLT Před 2 měsíci

      feel bad but i was gonna say the same thing

  • @landanpizzakingTrashGang
    @landanpizzakingTrashGang Před 5 měsíci

    🤪🔨

  • @SaphireEmperor
    @SaphireEmperor Před 6 měsíci

    The world is really small the minecraft psp.

  • @waylongamerCatcool
    @waylongamerCatcool Před rokem

    Wiki look I III I III I III I oil I III III Minecraft Now

  • @ZingaMadinga
    @ZingaMadinga Před 5 měsíci

    Also don't use control scheme 1 for ds craft it is terrible use control scheme 2

  • @Doom_YXZ
    @Doom_YXZ Před 2 lety +1

    Why can psp plays normal minecraft but o3ds can't !?

    • @Ruff64
      @Ruff64  Před 2 lety +2

      the psp is a homebrew thing and it has WAYY less features compared to the 3ds versions

    • @Kangdil
      @Kangdil Před rokem +1

      Maybe its because you're on old 3ds

    • @catmachine109
      @catmachine109 Před rokem +3

      petition to make o3ds homebrew port that looks and feels like n3ds version of minecraft but has to use the circle pad pro because second stick?

    • @Doom_YXZ
      @Doom_YXZ Před rokem +1

      @@catmachine109 what a great idea

    • @catmachine109
      @catmachine109 Před rokem

      @@Doom_YXZ my autism kicked in please ignore the last comment

  • @Toufik-ub5md
    @Toufik-ub5md Před 4 měsíci +1

    There's another unofficial update for PS3, it's 1.20 version for PS3.

  • @TweakedCast
    @TweakedCast Před rokem

    Yeaaa craftus is not the most developed.

  • @o4m3ga
    @o4m3ga Před 5 měsíci +1

    make suwe you subswibe