GoldenIdol-Vita
More actions
| GoldenIdol-Vita | |
|---|---|
| General | |
| Author | WolffsRoom |
| Type | Puzzle |
| Version | 0.3.0 |
| License | N/A |
| Last Updated | 2026/06/04 |
| Links | |
| Download | |
| Website | |
| Source | |
A port of The Case of the Golden Idol for the PlayStation Vita, adapted from the original Godot Engine PC release. The repository contains the source scripts, patching engines, and tools created to adapt the game to run natively on the PS Vita hardware.
You MUST own the original game on Steam to generate the Vita playable files. No game assets are provided in the repository.
Controls
- D-Pad Up/Down: Zoom In / Zoom Out
- Touch Screen: Interact (click)
- Cross (X): Confirm / Interact
- Circle (O): Cancel / Back
- Triangle / Square: Open Thinking Panel
Installation
- Head to the Releases tab.
- Download the latest
GoldenIdol-Patch.zipandGoldenIdol-Vita-x.x.x.vpk. - Extract
GoldenIdol-Patch.zipinto a new folder on your PC.
How to apply the patch:
- Open Steam, right-click on "The Case of the Golden Idol", go to Manage -> Browse local files.
- Copy the file named
game.pckfrom that folder. - Paste the
game.pckfile exactly into theDataSteamfolder of your extracted patcher. - Go back to the main patcher folder and run
ApplyPatch.bat. Follow the on-screen instructions to select your language. - Wait for the process to finish. It will automatically apply the patch and create a new folder named
game_datacontaining your patched game file. - Install the
GoldenIdol-Vita-0.3.0.vpkon your PS Vita using VitaShell or FMVita (the author's personalized VitaShell). - Connect your Vita via FTP or USB, and copy the entire newly created
game_datafolder into your Vita's game app folder at:ux0:app/IDOL00001/(this ensures the file ends up exactly atux0:app/IDOL00001/game_data/game.pck, not just the root app folder). - Have fun!
Note: You MUST own the original game on Steam to generate the Vita playable files. No game assets are provided in this repository.
Update warning: If you want to update the game, update the game files too, not just the VPK.
Main Tools Used
This port was made possible thanks to the following tools:
GDRE_Tools
- Purpose: Used to extract the original PCK from the Steam version, allowing the project to be reconstructed and opened in the Godot Engine.
- Source: https://github.com/GDRETools/gdsdecomp
GODOT PSVita
- Purpose: Used to compile the final
.vpkfor the Vita, and modify essential game files to improve the interface and adapt playability for the console. - Source: https://github.com/SonicMastr/godot-vita
AssetStudio
- Purpose: Used to explore the files of the Unity version of the game (REDUX version), with the main goal of creating a tool to migrate the newly translated languages back to the Godot version.
- Note: The translation project is still a work-in-progress; the author is currently adding accentuation support to the TTF fonts used by the game.
- Source: https://github.com/Perfare/AssetStudio
Python Automation Tools
A series of .py tools were created to help automate the adjustments needed to make the PC assets run natively on the PS Vita. These can be found in the Tools.zip or the source tree:
| Tool Script | Usage / Purpose |
|---|---|
lossless_vita_optimizer.py |
Automatically optimizes large textures for PS Vita's VRAM constraints without visible quality loss. |
restore_imports.py |
Restores corrupted or missing .import configuration files after the original PCK extraction.
|
apply_vita_settings.py |
Automatically forces necessary PS Vita target settings directly into the project.godot file.
|
patch_dlcs_v2.py |
Integrates and patches the DLCs (Spider of Lanka & Lemurian Vampire) for console compatibility. |
patch_credits_v4.py |
Adjusts and adapts the ending credits UI constraints to match the Vita's native resolution. |
fix_idol_animation.py |
Tweaks memory-heavy animation loops so they run smoothly on Vita memory. |
adjust_anim.py |
Recalculates screen bounds and positional anchors for game elements during animations. |
improvements.py |
Applies overall UI/UX improvements, specifically adapting pointer and text elements. |
fix_steam_issues.py |
Removes Steamworks dependencies and PC-specific API calls that would crash the console runtime. |
patch_engine_animated.py |
Custom multi-threaded patching engine built with bsdiff4 to generate the final user patch.
|
Media
The Case of the Golden Idol - Official Reveal Trailer (GameTrailers)
Screenshots
Planned Improvements
- Adjust control settings
- Apply an automatic translation through
ApplyPatch.batitself, using the Unity version files for Godot as a base.
Known Issues
- A slightly longer loading time for screens and levels (about 5 seconds).
Changelog
v0.3.0
- First Release.