Releases: MetalSyntax/Inotia3-vita
Releases · MetalSyntax/Inotia3-vita
Release list
Inotia 3: Children of Carnia v1.0.0 — PS Vita Port (Fully Playable)
Inotia 3: Children of Carnia — PS Vita Port v1.0.0
First official release of the native Android-to-PS Vita wrapper port for Inotia 3: Children of Carnia (originally by Com2uS). Powered by so-loader, FalsoJNI, and vitaGL.
The game has been thoroughly reverse-engineered and tested on physical PS Vita hardware and is fully playable from start to finish.
🌟 Key Features & Improvements
- Fully Playable Offline Campaign: Complete story mode, party management, skills, inventory, map transitions, and combat are 100% functional.
- Native 960x544 Visuals: Fullscreen hardware rendering via
vitaGL(OpenGL ES 1.1 fixed-function pipeline with customGL_FIXEDtoGL_FLOATarray conversion andGL_LINEARtexture filtering). - Dual Control Support: Full physical button mapping (D-Pad, Left Analog Stick, Face Buttons, Triggers) alongside multi-touch front touchscreen support.
- Native Audio Engine: Music and SFX decoded directly via
Tremor/liboggportlibs. - Reliable Save System: Save files persist directly in
ux0:data/inotia3/save<N>.dat. - Game Engine Bypasses: Bypassed anti-tamper security routines (
excuteDirectly,jIsCracked) and stuck ad-loop transitions (Extend_CheckAdvDisplay).
📋 Prerequisites & Requirements
Before installing, ensure your PS Vita has:
- Custom Firmware (3.60 / 3.65 Enso recommended).
- Plugins installed in
ur0:tai/config.txtunder*KERNEL:kubridge.skprx(v0.3 or newer)fd_fix.skprx(or rePatch)
libshacccg.suprxinstalled inur0:data/(can be extracted using ShaRKBR33D).
📦 Installation Guide
- Install
inotia3.vpkon your PS Vita using VitaShell. - Legally obtain a copy of the Inotia 3: Children of Carnia Android APK (
v1.3.2). - Open the
.apkusing any zip extractor (like 7-Zip). - Copy
lib/armeabi/libgame.soto:
ux0:data/inotia3/libgame.so - Extract the
assets/folder from the.apkand copy its contents to:
ux0:data/inotia3/assets/
(Or copy extracted game resources intoux0:data/inotia3/assets/common/game_res/) - Launch the game from LiveArea!
🎮 Controls
| Button | Action |
|---|---|
| D-Pad / Left Analog | Move Character |
Cross (✕) |
Attack / Confirm / Action |
Circle (◯) |
Secondary Skill / Cancel |
Square (▢) |
Skill / Quick Slot |
Triangle (Δ) |
Special Skill / Quick Slot |
| L / R Triggers | Quick Slots / Target Toggle |
| Start | Pause Menu |
| Select | Map / Character Info |
| Touchscreen | Full Touch UI Navigation |
📜 Credits
- Original Game by Com2uS.
- TheOfficialFloW for
so_loader. - Rinnegatamante for
vitaGL&FalsoJNI. - Bythos for
kubridge.