Ptextviewer PSP: Difference between revisions

From GameBrew
(Created page with "{{Infobox PSP homebrew | title = ptextviewer | image = https://dlhb.gamebrew.org/psphomebrew/ptextviewer.jpg|250px | type = Plugins | version = v1.03-2 | licence = Mixed | aut...")
 
m (Text replacement - "Category:PSP homebrew applications" to "")
 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox PSP homebrew
{{Infobox PSP Homebrews
| title = ptextviewer
|title=ptextviewer
| image = https://dlhb.gamebrew.org/psphomebrew/ptextviewer.jpg|250px
|image=ptextviewer.jpg
| type = Plugins
|description=Allows you to suspend any PSP game at any time and read text files stored on the Memory Stick.
| version = v1.03-2
|author=hiroi01
| licence = Mixed
|lastupdated=2011/09/12
| author = hiroi01
|type=Plugins
| website =
|version=1.03 + 1.03-2
| download = https://dlhb.gamebrew.org/psphomebrew/ptextviewer.rar
|license=Mixed
| source = https://hiroi01.com/?p=prx#ptextviewer
|download=https://dlhb.gamebrew.org/psphomebrew/ptextviewer.rar
|website=https://hiroi01.com/?p=prx#ptextviewer
}}
}}
<youtube>K1WSOSimvTI</youtube>
Ptextviewer is a plugin that allows you to suspend any application or game at any time and read text files stored on the Memory Stick.


Ptextviewer is a plugin that allows you to suspend any application or game at any time and read text files stored on the Memory Stick.
==Installation==
'''Note:''' It is advised to use version 103. Only when it does not work (for instance 6.37 6.38), you can try using the alternate version 103-2.


Installation
This plugin depends on [http://code.google.com/p/prx-common-libraries/downloads/list cmlibmenu]. Place cmlibmenu.prx and the font folder containing the font data in ms0:/seplugins/lib/ (ef0:/seplugins/lib/ for PSP Go).
Note from developer:
Please use version 103. Only when it does not work, you can try using the alternate version 103-2.
 
This plugin depends on cmlibmenu (http://code.google.com/p/prx-common-libraries/downloads/list). Place cmlibmenu.prx and the font folder containing the font data in ms0:/seplugins/lib/ (ef0:/seplugins/lib/ for PSP Go).
 
Note: You will find both v103 and v103-2, along with cmlibmenu included in the package, which you can skip ahead to installation.


To install, copy the lib folder, ptextviewer.prx and ptextviewer.ini to ms0:/seplugins/ (ef0:/seplugins/ for PSP Go).
To install, copy the lib folder, ptextviewer.prx and ptextviewer.ini to ms0:/seplugins/ (ef0:/seplugins/ for PSP Go).
Line 27: Line 23:


For PSP, append this line to the text files
For PSP, append this line to the text files
ms0:/seplugins/ptextviewer.prx 1
ms0:/seplugins/ptextviewer.prx 1


For PSP Go, add this line instead
For PSP Go, add this line instead
ef0:/seplugins/ptextviewer.prx 1
ef0:/seplugins/ptextviewer.prx 1


User guide
==User guide==
You can use the plugin to read text files in txt and ini formats. Note the only text code can be read is Shift-JIS.
You can use the plugin to read text files in txt and ini formats. Note the only text code can be read is Shift-JIS.


Boot key can be changed in the ptextviewer.ini.
Boot key can be changed in the ptextviewer.ini.


Controls
==Controls==
L-Trigger+R-Trigger+Note - Boot key
L+R+Note - Boot key


Compatibility
==Compatibility==
Supported Firmwares:
Supported Firmwares:
6.20 to 6.60
6.20 to 6.60


Changelog
==Changelog==
v1.03
'''v1.03'''
- Fixed some issues.
* Fixed some issues.
- The HOME menu is no longer displayed at Exit.
* The HOME menu is no longer displayed at Exit.


v1.02fix
'''v1.02fix'''
- Fixed an issue that caused an error when opening a file, returning, and then opening the file.
* Fixed an issue that caused an error when opening a file, returning, and then opening the file.


v1.02
'''v1.02'''
- Depends on cmlibmenu.
* Depends on cmlibmenu.
- Code optimization.
* Code optimization.
- Maximum size limit for open text files.
* Maximum size limit for open text files.
- Eliminate flickering when sending text.
* Eliminate flickering when sending text.
- By pressing the SELECT button, you can double the font size.
* By pressing the SELECT button, you can double the font size.


v1.01
'''v1.01'''
- Added page forward / return function.
* Added page forward / return function.
- Changed how to fill in StartPath option.
* Changed how to fill in StartPath option.
- Now you can quit / wake up ptextviewer with the file open.
* Now you can quit / wake up ptextviewer with the file open.


v1.00
'''v1.00'''
- Release.
* Release.


References
==External links==
Author's Twitter, https://twitter.com/hiroi01/status/113177389575585792
* Author's Tweet - https://twitter.com/hiroi01/status/113177389575585792
Author's webpage, https://hiroi01.com/?p=prx#ptextviewer
* Author's website - https://hiroi01.com/?p=prx#ptextviewer

Latest revision as of 11:14, 8 May 2024

ptextviewer
Ptextviewer.jpg
General
Authorhiroi01
TypePlugins
Version1.03 + 1.03-2
LicenseMixed
Last Updated2011/09/12
Links
Download
Website

Ptextviewer is a plugin that allows you to suspend any application or game at any time and read text files stored on the Memory Stick.

Installation

Note: It is advised to use version 103. Only when it does not work (for instance 6.37 6.38), you can try using the alternate version 103-2.

This plugin depends on cmlibmenu. Place cmlibmenu.prx and the font folder containing the font data in ms0:/seplugins/lib/ (ef0:/seplugins/lib/ for PSP Go).

To install, copy the lib folder, ptextviewer.prx and ptextviewer.ini to ms0:/seplugins/ (ef0:/seplugins/ for PSP Go).

Open vsh.txt and game.txt in the same seplugins folder, then add one of the following line in respective to the device.

For PSP, append this line to the text files

ms0:/seplugins/ptextviewer.prx 1

For PSP Go, add this line instead

ef0:/seplugins/ptextviewer.prx 1

User guide

You can use the plugin to read text files in txt and ini formats. Note the only text code can be read is Shift-JIS.

Boot key can be changed in the ptextviewer.ini.

Controls

L+R+Note - Boot key

Compatibility

Supported Firmwares:

6.20 to 6.60

Changelog

v1.03

  • Fixed some issues.
  • The HOME menu is no longer displayed at Exit.

v1.02fix

  • Fixed an issue that caused an error when opening a file, returning, and then opening the file.

v1.02

  • Depends on cmlibmenu.
  • Code optimization.
  • Maximum size limit for open text files.
  • Eliminate flickering when sending text.
  • By pressing the SELECT button, you can double the font size.

v1.01

  • Added page forward / return function.
  • Changed how to fill in StartPath option.
  • Now you can quit / wake up ptextviewer with the file open.

v1.00

  • Release.

External links

Advertising: