Jump to content
LaunchBox Community Forums

Retro808

Moderators
  • Posts

    7,330
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by Retro808

  1. @Dr_Wolfman What version LB are you on? Latest betas had a fix in it that I think was helping address some users not being able to eject external drives that LB was running from. If you are on a version prior to 13.7 you can either try the beta and see if it helps or wait until the next stable release.
  2. Not sure what issues you are having but TP ran games are easier than they have ever been to run. They are also easy to import into LB. I would recommend getting more recent dumps of games. Most games can run directly in TP and no longer need additional loaders.
  3. I have not seen a tool like that and I think you are only the second or third person on our forum I have ever seen ask for creating playlists based off a folder structure. So it's been a pretty niche request.
  4. Not within LB natively.
  5. Just make note saving for games is emulator specific F1 (you are probably using Retroarch) may not always bring up a menu. LB has nothing to do with this.
  6. Right Click game >Edit >Add to Playlist >Choose Favorites You can also just click on the "Favorites" (heart icon) in the game details pane.
  7. LB/BB Can display additional images/metadata on a second screen natively. However, the default right now only display videos/images. If you want game information and the like you would just need to have code a custom view to display what you want. What exactly are you wanting to see on the screen? There are a couple plugins that can be used to choose what media you want, but I do not think they cover displaying game information.
  8. You can bind certain functions to a gamepad (such as exiting a game) in the >Tools >Options >Game Controller >Mappings section. A) Exiting with a gamepad see prior answer. Exiting with a keyboard would be any standard exit from an emulator such as "Escape" LB is more of the Windows (keybaord and mouse) frontend so it works really like any other standard UI using a keyboard. Nothing really to bind for a keyboard. B) In game save are all emulator specific and set-up in each emulator. LB. does not control this. C) No manuals. Just ask the forum.
  9. LB/BB does not natively support 3 screens. You would need to use one of the plugins for that.
  10. Default image in exactly which spot? If you are talking about in the middle pane of LB where the game list is you can set the image type per platform. If you have multiple images of a specific type you cannot tell LB which one of those to always display. You would have to have only 1 image. As far as setting a specific image type as the default just select a platform and in the top left of the window look for "Image Group" and select what image type you want as the default display for that platform. As mentioned you can set each platform to a different type.
  11. Working fine on my builds and my test machine. The download prompt appears and even the notification bell shows an update is available. What theme are you using?
  12. Look in the themes Views folder \Launchbox\Themes\[Name of theme\Views\ If you are using the Default theme you cannot edit it. You would have to copy the Default theme's folder and then rename the new copy to what ever you want. Then you can edit that theme and use it. You would need to edit the view xaml for the view you use (Check your BigBox settings >options >Views to see what view you are using). Once you figured out the view type return to the theme's \Views folder and right click > Edit that view's xaml file. You can edit in something like Notepad++ or even Notepad (Notepad++ gives a better coding style look to the document). Once opened search for "coverFlow:FlowControl" (there is only one so finding it is pretty easy). You need to either change the existing Endless property to false, or add a Endless="False" property to the FlowControl. The section should look like this: <!-- WHEEL --> <coverFlow:FlowControl x:Name="FlowControl" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Column="3" Grid.ColumnSpan="4" Grid.Row="0" Grid.RowSpan="8" CoverFactory="{Binding CoverFactory}" ImageType="Clear Logos" CurveAmount="-2.5" CameraZPosition="3.2" VisibleCount="16" PageSize="6" Spacing="0.9" ItemZPosition="0.7" SelectedItemZPosition="1.1" Panel.ZIndex="20" RotationAmount="12" Margin="100,0,0,0"> <coverFlow:FlowControl.Opacity>100</coverFlow:FlowControl.Opacity> <coverFlow:FlowControl.Effect> <DropShadowEffect BlurRadius="10" Direction="-90" RenderingBias="Quality" ShadowDepth="1" /> </coverFlow:FlowControl.Effect> </coverFlow:FlowControl> In this section of that code you will notice it does not have an Endless property. So you would at it. <coverFlow:FlowControl x:Name="FlowControl" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Column="3" Grid.ColumnSpan="4" Grid.Row="0" Grid.RowSpan="8" CoverFactory="{Binding CoverFactory}" ImageType="Clear Logos" CurveAmount="-2.5" CameraZPosition="3.2" VisibleCount="16" PageSize="6" Spacing="0.9" ItemZPosition="0.7" SelectedItemZPosition="1.1" Panel.ZIndex="20" RotationAmount="12" Margin="100,0,0,0"> So it should now look like this (see Enless="False" at the end of the line. Save the file and you should be good to go. <coverFlow:FlowControl x:Name="FlowControl" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Grid.Column="3" Grid.ColumnSpan="4" Grid.Row="0" Grid.RowSpan="8" CoverFactory="{Binding CoverFactory}" ImageType="Clear Logos" CurveAmount="-2.5" CameraZPosition="3.2" VisibleCount="16" PageSize="6" Spacing="0.9" ItemZPosition="0.7" SelectedItemZPosition="1.1" Panel.ZIndex="20" RotationAmount="12" Margin="100,0,0,0" Endless="False">
  13. I must be missing something or misunderstanding your request as I just gave you a tutorial on 3 ways to do just that. Any of those steps will give you Genres showing under a platform.
  14. LOL. Typing and not thinking. Thanks
  15. That error speaks for itself. It means you already have a playlist with that unique name. You can use the same unique name several times just need to make sure you change the "nested name" field to differ the playlists from each other.
  16. On the left side where the platform names are just above "All" that drop down box you have selected "Platform" to do what I mentioned you need to change that option to "Platform Category".
  17. In LB or BB? This would require editing the code for the theme you are using. Probably be good to show a pic of what exactly you are wanting to see to get a better idea of what needs to be done.
  18. Here is fine or find a thread making the media type and ask there. Example, If you are looking for a specific clear logo to match ones you are using ask in the thread with that clear logo. Usually asking in a running thread posting the specific media would yield faster results.
  19. Just download the file and drop the images in the image folder you want to use them for. Typically these would go in the \Images\Arcade\Arcade - Control Panel folder.
  20. If you want them to be lists already presented there are several ways you can do this. Option 1: Right click the platform name and choose >Auto-Generate Child Playlists. A menu will come up allowing you to select types of playlists for that platform you want. These will be available as a tree under the platform name. You can then delete any you do not want. Option 2: Choose your platform and make sure its games are visible. In the upper left of the LB window there should be a Search box with a Filter logo to the right of it. Click that filter and select > Genre then the Genre option. This will filter the games to only those with that genre. Now click on the filter button again and at the bottom of that list you will see "Save Filter(s) to New Playlist". Select that and the Playlist UI will pop-up. Name it what you want and then go to "Parents" tab and click the select box next to the platform name. This will ensure the new playlist shows up under the platform. Option 3: Right click the platform name and choose >Add >New >Playlist. In the Details tab name the playlist what you want. Then in the Auto-Populate tab click the check box to make it an auto-pop playlist. You will need to set a couple line options here. Set first line (Field / Comparison / Value) to be "Platform" / "Is Equal To" / [Your Platform Name]. In the second line set the (Field / Comparison / Value) to be "Genre" / "Is Equal To" / [Your Genre Choice]. Next go to the "Parents" tab and set the parent to be the platform.
  21. Can you post the error so we can help troubleshoot?
  22. No issues here. Settings match what you are showing. Any chance you are running Dolphin as Admin? Make sure all your drivers are updated. In your Graphics settings are you using Vulkan or something else? I am running Vulkan without issue but also just tested the others and Pause works.
  23. Just import linking it to Retroarch and not Mame. This will get them in. Then when done go into the Neo Geo CD platform and select all games and right click >Open Bulk Edit Wizard. Choose "Emulator" in the "Field" drop down box and then in the "Value" box select Mame. This will not assign all the game to Mame. Using Mame as the import emulator it is looking at arcade metadata.
  24. Best thing is to set a button combo for exit. Like Start + Select.
  25. After the import does it say "0" games added? If so it means it was already added. If you have any of the "Hide Games Missing" options checked LB may have hidden it. To easily tell reimport the game and check the box for "Force Import Duplicate". It should add it then.
×
×
  • Create New...