More actions
m (Text replacement - "GameBrew!" to "GameBrew") |
No edit summary |
||
Line 9: | Line 9: | ||
|image=bc2vita.jpg | |image=bc2vita.jpg | ||
|description=Port of Battlefield: Bad Company 2 Mobile for PSVITA. | |description=Port of Battlefield: Bad Company 2 Mobile for PSVITA. | ||
|author=TheFloW | |author=TheFloW, Rinnegatamante | ||
|lastupdated=2021/08/01 | |lastupdated=2021/08/01 | ||
|type=Shooter | |type=Shooter | ||
Line 15: | Line 15: | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/bc2vita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/bc2vita.7z | ||
|website= | |website=https://github.com/TheOfficialFloW/bc2_vita | ||
|source=https://github.com/TheOfficialFloW/bc2_vita | |source=https://github.com/TheOfficialFloW/bc2_vita | ||
}} | }} | ||
Line 22: | Line 22: | ||
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. | 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: | |||
* libshacccg.suprx | * libshacccg.suprx | ||
* kubridge | * [[Kubridge Vita|kubridge]] | ||
* fd_fix.skprx OR repatch_ex.skprx | * [[FdFix Vita|fd_fix.skprx]] OR repatch_ex.skprx | ||
* Game Data Files: Android | * Game Data Files: Android | ||
Install the required plugins: | |||
*Install [[Kubridge Vita|kubridge]] and [[FdFix Vita|FdFix]] 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 | |||
* Install [ | |||
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. | |||
*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 | |||
Install the game + game files: | |||
*Obtain your copy of Battlefield: Bad Company 2 legally from the Amazon store in form of an .apk file and one or more .obb files (usually located inside the /sdcard/android/obb/bc2/) folder. [https://stackoverflow.com/questions/11012976/how-do-i-get-the-apk-of-an-installed-app-without-root-access 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. | |||
*Copy the /sdcard/android/obb/bc2/ folder to ux0:data/bc2. | |||
*Open the apk and extract libbc2.so from the lib/armeabi folder to ux0:data/bc2. | |||
*Install BC2.vpk on your PS Vita. | |||
==Screenshots== | ==Screenshots== | ||
bc2vita3.png | |||
bc2vita4.png | |||
bc2vita5.png | |||
bc2vita6.png | |||
== Credits == | ==Credits== | ||
* Rinnegatamante for vitaGL. | * Rinnegatamante for vitaGL. | ||
* Once13One for providing LiveArea assets. | * Once13One for providing LiveArea assets. | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/TheOfficialFloW/bc2_vita | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/714 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/714 |
Revision as of 01:43, 29 December 2022
Battlefield: Bad Company 2 Vita | |
---|---|
File:Bc2vita.jpg | |
General | |
Author | TheFloW, Rinnegatamante |
Type | Shooter |
Version | 1.0 |
License | MIT License |
Last Updated | 2021/08/01 |
Links | |
Download | |
Website | |
Source | |
This is a wrapper/port of Battlefield: Bad Company 2 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:
- libshacccg.suprx
- kubridge
- fd_fix.skprx OR repatch_ex.skprx
- Game Data Files: Android
Install the required plugins:
- Install kubridge and FdFix 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.
Install the game + game files:
- Obtain your copy of Battlefield: Bad Company 2 legally from the Amazon store in form of an .apk file and one or more .obb files (usually located inside the /sdcard/android/obb/bc2/) 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 .apk to .zip to open them with your default zip extractor.
- Copy the /sdcard/android/obb/bc2/ folder to ux0:data/bc2.
- Open the apk and extract libbc2.so from the lib/armeabi folder to ux0:data/bc2.
- Install BC2.vpk on your PS Vita.
Screenshots
bc2vita3.png bc2vita4.png
bc2vita5.png bc2vita6.png
Credits
- Rinnegatamante for vitaGL.
- Once13One for providing LiveArea assets.