Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Walk Vita: Difference between revisions

From GameBrew
No edit summary
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 17: Line 17:
|website=https://kyuhen.customprotocol.com/en/submissions/walk/
|website=https://kyuhen.customprotocol.com/en/submissions/walk/
|source=https://github.com/pathway27/walk
|source=https://github.com/pathway27/walk
|discussion=https://www.paypal.com/paypalme/pathway27
|donation=https://ko-fi.com/pathway27
}}
}}
A PS Vita plugin to read a txt file walkthrough while playing a game.
A PS Vita plugin to read a txt file walkthrough while playing a game.


This is part of the KyûHEN Homebrew Contest.
It was part of the KyûHEN Homebrew Contest (Utility, 2nd place).


==Installation==
==Installation==
This plugin needs [[IoPlus Vita|ioPlus]] by CelesteBlue.
This plugin needs [[IoPlus Vita|ioPlus]] by CelesteBlue.


Download walk and put the .suprx file in ux0(ur0):tai/ and it to your ux0(ur0):tai/config.txt.
Download walk and put the .suprx file in ux0(ur0):tai/.


Add it to *ALL to enable it for all games, or add a section for the titleid of the game/app you're interested in (change to ur0 if you store the plugin there)
Open ux0(ur0):tai/config.txt, insert the plugin under *ALL to enable it for all games, or add a section for the titleid of the game/app you're interested in (change to ur0 if you store the plugin there)


  *KERNEL
  *KERNEL
Line 63: Line 63:
  })()
  })()


'''Disclaimer:''' By doing above and using this plugin you agree that you are reading guides provided by the author as if on on the website gamefaqs.com.
'''Disclaimer:''' By doing above and using this plugin you agree that you are reading guides provided by the author as if on the website gamefaqs.com.


==Controls==
==Controls==
Line 70: Line 70:
'''Reader:'''
'''Reader:'''


Up - Go up a line
Up/Down - Go up/down a line


Down - Go down a line
Left/Right - Go up/down 27 lines
 
Left - Go up 27 lines
 
Right - Go down 27 lines


==Screenshots==
==Screenshots==
Line 93: Line 89:
* VitaDB - https://vitadb.rinnegatamante.it/#/info/666
* VitaDB - https://vitadb.rinnegatamante.it/#/info/666


[[Category:Support the author]]
[[Category:KyuHEN Homebrew Contest]]

Latest revision as of 10:55, 8 September 2024

Walk
Walkvita2.png
General
Authorpathway27
TypePlugins
Version0.1
LicenseGPL-3.0
Last Updated2021/05/16
Links
Download
Website
Source
Support Author

A PS Vita plugin to read a txt file walkthrough while playing a game.

It was part of the KyûHEN Homebrew Contest (Utility, 2nd place).

Installation

This plugin needs ioPlus by CelesteBlue.

Download walk and put the .suprx file in ux0(ur0):tai/.

Open ux0(ur0):tai/config.txt, insert the plugin under *ALL to enable it for all games, or add a section for the titleid of the game/app you're interested in (change to ur0 if you store the plugin there)

*KERNEL
ux0:tai/ioplus.skprx
...
*ALL
ux0:tai/walk.suprx

Transfer your txt into the directory ux0:data/walk/TITLEID/ with the filename as walk.txt.

So the full path will be: ux0:data/walk/TITLEID/walk.txt.

You can find the title id at the gamefaqs' data page, like this one.

User guide

Please note that the viewer doesn't pause the game, it's still running behind it.

Some lines maybe cut-off and you may need to use Left and Right to go to the next page.

Tricks

Getting a FAQ from gamefaqs.com

(function() {
let file = new Blob([$(".faqtext").text()], {type: "application/text"});
let a = document.createElement("a"),
url = URL.createObjectURL(file);
a.href = url;
a.download = window.document.title + ".txt";
document.body.appendChild(a);
a.click();
})()

Disclaimer: By doing above and using this plugin you agree that you are reading guides provided by the author as if on the website gamefaqs.com.

Controls

Hold Select+R - Open/Close the reader (while in game)

Reader:

Up/Down - Go up/down a line

Left/Right - Go up/down 27 lines

Screenshots

walkvita3.png

Credits

External links

Advertising: