More actions
(Created page with "{{cleanup|article|Needs cleanup}} {{#seo: |title=Vita Homebrew Apps (Plugins) - GameBrew! |title_mode=append |image=customwarningvita.jpg |image_alt=Custom Warning }} {{Infobo...") |
m (Text replacement - "Category:Support the author" to "") |
||
(15 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Plugins) - GameBrew | |title=Vita Homebrew Apps (Plugins) - GameBrew | ||
|title_mode=append | |title_mode=append | ||
|image= | |image=customwarningvita2.png | ||
|image_alt=Custom Warning | |image_alt=Custom Warning | ||
}} | }} | ||
{{Infobox Vita Homebrews | {{Infobox Vita Homebrews | ||
|title=Custom Warning | |title=Custom Warning | ||
|image= | |image=customwarningvita2.png | ||
|description=Customize Warning screen on startup | |description=Customize Warning screen on startup | ||
|author=TheFloW | |author=TheFloW | ||
|lastupdated=2018/07/27 | |lastupdated=2018/07/27 | ||
|type=Plugins | |type=Plugins | ||
|version= | |version=2 | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/vitahomebrews/customwarningvita.7z | |download=https://dlhb.gamebrew.org/vitahomebrews/customwarningvita.7z | ||
|website= | |website=https://www.reddit.com/r/vitahacks/comments/92bynz/vitatweaks_custom_warning/ | ||
|source=https://github.com/TheOfficialFloW/VitaTweaks/tree/master/CustomWarning | |source=https://github.com/TheOfficialFloW/VitaTweaks/tree/master/CustomWarning | ||
|donation=https://www.patreon.com/TheOfficialFloW | |||
}} | }} | ||
Custom Warning is a plugin that allows you to set a custom warning message, instead of the epilepsy warning when you bootup with Enso. | |||
==Installation== | |||
Copy custom_warning.suprx to ux0(ur0):tai/. | |||
Edit ux0(ur0):tai/config.txt and enable it in *main as follows (change to ur0 if you store the plugin there) | |||
*main | |||
ux0:tai/custom_warning.suprx | |||
Then write your custom text to ux0:tai/custom_warning.txt using Unicode Little Endian format (with BOM, the bytes FF FE at the beginning of your file). | |||
You can also have no text by creating the file with the BOM only. | |||
[https://www.reddit.com/r/vitahacks/comments/92j2wv/custom_warning_in_action/ Discussion thread and sample by S1ngyy]. | |||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/vitahomebrews/ | https://dlhb.gamebrew.org/vitahomebrews/customwarningvita4.png | ||
==Compatibility== | |||
This will only work with FW 3.60/5 as only they can use Enso. | |||
== | ==Changelog== | ||
'''v2''' | |||
*Fixed crash in system applications. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/TheOfficialFloW/VitaTweaks/tree/master/CustomWarning | ||
* | * VitaDB - https://vitadb.rinnegatamante.it/#/info/390 | ||
* | * Reddit - https://www.reddit.com/r/vitahacks/comments/92bynz/vitatweaks_custom_warning/ | ||
Latest revision as of 04:09, 17 Mayıs 2024
Custom Warning | |
---|---|
General | |
Author | TheFloW |
Type | Plugins |
Version | 2 |
License | Mixed |
Last Updated | 2018/07/27 |
Links | |
Download | |
Website | |
Source | |
Support Author | |
Custom Warning is a plugin that allows you to set a custom warning message, instead of the epilepsy warning when you bootup with Enso.
Installation
Copy custom_warning.suprx to ux0(ur0):tai/.
Edit ux0(ur0):tai/config.txt and enable it in *main as follows (change to ur0 if you store the plugin there)
*main ux0:tai/custom_warning.suprx
Then write your custom text to ux0:tai/custom_warning.txt using Unicode Little Endian format (with BOM, the bytes FF FE at the beginning of your file).
You can also have no text by creating the file with the BOM only.
Screenshots
Compatibility
This will only work with FW 3.60/5 as only they can use Enso.
Changelog
v2
- Fixed crash in system applications.