More actions
(Created page with "{{Infobox PSP homebrew | title = DayViewerForGame | image = https://dlhb.gamebrew.org/psphomebrew/DayViewerForGame.jpg|250px | type = Plugins | version = v7 | licence = Mixed...") |
No edit summary |
||
(21 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox PSP | {{Infobox PSP Homebrews | ||
| title = DayViewerForGame | |title=DayViewerForGame | ||
| image = | |image=dayviewerforgame.png | ||
| type = Plugins | |description=Port of DayViewer to be visible during Game Mode, instead of on the homescreen. Also known as In-game DayViewer. | ||
| version = | |author=plum | ||
| | |lastupdated=2012/02/22 | ||
| | |type=Plugins | ||
|version=7 | |||
| | |license=Mixed | ||
| source = https://github.com/SolubleShoe/dayviewer | |download=https://dlhb.gamebrew.org/psphomebrew/dayviewerforgame.7z?k33p0fil35 | ||
|website=https://twitter.com/plum_429/status/179460115722805248 | |||
|source=https://github.com/SolubleShoe/dayviewer | |||
}} | }} | ||
DayViewer For Game (also known as In-Game DayViewer) is a port version of [[DayViewer PSP|DayViewer]] released by Plum. | |||
It is a plugin that gives info about the time and remaining battery, to be used within games (as oppose to being shown on XMB). It is a modified version of DayViewer originally written by Total_Noob. | |||
==Installation== | |||
Installation | |||
Copy dayviewer_game.prx and dayviewer_game_conf.txt to the seplugins folder on your Memory Stick. | Copy dayviewer_game.prx and dayviewer_game_conf.txt to the seplugins folder on your Memory Stick. | ||
Open game.txt in the same seplugins directory and add the following line | Open game.txt in the same seplugins directory and add the following line | ||
ms0:/seplugins/dayviewer_game.prx 1 | ms0:/seplugins/dayviewer_game.prx 1 | ||
Take a look in dayviewer_game_conf.txt and reboot your psp. | Take a look in dayviewer_game_conf.txt and reboot your psp. | ||
User guide | ==User guide== | ||
===How to edit display format=== | |||
You can change the displayed contents by editing dayviewer_game_conf.txt. Rewrite [format] with the following parameters. | You can change the displayed contents by editing dayviewer_game_conf.txt. Rewrite [format] with the following parameters. | ||
Please note that this plugin can only display ASCII characters. | Please note that this plugin can only display ASCII characters. | ||
===Clock string and example=== | |||
%weekday | %weekday | ||
%day | %day | ||
%monthname | %monthname | ||
%month | %month | ||
%year | %year | ||
%hour12 (time format 12) | %hour12 (time format 12) | ||
%hour | %hour | ||
%min | %min | ||
%sec | %sec | ||
%ampm | %ampm | ||
%batpercent | %batpercent | ||
%batlifehour (battery life hour) | %batlifehour (battery life hour) | ||
%batlifemin (battery life minutes) | %batlifemin (battery life minutes) | ||
If you want to show the percent symbol you have to write "%%". To make a new line, write " | If you want to show the percent symbol you have to write "%%". To make a new line, write "\". | ||
For example, if you write [format] =% year /% month /% day% | For example, if you write [format] = %year/%month/%day %hour12:%min %batpercent%%, it will look something like this. | ||
2022/02/22 11:11 AM 99% | 2022/02/22 11:11 AM 99% | ||
You can also change the position of the string itself and hide the battery icon. | You can also change the position of the string itself and hide the battery icon. | ||
Compatibility | ==Screenshots== | ||
[[File:dayviewerforgame.png|link=]] | |||
==Compatibility== | |||
All PSPs with FW6.xx based CFW/LCFW/HEN. | All PSPs with FW6.xx based CFW/LCFW/HEN. | ||
Changelog | ==Changelog== | ||
v7 | '''v7''' | ||
* The display of the character corrected the bug which was not performed normally. | |||
v6 | '''v6''' | ||
* When the character was displayed, the battery icon corrected the bug which is not displayed normally. | |||
v5 | '''v5''' | ||
* When a character string overflowed a screen, it was made to start a new line. | |||
* It changed into [alignment] from [align_right]. | |||
v4 | '''v4''' | ||
* The string corrected the problem which is not displayed correctly. | |||
* When [set_standard_pos] was effective, the battery icon corrected the problem which was undisplayed. | |||
v3 | '''v3''' | ||
* Fixed a newline bug(another). | |||
* Fixed a [hide_battery_icon]. | |||
* Added a [hide_volume_bar] to the config file. | |||
v2 | '''v2''' | ||
* Fixed a newline bug. | |||
* Added a [set_standard_pos] and [hide_battery_icon] to the config file. | |||
Credits | ==Credits== | ||
Thanks to Total_Noob. | Thanks to Total_Noob. | ||
Thanks to Wildcard team. | Thanks to Wildcard team. | ||
Thanks to junbo969 & estuibal & Bright_Net & mak1341 for betatesting. | Thanks to junbo969 & estuibal & Bright_Net & mak1341 for betatesting. | ||
==External links== | |||
Author's | * Author's Tweet - https://twitter.com/plum_429/status/179460115722805248 | ||
GitHub | * GitHub - https://github.com/SolubleShoe/dayviewer | ||
Latest revision as of 09:22, 21 December 2024
DayViewerForGame | |
---|---|
General | |
Author | plum |
Type | Plugins |
Version | 7 |
License | Mixed |
Last Updated | 2012/02/22 |
Links | |
Download | |
Website | |
Source | |
DayViewer For Game (also known as In-Game DayViewer) is a port version of DayViewer released by Plum.
It is a plugin that gives info about the time and remaining battery, to be used within games (as oppose to being shown on XMB). It is a modified version of DayViewer originally written by Total_Noob.
Installation
Copy dayviewer_game.prx and dayviewer_game_conf.txt to the seplugins folder on your Memory Stick.
Open game.txt in the same seplugins directory and add the following line
ms0:/seplugins/dayviewer_game.prx 1
Take a look in dayviewer_game_conf.txt and reboot your psp.
User guide
How to edit display format
You can change the displayed contents by editing dayviewer_game_conf.txt. Rewrite [format] with the following parameters.
Please note that this plugin can only display ASCII characters.
Clock string and example
%weekday %day %monthname %month %year %hour12 (time format 12) %hour %min %sec %ampm %batpercent %batlifehour (battery life hour) %batlifemin (battery life minutes)
If you want to show the percent symbol you have to write "%%". To make a new line, write "\".
For example, if you write [format] = %year/%month/%day %hour12:%min %batpercent%%, it will look something like this.
2022/02/22 11:11 AM 99%
You can also change the position of the string itself and hide the battery icon.
Screenshots
Compatibility
All PSPs with FW6.xx based CFW/LCFW/HEN.
Changelog
v7
- The display of the character corrected the bug which was not performed normally.
v6
- When the character was displayed, the battery icon corrected the bug which is not displayed normally.
v5
- When a character string overflowed a screen, it was made to start a new line.
- It changed into [alignment] from [align_right].
v4
- The string corrected the problem which is not displayed correctly.
- When [set_standard_pos] was effective, the battery icon corrected the problem which was undisplayed.
v3
- Fixed a newline bug(another).
- Fixed a [hide_battery_icon].
- Added a [hide_volume_bar] to the config file.
v2
- Fixed a newline bug.
- Added a [set_standard_pos] and [hide_battery_icon] to the config file.
Credits
Thanks to Total_Noob.
Thanks to Wildcard team.
Thanks to junbo969 & estuibal & Bright_Net & mak1341 for betatesting.
External links
- Author's Tweet - https://twitter.com/plum_429/status/179460115722805248
- GitHub - https://github.com/SolubleShoe/dayviewer