Assassin's Creed Altair Chronicles Vita
From GameBrew
More actions
| Assassin's Creed Altair Chronicles Vita | |
|---|---|
| General | |
| Author | Rinnegatamante |
| Type | Action |
| Version | 0.9.5 |
| License | MIT License |
| Last Updated | 2025/07/27 |
| Links | |
| Download | |
| Website | |
| Source | |
| Support Author | |
This is a wrapper/port of Assassin's Creed Altair Chronicles for the PS Vita.
The port works by loading the official Android ARMv7 executables in memory, resolving their 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 executables as they are.
Note
- This port works with both the Android and Xperia build of the game. In order to achieve the best result, it's highly recommended to use the Xperia build (v.1.0.2) of the game since it has native physical buttons support.
- There are some border glitches on some 2D sprites.
- There are some issues in which pause menu and analogs movement can stop working in certain levels (Dpad movement will still work fine).
Requirements
- libshacccg.suprx
- kubridge.skprx
- Game Data Files: Android
Setup Instructions
In order to properly install the game, you'll have to follow these steps precisely:
- Install kubridge Vita and FdFix Vita 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. - Obtain your copy of Assassin's Creed: Altair Chronicles legally for Android or Sony Xperia Play in form of an
.apkfile and an.obbfile. You can get all the required files directly from your phone or by using an apk extractor you can find in the play store. - Open the apk with your zip explorer and extract the file
libassissinscreed.sofrom thelib/armeabi-v7aorlib/armeabifolder toux0:data/assassins. - Open the obb with your zip explorer and extract the
gameloftfolder inside it inux0:data/assassins.
Media
Assassin's Creed - Altaïr's Chronicles - iPhone Game Trailer (iGamesView)
Screenshots
Changelog
v0.9.5
- Mitigated border glitches in the main menu.
- Fixed a bug causing some dialogues audio to play in incorrect places.
- Improved the whole audio system: now sounds shouldn't glitch one on top of the other anymore.
- Removed debug logs leftovers.
- Disabled the rendering of the left virtual analog on screen when using the Xperia build of the game.
v0.9
- First Release.
Credits
- TheFloW for the original .so loader.