Skip to content

SDLPoP for Vita 1.4

Compare
Choose a tag to compare
@usineur usineur released this 12 Jan 10:20
· 116 commits to vita since this release
766b6f0

Installation:

  • Install SDLPoP-Vita.vpk using VitaShell
  • Extract the prince.zip archive into ux0:data

Controls:

Keys
Left Turn or run left
Right Turn or run right
Up or O Jump or climb up
Down Crouch or climb down
X Pick up things, hang from edge
X + Left / Right Careful step
Display remaining time
L Quick load
R Quick save
Select Toggle fullscreen

Build instructions:

https://github.com/usineur/SDLPoP-Vita/wiki/Build-instructions

Customization

This can be done by editing the ux0:data/prince/SDLPoP.ini file.

Default ratio (current settings provided in prince.zip archive)

  • start_fullscreen = false
  • use_correct_aspect_ratio = false

prince_ratio_1

Fullscreen

  • start_fullscreen = true
  • use_correct_aspect_ratio = false
  • Or use "Select" button to toggle fullscreen

prince_ratio_2

4:3 ratio

  • start_fullscreen = false
  • use_correct_aspect_ratio = true

prince_ratio_3

"Lighting" Mode

  • enable_lighting = true

prince_effect_1

Changelog:

1.4:

  • Image quality improvement. Thanks to @rsn8887.
  • Rebase with last features / fixes of SDLPoP original project

1.3:

  • Rebase with last features / enhancements of SDLPoP original project
  • Enable toggle fullscreen

1.2:

  • Fix music resume after clicking to the PS button.
  • Enable L/R buttons to respectively quick load/save your progression.
  • Add keyboard support to enter your name in the hall of fame (you must finish the game first)

1.1:

  • Loading time is reduced
  • Unneeded "overclocking" is removed
  • Real fullscreen mode
  • Circle button performs the same action as "up" button

1.0:

  • First public release