Editing PlayView
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 322: | Line 322: | ||
*Second part XML: | *Second part XML: | ||
On 1.01: | |||
<div style="height:600px; overflow:auto"> | |||
{{Boxcode|content=<syntaxhighlight lang="xml"> | |||
<!--contain all the name file.gvd as XML in order of file appearance--> | <!--contain all the name file.gvd as XML in order of file appearance--> | ||
content.flst page00.xml page01.xml page02.xml ...page09.xml | content.flst page00.xml page01.xml page02.xml ...page09.xml | ||
Line 395: | Line 399: | ||
... | ... | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
</div> | |||
===Note=== | ===Note=== | ||
Line 728: | Line 733: | ||
(might be also variable up to PlayView version: ui_main_version_o and ui_main_version_x) | (might be also variable up to PlayView version: ui_main_version_o and ui_main_version_x) | ||
{{Boxcode| | <div style="height:650px; overflow:auto"> | ||
{{Boxcode|content=<syntaxhighlight lang="xml"> | |||
ui_main_o.cfg\00ui_version =100 | ui_main_o.cfg\00ui_version =100 | ||
selection_frame_division =0 | selection_frame_division =0 | ||
Line 880: | Line 888: | ||
player_progress_frame = player_progress_base | player_progress_frame = player_progress_base | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
</div> | |||
After the .cfg files, contains start up screens: HD 1920x1080 for warning screen and 1280x720 for game logo, SD= 640x480) menu user etc.. in .png (zip compression) or gtf [[Multimedia Formats and Tools|Formats]]) on old PlayView version. | After the .cfg files, contains start up screens: HD 1920x1080 for warning screen and 1280x720 for game logo, SD= 640x480) menu user etc.. in .png (zip compression) or gtf [[Multimedia Formats and Tools|Formats]]) on old PlayView version. | ||
Line 910: | Line 919: | ||
*Image2GVD application http://tizzyt-archive.blogspot.com/2014/08/image2gvd.html Make an regular image file to a .gvd file ready to be used on PlayView | *Image2GVD application http://tizzyt-archive.blogspot.com/2014/08/image2gvd.html Make an regular image file to a .gvd file ready to be used on PlayView | ||
* | *http://playstationhax.xyz/forums/topic/82-image2gvd/ | ||
*Src: http://pastebin.com/PJbjJ3f5 | *Src: http://pastebin.com/PJbjJ3f5 | ||
{{ | {{File Formats}}<noinclude>[[Category:Main]]</noinclude> |