More actions
m (Text replacement - "GameBrew!" to "GameBrew") |
No edit summary |
||
Line 2: | Line 2: | ||
|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 | ||
Line 15: | Line 15: | ||
|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 | ||
}} | }} | ||
Custom Warning is a plugin that allows you to set a custom warning message, instead of the epilepsy warning when you bootup with Enso. | |||
Download custom_warning.suprx, edit ux0:tai/config.txt and enable it in *main as follows: | |||
*main | *main | ||
ux0:tai/custom_warning.suprx | 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== | |||
customwarningvita3.png | |||
== | ==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 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/390 | ||
* Reddit - https://www.reddit.com/r/vitahacks/comments/92bynz/vitatweaks_custom_warning/ | |||
* Patreon - https://www.patreon.com/TheOfficialFloW |
Revision as of 07:47, 7 Ocak 2023
Custom Warning | |
---|---|
General | |
Author | TheFloW |
Type | Plugins |
Version | 2 |
License | Mixed |
Last Updated | 2018/07/27 |
Links | |
Download | |
Website | |
Source | |
Custom Warning is a plugin that allows you to set a custom warning message, instead of the epilepsy warning when you bootup with Enso.
Download custom_warning.suprx, edit ux0:tai/config.txt and enable it in *main as follows:
- 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
customwarningvita3.png
Changelog
v2
- Fixed crash in system applications.