More actions
(Created page with "{{#seo: |title=Vita Homebrew Games (Puzzle) - GameBrew |title_mode=append |image=sleepwalkersjourneyvita.jpg |image_alt=Sleepwalker's Journey Vita }} {{Infobox Vita Homebrews |title=Sleepwalker's Journey Vita |image=sleepwalkersjourneyvita.png |description=Port of Sleepwalker's Journey for the PSVITA. |author=Rinnegatamante |lastupdated=2023/02/28 |type=Puzzle |version=1.0 |license=MIT |download=https://dlhb.gamebrew.org/vitahomebrews/sleepwalkersjourneyvita.7z |website=...") |
No edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=Sleepwalker's Journey Vita | |title=Sleepwalker's Journey Vita | ||
|image=sleepwalkersjourneyvita.png | |image=sleepwalkersjourneyvita.png | ||
|description=Port of | |description=Port of Sleepwalkers Journey for the PS Vita. | ||
|author=Rinnegatamante | |author=Rinnegatamante | ||
|lastupdated=2023/ | |lastupdated=2023/03/04 | ||
|type=Puzzle | |type=Puzzle | ||
|version=1. | |version=1.2 | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/sleepwalkersjourneyvita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/sleepwalkersjourneyvita.7z | ||
|website=https://github.com/Rinnegatamante/sleepwalkers-vita/ | |website=https://github.com/Rinnegatamante/sleepwalkers-vita/ | ||
|source=https://github.com/Rinnegatamante/sleepwalkers-vita/ | |source=https://github.com/Rinnegatamante/sleepwalkers-vita/ | ||
| | |donation=https://www.patreon.com/Rinnegatamante | ||
}} | |||
{{#seo: | |||
|title=Vita Homebrew Games (Puzzle) - GameBrew | |||
|title_mode=append | |||
|image=sleepwalkersjourneyvita.png | |||
|image_alt=Sleepwalker's Journey Vita | |||
}} | }} | ||
This is a | This is a port of Sleepwalker's Journey for the PS Vita, functioning as a wrapper. The process involves loading the official Android ARMv6 executable into memory. To enable proper functionality, the port resolves imports using native functions and applies necessary patches for execution on the PS Vita platform. | ||
'''Note''': This port has only been tested with version 1.2 of the game. | '''Note''': This port has only been tested with version 1.2 of the game. | ||
== | ==Installation== | ||
Requirements: | |||
* libshacccg.suprx ([[ShaRKBR33D Vita|ShaRKBR33D]]) | |||
* libshacccg.suprx | |||
* [[Kubridge Vita|Kubridge]] | * [[Kubridge Vita|Kubridge]] | ||
* [[FdFix Vita|FdFix]] OR repatch_ex.skprx | * [[FdFix Vita|FdFix]] OR repatch_ex.skprx | ||
* | * Android game data files | ||
How to install: | |||
*Copy kubridge.skprx and fd_fix.skprx to your taiHEN plugins folder and add two entries to your config.txt under *KERNEL (change to ur0 if you store the plugins there) | *Copy kubridge.skprx and fd_fix.skprx to your taiHEN plugins folder and add two entries to your config.txt under *KERNEL (change to ur0 if you store the plugins there) | ||
*KERNEL | *KERNEL | ||
Line 42: | Line 38: | ||
*(Optional) Install [[PSVshell Vita|PSVshell]] to overclock your device to 500Mhz. | *(Optional) Install [[PSVshell Vita|PSVshell]] to overclock your device to 500Mhz. | ||
*Install libshacccg.suprx, if you don't have it already, by following [https://samilops2.gitbook.io/vita-troubleshooting-guide/shader-compiler/extract-libshacccg.suprx this guide]. | *Install libshacccg.suprx, if you don't have it already, by following [https://samilops2.gitbook.io/vita-troubleshooting-guide/shader-compiler/extract-libshacccg.suprx this guide]. | ||
* Obtain your copy of | * Obtain your copy of Sleepwalker's Journey legally for Android in form of an .apk file and a .obb file. | ||
* Open the apk with your zip explorer and extract the file | * Open the apk with your zip explorer and extract the file "libAndroidGame.so" from the "lib/armeabi" folder to ux0:data/sleepwalkers. | ||
* Place the obb file named as | * Place the obb file named as "main.obb" in ux0:data/sleepwalkers. | ||
== | ==User guide== | ||
Assist drowsy Moonboy, who has been blown out of bed by a massive lunar sneeze, as he traverses through his dreams while sleepwalking. Your task is to aid him in reaching his bed safely by navigating through various traps, clearing obstructions, and altering his surroundings to create a secure path. | |||
Explore the fantasy world, solve environmental puzzles, and discover multiple pathways while collecting stars and crescents to bask in the beauty of Sleepwalker's Journey's enchanting atmosphere. | |||
You are Moonboy's sole protector and your creativity shapes the dream realm that he navigates through on his way to his cozy bed. As the dream creator, it's up to you to guide him to his destination. | |||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/vitahomebrews/sleepwalkersjourneyvita-01.png | https://dlhb.gamebrew.org/vitahomebrews/sleepwalkersjourneyvita-01.png | ||
https://dlhb.gamebrew.org/vitahomebrews/sleepwalkersjourneyvita-02.png | https://dlhb.gamebrew.org/vitahomebrews/sleepwalkersjourneyvita-02.png | ||
https://dlhb.gamebrew.org/vitahomebrews/sleepwalkersjourneyvita-03.png | https://dlhb.gamebrew.org/vitahomebrews/sleepwalkersjourneyvita-03.png | ||
https://dlhb.gamebrew.org/vitahomebrews/sleepwalkersjourneyvita-04.png | https://dlhb.gamebrew.org/vitahomebrews/sleepwalkersjourneyvita-04.png | ||
==Changelog== | ==Changelog== | ||
''' | '''v.1.2''' | ||
* Added playback of the intro video at app start. | |||
* Made it possible to rewind time by pressing L trigger. | |||
* Made it possible to fast forward by pressing R trigger. | |||
'''v.1.1''' | |||
*Added possibility to pause game with Start button. | |||
'''v.1.0''' | |||
* First Release. | * First Release. | ||
Line 65: | Line 71: | ||
== External links == | == External links == | ||
* | * GitHub - https://github.com/Rinnegatamante/sleepwalkers-vita/ | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/1048 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/1048 | ||
[[Category: | [[Category:Mobile game ports on Vita]] | ||
[[Category:Vita game ports]] |
Latest revision as of 05:29, 26 October 2024
Sleepwalker's Journey Vita | |
---|---|
General | |
Author | Rinnegatamante |
Type | Puzzle |
Version | 1.2 |
License | MIT License |
Last Updated | 2023/03/04 |
Links | |
Download | |
Website | |
Source | |
Support Author | |
This is a port of Sleepwalker's Journey for the PS Vita, functioning as a wrapper. The process involves loading the official Android ARMv6 executable into memory. To enable proper functionality, the port resolves imports using native functions and applies necessary patches for execution on the PS Vita platform.
Note: This port has only been tested with version 1.2 of the game.
Installation
Requirements:
- libshacccg.suprx (ShaRKBR33D)
- Kubridge
- FdFix OR repatch_ex.skprx
- Android game data files
How to install:
- Copy kubridge.skprx and fd_fix.skprx to your taiHEN plugins folder and add two entries to your config.txt under *KERNEL (change to ur0 if you store the plugins there)
*KERNEL ux0:tai/kubridge.skprx ux0:tai/fd_fix.skprx
- Note: Do not 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 Sleepwalker's Journey legally for Android in form of an .apk file and a .obb file.
- Open the apk with your zip explorer and extract the file "libAndroidGame.so" from the "lib/armeabi" folder to ux0:data/sleepwalkers.
- Place the obb file named as "main.obb" in ux0:data/sleepwalkers.
User guide
Assist drowsy Moonboy, who has been blown out of bed by a massive lunar sneeze, as he traverses through his dreams while sleepwalking. Your task is to aid him in reaching his bed safely by navigating through various traps, clearing obstructions, and altering his surroundings to create a secure path.
Explore the fantasy world, solve environmental puzzles, and discover multiple pathways while collecting stars and crescents to bask in the beauty of Sleepwalker's Journey's enchanting atmosphere.
You are Moonboy's sole protector and your creativity shapes the dream realm that he navigates through on his way to his cozy bed. As the dream creator, it's up to you to guide him to his destination.
Screenshots
Changelog
v.1.2
- Added playback of the intro video at app start.
- Made it possible to rewind time by pressing L trigger.
- Made it possible to fast forward by pressing R trigger.
v.1.1
- Added possibility to pause game with Start button.
v.1.0
- First Release.
Credits
- CatoTheYounger for the screenshots and for testing the homebrew.
- gl33ntwine for helping dealing with partial automatization of shaders translation.