Skip to content

Doom RPG for PlayStation Vita

License

Notifications You must be signed in to change notification settings

jakubito/DoomRPG-RE-vita

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DoomRPG-RE - PlayStation Vita port

This is a PS Vita port of the reverse engineered Doom RPG by [GEC]. All credits go to the GEC team, this project would not exist without their hard work.

How to install

  1. Search for "Doom RPG BREW" on archive.org to get the original mobile game assets file: doomrpg.bar (CRC32: d7cf11c5)
  2. Next, you need BarToZip.exe converter tool (Windows only) included in the PC release
  3. Copy doomrpg.bar to a folder containing BarToZip.exe. Run BarToZip.exe to generate DoomRPG.zip file
  4. Download the latest VPK release and install it using VitaShell
  5. Copy the newly generated DoomRPG.zip to ux0:data/doomrpg/
  6. You can now start the game

Default controls

Action Button
Move Forward D-pad up
Move Backward D-pad down
Move Left L
Move Right R
Turn Left D-pad left
Turn Right D-pad right
Attack/Talk/Use X
Next Weapon Triangle
Prev Weapon Circle
Pass Turn Square
Automap Select
Menu Open/Back Start

Save and config data

All user data is stored in ux0:data/doomrpg/ - these files are compatible with the PC release.

Cheat codes

Code Default controls Action
3666 R Open debug menu
43629 R Max health and armor
4332 R R All keys, items and weapons
3366 R R Start benchmark

Building instructions

This port uses SDL2, ZLIB, SoLoud and fluidsynth-lite

  1. Install Vita SDK and make sure VITASDK env variable is set
  2. Install fluidsynth-lite using vdpm. Please refer to "Porting libraries" section on Vita SDK's website for further instructions
  3. Run build.sh for a debug build, or add -r flag for a release build

Bug reporting

If you find a bug, please send me an e-mail to dobes.jakub@gmail.com or open an issue here on github.

License

GNU General Public License v3.0