Porl Hendy Posted April 26, 2017 Share Posted April 26, 2017 Still lovin this theme. Is there a way i can make the wheel fade out a bit more, if not completely fade out? thanks 1 Quote Link to comment Share on other sites More sharing options...
faeran Posted April 27, 2017 Author Share Posted April 27, 2017 4 hours ago, Porl Hendy said: Still lovin this theme. Is there a way i can make the wheel fade out a bit more, if not completely fade out? thanks Hey @Porl Hendy. There should be a way for you to get a completely faded out wheel. Just go into the Views folder in the theme, and open up the xaml file that you want to change. For example: PlatformWheel1FiltersView.xaml In the code you will see a WHEEL FADE STORYBOARD section, and you just need to replace the numbers "0.05" to "0.00". Save the file and you will be good to go. You just need to do this for any view that you want completely faded away. Let me know if you have any issues. 1 Quote Link to comment Share on other sites More sharing options...
Porl Hendy Posted April 27, 2017 Share Posted April 27, 2017 Thank you very much Quote Link to comment Share on other sites More sharing options...
denmiclaw Posted April 29, 2017 Share Posted April 29, 2017 (edited) Deleted - found what I was missing Edited April 29, 2017 by denmiclaw 1 Quote Link to comment Share on other sites More sharing options...
Styphelus Posted May 3, 2017 Share Posted May 3, 2017 Love this theme but I have 2 questions 1. Is it possible to move the logo and video to the center and have the box cover on the right side? I think that would balance it out more 2. Is it possible to remove the blur and use platform backgrounds just like the default big box themes? In my current setup i have each platform set to use a specific background with the exception of windows where i use specific backgrounds for each game. 1 Quote Link to comment Share on other sites More sharing options...
LogicalEgo Posted May 4, 2017 Share Posted May 4, 2017 2 hours ago, Styphelus said: Love this theme but I have 2 questions 1. Is it possible to move the logo and video to the center and have the box cover on the right side? I think that would balance it out more 2. Is it possible to remove the blur and use platform backgrounds just like the default big box themes? In my current setup i have each platform set to use a specific background with the exception of windows where i use specific backgrounds for each game. Blur is pretty easy to remove. Search the view you use with notepad++ for blur and change the value of its current percentage to "0" 1 Quote Link to comment Share on other sites More sharing options...
faeran Posted May 4, 2017 Author Share Posted May 4, 2017 13 hours ago, Styphelus said: Love this theme but I have 2 questions 1. Is it possible to move the logo and video to the center and have the box cover on the right side? I think that would balance it out more 2. Is it possible to remove the blur and use platform backgrounds just like the default big box themes? In my current setup i have each platform set to use a specific background with the exception of windows where i use specific backgrounds for each game. Thanks @Styphelus. @keltoigael is right. Blur would just be a simple number that needs to be reduced to 0. Inside of the Background with Blur section of the code, you'll see a BlurEffect Radius="80". That radius number would just need to be brought down to 0, and the blur would be gone. To swap the logo/video with the box cover, it would be a matter of swapping grid location, and changing the sizes of the grids. Here, I took my main theme and made the changes for you so you can see what it looks like. Just place the folder in your themes folder and check it out. Let me know if you have any issues: RetroFresh - Styphelus.zip 2 Quote Link to comment Share on other sites More sharing options...
Styphelus Posted May 4, 2017 Share Posted May 4, 2017 8 minutes ago, faeran said: Thanks @Styphelus. @keltoigael is right. Blur would just be a simple number that needs to be reduced to 0. Inside of the Background with Blur section of the code, you'll see a BlurEffect Radius="80". That radius number would just need to be brought down to 0, and the blur would be gone. To swap the logo/video with the box cover, it would be a matter of swapping grid location, and changing the sizes of the grids. Here, I took my main theme and made the changes for you so you can see what it looks like. Just place the folder in your themes folder and check it out. Let me know if you have any issues: RetroFresh - Styphelus.zip Thanks a lot. Really appreciate it. Will try it out as soon as I get home tonight. Quote Link to comment Share on other sites More sharing options...
logan5 Posted June 6, 2017 Share Posted June 6, 2017 Awesome theme, thank you! How did you get the color schemes on each of the platforms to do a color fade? All the platforms I select just have a black background. I tried changing the colors in regular launchbox but don't see a color fade and it didn't affect the theme in big box either. Thanks a lot!!! Quote Link to comment Share on other sites More sharing options...
denmiclaw Posted March 11, 2018 Share Posted March 11, 2018 Faeran, I still use this theme, still love it, and wanted to ask if it was possible to change/add something? I have Platform Categories set up, Computer, Console, Handhelds, etc.. the only thing missing is that the Notes I put into Launchbox aren't transferring to the Notes/Detailed box under the theme video. Like it shows under the individual Platforms. Can this be fixed? Thanks very much! Quote Link to comment Share on other sites More sharing options...
faeran Posted March 11, 2018 Author Share Posted March 11, 2018 1 hour ago, denmiclaw said: Faeran, I still use this theme, still love it, and wanted to ask if it was possible to change/add something? I have Platform Categories set up, Computer, Console, Handhelds, etc.. the only thing missing is that the Notes I put into Launchbox aren't transferring to the Notes/Detailed box under the theme video. Like it shows under the individual Platforms. Can this be fixed? Thanks very much! Hi @denmiclaw. How are you adding the notes to the categories? Looks like RetroFresh is working with mine: In LaunchBox, I select Platform Category in the dropdown, right click one of them and choose Edit. It seems to be displaying whatever is in the Notes tab. Quote Link to comment Share on other sites More sharing options...
denmiclaw Posted March 11, 2018 Share Posted March 11, 2018 (edited) Same process I used, but mine aren't showing.. must be something I didn't setup correctly somewhere. Thanks at least I know it's working for someone heh. This is what's showing in the Platforms.xml <PlatformCategory> <Name>Handhelds</Name> <Notes>In 1976, Mattel introduced the first handheld electronic game with the release of Auto Race. Later, several companies - including Coleco and Milton Bradley - made their own single-game, lightweight table-top or handheld electronic game devices. The oldest true handheld game console with interchangeable cartridges is the Milton Bradley Microvision in 1979. Nintendo is credited with popularizing the handheld console concept with the release of the Game Boy in 1989 and as of 2014 continues to dominate the handheld console market with their 3DS systems.</Notes> <VideoPath /> <LastPlatform>Atari Lynx</LastPlatform> </PlatformCategory> Edited March 11, 2018 by denmiclaw Quote Link to comment Share on other sites More sharing options...
sw1fty808 Posted March 12, 2018 Share Posted March 12, 2018 The greatest theme there is. Thank you. Should my video be filling the border? This is the only thing that bugs me. Quote Link to comment Share on other sites More sharing options...
faeran Posted March 12, 2018 Author Share Posted March 12, 2018 2 hours ago, sw1fty808 said: The greatest theme there is. Thank you. Should my video be filling the border? This is the only thing that bugs me. What is the resolution of your display? Quote Link to comment Share on other sites More sharing options...
sw1fty808 Posted March 12, 2018 Share Posted March 12, 2018 7 minutes ago, faeran said: What is the resolution of your display? It is 2560x1080 at 21:9 ratio. I switched my monitor into 16:9 to see if that makes a difference but the video still doesn’t fill that border. My understanding of ratios and resolutions is very limited so this type of thing bamboozles my mind. Quote Link to comment Share on other sites More sharing options...
faeran Posted March 12, 2018 Author Share Posted March 12, 2018 2 minutes ago, sw1fty808 said: It is 2560x1080 at 21:9 ratio. I switched my monitor into 16:9 to see if that makes a difference but the video still doesn’t fill that border. My understanding of ratios and resolutions is very limited so this type of thing bamboozles my mind. I can put together a version that will stretch the video no matter the size, and you can see if you like it better. Quote Link to comment Share on other sites More sharing options...
sw1fty808 Posted March 12, 2018 Share Posted March 12, 2018 1 minute ago, faeran said: I can put together a version that will stretch the video no matter the size, and you can see if you like it better. I would love that. Thank you. I wonder if another option could be to shrink the video and text border widths to match that of the video. Then widen the wheel to close the gap. Quote Link to comment Share on other sites More sharing options...
faeran Posted March 16, 2018 Author Share Posted March 16, 2018 Made some changes to RetroFresh and RetroFresh detailed, which bumped both of them to version 1.5 Platform View 1 and 2 the banner now fades away after 3 seconds Peak view has been implemented. The wheel now moves out of the way after 4 seconds. Platform View 3 The video now stretches to fit different aspect ratios Had to change the code for displaying background images for the video to stretch created a fade-in animation for the background image Fix Fixed the issue where Platform notes were not displaying properly 2 Quote Link to comment Share on other sites More sharing options...
sw1fty808 Posted March 16, 2018 Share Posted March 16, 2018 This is awesome. Thank you so much! Any chance of getting the same stretched videos in the game view? Even if you just put the bit of code for that here, I would be happy to paste that in myself. Thanks again. Quote Link to comment Share on other sites More sharing options...
faeran Posted March 16, 2018 Author Share Posted March 16, 2018 22 minutes ago, sw1fty808 said: This is awesome. Thank you so much! Any chance of getting the same stretched videos in the game view? Even if you just put the bit of code for that here, I would be happy to paste that in myself. Thanks again. I thought about it, however, in order to implement it, I would have to change the way the background images work, and I haven't really found a suitable solution. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.