More actions
Professor Layton: Curious Village HD Vita | |
---|---|
General | |
Author | Rinnegatamante |
Type | Puzzle |
Version | 1.1 |
License | MIT License |
Last Updated | 2023/09/24 |
Links | |
Download | |
Website | |
Source | |
Support Author | |
This is a wrapper/port of Professor Layton: Curious Village 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.
About The Game
Discover the game that started it all! With over 17 million units sold worldwide, Professor Layton and the Curious Village shaped the puzzle-adventure genre and launched a legacy. Now digitally remastered in HD for mobile devices, complete with new animated cutscenes, it's time to join Professor Layton and his apprentice Luke on a cerebral marathon.
The story begins with the duo traveling to the remote settlement of St. Mystere to search for the Golden Apple, a family treasure hidden somewhere in the village. Featuring a charming old-world artistic style and a quirky cast of characters, the game's puzzles, created by renowned author Akira Tago, will test your observation, logic, and critical thinking skills with over 100 brain teasers.
Uncover puzzles through conversations with villagers and investigating your surroundings, and enjoy the beloved original soundtrack that captures the mood of the Layton universe. If you love mind-bending puzzles, Professor Layton and the Curious Village is the game for you!
Requirements
- libshacccg.suprx
- Game Data Files: Android
Installation
In order to properly install the game, you'll have to follow these steps precisely:
- 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. - Obtain your copy of Professor Layton: Curious Village 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
libll1.so
from thelib/armeabi-v7a
folder toux0:data/layton_curious
. - Extract the folder
assets
insideux0:data/layton_curious
. - Extract the
obb
file inux0:data/layton_curious/data
and rename the filemain.obb
.
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 and v.1.0.3.
- Very rarely, videos can freeze or lack audio. If that happens, restart the homebrew (sceAvPlayer bug). You'll still be able to skip the video as usual.
Media
Professor Layton and the Curious Village HD for Mobile Trailer (U.S.) (Layton Series)
Screenshots
Known Issues
- Post puzzle solution animation is a bit slow. (Likely cause of I/O overhead)
Changelog
v1.1
- Reworked Livearea assets (Thanks to YogaBudiW).
- Added possibility to play the game in flipped portrait mode (Create a file named ux0:data/layton_curious/flip.txt) to enable it.
- Mitigated the issue for which videos started with way faster speed and no audio and freezed sometimes.
v1.0.3
- Removed FuHEN logo.
v1.0.2
- Fixed an issue causing some puzzles to have broken rendering in portrait mode.
v1.0.1
- Fixed an issue causing rotated elements to be invisible.
- Fixed an issue causing game locking up in certain circumstances.
v1.0
- Initial release.
Credits
- TheFloW for the original .so loader.
- withLogic for testing the homebrew.
- YogaBudiW for the Livearea assets.