Into the Breach Vita: Difference between revisions
From GameBrew
More actions
Created page with "{{Infobox Vita Homebrews |title=Into the Breach Vita |image=IntotheBreachVita.png |description=Port of Into the Breach for PSVita. |author=Rinnegatamante |lastupdated=2025/07/23 |type=Strategy |version=1.0 |license=N/A |download=https://dlhb.gamebrew.org/vitahomebrews/IntotheBreachVita.7z |website=https://github.com/Rinnegatamante/Into-The-Breach-Vita |source=https://github.com/Rinnegatamante/Into-The-Breach-Vita |donation=https://www.patreon.com/Rinnegatamante }} {{#seo..." |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 19: | Line 19: | ||
|image_alt=Into the Breach Vita | |image_alt=Into the Breach Vita | ||
}} | }} | ||
This is a wrapper/port of Into the Breach for the PS Vita. | This is a wrapper/port of the mobile game [https://play.google.com/store/apps/details?id=com.netflix.NGP.IntoTheBreach Into the Breach] for the PS Vita. | ||
Notes: | |||
* Due to the nature of the executable, it is impossible to re-implement proper Netflix subscription check. Please do download and use this loader only if you own an active Netflix subscription. | |||
* The loader has been tested with v.1.2.92 of the game. | |||
== | ==Installation== | ||
'''Requirements:''' | |||
* libshacccg.suprx | * libshacccg.suprx | ||
* libfmodstudio.suprx | * libfmodstudio.suprx | ||
* kubridge.skprx | * kubridge.skprx | ||
* | * Android game files | ||
'''Instructions (plugins):''' | |||
* Install [[Kubridge Vita]] and [[FdFix Vita]] by copying <code>kubridge.skprx</code> and <code>fd_fix.skprx</code> to your taiHEN plugins folder (usually <code>ux0:tai</code>) and adding two entries to your <code>config.txt</code> under <code>*KERNEL</code>: | * Install [[Kubridge Vita|Kubridge]] and [[FdFix Vita|FdFix]] by copying <code>kubridge.skprx</code> and <code>fd_fix.skprx</code> to your taiHEN plugins folder (usually <code>ux0:tai</code>) and adding two entries to your <code>config.txt</code> under <code>*KERNEL</code>: | ||
<pre> *KERNEL | |||
<pre> | ux0:tai/kubridge.skprx | ||
ux0:tai/fd_fix.skprx</pre> | |||
* 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 <code>libshacccg.suprx</code>, if you don't have it already, by following [https://samilops2.gitbook.io/vita-troubleshooting-guide/shader-compiler/extract-libshacccg.suprx this guide]. | * Install <code>libshacccg.suprx</code>, if you don't have it already, by following [https://samilops2.gitbook.io/vita-troubleshooting-guide/shader-compiler/extract-libshacccg.suprx this guide]. | ||
* Extract <code>libfmodstudio.suprx</code> from PCSE01188 or PCSE01426 following [https://gist.github.com/hatoving/99253e1b3efdefeaf0ca66e0c5dc7089 this guide]. | * Extract <code>libfmodstudio.suprx</code> from PCSE01188 or PCSE01426 following [https://gist.github.com/hatoving/99253e1b3efdefeaf0ca66e0c5dc7089 this guide]. | ||
* | |||
* Obtain your copy | '''Instructions (game):''' | ||
* Download and install the [https://github.com/Rinnegatamante/Into-The-Breach-Vita/releases vpk file] through [[VitaShell]]. | |||
* Obtain your copy of Into the Breach legally for Android in form of an <code>.apk</code> file. | |||
* Open the apk with your zip explorer and extract the files <code>libmain.so</code> and <code>libfreetype2.so</code> from the <code>lib/armeabi-v7a</code> folder to <code>ux0:data/breach</code>. | * Open the apk with your zip explorer and extract the files <code>libmain.so</code> and <code>libfreetype2.so</code> from the <code>lib/armeabi-v7a</code> folder to <code>ux0:data/breach</code>. | ||
* Extract all the files inside the <code>assets</code> folder in <code>ux0:data/breach</code>. | * Extract all the files inside the <code>assets</code> folder in <code>ux0:data/breach</code>. | ||
== | == Controls == | ||
There is no controller support for the Android version but the code for it was fully in the executable which was restored in the Vita loader (including cool PS4 icons). | |||
L and R triggers are mapped to L2/R2 and the back touch is mapped to L1/R1. Touch controls are still usable. | |||
==Screenshots== | ==Screenshots== | ||
| Line 65: | Line 61: | ||
https://dlhb.gamebrew.org/vitahomebrews/images/IntotheBreachVita-04.png | https://dlhb.gamebrew.org/vitahomebrews/images/IntotheBreachVita-04.png | ||
==Media== | |||
'''Into the Breach Official Launch Trailer''' ([https://www.youtube.com/watch?v=oaiFvuWsfy8 GameTrailers]) <br> | |||
<youtube width="640">oaiFvuWsfy8</youtube> | |||
==Changelog== | ==Changelog== | ||
| Line 77: | Line 77: | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/Rinnegatamante/Into-The-Breach-Vita | ||
* VitaDB - https://www.rinnegatamante.eu/vitadb/#/info/1289 | * VitaDB - https://www.rinnegatamante.eu/vitadb/#/info/1289 | ||
[[Category:Mobile game ports on Vita]] | |||
[[Category:Vita game ports]] | |||
Latest revision as of 04:37, 27 July 2025
| Into the Breach Vita | |
|---|---|
| General | |
| Author | Rinnegatamante |
| Type | Strategy |
| Version | 1.0 |
| License | N/A |
| Last Updated | 2025/07/23 |
| Links | |
| Download | |
| Website | |
| Source | |
| Support Author | |
This is a wrapper/port of the mobile game Into the Breach for the PS Vita.
Notes:
- Due to the nature of the executable, it is impossible to re-implement proper Netflix subscription check. Please do download and use this loader only if you own an active Netflix subscription.
- The loader has been tested with v.1.2.92 of the game.
Installation
Requirements:
- libshacccg.suprx
- libfmodstudio.suprx
- kubridge.skprx
- Android game files
Instructions (plugins):
- Install Kubridge and FdFix by copying
kubridge.skprxandfd_fix.skprxto your taiHEN plugins folder (usuallyux0: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.
- (Optional) Install PSVshell to overclock your device to 500Mhz.
- Install
libshacccg.suprx, if you don't have it already, by following this guide. - Extract
libfmodstudio.suprxfrom PCSE01188 or PCSE01426 following this guide.
Instructions (game):
- Download and install the vpk file through VitaShell.
- Obtain your copy of Into the Breach legally for Android in form of an
.apkfile. - Open the apk with your zip explorer and extract the files
libmain.soandlibfreetype2.sofrom thelib/armeabi-v7afolder toux0:data/breach. - Extract all the files inside the
assetsfolder inux0:data/breach.
Controls
There is no controller support for the Android version but the code for it was fully in the executable which was restored in the Vita loader (including cool PS4 icons).
L and R triggers are mapped to L2/R2 and the back touch is mapped to L1/R1. Touch controls are still usable.
Screenshots
Media
Into the Breach Official Launch Trailer (GameTrailers)
Changelog
v1.0
- First Release.
Credits
- TheFloW for the original .so loader.
- Wans for the Livearea assets.
- CatoTheYounger for the screenshots and for testing the homebrew.
- Northfear for the SDL2 fork with vitaGL as backend.