Jump to content
LaunchBox Community Forums

RetroHumanoid

Members
  • Posts

    541
  • Joined

  • Last visited

  • Days Won

    46

Everything posted by RetroHumanoid

  1. what's not elegant? It fades into the video ,then fades from the video to the game. That's exactly what rocketlauncher does...but,if it's an mp4 it leaves the opportunity for more intricate or advanced looking fades.
  2. I don't see why it wouldn't be possible to add fade in loading screens tbh...I converted a ton of my fades to mp4 for use in the ODROID ORA image release,and if launchbox wanted to do so,it could also use mp4's and avoid all the complicated artwork stuff. Pause would be a whole different story,but,I did see someone working on a Pause menu of sorts that looks very promising. nes.mp4
  3. This looks pretty cool...you are on to something here...I'll be following the progress for sure...well done
  4. No Problem...glad you like them!
  5. @Super_Paulie I am not sure if you figured it out on your own yet,but,sorry for the late response...been busy. Here is the code I use to pull up the clear logos over the background marquee.Of course,you may need to tweak it a bit to display on your marquee properly. <!-- GAME LOGOS --> <Image Source="{Binding Path=SelectedGame.ClearLogoImagePath}" Stretch="Uniform" HorizontalAlignment="Center" VerticalAlignment="Center" Grid.RowSpan="4" Grid.Row="4" Grid.ColumnSpan="4" Grid.Column="2" Panel.ZIndex="2" Margin="20,20,20,20" RenderOptions.BitmapScalingMode="HighQuality" /> Here is the code to place a default marquee behind those clear logos as well...but,you will need to adjust settings here as well,and check the paths leading to your artwork files. <!-- DEFAULT MARQUEE --> <TextBlock x:Name="DefaultMarquee" Visibility="Visible"> <TextBlock.Text> <MultiBinding StringFormat="{}pack://siteoforigin:,,,/Marquees/Default Marquee/{0}/_Default.png"> <Binding Path="SelectedGame.Platform"/> </MultiBinding> </TextBlock.Text> </TextBlock> <Image x:Name="MainDefaultMarquee" Grid.RowSpan="4" Grid.Row="4" Grid.ColumnSpan="8" Grid.Column="0" Source="{Binding Text, ElementName=DefaultMarquee, FallbackValue='pack://siteoforigin:,,,/Marquees/Default Marquee/_Default.png'}" Opacity="100" Stretch="fill" Panel.ZIndex="1" Margin="11,13,11,13" RenderOptions.BitmapScalingMode="HighQuality" />
  6. @thegreatiandi Thanks...you will need to create playlists for each genre,and add the games to them. You can make a platform category named "Genres" and add those playlists to that.
  7. @SouthernBoy Kondorito is correct. I did make the intro,but,it was made for Hyperspin,so it has a Hyperspin logo at the end of it. I am not sure if @ETAPRIME altered it at all (which is fine btw) to have a BigBox logo instead,but,I do know that colpipes1978 had a version that he altered to fit BigBox. Either way,you can find my version through my website www.retrohumanoid.weebly.com ,and since I have made the full switch to Launchbox,I planned on making a version at some point for it...I have just been busy with life lately.
  8. Isn't there only like three games for that? I mean I'm not opposed to taking requests for new collection videos as long as someone provides a list of the games that belong with it. I'm a long way from done making them too ,so there's a lot more than just Earthbound missing.
  9. It is possible...I have a default marquee running on every system,and the clear logos overlay that image in the center. The code would have a multibinding path set to your marquee folder, and a fallback path set to the default marquee you want to use. It would resemble this... <Grid Height="{Binding ElementName=Canvas, Path=ActualHeight}" Width="{Binding ElementName=Canvas, Path=ActualWidth}"> <Grid.ColumnDefinitions> <ColumnDefinition Width="1*" /> <ColumnDefinition Width="1*" /> <ColumnDefinition Width="1*" /> <ColumnDefinition Width="1*" /> <ColumnDefinition Width="1*" /> <ColumnDefinition Width="1*" /> <ColumnDefinition Width="1*" /> <ColumnDefinition Width="1*" /> </Grid.ColumnDefinitions> <Grid.RowDefinitions> <RowDefinition Height="*" /> <RowDefinition Height="*" /> <RowDefinition Height="*" /> <RowDefinition Height="*" /> <RowDefinition Height="*" /> <RowDefinition Height="*" /> <RowDefinition Height="*" /> <RowDefinition Height="*" /> </Grid.RowDefinitions> <TextBlock x:Name="GameMarquee" Visibility="Visible"> <TextBlock.Text> <MultiBinding StringFormat="{}pack://siteoforigin:,,,/Path/To/Your/Marquees/{0}.png"> <Binding Path="SelectedGame.Title"/> </MultiBinding> </TextBlock.Text> </TextBlock> <Image x:Name="DefaultMarquee" Grid.RowSpan="4" Grid.Row="4" Grid.ColumnSpan="8" Grid.Column="0" Source="{Binding Text, ElementName=GameMarquee, FallbackValue='pack://siteoforigin:,,,/Path/To/Your/Default/Marquee/_Default.png'}" Opacity="100" Stretch="fill" Panel.ZIndex="1" Margin="11,13,11,13" RenderOptions.BitmapScalingMode="HighQuality" /> </Grid> This was from my own xaml file,so you will need to make some changes of course.The Blue would have to be changed around to fit your marquee size....and the yellow will need to be changed to your paths.Now,on a large scale of games,this would be absurd,because with this code you would need to have all of your marquees for every game,for every system, in the same folder...and it would share the same default image across every system...if that's what you are looking for then this will work fine for you. If you are just running MAME,then this is probably perfect for you.
  10. Added all 270 Collection videos and 25 Genre videos to the download section.
  11. RetroHumanoid Genre Video Set View File Here is a set of ,currently, 25 Genre videos to be used with playlists. This coincides with all of the media released in the @CriticalCid theme "Unified". I do have plans to extend this total to about 50-60 Genre Playlists,but no current time-line for release yet.Enjoy! You can also find the Collection videos here : And the Favorites videos here: And the Developer Video set here.... Submitter RetroHumanoid Submitted 05/06/2018 Category Playlist Theme Videos
  12. Version 1.1.0

    6,530 downloads

    Here is a set of ,currently, 25 Genre videos to be used with playlists. This coincides with all of the media released in the @CriticalCid theme "Unified". I do have plans to extend this total to about 50-60 Genre Playlists,but no current time-line for release yet.Enjoy! You can also find the Collection videos here : And the Favorites videos here: And the Developer Video set here....
  13. Version 1.0.0

    27,466 downloads

    Here is a set of ,currently, 270 Collection videos to be used with playlists. This coincides with all of the media released in the @CriticalCid theme "Unified". I have decided to upload them here,because Jason is a busy man,and I understand how much work it could be to enter this many videos in manually. I do plan on releasing more in the future,with an estimated goal of around 500-600 total playlist videos,as well as all of the artwork for the Unified theme that's needed. I do not have an estimated time-frame as to the release of more,I just know that's the plan. While I never expect anyone to actually have 600 playlists in their BigBox setup,I do believe that variety is the spice of life,and this will give plenty of options for personalizing your lists.Enjoy! Here was the release video I made for the initial 70 Collection videos : And here was the preview video of the 200 videos that followed : You can also find the Genre videos here : And the Favorites videos here: And the Developer Video set here...
  14. RetroHumanoid Collection Video Set View File Here is a set of ,currently, 270 Collection videos to be used with playlists. This coincides with all of the media released in the @CriticalCid theme "Unified". I have decided to upload them here,because Jason is a busy man,and I understand how much work it could be to enter this many videos in manually. I do plan on releasing more in the future,with an estimated goal of around 500-600 total playlist videos,as well as all of the artwork for the Unified theme that's needed. I do not have an estimated time-frame as to the release of more,I just know that's the plan. While I never expect anyone to actually have 600 playlists in their BigBox setup,I do believe that variety is the spice of life,and this will give plenty of options for personalizing your lists.Enjoy! Here was the release video I made for the initial 70 Collection videos : And here was the preview video of the 200 videos that followed : You can also find the Genre videos here : And the Favorites videos here: And the Developer Video set here... Submitter RetroHumanoid Submitted 05/06/2018 Category Playlist Theme Videos
  15. You are all set...download has been added...Enjoy!
  16. @jevansohclick the download button up top to the right...it will show you the list
  17. Working on these atm...and just finished 200 more collection videos to be released soon CriticalCid will be releasing the Unified add-on package with Logos,Clear Logos,VideoBorders,Pointers,and Backgrounds that I have made for every single one of the 200 videos.
  18. For now it is just the 7 videos...but,I am finishing up 3 more to be added soon
  19. I'm sure I can work out a Favorites video...there are 2 neon colors left before they start to look too similar...I have a developer/publisher one to do still for someone...but,you can pick the color you want. Purple or Light Blue?
  20. Added 4 Unified themes to the download section here
  21. RetroHumanoid Unified Themes View File I will be placing any missing video themes that I have made to go along with @CriticalCid's Unified theme, in this download section. Here are 4 to start...but,more will be added in the future when needed. Submitter RetroHumanoid Submitted 04/15/2018 Category Platform Theme Videos
  22. Version 1.1.0

    4,195 downloads

    I will be placing any missing video themes that I have made to go along with @CriticalCid's Unified theme, in this download section. Here are 4 to start...but,more will be added in the future when needed.
  23. It's a beautiful theme,and it's my pleasure to contribute any way I can
  24. Here is the latest cinematic I just finished today... If Jason does not have the time to put it in Launchbox for downloading,you can always find it at my website as well (link in video description)
×
×
  • Create New...