More actions
(Created page with "{{Infobox Vita Homebrews |title=Professor Layton: Lost Future HD Vita |image=professorlaytonlostfuturevita.png |description=Port of Professor Layton: Lost Future HD for PSVita. |author=Rinnegatamante |lastupdated=2023/09/26 |type=Puzzle |version=1.0 |license=MIT |download=https://dlhb.gamebrew.org/vitahomebrews/professorlaytonlostfuturevita.7z |website=https://github.com/Rinnegatamante/layton3-vita |source=https://github.com/Rinnegatamante/layton3-vita |donation=https://...") |
No edit summary |
||
Line 21: | Line 21: | ||
This is a wrapper/port of Professor Layton: Lost Future HD for the PS Vita. The port works by loading the official Android ARMv7 executable in memory, resolving its 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 executable as is. | This is a wrapper/port of Professor Layton: Lost Future HD for the PS Vita. The port works by loading the official Android ARMv7 executable in memory, resolving its 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 executable as is. | ||
'''Note | '''Note:''' This port works only with versions of the game where an obb file was still used. It has been tested with v.1.0.1. | ||
== | ==Installation== | ||
Requirements: | |||
* libshacccg.suprx | |||
* kubridge.skprx | |||
* fd_fix.skprx OR repatch_ex.skprx | |||
* Android game data files | |||
Install the plugins: | |||
* 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 | |||
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. | |||
* 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 the game: | |||
* Obtain your copy of Professor Layton: Lost Future HD legally for Android in form of an <code>.apk</code> file and an obb. [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. | |||
* Open the apk with your zip explorer and extract the file <code>libll3.so</code> from the <code>lib/armeabi-v7a</code> folder to <code>ux0:data/layton_future</code>. | |||
* Extract the folder <code>assets</code> inside <code>ux0:data/layton_future</code>. | |||
* Extract the <code>obb</code> file in <code>ux0:data/layton_future/data</code> and rename the file <code>main.obb</code>. | |||
* Install the VPK with [[VitaShell]]. | |||
==User guide== | |||
After solving countless puzzling riddles, the famous archaeologist Professor Layton receives an incredibly unusual letter. | After solving countless puzzling riddles, the famous archaeologist Professor Layton receives an incredibly unusual letter. | ||
Line 37: | Line 60: | ||
Haunted by the notion that the explosion of the time machine could be somehow linked to these disappearances, Professor Layton and Luke embark on a journey to the location mentioned in the letter: a clock shop on Midland Road in Baldwin. It marks the beginning of what could be their most perplexing and captivating mystery to date. | Haunted by the notion that the explosion of the time machine could be somehow linked to these disappearances, Professor Layton and Luke embark on a journey to the location mentioned in the letter: a clock shop on Midland Road in Baldwin. It marks the beginning of what could be their most perplexing and captivating mystery to date. | ||
==Screenshots== | ==Screenshots== | ||
Line 69: | Line 70: | ||
https://dlhb.gamebrew.org/vitahomebrews/professorlaytonlostfuturevita-04.png | https://dlhb.gamebrew.org/vitahomebrews/professorlaytonlostfuturevita-04.png | ||
==Known | ==Media== | ||
'''PROFESSOR LAYTON and the Lost Future HD for Mobile Trailer''' ([https://www.youtube.com/watch?v=s-7Mcbr92VA LEVEL5ch]) <br> | |||
<youtube width="640">s-7Mcbr92VA</youtube> | |||
==Known issues== | |||
* Post puzzle solution animation is a bit slow. (Likely cause of I/O overhead) | * Post puzzle solution animation is a bit slow. (Likely cause of I/O overhead) | ||
* Very rarely, videos play sped up and without audio and can freeze although you are still able to skip them in order to progress the game. (sceAvPlayer qwirk). | * Very rarely, videos play sped up and without audio and can freeze although you are still able to skip them in order to progress the game. (sceAvPlayer qwirk). | ||
Line 78: | Line 83: | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/Rinnegatamante/layton3-vita | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/1154 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/1154 |
Revision as of 17:04, 30 Ocak 2024
Professor Layton: Lost Future HD Vita | |
---|---|
General | |
Author | Rinnegatamante |
Type | Puzzle |
Version | 1.0 |
License | MIT License |
Last Updated | 2023/09/26 |
Links | |
Download | |
Website | |
Source | |
Support Author | |
This is a wrapper/port of Professor Layton: Lost Future HD for the PS Vita. The port works by loading the official Android ARMv7 executable in memory, resolving its 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 executable as is.
Note: This port works only with versions of the game where an obb file was still used. It has been tested with v.1.0.1.
Installation
Requirements:
- libshacccg.suprx
- kubridge.skprx
- fd_fix.skprx OR repatch_ex.skprx
- Android game data files
Install the plugins:
- Install kubridge and FdFix by copying
kubridge.skprx
andfd_fix.skprx
to your taiHEN plugins folder (usuallyux0:tai
) and adding two entries to yourconfig.txt
under*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.
Install the game:
- Obtain your copy of Professor Layton: Lost Future HD legally for Android in form of an
.apk
file and an obb. 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
libll3.so
from thelib/armeabi-v7a
folder toux0:data/layton_future
. - Extract the folder
assets
insideux0:data/layton_future
. - Extract the
obb
file inux0:data/layton_future/data
and rename the filemain.obb
. - Install the VPK with VitaShell.
User guide
After solving countless puzzling riddles, the famous archaeologist Professor Layton receives an incredibly unusual letter.
Surprisingly, the sender of this letter is none other than his assistant Luke... but from a decade ahead! 'Future Luke' finds himself in a rather troubling situation. The beloved city of London has descended into utter chaos.
At first, the professor suspects that Luke is merely playing a prank, trying to trick him with harmless jokes. However, he can't help but recollect the dreadful events that unfolded the week before...
It all began with the grand unveiling of humanity's inaugural time machine, a momentous occasion attended by distinguished individuals from across the nation.
During the demonstration, the time machine malfunctioned, causing a horrifying explosion that engulfed the entire audience.
Strangely, some of the participants vanished into thin air, including Prime Minister Bill Hawks.
Haunted by the notion that the explosion of the time machine could be somehow linked to these disappearances, Professor Layton and Luke embark on a journey to the location mentioned in the letter: a clock shop on Midland Road in Baldwin. It marks the beginning of what could be their most perplexing and captivating mystery to date.
Screenshots
Media
PROFESSOR LAYTON and the Lost Future HD for Mobile Trailer (LEVEL5ch)
Known issues
- Post puzzle solution animation is a bit slow. (Likely cause of I/O overhead)
- Very rarely, videos play sped up and without audio and can freeze although you are still able to skip them in order to progress the game. (sceAvPlayer qwirk).
Changelog
v1.0
- First Release.