Jump to content
LaunchBox Community Forums

Retro808

Moderators
  • Posts

    7,062
  • Joined

  • Last visited

  • Days Won

    27

Posts posted by Retro808

  1. @crispy4000 Theme looks good. I like the subtle fade with the highlight staying on the game in the active row and the clear logo. So far it runs pretty smooth with no errors. I do want to mention I had to rename the folder the just "List Scroll" as I was not getting images for the ESRB and the Stars. Since you named the folder List Scroll v0.3 inside the zip it was not finding the images since the theme is looking for "List Scroll" folder name.

    Also recommend either adding a scroll text for the platform names or an expanding text box/label for platforms with longer names.

    Screen Shot 2021-04-09 at 3.56.30 PM.png

    • Thanks 1
  2. 11 minutes ago, fygarslayer said:

    It's been a while, but I'm wondering if this was ever implemented? 

    I see an option for "Attract Mode Navigation Sound" in the Sound options, but it doesn't appear to mute the game videos.

    No, this was never something looked at for implementation and was not something that made the poll of the current items being developed.

    If there is not a BitBucket ticket for it I would recommend opening one and linking it here on this thread. The more votes it can get the better chance it has of making it to a poll to be voted on.

    To make a ticket use the link found at the top of the forum under the "Help & Support" menu. Look there for "Request a Feature"

  3. It may also depend on how you are displaying the FlowImage, but testing with the default theme BorderThickness in the coverFlow:FlowContext should change that. I just made an edit there on a copy of the default theme and it made the border thinner.

    <coverFlow:FlowContext>
          <Border BorderThickness="10" Width="1280" Height="960">

     

    Screen Shot 2021-04-09 at 2.59.03 PM.png

  4. Tested it and was able to remove the date/time. Make sure when you delete it you do not delete the part in the code with </Grid>

    If you look back at what you pasted it is the last line of that code. That piece belongs to the bigger grid piece of the code. Removing it likely caused your issues.

    If you want just copy this and paste it over top of the exact lines in this code. All I did was comment it out. It still leaves the code in there just makes it not a working part. Make sure to highlight only the exact lines.

    			<!--DATE, TIME AND WEATHER -->
    				<!-- x:Name="DateTimeWeather" Grid.Row="0" Grid.Column="1" >
    					<DockPanel Height="45" Width="349" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" >
    						<TextBlock Text="{Binding CurrentTime}" FontFamily="{StaticResource FontBebasNeue}" FontWeight="Bold" VerticalAlignment="Center" DockPanel.Dock="Right" FontSize="35" Foreground="Crimson" />
    						<TextBlock Text="  " FontFamily="{StaticResource FontBebasNeue}" FontSize="35" VerticalAlignment="Center" DockPanel.Dock="Right" />
    						<TextBlock Name="tbArrivalDateTime" Text="{Binding Source={x:Static sys:DateTime.Today}, StringFormat='{}{0:MMMM dd, yyyy}'}" FontFamily="{StaticResource FontBebasNeue}"  VerticalAlignment="Center" HorizontalAlignment="Right" DockPanel.Dock="Right" FontSize="35" Foreground="Gold" />
    						<TextBlock Text="  " FontFamily="{StaticResource FontBebasNeue}" FontSize="35" VerticalAlignment="Center" DockPanel.Dock="Right" />
    					</DockPanel>
    				</Viewbox-->

     

  5. Each theme has a Views folder. Look in there. You would need to edit the one for the specific view you are using. You will be looking for something like WheelGamesView.xaml or TextGamesView.xaml for example. If you do not know which view you are using go into BB and in the options look in the Views section. It will tell you the view you are using for that theme.

  6. I cannot say I have ever experienced this on any of my setups, but most times I boot the cabinets and walk off so I may be missing it. Does not mean it is not a possible bug. I think there were some prior posts on this. I would try other videos and let us know if it still happens.

    Also, it seems like you might be doing an outdated setup for your startup video. You do not need to name it startup.mp4 anymore. You can create a folder called Startup and place it in the \Launchbox\Videos folder and place any amount of videos in it.. They can be named anything you want. BB will use one at random on start up now.

  7. In BB options go to the Views section. Check the box for "Remember Separate View per Platform". Then in either keyboard or controller bindings set a key/button to the "Change View" option. Now when in a cartridge based system you can hit the change view key/button to set that platform to the view that does not spin the cart. Unfortunately you have to do this one by one.

  8. 11 minutes ago, moali said:

    I bought the license from here. however, what about the Lunchbox that is a free program. regular lunchbox also giving me same error Code.

    If you bought the license from our site email support as I mentioned. That license is tagged as a pirated license. 
     

    Yes, LB is free, but the paid license also affects premium features in LB. So, as @Lordmonkus also mentioned, you have to remove to use the free version. 

  9. @moali The error means the license you are using is known to be a shared/pirated license. By removing the bad license.xml you can use the freeware version. We welcome you to purchase a valid license directly from our site. 
     

    If you feel this is an error please email support@unbrokensoftware.com with the license information and they can research the issue. 

  10. 5 minutes ago, derekDemara said:

    So I just noticed that in manage emulators the box  (no space before ROM was checked) I unchecked and everything seems to be working fine now. Why would that be checked all of the sudden? Or if it was already checked why the change in the operation of everything?

    It should not be on by default. I do not believe any of the updates to this version of LB affected any emulator settings except for a few emulators had a default AHK script updated.

  11. @derekDemara I moved your post to a more appropriate thread.

    When you downloaded the newer Retroarch did you place it in a new folder or did you upgrade your existing Retroarch set-up? If you placed the new version in a new folder did you go into LB and update the emulator set-up to link to the new .exe in the new folder?

    If you simply updated the old version inside the same folder everything should still work as long as RA works since LB would be linked to that same .exe in that folder. Knowing exactly how you updated would be helpful in troubleshooting.

×
×
  • Create New...