Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Pekka Kana 2 Vita: Difference between revisions

From GameBrew
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
|title=Vita Homebrew Games (Platform) - GameBrew
|title=Vita Homebrew Games (Platform) - GameBrew
|title_mode=append
|title_mode=append
|image=pekkakana2vita.jpg
|image=pekkakana2vita2.jpg
|image_alt=Pekka Kana 2 Vita
|image_alt=Pekka Kana 2 Vita
}}
}}
{{Infobox Vita Homebrews
{{Infobox Vita Homebrews
|title=Pekka Kana 2 Vita
|title=Pekka Kana 2 Vita
|image=pekkakana2vita.jpg
|image=pekkakana2vita2.jpg
|description=Port of Pekka Kana 2 for PS Vita.
|description=Port of Pekka Kana 2 for PS Vita.
|author=Rinnegatamante
|author=Rinnegatamante
Line 17: Line 17:
|website=https://github.com/Rinnegatamante/Pekka-Kana-2-Vita
|website=https://github.com/Rinnegatamante/Pekka-Kana-2-Vita
|source=https://github.com/Rinnegatamante/Pekka-Kana-2-Vita
|source=https://github.com/Rinnegatamante/Pekka-Kana-2-Vita
|donation=https://www.patreon.com/Rinnegatamante
}}
}}
This is a wrapper/port of Pekka Kana 2 for the PS Vita.
This is a wrapper/port of Pekka Kana 2 for the PS Vita.
Line 30: Line 31:


Installing the plugins:
Installing the plugins:
*(Don't install fd_fix.skprx if you're using rePatch plugin.)
*Install [[Kubridge Vita|kubridge.skprx]] and [[FdFix Vita|fd_fix.skprx]] by copying kubridge.skprx and fd_fix.skprx to your taiHEN plugins folder and adding two entries to your config.txt under *KERNEL (change accordingly if you are using ur0:tai):
*Install [[Kubridge Vita|kubridge.skprx]] and [[FdFix Vita|fd_fix.skprx]] by copying kubridge.skprx and fd_fix.skprx to your taiHEN plugins folder (usually ux0:tai) and adding two entries to your config.txt under *KERNEL:
   *KERNEL
   *KERNEL
   ux0:tai/kubridge.skprx
   ux0:tai/kubridge.skprx
   ux0:tai/fd_fix.skprx
   ux0:tai/fd_fix.skprx
*Note: Don't install fd_fix.skprx if you're using rePatch plugin.
*(Optional) Install [[PSVshell Vita|PSVshell]] to overclock your device to 500Mhz.
*(Optional) Install [[PSVshell Vita|PSVshell]] to overclock your device to 500Mhz.
*Install libshacccg.suprx, if you don't have it already, by following [https://samilops2.gitbook.io/vita-troubleshooting-guide/shader-compiler/extract-libshacccg.suprx this guide].
*Install libshacccg.suprx, if you don't have it already, by following [https://samilops2.gitbook.io/vita-troubleshooting-guide/shader-compiler/extract-libshacccg.suprx this guide].
Line 44: Line 45:


==Screenshots==
==Screenshots==
pekkakana2vita3.jpg
https://dlhb.gamebrew.org/vitahomebrews/pekkakana2vita3.jpg
pekkakana2vita4.jpg
https://dlhb.gamebrew.org/vitahomebrews/pekkakana2vita4.jpg


pekkakana2vita5.jpg
https://dlhb.gamebrew.org/vitahomebrews/pekkakana2vita5.jpg
pekkakana2vita6.jpg
https://dlhb.gamebrew.org/vitahomebrews/pekkakana2vita6.jpg


==Known issues==
==Known issues==
Line 66: Line 67:
* GitHub - https://github.com/Rinnegatamante/Pekka-Kana-2-Vita
* GitHub - https://github.com/Rinnegatamante/Pekka-Kana-2-Vita
* VitaDB - https://vitadb.rinnegatamante.it/#/info/847
* VitaDB - https://vitadb.rinnegatamante.it/#/info/847
[[Category:Mobile game ports on Vita]]
[[Category:Vita game ports]]

Latest revision as of 05:29, 26 October 2024

Pekka Kana 2 Vita
Pekkakana2vita2.jpg
General
AuthorRinnegatamante
TypePlatform
Version1.0
LicenseMixed
Last Updated2022/07/28
Links
Download
Website
Source
Support Author

This is a wrapper/port of Pekka Kana 2 for the PS Vita.

The port works by loading the official Android ARMv7 executable in memory, resolving its imports with native functions and patching it in order to properly run. By doing so, it's basically as if we emulate a minimalist Android environment in which we run natively the executable as is.

Installation

Requirements:

Installing the plugins:

  • Install kubridge.skprx and fd_fix.skprx by copying kubridge.skprx and fd_fix.skprx to your taiHEN plugins folder and adding two entries to your config.txt under *KERNEL (change accordingly if you are using ur0:tai):
 *KERNEL
 ux0:tai/kubridge.skprx
 ux0:tai/fd_fix.skprx
  • Note: Don't install fd_fix.skprx if you're using rePatch plugin.
  • (Optional) Install PSVshell to overclock your device to 500Mhz.
  • Install libshacccg.suprx, if you don't have it already, by following this guide.

Adding the game files:

  • Obtain your copy of Pekka Kana 2 legally for Android in form of an .apk file. You can get all the required files directly from your phone or by using an apk extractor you can find in the play store. The apk can be extracted with whatever Zip extractor you prefer (eg: WinZip, WinRar, etc...) since apk is basically a zip file. You can rename .apk to .zip to open them with your default zip extractor.
  • Open the apk with your zip explorer and extract the files libPK2.so,libc++_shared.so and libzip.so from the lib/armeabi-v7a folder to ux0:data/pekka2.
  • Extract the assets folder inside ux0:data/pekka2.

Screenshots

pekkakana2vita3.jpg pekkakana2vita4.jpg

pekkakana2vita5.jpg pekkakana2vita6.jpg

Known issues

Game runs at a slower framerate than normal. In order to make the game play as if it's fullspeed, enable Double Game Speed option from the Options.

Changelog

v1.0

  • Initial Release.

Credits

  • TheFloW for the original .so loader.
  • CatoTheYounger for the screenshots and for testing the homebrew.
  • Once13one for the Livearea assets.
  • Northfear for the SDL2 fork with vitaGL as backend.

External links

Advertising: