Updated and added the old Default 16x9 theme by TimmyB.

This commit is contained in:
Pieter Hulshoff 2016-08-25 10:58:29 +02:00
parent 3e62adcadd
commit e8191aef39
16 changed files with 477 additions and 1 deletions

View File

@ -0,0 +1,7 @@
Theme by TimmyB
------------
Highlight.wav by orginaljun - orginaljun.deviantart.com
http://www.freesound.org/people/orginaljun/sounds/157871/

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 KiB

View File

@ -0,0 +1,427 @@
<layout width="1920" height="1080" font="Roboto-Bold.ttf" loadFontSize="32" fontColor="EEEEEEE">
<sound type="load" src="sounds/load.wav"/>
<sound type="unload" src="sounds/unload.wav"/>
<sound type="highlight" src="sounds/highlight.wav"/>
<sound type="select" src="sounds/select.wav"/>
<!--Background Image-->
<image src="images/bkgnd.png" x="0" y="0" height="stretch" width="stretch" layer="0"/>
<!-----------------MAIN MENU Section----------------->
<!-- This is the title text that shows at the bottom of the main menu list. -->
<reloadableText type="title" x="center" y="center" xOrigin="center" yOrigin="center" yOffset="394" fontSize="48" layer="5">
<onMenuEnter menuIndex="0">
<set duration=".2">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".2">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
</reloadableText>
<!--Main Menu Background-->
<!--This image is the main menu bar background Notice that it has its animations set to menuIndex="0". as it is only shown for the top most menu -->
<image src="images/barbkgrnd.png" x="center" y="center" yOffset="300" xOrigin="center" yOrigin="center" layer="5">
<onMenuExit menuIndex="0">
<set duration=".4">
<animate type="xOffset" from="0" to="-1028" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onMenuEnter menuIndex="0">
<set duration=".4">
<animate type="xOffset" from="-1028" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
</image>
<!--Main Menu index 0-->
<!-- This is the main menu. It is set to show game logo images instead of text -->
<menu type="custom" imageType="logo" scrollTime=".24" scrollAcceleration=".04" orientation="horizontal" x="0" width="center" y="center" yOffset="260" algorithm="easeincircular" >
<!-- itemDefaults allow you to set default attributes for all items in a menu list An item may still have its own attributes that override the defaults -->
<!-- Notice that xOffset and yOffset are set to center. This puts a pin in the very center of the image(or item). Normally it is in the top left corner of the image. From that pin we will put the coordinates of where we wish the image to be. In this case the the center of the screen x="center" and y="center". Now yOffset="260" is moves the image 260 additional pixels towards the bottom. yOffset="-260" would move it 260 pixels towards the top -->
<itemDefaults x="center" y="center" yOrigin="center" xOrigin="center" width="300" spacing="10" yOffset="260" alpha="0.5" fontSize="35" layer="6"/>
<!-- In this menu each item is placed. notice that the first and last item of this menu are alpha="0" if this is not done you would see the last time of the menu move to be the first when scrolling. -->
<item xOffset="-1420" alpha="0"/>
<item xOffset="-1060">
<onMenuEnter menuIndex="0">
<set duration=".25">
<animate type="alpha" from="0" to="0.5" algorithm="easeincircular"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".25">
<animate type="alpha" from="0.5" to="0" algorithm="easeincircular"/>
</set>
</onMenuExit>
</item>
<item xOffset="-720">
<onMenuEnter menuIndex="0">
<set duration=".25">
<animate type="alpha" from="0" to="0.5" algorithm="easeincircular"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".25">
<animate type="alpha" from="0.5" to="0" algorithm="easeincircular"/>
</set>
</onMenuExit>
</item>
<item xOffset="-380">
<onMenuEnter menuIndex="0">
<set duration=".25">
<animate type="alpha" from="0" to="0.5" algorithm="easeincircular"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".25">
<animate type="alpha" from="0.5" to="0" algorithm="easeincircular"/>
</set>
</onMenuExit>
</item>
<!-- This is the Selected item of the menu we override the width and alpha here to make it more clear that it is indeed selected -->
<!-- we also have animations inplace so that this logo stays visable and moves to another location when entering the sub menu -->
<item selected="true" width="400" layer="7" alpha="1">
<onMenuExit menuIndex="0">
<set duration=".4">
<animate type="xOffset" from="0" to="-710" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onMenuEnter menuIndex="0">
<set duration=".4">
<animate type="xOffset" from="-710" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
</item>
<item xOffset="380">
<onMenuEnter menuIndex="0">
<set duration=".25">
<animate type="alpha" from="0" to="0.5" algorithm="easeincircular"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".25">
<animate type="alpha" from="0.5" to="0" algorithm="easeincircular"/>
</set>
</onMenuExit>
</item>
<item xOffset="720">
<onMenuEnter menuIndex="0">
<set duration=".25">
<animate type="alpha" from="0" to="0.5" algorithm="easeincircular"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".25">
<animate type="alpha" from="0.5" to="0" algorithm="easeincircular"/>
</set>
</onMenuExit>
</item>
<item xOffset="1060">
<onMenuEnter menuIndex="0">
<set duration=".25">
<animate type="alpha" from="0" to="0.5" algorithm="easeincircular"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".25">
<animate type="alpha" from="0.5" to="0" algorithm="easeincircular"/>
</set>
</onMenuExit>
</item>
<item xOffset="1420" alpha="0"/>
</menu>
<!-----------------SUB MENU----------------->
<!--Sub Menu index 1-->
<menu orientation="vertical" scrollTime=".24" scrollAcceleration=".04" algorithm="easeincircular" y="638" width="940" height="380">
<itemDefaults spacing="4" x="center" height="32" maxWidth="910" fontSize="32" alpha="1" xOrigin="left" xOffset="20" layer="5">
<onMenuExit menuIndex="1">
<set duration=".25">
<animate type="alpha" from="1" to="0" algorithm="easeincircular"/>
</set>
</onMenuExit>
<onMenuEnter menuIndex="1">
<set duration=".25">
<animate type="alpha" from="0" to="1" algorithm="easeincircular"/>
</set>
</onMenuEnter>
</itemDefaults>
<item index="start" spacing="0" alpha="0"/>
<item index="4" spacing="8" height="48" fontSize="48" alpha="1" selected="true">
<onMenuExit menuIndex="1">
<set duration=".25">
<animate type="alpha" from="1" to="0" algorithm="easeincircular"/>
</set>
</onMenuExit>
<onMenuEnter menuIndex="1">
<set duration=".25">
<animate type="alpha" from="0" to="1" algorithm="easeincircular"/>
</set>
</onMenuEnter>
</item>
<item index="last" spacing="10.5" alpha="0"/>
<item index="end" spacing="10.5" alpha="0"/>
</menu>
<!-- Title Text shown on the sub menu -->
<reloadableText type="title" x="center" alpha="0" y="center" xOrigin="center" yOrigin="center" xOffset="380" yOffset="20" fontSize="48" layer="5">
<onMenuEnter menuIndex="1">
<set duration=".2">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="1">
<set duration=".2">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
</reloadableText>
<!-- Background image for the sub menu list -->
<image src="images/menubk.png" yOffset="300" x="center" xOffset="1500" y="center" xOrigin="center" yOrigin="center" layer="4">
<onMenuEnter menuIndex="1">
<set duration=".4">
<animate type="xOffset" from="1500" to="500" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="1">
<set duration=".4">
<animate type="xOffset" from="500" to="1500" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
</image>
<!-- This is the bar that is under the selected item of the sub menu list -->
<image src="images/highlight.png" yOffset="300" x="center" xOffset="1500" y="center" xOrigin="center" yOrigin="center" layer="4">
<onMenuEnter menuIndex="1">
<set duration=".4">
<animate type="xOffset" from="1500" to="500" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="1">
<set duration=".4">
<animate type="xOffset" from="500" to="1500" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
<onIdle menuIndex="1">
<set duration=".4">
<animate type="alpha" from="1" to=".6"/>
</set>
<set duration=".4">
<animate type="alpha" from=".6" to="1"/>
</set>
</onIdle>
</image>
<!-- This is the game title that is over the video in the sub menu -->
<reloadableImage type="logo" alpha="0" xOffset="-740" yOffset="-382" x="center" y="center" angle="-20" xOrigin="center" yOrigin="center" layer="5">
<onMenuEnter menuIndex="1">
<set duration=".2">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="1">
<set duration=".2">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
</reloadableImage>
<!-- This is the games publisher-developer logo -->
<reloadableImage type="manufacturer" alpha="0" xOffset="-282" yOffset="260" x="center" y="center" xOrigin="center" yOrigin="center" layer="5">
<onMenuEnter menuIndex="1">
<set duration=".2">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="1">
<set duration=".2">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
</reloadableImage>
<!-- This is a Text item. It has no function other than displaying "Released:" -->
<text value="Released:" alpha="0" x="center" y="center" xOrigin="right" yOrigin="center" xOffset="-510" yOffset="394" fontSize="48" layer="5">
<onMenuEnter menuIndex="1">
<set duration=".2">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="1">
<set duration=".2">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
</text>
<reloadableText type="year" alpha="0"x="center" y="center" xOrigin="left" yOrigin="center" xOffset="-506" yOffset="394" fontSize="48" layer="5">
<onMenuEnter menuIndex="1">
<set duration=".2">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="1">
<set duration=".2">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
</reloadableText>
<!-- This is the games box or flyer or CD Case art -->
<!-- The maxHeight and width prevent the image from being sized large than intended -->
<!-- if i want the images in a 500x500px space and there are different size images a 1000x500px flyer for example. maxHeight/Width will keep the image within that space -->
<reloadableImage type="artwork_front" alpha="0" xOffset="145" yOffset="-240" x="center" maxHeight="405" maxWidth="405" y="center" xOrigin="center" yOrigin="center" layer="5">
<onMenuEnter menuIndex="1">
<set duration=".2">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="1">
<set duration=".2">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
</reloadableImage>
<!-- This is the games Cartridge or CD image -->
<reloadableImage type="medium_front" alpha="0" xOffset="617" yOffset="-240" x="center" maxHeight="405" height="405" maxWidth="405" y="center" xOrigin="center" yOrigin="center" layer="5">
<onMenuEnter menuIndex="1">
<set duration=".2">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="1">
<set duration=".2">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
</reloadableImage>
<!-- This is the background for the video in the submenu -->
<image src="images/videobk.png" xOffset="-540" yOffset="-800" x="center" y="center" xOrigin="center" yOrigin="center" layer="2">
<onMenuEnter menuIndex="1">
<set duration=".4">
<animate type="yOffset" from="-800" to="-200" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="1">
<set duration=".4">
<animate type="yOffset" from="-200" to="-800" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
</image>
<!-- This is the background for the Cartridge and Box art in the submenu -->
<image src="images/infobk.png" xOffset="380" yOffset="-800" x="center" y="center" xOrigin="center" yOrigin="center" layer="4">
<onMenuEnter menuIndex="1">
<set duration=".4">
<animate type="yOffset" from="-800" to="-200" algorithm="easeinquadratic"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="1">
<set duration=".4">
<animate type="yOffset" from="-200" to="-800" algorithm="easeinquadratic"/>
</set>
</onMenuExit>
</image>
<!-- This is the gameplay video. It is the same item in the main menu and sub menu -->
<!-- imageType="screenshot" means that it will show a screenshot instead if a video is not found-->
<reloadableVideo imageType="screenshot" x="center" alpha="0.2" height="1440" y="center" yOrigin="center" layer="3" xOrigin="center" >
<onMenuEnter menuIndex="0">
<set duration=".01">
<animate type="xOffset" from="-540" to="0"/>
<animate type="yOffset" from="-200" to="0"/>
<animate type="height" from="480" to="1440"/>
</set>
<set duration=".24">
<animate type="alpha" from="0" to=".2"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="0">
<set duration=".24">
<animate type="alpha" from=".2" to="0"/>
</set>
<set duration=".01">
<animate type="xOffset" from="0" to="-540"/>
<animate type="yOffset" from="0" to="-200"/>
<animate type="height" from="1440" to="480"/>
</set>
</onMenuExit>
<onMenuEnter menuIndex="1">
<set duration=".25">
<animate type="alpha" from="0" to="1"/>
</set>
</onMenuEnter>
<onMenuExit menuIndex="1">
<set duration=".25">
<animate type="alpha" from="1" to="0"/>
</set>
</onMenuExit>
<onHighlightEnter menuIndex="0">
<set duration=".3">
<animate type="alpha" from="0" to="0.2" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="0">
<set duration=".3">
<animate type="alpha" from="0.2" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
<onHighlightEnter menuIndex="1">
<set duration=".3">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</onHighlightEnter>
<onHighlightExit menuIndex="1">
<set duration=".3">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onHighlightExit>
</reloadableVideo>
</layout>

View File

@ -0,0 +1,42 @@
<layout width="1920" height="1080" font="Roboto-Bold.ttf" loadFontSize="32" fontColor="dedede" minShowTime="2">
<!--backgroundImage-->
<image src="images/bkgnd.png" x="0" y="0" height="stretch" width="stretch" layer="0"/>
<!-- logo -->
<image src="images/logo.png" x="center" y="center" height="400" xOrigin="center" yOrigin="center" layer="1" alpha="1"/>
<text value="Loading..." x="0" y="bottom" xOffset="20" yOrigin="center" yOffset="-220" height="150" width="stretch" fontSize="48" layer="3">
<onEnter>
<set duration=".2">
<animate type="alpha" from="0" to="1" algorithm="easeinquadratic"/>
</set>
</onEnter>
<onIdle>
<set duration=".2">
<animate type="alpha" from="1" to=".5" algorithm="easeinquadratic"/>
</set>
<set duration=".2">
<animate type="alpha" from=".5" to="1" algorithm="easeinquadratic"/>
</set>
</onIdle>
<onExit>
<set duration=".2">
<animate type="alpha" from="1" to="0" algorithm="easeinquadratic"/>
</set>
</onExit>
</text>
<!-- Text shown when creating meta.db. This will only show once unless meta.db does not exsist -->
<statusText x="0" y="bottom" xOffset="20" yOrigin="center" yOffset="-175" height="150" width="stretch" fontSize="25" layer="3" />
<image src="images/splashloadbk.png" x="center" y="center" xOrigin="center" yOrigin="center" yOffset="334" layer="1" alpha="1"/>
</layout>

View File

@ -20,7 +20,7 @@
std::string retrofe_version_major = "0";
std::string retrofe_version_minor = "7";
std::string retrofe_version_build = "3";
std::string retrofe_version_build = "4";
std::string Version::getString()