RCOXML Texts: Difference between revisions
Jump to navigation
Jump to search
m (moved from Languages page) |
m (→Description) |
||
Line 1: | Line 1: | ||
=Description= | =Description= | ||
The texts inside .rco files are indexed in the embedded '''RCOXML''' code of the .rco container under the XML element '''TextTree'''. See [[Resource Container (RCO)]] and [[RCOXML | The texts inside .rco files are indexed in the embedded '''RCOXML''' code of the .rco container under the XML element '''TextTree'''. See [[Resource Container (RCO)]] and [[RCOXML Coding]] | ||
All the texts inside .rco has a localized file for every one of the [[languages]] supported by [[XMB]]. The localized file contains all the translated text strings | All the texts inside .rco has a localized file for every one of the [[languages]] supported by [[XMB]]. The localized file contains all the translated text strings |
Revision as of 04:22, 4 September 2016
Description
The texts inside .rco files are indexed in the embedded RCOXML code of the .rco container under the XML element TextTree. See Resource Container (RCO) and RCOXML Coding
All the texts inside .rco has a localized file for every one of the languages supported by XMB. The localized file contains all the translated text strings
Language Modifications
All modifications made to the <language>.xml files extracted from RCO's with rcomage belongs to this category
How to add custom texts
Rebug package manager example goes here
Photosensitive epilepsy text removal/replacement
Text is located in all <language.xml> files inside sysconf_plugin.rco
It can be blanked (replaced by nothing), or replaced by any other custom text and ASCII art
Code Sample
- Notes
- To make accurate texts that fits to the screen is needed to know the number of characters in width, and number of lines in height (for every TV resolution mode ?)
- Some experiments with ASCII art http://www.ps3hax.net/2013/04/tutorial-how-to-edit-ps3-epilepsy-warning-on-cfw/
- VSH.self is responsible for loading the epilepsy warning screen. To disable it completely use this patch
Adding custom language packs
- PS3MFW_Builder::PSheb_project. Info about the PSheb project needs to be improved, splitted and moved to several wiki pages:
- Info about .xml modifications moved to Languages page
- Info about .tcl "language pack" task stays in PS3MFW Builder page
- Info about replacing or adding characters/glyphs in the official .ttf fonts moved to XMB Fonts page
etc...
|