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 246: | Line 246: | ||
===content.dat(.edat):=== | ===content.dat(.edat):=== | ||
The file | The file contain the XML structure to transport elements such video, music background etc... | ||
*First part header: | *First part header: | ||
Line 261: | Line 260: | ||
| 000C || 4 || Total Length first part/start second part | | 000C || 4 || Total Length first part/start second part | ||
|- | |- | ||
| 0010 || 4 || Offset (without header) | | 0010 || 4 || Offset (without header) | ||
|- | |- | ||
| 0014 || 4 || Length | | 0014 || 4 || Length | ||
|- | |- | ||
| 0018 || 4 || Offset | | 0018 || 4 || Offset | ||
|- | |- | ||
| 001C || 4 || Length | | 001C || 4 || Length | ||
|- | |- | ||
| 0020 || xx|| Repeat last 0x10 | | 0020 || xx|| Repeat last 0x10 | ||
|- | |- | ||
|} | |} | ||
*Second part XML: | *Second part XML: | ||
Line 281: | Line 278: | ||
{{Boxcode|content=<syntaxhighlight lang="xml"> | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
'''''File list: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 | ||
0A<?xml version="1.0" encoding="utf-8"?> | 0A<?xml version="1.0" encoding="utf-8"?> | ||
Line 287: | Line 285: | ||
<image_files> | <image_files> | ||
<archive source="gvd.dat"> | <archive source="gvd.dat"> | ||
'''''Width & Height of layer 0 on file (last layer visually), tile_type can be also Multiplane and Stereoscopy?''''' | |||
<image width="3840" height="2160" id="i0001" source="page00.gvd" tile_type="normal"/> | <image width="3840" height="2160" id="i0001" source="page00.gvd" tile_type="normal"/> | ||
<image width="3840" height="2160" id="i0002" source="page01.gvd" tile_type="normal"/> | <image width="3840" height="2160" id="i0002" source="page01.gvd" tile_type="normal"/> | ||
Line 295: | Line 295: | ||
</archive> | </archive> | ||
</image_files> | </image_files> | ||
'''''Visual effect as turning the page of paper book''''' | |||
<structure> | <structure> | ||
<root ref="i0001"/> | <root ref="i0001"/> | ||
<sequence transition="double_page_flip" id="s0001" | <sequence transition="double_page_flip" id="s0001"> | ||
<item ref="i0002"/ | <item ref="i0002"/> | ||
<item ref="i0003"/> | <item ref="i0003"/> | ||
</sequence> | </sequence> | ||
Line 305: | Line 309: | ||
'''''One page example''''' | |||
0A<?xml version="1.0" encoding="utf-8"?> | 0A<?xml version="1.0" encoding="utf-8"?> | ||
Line 314: | Line 318: | ||
</home> | </home> | ||
'''Limit to:''' | |||
'''''Max_Zoom can be adjusted here''''' | |||
<limit> | <limit> | ||
<boundary offset_x="0.000000" max_overshoot="0.000000" offset_y="0.000000" scale="1.000000" | <boundary offset_x="0.000000" max_overshoot="0.000000" offset_y="0.000000" scale="1.000000" | ||
max_zoom="2.000000" max_invisibility="INF" min_zoom="1.000000"/> | max_zoom="2.000000" max_invisibility="INF" min_zoom="1.000000"/> | ||
</limit> | </limit>'' | ||
'''Links to other pages. Here 2 links to jump into other pages defined by selector''''' | |||
<link width="3840.000000" crossfade_range="1.000000" target="page01.xml" center_x="1920.000000" | <link width="3840.000000" crossfade_range="1.000000" target="page01.xml" center_x="1920.000000" | ||
center_y="1080.000000" height="2160.000000" separate="true" id=" | center_y="1080.000000" height="2160.000000" separate="true" id="ID_YYYYMMDDHHMMSS001" name="[l]link(1)"> | ||
<boundary offset_x="0.000000" max_overshoot="0.500000" offset_y="0.000000" scale="1.000000" | <boundary offset_x="0.000000" max_overshoot="0.500000" offset_y="0.000000" scale="1.000000" | ||
max_zoom="INF" action="enable" max_invisibility="INF" min_zoom="0.500000" max_stretch="INF"/> | max_zoom="INF" action="enable" max_invisibility="INF" min_zoom="0.500000" max_stretch="INF"/> | ||
Line 334: | Line 340: | ||
</link> | </link> | ||
'''''Embed to:''''' | |||
'''''music''''' | |||
<embed width="1.000000" center_x="1.000000" center_y="1.000000" height="1.000000" | <embed width="1.000000" center_x="1.000000" center_y="1.000000" height="1.000000" | ||
volume="0.600000" source="mymusic01.mp3" name="[BGM]"> | volume="0.600000" source="mymusic01.mp3" name="[BGM]"> | ||
Line 342: | Line 349: | ||
</embed> | </embed> | ||
'''''videos''''' | |||
'''''Select to: values(right-angled with x & y) for the links defined above''''' | |||
</gigantic_image> | </gigantic_image> | ||
Line 555: | Line 560: | ||
<div style="float:right">[[File:PlayView help p x.PNG|200px|thumb|left|help_p_x image]]</div> | <div style="float:right">[[File:PlayView help p x.PNG|200px|thumb|left|help_p_x image]]</div> | ||
This file can be in different | This file can be in different format/name up to the title version. | ||
Can be divide into 3 part: | Can be divide into 3 part: | ||
Line 586: | Line 591: | ||
<div style="height:650px; overflow:auto"> | <div style="height:650px; overflow:auto"> | ||
{{Boxcode|content=<syntaxhighlight lang="xml"> | {{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 | ||
startup_page_num =5 | startup_page_num =5 <!--Variable number of screen before the title start--> | ||
help_page_num =1 | help_page_num =1 | ||
guide_alignment =3 | guide_alignment =3 | ||
Line 621: | Line 627: | ||
# startup | # startup | ||
# start | # start | ||
startup01 = | startup01 = KIDOJI <!--Boot screen--> | ||
startup02 = | startup02 = KENKO <!--Health screen--> | ||
startup03 = | startup03 = SHIYOJO <!--Instruction screen--> | ||
startup04 = | startup04 = LOGO <!--Logo screen--> | ||
startup05 = | startup05 = LOGO2 <!--Second logo screen--> | ||
# frame | # frame | ||
# start | # start | ||
Line 734: | Line 740: | ||
player_progress_bar = player_progress_bar | player_progress_bar = player_progress_bar | ||
player_progress_frame = player_progress_base | player_progress_frame = player_progress_base | ||
</syntaxhighlight>}} | </syntaxhighlight>}} | ||
</div> | </div> | ||
*Third part: | |||
Title id.png followed by the image itself (contains boot screens, menu user etc... | |||
Title id.png followed by the image itself | |||