More actions
No edit summary |
m (Text replacement - "Category:Support the author" to "") |
||
(10 intermediate revisions by the same user not shown) | |||
Line 17: | Line 17: | ||
|website=https://www.reddit.com/r/vitahacks/comments/92bynz/vitatweaks_custom_warning/ | |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. | 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 | *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). | 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. | 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/customwarningvita4.png | |||
==Compatibility== | |||
This will only work with FW 3.60/5 as only they can use Enso. | |||
==Changelog== | ==Changelog== | ||
Line 41: | Line 49: | ||
* 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/ | * 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.