faeran Posted April 18, 2022 Share Posted April 18, 2022 21 hours ago, soqueroeu said: Ahhh, with the right information, things work fine now. Thank you very much @neil9000!! It's not enough to change the colors code, we need to change the platform name to match what the theme asks for. I had to change the lines below and then adjust the color value for both. I'll do this for all the other views. Before: After: @faeran , I wonder why we don't have these views based on the scraped name instead of the name given by the user. 🤨 This has always worked this way. If you use non-standard naming, then you would have to add that non-standard name into whatever a custom theme uses, either in the code (like you are seeing), or by changing file names. It's something I'd like to improve, but at the moment, unsure how possible that will be. 1 Quote Link to comment Share on other sites More sharing options...
Tromzy Posted April 23, 2022 Share Posted April 23, 2022 Hey @viking, thank you very much for the update! I'm trying to make the Launchbox -> Retroarch transition as seamless as possible (or to "integrate" RA to Launchbox as best as possible), so I made some custom wallpapers for Retroarch based on your theme, let me know what you think: https://imgur.com/a/M5urawP Each core will have a custom wallpaper based on each platform from your theme. I added a blur effect for improved readability. 2 Quote Link to comment Share on other sites More sharing options...
viking Posted April 24, 2022 Author Share Posted April 24, 2022 Nice !!! 👍 Quote Link to comment Share on other sites More sharing options...
crusadeRGP Posted April 29, 2022 Share Posted April 29, 2022 Can anyone help me with what I need to edit to make a change to my game menu screen to remove the video and replace it with the game cart/disc? Quote Link to comment Share on other sites More sharing options...
faeran Posted April 29, 2022 Share Posted April 29, 2022 11 hours ago, crusadeRGP said: Can anyone help me with what I need to edit to make a change to my game menu screen to remove the video and replace it with the game cart/disc? You can do this either by loading the CTC files into the CTC and making the change through that editor, or you can dive into the code and replace the video with the cart image path. The community theme creator files are located on its download page in the description: And the Community Theme Creator can be found here: If you want to go the XAML editing route, you'll have to find and open the TextGamesView.xaml file (located in the themes Views folder. The replace: <transitions:TransitionPresenter x:Name="SelectedItemVideo1video" TransitionSelector="{Binding ImageVideoTransitionSelector}" StretchVideo="True" IsContentVideo="True" Opacity="1.0" RenderTransformOrigin=".5,.5" > <transitions:TransitionPresenter.Style> <Style TargetType="transitions:TransitionPresenter"> <Setter Property="Content" Value="{Binding ImageVideoView}"/> <Style.Triggers> <DataTrigger Binding="{Binding ElementName=SelectedItemVideo1,Path=Visibility}" Value="Collapsed"> <Setter Property="Content" Value=""/> </DataTrigger> <DataTrigger Binding="{Binding ElementName=SelectedItemVideo1,Path=Opacity}" Value="0"> <Setter Property="Content" Value=""/> </DataTrigger> </Style.Triggers> </Style> </transitions:TransitionPresenter.Style> <transitions:TransitionPresenter.RenderTransform> <TransformGroup> <RotateTransform Angle="0" /> <ScaleTransform ScaleX="1" ScaleY="1" /> <SkewTransform AngleX="0" AngleY="0" /> </TransformGroup> </transitions:TransitionPresenter.RenderTransform> </transitions:TransitionPresenter > With something like this: <Image Source="{Binding Path=ActiveGame.CartFrontImagePath}" /> 1 Quote Link to comment Share on other sites More sharing options...
soqueroeu Posted April 29, 2022 Share Posted April 29, 2022 39 minutes ago, faeran said: With something like this: <Image Source="{Binding Path=ActiveGame.CartFrontImagePath}" /> Hey @faeran , Is there any standard followed required by the dev crew about these terms, or does that change with the theme? Quote Link to comment Share on other sites More sharing options...
faeran Posted April 29, 2022 Share Posted April 29, 2022 2 hours ago, soqueroeu said: Hey @faeran , Is there any standard followed required by the dev crew about these terms, or does that change with the theme? If you are asking about a list of bindings, you can find then inside of LaunchBox\Themes\Documentation.pdf 1 Quote Link to comment Share on other sites More sharing options...
soqueroeu Posted April 29, 2022 Share Posted April 29, 2022 (edited) 1 hour ago, faeran said: If you are asking about a list of bindings, you can find then inside of LaunchBox\Themes\Documentation.pdf Exactly! That's right. Thanks!! Edited April 29, 2022 by soqueroeu Quote Link to comment Share on other sites More sharing options...
crusadeRGP Posted April 29, 2022 Share Posted April 29, 2022 I can't find the correct file @faeran to edit in the community theme creator, the textgamesviews seems to be the selection screen and I'm looking for the page you load the game from. Quote Link to comment Share on other sites More sharing options...
faeran Posted April 29, 2022 Share Posted April 29, 2022 23 minutes ago, crusadeRGP said: I can't find the correct file @faeran to edit in the community theme creator, the textgamesviews seems to be the selection screen and I'm looking for the page you load the game from. And the TextGamesView.xaml is used for both the text games selection view and the game details view. Quote Link to comment Share on other sites More sharing options...
crusadeRGP Posted May 7, 2022 Share Posted May 7, 2022 On 4/29/2022 at 7:46 PM, faeran said: And the TextGamesView.xaml is used for both the text games selection view and the game details view. Thanks I was able to add the game cart using the community theme creator. In the creator however it will show both a game cart or disc depending on the type of system but in BigBox only the carts will show up not discs. Also is there anyway to make it so the discs spin but not cartridges? Quote Link to comment Share on other sites More sharing options...
faeran Posted May 7, 2022 Share Posted May 7, 2022 9 hours ago, crusadeRGP said: Thanks I was able to add the game cart using the community theme creator. In the creator however it will show both a game cart or disc depending on the type of system but in BigBox only the carts will show up not discs. This is based on your Cart Front Priority settings in your LaunchBox options. 9 hours ago, crusadeRGP said: Also is there anyway to make it so the discs spin but not cartridges? Yes, but it will get a bit complicated. To do this in the CTC, you would have to duplicate the cart element, then set the spinning animation on this duplicate one. Then create visibility conditioning that says "default to collapsed, but make it visible only on platforms that use discs" (you'll have to make an entry for each of your platforms that use discs). Then for the main cart element, you have to do the reverse, "default to visible, but collapse it when you are on any disc based platforms. Quote Link to comment Share on other sites More sharing options...
Jarwhal Posted May 20, 2022 Share Posted May 20, 2022 Hello. Bit of a lurker here as I've been getting acquainted with LaunchBox/BigBox the past few weeks. Love the design of theme, very professional yet fun! My question is: The platform wheel automatically goes into the platform about a second after spinning to it. Is there an option to require the user to click into the platform first? So basically the platform wheel would stay visible until one of the platforms was clicked. Or if there's no option to require a click, is there an option to change the timing? Thanks in advance! Quote Link to comment Share on other sites More sharing options...
Madhead Posted May 21, 2022 Share Posted May 21, 2022 I was wondering if anyone knows how to fix the colours of the side bars for some of the platforms to match the videos? While most of the platforms are colour matched, the likes of Vectrex, PC Engine, C64 etc all have a green bar at the side instead of the colour of their platform video. Examples in the post. If you could tell me how to change the colours in the xaml files that would be awesome. Thanks in advance. Quote Link to comment Share on other sites More sharing options...
Madhead Posted May 21, 2022 Share Posted May 21, 2022 it actually doesn't look too bad but since the other platforms are all uniform and matching i'd rather just change the colour for these few. Quote Link to comment Share on other sites More sharing options...
Madhead Posted May 21, 2022 Share Posted May 21, 2022 Nevermind I edited the "COLORFUL_Styles.xaml" and changed the colour codes for those platforms. For those who want to know which platforms I changed and what color codes match perfectly with the platform videos, here: <SolidColorBrush x:Key="Commodore 64" Color="#115BAE"/> <SolidColorBrush x:Key="GCE Vectrex" Color="#4F97D8"/> <SolidColorBrush x:Key="Microsoft MSX" Color="#4157C5"/> <SolidColorBrush x:Key="Microsoft MSX2" Color="#4157C5"/> <SolidColorBrush x:Key="Microsoft Windows" Color="#3AB1E0"/> <SolidColorBrush x:Key="NEC PC Engine" Color="#BB3F42"/> Quote Link to comment Share on other sites More sharing options...
viking Posted May 23, 2022 Author Share Posted May 23, 2022 @Madhead : you are using my old version. Faeran recoded the theme from scratch for v.2 Color management is more up to date and can be customized in the Community theme Creator with Theme source code. (see link in the theme download page description) Quote Link to comment Share on other sites More sharing options...
viking Posted May 27, 2022 Author Share Posted May 27, 2022 @sevenalive You're right ! Sorry. I just submitted the latest version. It should be quickly available in BigBox. 1 Quote Link to comment Share on other sites More sharing options...
Bawnanable Posted May 31, 2022 Share Posted May 31, 2022 @viking I just wanted to let you know that I think this theme is absolutely incredible and awe-inspiring! It's honestly what got me interested in using LaunchBox as it's so beautifully clean-- so I just wanted to say thank you! It's a relatively naive question, but I'm leaning into the handheld emulation side of things of late and was wondering whether you had any interest in making an simpler version of this theme for Android at all? 1 Quote Link to comment Share on other sites More sharing options...
OSH Posted June 1, 2022 Share Posted June 1, 2022 Hello! I don't have Big Box (yet) but I have seen videos of this theme on YouTube. The box art seem to fade out after a few seconds, is it be possible for it to stay over the video indefinitely after it fades in? This is the definitely the theme I'm going to use. 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.