More actions
Thimbleweed Park Vita | |
---|---|
File:Thimbleweedparkvita.png | |
General | |
Author | Rinnegatamante |
Type | Adventure |
Version | 1.1 |
License | Mixed |
Last Updated | 2023/03/28 |
Links | |
Download | |
Website | |
Source | |
Thimbleweed Park has been ported to PSVITA using a wrapper that runs the official Android ARMv7 executable. The port involves loading the executable into memory, resolving its imports with native functions, and applying necessary patches to ensure smooth execution. As a result, the game can run natively on the PSVITA without requiring full emulation, thanks to the creation of a minimalist Android environment.
About The Game
Welcome to Thimbleweed Park, home to 80 eccentric individuals. You won't find a place quite like this anywhere else, with its haunted hotel, abandoned circus, burnt-out pillow factory, and even toilets running on vacuum tubes.
Despite having nothing in common, five individuals have found themselves drawn to this rundown town, unaware of their deep connections to each other. However, someone is watching their every move.
Agent Ray's true motives are unknown, and will she succeed in her mission? Junior Agent Reyes appears to be withholding information about a factory fire from 20 years ago. Franklin the ghost longs to speak to his daughter once more. Can Ransome the Beeping Clown transform into a decent person? Will Delores, an aspiring game developer, give up her dreams to support her family?
And why does nobody seem to care about the dead body pixelating under the bridge?
As the night unfolds in Thimbleweed Park, these questions will be answered, and you'll find yourself questioning everything you thought you knew. In a town like this, a dead body is just the beginning of your troubles.
Requirements
- libshacccg.suprx (ShaRKBR33D)
- Kubridge
- FdFix OR repatch_ex.skprx
- Android game data files.
Setup Instructions
- 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 vpk from Release tab.
- Obtain your copy of Thimbleweed Park legally for Android in form of an
.apk
file and an.obb
file. - Open the apk with your zip explorer and extract the files
libThimbleweedPark.so
from thelib/armeabi-v7a
folder toux0:data/thimbleweed
. - Put the
.obb
file inux0:data/thimbleweed
named asmain.obb
.
Media
Thimbleweed Park Review - (IGN)
Screenshots
Changelog
v.1.1
- Updated to latest vitaGL version.
- Increased available mem for the application.
- Made so that game purges its cache when memory is shortening. (Fixes crashes/graphical corruption caused by out of mem)
v.1.0
- First Release.
Credits
- TheFloW for the original .so loader.
- CatoTheYounger for the screenshots and for testing the homebrew.
- Northfear for the SDL2 fork with vitaGL as backend.