Jump to content
LaunchBox Community Forums

faeran

Administrators
  • Posts

    2,436
  • Joined

  • Last visited

  • Days Won

    131

Everything posted by faeran

  1. Hi @oilertitanfan. Looks like the game details screen takes on the properties of the game list view. I made a custom version that will do what you want. Hopefully it works for you. Good luck. RetroFresh 1.3 custom.zip
  2. Thanks @ciskohansen, I'm pretty satisfied with the way this theme turned out after the latest update. If you have anything particular you would like to see, let me know.
  3. Thanks @NintendudeCT, Try this: Open up LaunchBox. Open up each system you are having issues with and then click on the Image Type dropdown menu, and choose Boxes. Now open up BigBox and let me know if that fixed your problem.
  4. Hey @Kriven, Sure. I've updated RetroFresh to 1.3 with that view. Let me know if you find any issues.
  5. Hey @BlueArrowUK, You are right. The issue here is that I set the grid background to fit the size of a 16:9 aspect ratio video, so any other videos that are not in that widescreen format will not fit to the edges. I played around with trying to stretch 4:3 videos to fit without any luck.
  6. Update 1.2 has been posted on the Downloads page. Lots of information can be found there. Here is the basic change log: Hope people enjoy. Let me know if you run into any issues with this new update. I might have missed something.
  7. I'm glad you managed to work it out. I feel yeah about VLC, as it's also buggy on my system. I usually switch to WMP in BigBox, but neither are really great on my system. Maybe at some point we'll see integration for the open source media player mpv, if that's even possible.
  8. Hey @DJFallout, thanks for trying out the theme. I'm currently in a class for the next 4 hours, so if I can't figure it out for you, maybe somebody else can. First question: Did you extract the RetroFresh folder from the zip file, and place it into the Themes folder, or did you place the RetroFresh zip file into the Themes folder?
  9. faeran

    RetroFresh

    Thanks for the explanation! Those themes look like they do a good job of displaying the game theme videos in full screen. I can see if I can put my own twist on it, but since my theme relies heavily on transparency, I'll have to think of some creative ways to incorporate them.
  10. faeran

    RetroFresh

    There, unfortunately, is no option to make an on/off switch for the blur effect. However, it should be simple enough to take the effect away in the code. The code appears in each of the game views close to the top. You would just need to delete these lines of code: If that's too much, I can always post a copy of the theme without a blurred background this weekend.
  11. faeran

    RetroFresh

    I've been thinking about this. There seems to be a technical issue, in that I only seem to have the ability to add 4 game views (that utilize game wheels) per theme. I thought about maybe making 2 different versions of the theme, one that includes the view we currently have, and another version that looks like the screenshot above, which includes more details like the game description. Then people can choose which one they like best. I'll probably think on it a bit more
  12. faeran

    RetroFresh

    Thanks @kmoney! I've been thinking about using the last games view for something like this. Something that will showcase videos as the main element, but I haven't been able to figure out what is needed. Do you have any ideas of what you would want it to look like, or what you would want to be in a view like this (title, developer, year, description, boxart)? I haven't been able to download videos from emumovies for a while, so it's hard to visualize how it will look.
  13. Awesome! I'll clean up the code and add it to the next release (v1.2). Possibly today or latest by the weekend. I'll need to find some cool platform fanart backgrounds to show this view off
  14. Oh I see @BlueArrowUK... So Something like this then:
  15. faeran

    RetroFresh

    @crack__19 Well, I couldn't figure out how to have 2 TextList views in one theme, so I packaged this view in a special version for you. Let me know if you run into any issues installing it. Download it here: RetroFresh crack__19 Edition.zip The only difference between this version and the regular one is the TextList view.
  16. Thanks @BlueArrowUK Is this kind of what you were thinking of?
  17. faeran

    RetroFresh

    Thanks so much @crack__19 I did a little dabbling into whether this was possible, and it was... sort of. You can see in the example below that having the 4 fields in the top right got a little muddled and skewed, and there are some other titles that have even longer genres/platform titles, that wouldn't quite fit properly. I also took a screenshot of having just the 2 fields and it ended up looking a lot cleaner in the design. Let me know if you would like either of these views and I'll zip you up a special copy of RetroFresh.
  18. I actually copied and pasted the Default theme, and then I used that to edit in visual studio. The file I edited was just WheelGamesView.xaml, but any of the 4 wheel view files can be used. I deleted most of the contents, built a simple grid and pasted the wheel code in there. Hope this helps.
  19. RetroFresh View File This theme was designed to add as little overhead as possible, while giving a clean and simplistic view of the content. RetroFresh works with your own media and uses them as its centerpiece. Hope you guys enjoy. This theme was ported over to the COMMUNITY Theme Creator, and is the only version still supported. Both the theme and the Theme Creator files are supplied, just in case you would like to make any changes with the theme. Installation Instructions Extract 'RetroFresh - Theme.zip' LaunchBox/Themes folder. Open Big Box, go to Options/Views, select the RetroFresh theme. Video Demonstration The views I made are as follows: RetroFresh If anyone finds any issues, please let me know. Submitter faeran Submitted 01/17/2017 Category Custom Themes
  20. Version 1.3

    22,079 downloads

    This theme was designed to add as little overhead as possible, while giving a clean and simplistic view of the content. RetroFresh works with your own media and uses them as its centerpiece. Hope you guys enjoy. This theme was ported over to the COMMUNITY Theme Creator, and is the only version still supported. Both the theme and the Theme Creator files are supplied, just in case you would like to make any changes with the theme. Installation Instructions Extract 'RetroFresh - Theme.zip' LaunchBox/Themes folder. Open Big Box, go to Options/Views, select the RetroFresh theme. Video Demonstration The views I made are as follows: RetroFresh If anyone finds any issues, please let me know.
  21. Hi Merlin, I just checked to see if it's possible, and it sort of is. You have to start with the Horizontal game wheel from the Documentation.pdf, located in the themes folder. There's a 'curveamount' value that has a default of 0, just change that to a higher number to get your desired effect. For example, I used a CurveAmount of 25, and got this effect: I'm not entirely sure if it's possible to rotate the images though. Good luck.
  22. Thanks @Jason Carr, sounds awesome. And thanks everyone. I'm glad there are people enjoying the theme.
  23. Thanks @BakerMan. A horizontal view is definitely something I can work on for the next update.
  24. Hi Guys, Started using LaunchBox a few weeks ago, and after setting it up and playing around with it I realized I couldn't find a theme for Big Box that I wanted to use, so I decided to try my hand at making my own. The only problem was that I didn't know that XAML existed until last week, so it took some learning to get a grasp of it, but I think I managed to learn enough to get the desired theme that I was looking for. I thought I'd share my work, just in case someone else may find the theme useful as well. The theme itself is inspired by a UI I once saw in a Simply Austin video about a year ago, however I took a different approach while creating it. The theme was designed to add as little overhead as possible, while giving a clean and simplistic view of the content. To do this I decided on not adding any images at all to the theme, and instead used XAML to build all the elements. When zipped, the entire theme comes out under 300KB. Download Theme Click here to download RetroFresh from the download's section Installation Instructions Extract RetroFresh.zip into the LaunchBox/Themes folder. Go into the RetroFresh/Fonts folder and install the 'SF Atarian System.ttf' font Open Big Box, go to Options/Views, select the RetroFresh theme. The views I made are as follows: Platform Wheel View This platform view was designed to get out of the way of the full screen platform videos made by all the wonderful people contributing to LaunchBox. The platform videos are the focus here, as the wheel's transparent background let's the video through. Game Vertical Wheel View 1 This game view let's the box art and game video take center stage, while the blurred background image allows for the transparent UI elements to take on its color property. Game Vertical Wheel View 2 This game view is the same as the first, except the wheel is on the right. Game List View This game view substitutes the wheel for a text list. This view will help on lower end systems, while the essence of theme remains intact. Video Demonstration If anyone finds any issues, please let me know. RetroFresh.zip
×
×
  • Create New...