More actions
LSWTCS Vita | |
---|---|
General | |
Author | gm666q |
Type | Adventure |
Version | 0.1 |
License | MIT License |
Last Updated | 2024/09/18 |
Links | |
Download | |
Website | |
Source | |
Lego Star Wars: The Complete Saga is a Lego-themed action-adventure video game based on the Lego Star Wars line of construction toys. It is a combination of the game Lego Star Wars: The Video Game and its sequel, Lego Star Wars II: The Original Trilogy, which span the first six episodes of the Skywalker Saga.
This repository contains a loader for the Android release of Lego Star Wars: The Complete Saga v2.0.2.02, based on the Android SO Loader by TheFloW. The loader provides a tailored, minimalistic Android-like environment to run the official ARMv7 game executable on the PS Vita.
Setup
Requirements:
- libshacccg.suprx
- kubridge.skprx
- Game Data Files: Android
In order to properly install the game, you'll have to follow these steps precisely:
- (Recommended) Make sure that you are either on 3.60 enso or 3.65 enso firmware version. Other versions may work too, but no support is provided for them! If you experience any issues apart from those described in the Known Issues section, please upgrade or downgrade your firmware accordingly before asking for support.
- Install or update kubridge and FdFix by copying
kubridge.skprx
andfd_fix.skprx
to your taiHEN plugins folder (usuallyur0:tai
) and adding two entries to yourconfig.txt
under*KERNEL
:
*KERNEL ur0:tai/kubridge.skprx ur0:tai/fd_fix.skprx Copy
! ⚠️ Don't install 'fd_fix.skprx' if you're using the rePatch plugin! Copy
- ⚠️ Even if you had 'kubridge.skprx' installed before, most likely you still - need to update it, since a new version of the plugin was released at the same - time as this port. kubridge v0.3.1 or newer is required to run the game! Copy
- Make sure you have
libshacccg.suprx
in theur0:/data/
folder on your console. If you don't, use ShaRKBR33D to get it quickly and easily.
- Legally obtain your copy of Lego Star Wars: The Complete Saga for Android in a form of an
.apk
file and data files. This port is tailored for the v2.0.2.02(20202) version of the game. Older versions will not work. Newer versions may work, but no support is provided for them.- If you have it installed on your phone, you can get all the required files directly from it or by using any APK extractor you can find on Google Play. Note, this app uses split apks.
- You can follow this guide by CatoTheYounger97 to help with extracting the data files.
ℹ️ Verify that your build is the correct one using sha1sum (can also be found as an online tool). sha1sum for
lib/armeabi-v7a/libTTapp.so
must be291321330a3789414cab7d411dae64debc990ad6
- Open the
.apk
with any zip explorer (like 7-Zip) and extract the filelib/armeabi-v7a/libTTapp.so
from the.apk
intoux0:data/lswtcs/
on your Vita. Example of a correct resulting path:ux0:data/lswtcs/libTTapp.so
- Fetch the game data files from your device. You can find them in the internal data folder of the device, rooted device might be required. Copy the file you find there (
Audio.dat
,Levels.dat
,Other.dat
, andTextures.dat
) toux0:data/lswtcs/
on your Vita. Example of a correct resulting path:ux0:data/lswtcs/Audio.dat
.
- Install
lswtcs.vpk
(from Releases).
- (Optional) Install CapUnlocker Vita. It may give you a bit better performance.
Controls
Button | Action |
---|---|
Left stick | Move |
Directional buttons | Move |
Triangle | Tag (switch character) |
Circle | Special (build/use) |
Cross | Jump |
Square | Action (attack) |
Touch screen | Character toggle |
Start | Start/Pause |
Media
LEGO Star Wars: The Complete Saga - Trailer (App Preview)
Screenshots
Known Issues
- Intermittent crashing
- Slow load times
- Sounds are a bit off (not playing, playing too fast, abrupt transitions, etc.)
- Touch screen is required for free play switching (this is consistent with Android, but ideally it will be patched)
Changelog
v1.0
- First Release.
Credits
- Andy "The FloW" Nguyen for the original .so loader.
- Rinnegatamante for help with rendering and sound issues.
- Volodymyr Atamanenko for the boilerplate template and help with sound issues.
- GrapheneCt for CapUnlocker.
- CatoTheYounger97 for help with the guide on how to get the APK and data files.