More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#seo: | {{#seo: | ||
|title=Vita Homebrew Apps (Other Apps) - GameBrew! | |title=Vita Homebrew Apps (Other Apps) - GameBrew! | ||
Line 19: | Line 18: | ||
|source=https://github.com/cxziaho/fontInstaller | |source=https://github.com/cxziaho/fontInstaller | ||
}} | }} | ||
fontRedirect plugin | An app for installing the [https://github.com/cxziaho/fontRedirect fontRedirect] plugin, and selecting fonts using a GUI. Hopefully it isn't too buggy, but if you can do better please feel free to rewrite it! | ||
== Important Notes == | |||
Currently, the <code>fontRedirect</code> plugin causes certain games to crash on openening them (Gravity Rush, Ys 8 JP English Patched and Hyperdimension Neptunia Re;Birth1 for example) and I wont be able to fix this for a while. This is not permanent, just uninstall the plugin. If you manage to fix this, submit a pull request and I will accept it! :) | |||
=== Info === | |||
fontInstaller reads fonts in <code>ux0:data/font/</code>, which can be either '''.otf''' or '''.ttf'''. It reads up to 256 font files before stopping. | |||
==Media== | ==Media== | ||
<youtube>MyW3vbxHU6Q</youtube> | <youtube>MyW3vbxHU6Q</youtube> | ||
==Screenshot== | |||
[[image:fontinstallervita.jpg|600px]] | |||
== Getting Started == | |||
Install the VPK file, open it and wait for the plugin to be installed. Add fonts to <code>ux0:data/font/</code> and open the app again (this can be done before initial install as well). Select a font in the app and press start, then your enter button, CIRCLE or CROSS. Your Vita should restart with this new font, and will keep this font unless you boot without plugins or change font. | |||
== | == Other == | ||
Your config.txt is backed up to <code>ux0:data/font/backup.txt</code>, so if this corrupts it for some reason your config will be there.<br /> | |||
The current font name is stored in <code>ux0:data/font/config.txt</code> so you can change that directly. | |||
== | ==Changelog== | ||
'''(v.1.0)''' | '''(v.1.0)''' | ||
* First Release. | * First Release. | ||
* Certain games still broken :(. | |||
== External links == | == External links == | ||
* Github - https://github.com/cxziaho/fontInstaller | * Github - https://github.com/cxziaho/fontInstaller | ||
* VitaDB - https://vitadb.rinnegatamante.it/#/info/327 | * VitaDB - https://vitadb.rinnegatamante.it/#/info/327 | ||
Revision as of 01:56, 1 November 2022
fontInstaller | |
---|---|
File:Fontinstallervita.jpg | |
General | |
Author | cxziaho |
Type | Other Apps |
Version | 1.0 |
License | MIT License |
Last Updated | 2017/09/29 |
Links | |
Download | |
Source | |
An app for installing the fontRedirect plugin, and selecting fonts using a GUI. Hopefully it isn't too buggy, but if you can do better please feel free to rewrite it!
Important Notes
Currently, the fontRedirect
plugin causes certain games to crash on openening them (Gravity Rush, Ys 8 JP English Patched and Hyperdimension Neptunia Re;Birth1 for example) and I wont be able to fix this for a while. This is not permanent, just uninstall the plugin. If you manage to fix this, submit a pull request and I will accept it! :)
Info
fontInstaller reads fonts in ux0:data/font/
, which can be either .otf or .ttf. It reads up to 256 font files before stopping.
Media
Screenshot
Getting Started
Install the VPK file, open it and wait for the plugin to be installed. Add fonts to ux0:data/font/
and open the app again (this can be done before initial install as well). Select a font in the app and press start, then your enter button, CIRCLE or CROSS. Your Vita should restart with this new font, and will keep this font unless you boot without plugins or change font.
Other
Your config.txt is backed up to ux0:data/font/backup.txt
, so if this corrupts it for some reason your config will be there.
The current font name is stored in ux0:data/font/config.txt
so you can change that directly.
Changelog
(v.1.0)
- First Release.
- Certain games still broken :(.