Jump to content
LaunchBox Community Forums

Rincewind

Members
  • Posts

    949
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Rincewind

  1. AMAZING!!! Just what we needed for the editor, that is perfect. So we can now not only stack elements but also move all the elements at the same time as a group. You have truly out done yourself this time. Well worth the wait, Thank you so much @y2guru
  2. Sorry to chime in @Holidaze did you Unblock the zip file before you unzipped it?
  3. Rogue Theme View File This theme is a take on the game Rogue Company, I just liked the way it looked while playing the game so made a theme based around it. I will add and tweak the theme over time but as it stands there are 2 Platform views, 2 Games views and the Settings view. ____________________________________________________________________________ Massive thanks goes to @y2guru for his amazing COMMUNITY Theme Creator for BigBox, without his work in creating this simple to use theme design program I couldn't have made this theme. Submitter Rincewind Submitted 09/30/2020 Category Big Box Custom Themes
      • 2
      • Like
  4. Version 1.3

    338 downloads

    This theme is a take on the game Rogue Company, I just liked the way it looked while playing the game so made a theme based around it. I will add and tweak the theme over time but as it stands there are 2 Platform views, 2 Games views and the Settings view. ____________________________________________________________________________ Massive thanks goes to @y2guru for his amazing COMMUNITY Theme Creator for BigBox, without his work in creating this simple to use theme design program I couldn't have made this theme.
  5. @MuffinXXL what I will do is upload the theme creator files so you will be able to easily change the things you require. Just Uploaded it, have fun any problems let me know
  6. WOW!! This version is awesome, not only can we add a coloured tint to a image we can even keep the transparency by simply selecting "current image" in the opacity mask drop down. Hats off this is a great feature, one of the best i think
  7. @wallmachine yeah I loved what @faeran did with that because it uses the actual time of day in real time. @faeran did you ever release the theme with this effect? I light flicker I could proberly do with a gif animation tho.
  8. Great to see just how many great themes have already been made using the theme creator.
  9. @wallmachine Try adding your the Text Clearlogo Images you use into the BigBox Media Overrides / Images / Platform Catagories / Clear Logo folder.
  10. Great theme and thank you for sharing the theme creator project files.
  11. @Retro808 They should be up there now mate.
  12. @Noromu79 I've uploaded the theme creator project files so you can now make all your custom images. @pmf5389 I put out the version with the quicker videos.
  13. Yes it is, I will upload the new theme with the quicker timings and also the Theme Creator Project file.
  14. @pmf5389 I can make the animation faster, currently I have it set at 3 seconds for the effects to start but I could change that down to 1 second and see if that still looks ok. I take it your using the Platform Wheel View and not the Text List View. Edit: I just changed this to see how it runs and it is much better so thanks for the feedback, I will put it in on the next update of the theme.
  15. @Retro808 thanks, yes I'll add the theme creator files to the download, I just have to wait for the new version of the theme creator to be released as its using some of the new features @y2guru had put in.
  16. Thanks @Noromu79 Yes what I will do is upload the Community Theme Creator files with the next update and then you can use it to create all your own logos that way.
  17. Chrome Metal View File INTRODUCTION No real introduction, I was trying out the new custom images in the theme creator and came up with this to test them out. What I have done is supply a custom image for every platform in the LaunchBox Database to date. It also relies on fanart as the main background but there is a fallback image for when there isn't any. Ideally I would like to be able to have 5 or 6 fallback images that randomly get used in the future.... @y2guru Hope you enjoy it _____________________________ THE MAIN THING TO DO AFTER INSTALLING IT... REFRESH THE IMAGE CACHE INSTALLATION **Download the zip file and unblock it (right click the zip file, goto "Properties" then at the bottom put a tick in the "Unblock" box, hit ok when done) then extract the folder to --\Launchbox\Themes\ oh and REFRESH THE IMAGE CACHE Also there are some sound samples I found that give it that Clicky feel, I recommend downloaded them aswell. As always thanks go to @y2guru for the amazing COMMUNITY Theme Creator for BigBox. Submitter Rincewind Submitted 07/08/2020 Category Big Box Custom Themes
  18. Version 1.3

    370 downloads

    INTRODUCTION No real introduction, I was trying out the new custom images in the theme creator and came up with this to test them out. What I have done is supply a custom image for every platform in the LaunchBox Database to date. It also relies on fanart as the main background but there is a fallback image for when there isn't any. Ideally I would like to be able to have 5 or 6 fallback images that randomly get used in the future.... @y2guru Hope you enjoy it _____________________________ THE MAIN THING TO DO AFTER INSTALLING IT... REFRESH THE IMAGE CACHE INSTALLATION **Download the zip file and unblock it (right click the zip file, goto "Properties" then at the bottom put a tick in the "Unblock" box, hit ok when done) then extract the folder to --\Launchbox\Themes\ oh and REFRESH THE IMAGE CACHE Also there are some sound samples that are included to in the theme but you can download them separately . As always thanks go to @y2guru for the amazing COMMUNITY Theme Creator for BigBox.
  19. Chrome Metal View File This is a few sound samples I found to go along with the Chrome Metal theme. To use these simply download and unzip the file, and place that folder into your "LaunchBox/Sounds" folder. Then fire up BigBox and go into the "Options" select "Sound" and change the "Sound Pack" to "Chrome Metal Sounds". Submitter Rincewind Submitted 07/08/2020 Category Big Box Sound Packs  
  20. Version 1.0.0

    280 downloads

    This is a few sound samples I found to go along with the Chrome Metal theme. To use these simply download and unzip the file, and place that folder into your "LaunchBox/Sounds" folder. Then fire up BigBox and go into the "Options" select "Sound" and change the "Sound Pack" to "Chrome Metal Sounds".
  21. @syncy I've not tested this but I found the code snippet from @faeran in this thread some where. You would just need to create a "Default" folder within a "Images" folder. <Image x:Name="CartImage" Grid.Row="1" Grid.Column="1" Source="{Binding SelectedGame.CartFrontImagePath, FallbackValue='pack://siteoforigin:,,,/StartupThemes/[THEME-NAME-HERE]/Images/Default/Nintendo 64.png', TargetNullValue='pack://siteoforigin:,,,/StartupThemes/[THEME-NAME-HERE]/Images/Default/Nintendo 64.png'}" VerticalAlignment="Center" HorizontalAlignment="Center" RenderOptions.BitmapScalingMode="HighQuality" RenderTransformOrigin="0.5,0.5"> <Image.RenderTransform> <TransformGroup> <ScaleTransform ScaleX=".63" ScaleY=".63"/> <RotateTransform Angle="0" /> <TranslateTransform X="0"/> <TranslateTransform Y="-200"/> </TransformGroup> </Image.RenderTransform> <Image.Effect> <DropShadowEffect BlurRadius="10" Direction="-90" RenderingBias="Quality" ShadowDepth="1" /> </Image.Effect> </Image>
  22. @syncy these are really looking cool. Do you use a default Cart or CD image if non are found?
  23. Great new feature, I didn't even know it was in LaunchBox till I watched your video. Roll on two weeks time
  24. CONGRATULATIONS That is a massive achievement. ?
  25. ok is it up? Edit: just seen it was a poll opps
×
×
  • Create New...