Jump to content
LaunchBox Community Forums

faeran

Administrators
  • Posts

    2,736
  • Joined

  • Last visited

  • Days Won

    137

Everything posted by faeran

  1. faeran

    RetroFresh

    Updates on April 27, 2020 Updated RetroFresh COMMUNITY Theme Creator Edition to version 1.1 - Made a minor change in Games Wheel 4 view, adjusting the height/width of certain elements. Included the RetroFresh - COMMUNITY Project Files - This can be used to load into the COMMUNITY Theme Creator so you can create your own version of RetroFresh.
  2. Thanks @ilcomandantecobra. If you haven't already, go to the community theme creator forum thread and post your issue with the theme creator there. I'm sure @y2guru will be happy to work with you to figure out the issue with it. Can't wait to see your mods of this theme.
  3. lol. That's awesome, thanks for sharing.
  4. Sorry for the late response. You should be able to add 2 fanart images to one view and it should automatically pick a fanart image for each. Sometimes it's the same, sometimes it's different. I did this once in my Radiance theme.
  5. Retro Bedroom - [Theme Stream] View File Night at the Arcade was built during a Theme Stream broadcast. If you are interested in creating themes, follow me on Twitch, or watch the videos later on YouTube. A Catalog of past Theme Streams can be found on the forums here: https://forums.launchbox-app.com/topic/54760-retro-faerans-theme-stream-big-box-theme-creation/ Retro Bedroom I create a brand new theme based around a childhood bedroom from the late 80s, early 90s. This is my take on the infamous bedroom theme. Like always, you can download both the Big Box theme files, along with the COMMUNITY Theme Creator files (which allows you to edit the theme to your liking using y2guru's COMMUNITY Theme Creator). This theme includes everything to start you off reliving your childhood memories. Included are a batch of poster advertisements, and video advertisements for over 40 systems. Come for the nostalgia, stay for the lava lamp. Watch this theme being built: Watch on Twitch: https://www.twitch.tv/videos/671130093 Watch on YouTube: https://youtu.be/6oHCip2B6GU Instructions Retro Bedroom - Theme.zip - BigBox theme. Place extracted folder in your LAUNCHBOX\Themes folder Retro Bedroom - COMMUNITY Project files.zip - Creator Project files. Place extracted folder in your COMMUNITY\My Theme Projects folder This theme only works on version 10.15 and above due to its reliance on some new bindings! Credits Ângelo Fernandes' Artwork - https://www.artstation.com/artwork/8wnkx COMMUNITY Theme Creator by @y2guru. Find it here: https://forums.launchbox-app.com/files/file/2115-community-theme-creator-for-bigbox/ My Twitch Channel: https://www.twitch.tv/retrofaeran My YouTube Channel: https://www.youtube.com/channel/UC2C5q0Muy-ehYpZUIIdJ94Q Submitter faeran Submitted 07/05/2020 Category Big Box Custom Themes  
  6. Version 1.11

    1,574 downloads

    Retro Bedroom I create a brand new theme based around a childhood bedroom from the late 80s, early 90s. This is my take on the infamous bedroom theme. Like always, you can download both the Big Box theme files, along with the COMMUNITY Theme Creator files (which allows you to edit the theme to your liking using y2guru's COMMUNITY Theme Creator). This theme includes everything to start you off reliving your childhood memories. Included are a batch of poster advertisements, and video advertisements for over 40 systems. Come for the nostalgia, stay for the lava lamp. Watch this theme being built: Watch on Twitch: https://www.twitch.tv/videos/671130093 Watch on YouTube: https://youtu.be/6oHCip2B6GU Instructions Retro Bedroom - Theme.zip - BigBox theme. Place extracted folder in your LAUNCHBOX\Themes folder Retro Bedroom - COMMUNITY Project files.zip - Creator Project files. Place extracted folder in your COMMUNITY\My Theme Projects folder This theme only works on version 10.15 and above due to its reliance on some new bindings! Credits Ângelo Fernandes' Artwork - https://www.artstation.com/artwork/8wnkx COMMUNITY Theme Creator by @y2guru. Find it here: https://forums.launchbox-app.com/files/file/2115-community-theme-creator-for-bigbox/ My Twitch Channel: https://www.twitch.tv/retrofaeran My YouTube Channel: https://www.youtube.com/channel/UC2C5q0Muy-ehYpZUIIdJ94Q
  7. Hi @Invisible. Have you tried to refresh all your images in the image cache? It's in the BigBox options.
  8. Unfortunately, it's just the way the RotationAmount was implemented.
  9. Thanks @paupular. 1. I mostly use the standard Big Box Cinematix theme videos that you can download from LaunchBox. 2. Those are used for platformview2 and platformwheel3. you can set a keyboard/controller key to cycle through the different views and pick the one that you like.
  10. Just for your peace of mind. I tested it already, and it works.
  11. Hi @Android16. I went through your code and found that you were missing a property in your coverFlow. Everything else was fine. CoverFactory="{Binding CoverFactory}" <coverFlow:FlowControl x:Name="FlowControl" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Column="0" CoverFactory="{Binding CoverFactory}" CustomImageType="Steam Banner" CurveAmount="4.5" CameraZPosition="3.0" VisibleCount="14" PageSize="6" Spacing="1.0" ItemZPosition="1.0" SelectedItemZPosition="2.0" /> You should be good to go once you add that back.
  12. faeran

    BannerBox

    Thanks @Newlander. For Game banners, you can create your own, based on the games you have in your library, by following the video in the description. For Platform banners, I would recommend checking out this thread:
  13. Interesting. Thanks for pointing that out. Found the issue. The prioritizedpathselector control seems to have some quirkiness to it. I have it fixed for the next release.
  14. Thanks @Bullfrog for your feedback. Much appreciated. Glad you are enjoying the updated theme. At the moment, the version of the theme on both the forum and the theme manager are the same. However, the theme manager will always take priority. So if you download a theme from the forum, the manager will always flag you to update it in the theme manager, even if it is the same copy (or older copy). And delaying the front box is something that can be considered. I know a lot of people have their own opinions on that subject. What's good is that I also released the project files, as part of the Theme Stream series. So you can download the files, load them up in the COMMUNITY Theme Creator and make the edits yourself.
  15. Thanks @Xirvet. That should be simple enough to add back into this new version. I'll add it to the next update.
  16. Hi @lovewiibrew. At this point, RetroFresh project files for the COMMUNITY Theme Creator has been released to the public, so it should be easy enough for you to load them into the creator and make the changes that you want in the theme.
  17. So glad you are enjoying. Can't wait to see what you come up with!
  18. Thanks Fry. For sure there is. Right click the vertical wheel view's Default text and choose copy. Do the same thing to paste.
  19. Sure. Normally in XAML you can wrap things inside of other things. An example would be having an image, inside of a border, that's inside of a grid. You could potentially place many images inside of the grid, like this: <Grid> <Border> <Image/> </Border> <Border> <Image/> </Border> <Border> <Image/> </Border> </Grid> The benefit of something like this is that I can animate the Grid, and it will animate all of the elements inside of the grid. The COMMUNITY Theme Creator doesn't currently work this way. Each Element would be considered separate from each other. So, in the above example, I would have to create 3 animations on each image to achieve the same result. The goal of the parenting update is to solve issues like this (along with many others), allowing us to place elements inside of other elements. Hopefully that makes sense.
  20. I've put it on the list However, It's probably best to delay this one until the parenting update to the theme creator.
  21. Version 3.6

    1,957 downloads

    Retrotastic was built during a Theme Stream broadcast. If you are interested in creating themes, follow me on Twitch, or watch the videos later on YouTube. A Catalog of past Theme Streams can be found on the forums here: https://forums.launchbox-app.com/topic/54760-retro-faerans-theme-stream-big-box-theme-creation/ This theme only works on version 10.15 and above due to its reliance on some new bindings! Retrotastic I recreated my Retrotastic theme in the theme creator. This was an ambitious project, but one that was well worth it. It still has all the fun of the original theme, with over 150 platform specific backgrounds and a plethora of game specific backgrounds and graphics to play around with. This brings the theme up to a new, modern standard that includes many performance benefits. I also managed to tweak the views here and there to make the theme snappier. Please enjoy this new version, along with the COMMUNITY Theme Creator project files for you to play around with and create your own version of my theme. Watch this theme being built: Watch on Twitch: https://www.twitch.tv/videos/590341221 Watch on YouTube: https://www.youtube.com/watch?v=EfAJTXCprj4 Instructions Retrotastic - Theme.zip - BigBox theme. Place extracted folder in your LAUNCHBOX\Themes folder Retrotastic - COMMUNITY Project files.zip - Creator Project files. Place extracted folder in your COMMUNITY\My Theme Projects folder Documentation Learn how to add your own Platform and Game Images to this theme: Retrotastic - Documentation.pdf Download Templates to help make your own Backgrounds: Templates.zip Don't forget to pick up Scratcher amazing game media packs for Retrotastic. These packs really brings this theme to life: Credits COMMUNITY Theme Creator by @y2guru. Find it here: https://forums.launchbox-app.com/files/file/2115-community-theme-creator-for-bigbox/ My Twitch Channel: https://www.twitch.tv/retrofaeran My YouTube Channel: https://www.youtube.com/channel/UC2C5q0Muy-ehYpZUIIdJ94Q ----------- Faeran - Coding of the theme, many of the platform/playlist backgrounds, pixel ESRB icons, and the pixel genre icons Broskiplays - Creating the idea for this project, along with many platform/playlist backgrounds Harryoke - Creating many platform/playlist backgrounds, the platform background video, options background, and many other various videos/images Nyny77 - Creating platform/playlist backgrounds, along with the use of his extensive collection of platform logos GreatLemon - For creating some of the pixel genre icon graphics
  22. Retrotastic [Theme Stream] View File Retrotastic was built during a Theme Stream broadcast. If you are interested in creating themes, follow me on Twitch, or watch the videos later on YouTube. A Catalog of past Theme Streams can be found on the forums here: https://forums.launchbox-app.com/topic/54760-retro-faerans-theme-stream-big-box-theme-creation/ This theme only works on version 10.15 and above due to its reliance on some new bindings! Retrotastic I recreated my Retrotastic theme in the theme creator. This was an ambitious project, but one that was well worth it. It still has all the fun of the original theme, with over 150 platform specific backgrounds and a plethora of game specific backgrounds and graphics to play around with. This brings the theme up to a new, modern standard that includes many performance benefits. I also managed to tweak the views here and there to make the theme snappier. Please enjoy this new version, along with the COMMUNITY Theme Creator project files for you to play around with and create your own version of my theme. Watch this theme being built: Watch on Twitch: https://www.twitch.tv/videos/590341221 Watch on YouTube: https://www.youtube.com/watch?v=EfAJTXCprj4 Instructions Retrotastic - Theme.zip - BigBox theme. Place extracted folder in your LAUNCHBOX\Themes folder Retrotastic - COMMUNITY Project files.zip - Creator Project files. Place extracted folder in your COMMUNITY\My Theme Projects folder Documentation Learn how to add your own Platform and Game Images to this theme: Retrotastic - Documentation.pdf Download Templates to help make your own Backgrounds: Templates.zip Don't forget to pick up Scratcher amazing game media packs for Retrotastic. These packs really brings this theme to life: Credits COMMUNITY Theme Creator by @y2guru. Find it here: https://forums.launchbox-app.com/files/file/2115-community-theme-creator-for-bigbox/ My Twitch Channel: https://www.twitch.tv/retrofaeran My YouTube Channel: https://www.youtube.com/channel/UC2C5q0Muy-ehYpZUIIdJ94Q ----------- Faeran - Coding of the theme, many of the platform/playlist backgrounds, pixel ESRB icons, and the pixel genre icons Broskiplays - Creating the idea for this project, along with many platform/playlist backgrounds Harryoke - Creating many platform/playlist backgrounds, the platform background video, options background, and many other various videos/images Nyny77 - Creating platform/playlist backgrounds, along with the use of his extensive collection of platform logos GreatLemon - For creating some of the pixel genre icon graphics Submitter faeran Submitted 05/21/2020 Category Custom Themes  
  23. A fairly major performance update has been released (version 1.2). It includes fixes for some animation related crashes by changing the way animations are triggered. Here are the release notes:
  24. Hey @goofers. Not sure if this is like a wink in my direction. Sounds like it's a simple enough concept. There's at least the game menu element that you would have to account for. I wouldn't mind working with you on a working concept if you want. @neil9000 is also right. Part of this series is to educate people on the use of the Theme Creator. In theory, what you are proposing is a simple enough concept. You can always play around with the editor and see what you can come up with.
  25. It will be a Big Box update.
×
×
  • Create New...