NFSHP Vita: Difference between revisions
From GameBrew
More actions
m Text replacement - " for PSVITA." to " for PS Vita." |
|||
| Line 2: | Line 2: | ||
|title=NFSHP Vita | |title=NFSHP Vita | ||
|image=nfshpvita.png | |image=nfshpvita.png | ||
|description=Port of Need for Speed: Hot Pursuit for | |description=Port of Need for Speed: Hot Pursuit for PS Vita. | ||
|author=Electry | |author=Electry | ||
|lastupdated=2021/10/03 | |lastupdated=2021/10/03 | ||
Revision as of 00:58, 28 June 2024
| NFSHP Vita | |
|---|---|
| General | |
| Author | Electry |
| Type | Racing |
| Version | 1.0 |
| License | GPL-3.0 |
| Last Updated | 2021/10/03 |
| Links | |
| Download | |
| Website | |
| Source | |
This is a wrapper/port of Need for Speed: Hot Pursuit Android for the PS Vita.
The port works by loading the official Android ARMv6 executable in memory, resolving its imports with native functions and patching it in order to properly run.
Installation
Requirements:
- Kubridge
- FdFix OR repatch_ex.skprx
- Android game data files.
Install the plugins:
- Install kubridge and FdFix by copying
kubridge.skprxandfd_fix.skprxto your taiHEN plugins folder (usuallyur0:tai) and adding two entries to yourconfig.txtunder*KERNEL:
*KERNEL ux0:tai/kubridge.skprx ux0:tai/fd_fix.skprx
- Note: Don't install fd_fix.skprx if you're using repatch plugin
- (Recommended) Install PSVshell to overclock your device to 500Mhz.
Install the game:
- Obtain your copy of Need for Speed: Hot Pursuit version 2.0.28 legally from the Google Play store in form of an
.apkfile and an.obbfile (usually located inside the/sdcard/android/obb/com.eamobile.nfshp_row_wf/folder). 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.apkto.zipto open them with your default zip extractor. (Unfortunately the game was taken down from the Google Play store and is not available for download unless you have bought it previously.) - Copy the
main.2022.com.eamobile.nfshp_row_wf.obbfile toux0:data/nfshp/ - Open the apk and extract
libnfshp.sofrom thelib/armeabifolder toux0:data/nfshp/. - Optional (Opening Video Playback): Extract
published/.nfshp_intro_h800.mp4from the.obbfile and transcode the video stream to AVC (ffmpeg can be used for this task with the commandffmpeg -i .nfshp_intro_h800.mp4 -c:v libx264 -c:a copy opening.mp4). Once converted, copyopening.mp4toux0:data/nfshp/. - Install NFSHP.vpk on your PS Vita.
Notes/Limitations:
- Multiplayer features are not yet implemented in this Vita port.
- Because the game requires touchscreen for menu navigation, you may not be able to play it on PSTV.
- The original Android game only supports accelerometer for steering and touch for other actions. The in-game input controls were reimplemented on the Vita, allowing you to use the analog joystick and hardware buttons, which are mapped accordingly.
Controls
Left Analog - Steering
L - Braking
R - Acceleration (Auto-Acceleration is enabled by default, and can be disabled in the game's options)
Cross - Nitro
Circle - Handbrake
D-Pad Up - Trigger Roadblock / Overdrive
D-Pad Left - Trigger Spikestrip / Oil slick
D-Pad Right - Trigger EMP / Jammer
Screenshots
Media
Need for Speed Hot Pursuit | NEW 2024 Ps Vita Port (Zealous Chuck)
Changelog
v1.0
- First Release.
Credits
- TheFloW, Rinnegatamante for previous Android Vita ports.
- GrapheneCt for PVR_PSP2.
- xerpi for libvita2d.