Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - dougan78

Pages: 1 ... 9 10 [11]
151
Share your theme / Retrospin - Static 16x9 - Version 1.1
« on: January 02, 2017, 08:09:27 PM »
Video:  https://youtu.be/VMw9F-YTMIk

Download: http://retrofe.nl/download/download-themes/

Thanks for checking it out.

152
Share your theme / Re: GLaDOS - Flatio Mod
« on: December 28, 2016, 08:38:26 PM »
I like it.  Nice work! 

153
Help / Re: Possible Layout/theme
« on: December 19, 2016, 12:42:19 AM »
I figured it out I must have typed something wrong.  I reset everything and started again and works fine.  The image swaps between wheels as expected.

Thanks all!

154
Help / Re: Possible Layout/theme
« on: December 18, 2016, 09:58:03 PM »
I was hopeful, but that didnt work either.  By the time I figure it out I will have a character.png in every folder.... lol!

155
Help / Re: Possible Layout/theme
« on: December 18, 2016, 07:43:05 PM »
So rather than doing a basic img src I did the reloadableImage like this:

  <reloadableImage type="Character" mode="layout" x="0" y="0" height="stretch" maxWidth="stretch" layer="5"/>

I then put the character image here:

retrofe\layouts\RetroSpin\collections\Microsoft MS-DOS\system_artwork\Character\Default.png

Which I know is not correct as it is not loading but I feel like I may be getting 1 step closer to understanding.

156
Help / Re: Possible Layout/theme
« on: December 18, 2016, 07:40:22 PM »
Here is a copy of my XML, I am using retrospin as a base for what I am doing.

<!-- RetroSpin by JonahUK -->

<layout width="1920" height="1080" font="fonts/micross.ttf" loadFontSize="36" fontColor="FFD700">

   <!-- Sounds(Standard/Default RetroFE) -->
   <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" />

   <!-- System Screen
   <reloadableVideo imageType="screenshot" alpha="1" x="830" y="630" xOrigin="center" yOrigin="center" width="800" height="600" layer="9">
      <onEnter>
         <set duration=".25">
            <animate type="alpha" to="1" algorithm="easeinquadratic"/>
         </set>
      </onEnter>
      <onExit>
         <set duration=".25">
            <animate type="alpha" to="0" algorithm="easeinquadratic"/>
         </set>
      </onExit>
      <onMenuEnter menuIndex="0">
         <set duration=".25">
            <animate type="alpha" to="1" algorithm="easeinquadratic"/>
         </set>
      </onMenuEnter>
      <onMenuExit menuIndex="0">
         <set duration=".25">
            <animate type="alpha" to="0" algorithm="easeinquadratic"/>
         </set>
      </onMenuExit>
      <onHighlightEnter menuIndex="0">
         <set duration=".15">
            <animate type="alpha" to="1" algorithm="easeinquadratic"/>
         </set>
      </onHighlightEnter>
      <onHighlightExit menuIndex="0">
         <set duration=".15">
            <animate type="alpha" to="0" algorithm="easeinquadratic"/>
         </set>
      </onHighlightExit>
   </reloadableVideo>
   -->
   
   <!-- Background Image  -->
   <image src="images/Background.png" x="0" y="0" width="stretch" height="stretch" layer="1">
   </Image>
      <!-- Pointer Image  -->
   <image src="images/Pointer.png" x="0" y="0" width="stretch" height="stretch" layer="2">
   </Image>
         <!-- Pointer Image  -->
   <image src="images/Logo.png" x="0" y="0" width="stretch" height="stretch" layer="6">
   </Image>
            <!-- character Image  -->
            
   <reloadableImage type="Character" mode="layout" x="0" y="0" height="stretch" maxWidth="stretch" layer="5"/>
   
<!--   
   <image src="Character.png" x="0" y="0" width="stretch" height="stretch" layer="5">
   </Image>  -->

   
            <!-- border Image  -->
   <image src="images/Border.png" x="0" y="0" width="stretch" height="stretch" layer="4">
   </Image>
   <!-- System Info -->
   <reloadableImage type="artwork_back" x="0" y="0" alpha="0" xOrigin="center" yOrigin="center" layer="8">   
      <onEnter>
         <set duration=".25">
            <animate type="alpha" to="1" algorithm="easeinquadratic"/>            
         </set>
      </onEnter>
      <onExit>
         <set duration=".25">
            <animate type="alpha" to="0" algorithm="easeinquadratic"/>
         </set>
      </onExit>
      <onMenuEnter menuIndex="0">
         <set duration=".25">
            <animate type="alpha" to="1" algorithm="easeinquadratic"/>
         </set>
      </onMenuEnter>
      <onMenuExit menuIndex="0">
         <set duration=".25" menuIndex="0">
            <animate type="alpha" to="0" algorithm="easeinquadratic"/>
         </set>
      </onMenuExit>
      <onHighlightEnter menuIndex="0">
         <set duration=".25">
            <animate type="alpha" to="1" algorithm="easeinquadratic"/>
         </set>
      </onHighlightEnter>
      <onHighlightExit menuIndex="0">
         <set duration=".25">
            <animate type="alpha" to="0" algorithm="easeinquadratic"/>
         </set>
      </onHighlightExit>
   </reloadableImage>

   <!-- Menu Wheel -->
   <menu type="custom" imageType="logo" orientation="vertical" width="400" height="175" scrollTime=".24" scrollAcceleration=".04">
      <itemDefaults spacing="2" y="center" x="950" yOrigin="center" xOrigin="center" fontSize="35" width="260" layer="9"/>
      <item xOffset="830" angle="39" yOffset="-684" alpha="0" >
            <onMenuEnter menuIndex="0">
                <set duration=".25">
                    <animate type="xOffset" from="1430" to="830" algorithm="easeincircular"/>
                </set>
            </onMenuEnter>
            <onMenuExit>
                <set duration=".25">
                    <animate type="xOffset" from="830" to="1430" algorithm="easeincircular"/>
                </set>
            </onMenuExit>
      </item>
      <item xOffset="770" angle="32" yOffset="-576" alpha="0.75">
            <onMenuEnter menuIndex="0">
                <set duration=".25">
                    <animate type="xOffset" from="1370" to="770" algorithm="easeincircular"/>
                </set>
            </onMenuEnter>
            <onMenuExit>
                <set duration=".25">
                    <animate type="xOffset" from="770" to="1370" algorithm="easeincircular"/>
                </set>
            </onMenuExit>
      </item>
      <item xOffset="710" angle="27" yOffset="-466" alpha="0.75">
            <onMenuEnter menuIndex="0">
                <set duration=".25">
                    <animate type="xOffset" from="1310" to="710" algorithm="easeincircular"/>
                </set>
            </onMenuEnter>
            <onMenuExit>
                <set duration=".25">
                    <animate type="xOffset" from="710" to="1310" algorithm="easeincircular"/>
                </set>
            </onMenuExit>
      </item>
      <item xOffset="665" angle="20" yOffset="-354" alpha="0.75">
            <onMenuEnter menuIndex="0">
                <set duration=".25">
                    <animate type="xOffset" from="1265" to="665" algorithm="easeincircular"/>
                </set>
            </onMenuEnter>
            <onMenuExit>
                <set duration=".25">
                    <animate type="xOffset" from="665" to="1265" algorithm="easeincircular"/>
                </set>
            </onMenuExit>
      </item>
      <item xOffset="630" angle="14" yOffset="-238" alpha="0.75">
            <onMenuEnter menuIndex="0">
                <set duration=".25">
                    <animate type="xOffset" from="1230" to="630" algorithm="easeincircular"/>
                </set>
            </onMenuEnter>
            <onMenuExit>
                <set duration=".25">
                    <animate type="xOffset" from="630" to="1230" algorithm="easeincircular"/>
                </set>
            </onMenuExit>
      </item>
      <item xOffset="610" angle="8" yOffset="-120" alpha="0.75">
            <onMenuEnter menuIndex="0">
                <set duration=".25">
                    <animate type="xOffset" from="1210" to="610" algorithm="easeincircular"/>
                </set>
            </onMenuEnter>
            <onMenuExit>
                <set duration=".25">
                    <animate type="xOffset" from="610" to="1210" algorithm="easeincircular"/>
                </set>
            </onMenuExit>
      </item>
      <item xOffset="600" yOffset="0" layer="7" fontSize="50" width="400" alpha="1" selected="true">
            <onMenuEnter menuIndex="0">
                <set duration=".25">
                    <animate type="xOffset" from="1200" to="600" algorithm="easeincircular"/>
                </set>
            </onMenuEnter>
            <onMenuExit>
                <set duration=".25">
                    <animate type="xOffset" from="600" to="1200" algorithm="easeincircular"/>
                </set>
            </onMenuExit>
      </item>
      <item xOffset="610" angle="-8" yOffset="120" alpha="0.75">
            <onMenuEnter menuIndex="0">
                <set duration=".25">
                    <animate type="xOffset" from="1210" to="610" algorithm="easeincircular"/>
                </set>
            </onMenuEnter>
            <onMenuExit>
                <set duration=".25">
                    <animate type="xOffset" from="610" to="1210" algorithm="easeincircular"/>
                </set>
            </onMenuExit>
      </item>
      <item xOffset="630" angle="-14" yOffset="238" alpha="0.75">
            <onMenuEnter menuIndex="0">
                <set duration=".25">
                    <animate type="xOffset" from="1230" to="630" algorithm="easeincircular"/>
                </set>
            </onMenuEnter>
            <onMenuExit>
                <set duration=".25">
                    <animate type="xOffset" from="630" to="1230" algorithm="easeincircular"/>
                </set>
            </onMenuExit>
      </item>
      <item xOffset="665" angle="-20" yOffset="354" alpha="0.75">
            <onMenuEnter menuIndex="0">
                <set duration=".25">
                    <animate type="xOffset" from="1265" to="665" algorithm="easeincircular"/>
                </set>
            </onMenuEnter>
            <onMenuExit>
                <set duration=".25">
                    <animate type="xOffset" from="665" to="1265" algorithm="easeincircular"/>
                </set>
            </onMenuExit>
      </item>
      <item xOffset="710" angle="-27" yOffset="466" alpha="0.75">
            <onMenuEnter menuIndex="0">
                <set duration=".25">
                    <animate type="xOffset" from="1310" to="710" algorithm="easeincircular"/>
                </set>
            </onMenuEnter>
            <onMenuExit>
                <set duration=".25">
                    <animate type="xOffset" from="710" to="1310" algorithm="easeincircular"/>
                </set>
            </onMenuExit>
      </item>
      <item xOffset="770" angle="-32" yOffset="576" alpha="0.75">
            <onMenuEnter menuIndex="0">
                <set duration=".25">
                    <animate type="xOffset" from="1370" to="770" algorithm="easeincircular"/>
                </set>
            </onMenuEnter>
            <onMenuExit>
                <set duration=".25">
                    <animate type="xOffset" from="770" to="1370" algorithm="easeincircular"/>
                </set>
            </onMenuExit>
      </item>
      <item xOffset="830" angle="-39" yOffset="684" alpha="0" >
            <onMenuEnter menuIndex="0">
                <set duration=".25">
                    <animate type="xOffset" from="1430" to="830" algorithm="easeincircular"/>
                </set>
            </onMenuEnter>
            <onMenuExit>
                <set duration=".25">
                    <animate type="xOffset" from="792" to="1430" algorithm="easeincircular"/>
                </set>
            </onMenuExit>
      </item>
   </menu>

</layout>

157
Help / Re: Possible Layout/theme
« on: December 18, 2016, 03:37:09 PM »
Ok I will require a bit more help than that.  Being a relative n00b to this.

Dougan/Layout.xml
Dougan/Images/Charatcter.png
Dougan/Images/Background.png

Ok so for a reloadable character image i would have what exactly?

<image src="images/Character.png" x="0" y="0" width="stretch" height="stretch" layer="5"></Image>

Puts my character on the screen if the image is 1920x1080.  So if I want to make that image reloadable  I would do:

<image src="/layouts/dougan/images/Character.png" x="0" y="0" width="stretch" height="stretch" layer="5" ><reloadableimage>

Again sorry for the n00b stuff.  Just wrapping my head around something new and I will get it I am sure, just a mater of time for me to link stuff together in my brain with all this new vocabulary system layout, main, reloadableimage, and getting a grasp of how the folder structure works.  Little by little with your help I am sure I can achieve what I want.  Thanks in advance for your help.
   </Image>

158
Help / Re: Possible Layout/theme
« on: December 16, 2016, 04:45:37 PM »
Thanks for the reply.  I will dig in more after Christmas.

159
Help / Possible Layout/theme
« on: December 16, 2016, 04:55:08 AM »
I want the following in my setup

Main menu reloadable Images per system on menu:
Character.png - character for system
background.png - background image for system
border.png - border for video
console.png - image of console
video.mp4 - intro video for system

Collection static images per rom:
Character.png - character for system
background.png - background image
border.png - border for video
console.png - picture of console with controller

Collection reloadable images per rom:

Box based on rom name.png
cart based on rom name.png
video based on rom name.mp4

Looks doable based on your documentation.  is that possible?  Before I started sinking some time into this I figured I would ask.  Thanks.



Pages: 1 ... 9 10 [11]