hammerill / uMario_Vita

Another uMario port for PSVita.

Home Page:https://www.rinnegatamante.eu/vitadb/#/info/830

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uMario Vita

Another uMario port for PSVita.

This is another port

Yes, this game was ported before. I'm talking about release by WeegeeDEVELOPER.

And how it happened? Everything is simple - I've just started learning VITASDK and all related stuff. I was looking for something simple to begin with, and found original uMario_Jakowski. It based on C++ with SDL2, the main things you can do Vita homebrew with. And just tried to compile it for Vita - successfully. Then I've tried to adapt other things... And that's how this port born.

But I didn't check one thing - does this port already exists. As you can understand, I've realized it only when I had port already at release state. Eventually, I've decided to not abandon finished project, so I published it anyway.

Please don't mind anything - it's not the case when I copy someone's code and publish it under my name. This port is really another, you can make yourself sure with it just looking at commits.

Controls

  • D-PAD or Left stick - controls in game and menu.
  • Cross - jump in game and accept in menu.
  • Square - run in game.
  • Circle - dismiss in menu.
  • START or SELECT - enter menu in game and dismiss in menu.

Known issues

  1. Sometimes player becomes invincible and stays like that until restarting game or taking a star.
  2. Sometimes some sounds are loud.
  3. If you exit from or die in levels with fixed camera, camera will remain fixed until you exit the game (those three bugs might be legacy from original uMario_Jakowski).
  4. Sometimes player spawns higher than they should (this allows player to climb at unavailable area right after spawn).
  5. Due to wider screen you can see parts of levels that you normally shouldn't.

Build and run

  1. Install VITASDK.
  2. Clone repo:
git clone https://github.com/Hammerill/uMario_Vita && cd uMario_Vita
  1. Build:
cmake . && make
  1. "uMario.vpk" file should appear. Copy this file to your hacked PS Vita and install via VitaShell.
  2. Bubble "Mario" will appear, you can now launch this game.

About

Another uMario port for PSVita.

https://www.rinnegatamante.eu/vitadb/#/info/830

License:GNU General Public License v2.0


Languages

Language:C++ 99.1%Language:CMake 0.7%Language:C 0.2%