Jump to content
LaunchBox Community Forums

Retro808

Moderators
  • Posts

    7,085
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by Retro808

  1. OK Well, now I am confused. if it is not working why did you say earlier you are using the vbs?
  2. From your image it looks like you are launching an exe and not a vbs. You have the emulator path as DeSmuME_X432R_X64.exe. That's the exe for the Japanese fork. Here is an old post about launching desmume from a vbs in Launchbox. The last post advises to use one of the AHK I posted as well. I just set up the version you have in your pic as well and it works with the same AHK. Not sure why it is not working for you. Any chance you have another Desmume emulator setup (one for the vbs) in Launchbox and you are editing the wrong one with the AHK?
  3. Also just tested with the other AHK and that one works as well.
  4. You said "One of them is not working"...so does one actually work for you? Are you putting the AHK in the right place? I do not use Desmume, but just installed it and set it up using the below AHK and it works fine.
  5. You just need to use a value that is used in Launchbox. These are the play modes you can choose from when you edit a game.
  6. Either of these pasted into the AHK tab should work. Esc:: Send !{f4} or $Esc:: { Process, Close, {{{StartupEXE}}} }
  7. If you run just Mame and LEDBlinky without Launchbox does the issue still persist?
  8. @Jason Carr Seeing that adding to and removing from playlists that are manual is not updating unless rebooting BigBox. Rolled back to prior beta and the issue is there as well.
  9. If you have the font installed on your machine it is pretty simple. Look for the line of code below. Somewhere inside that section add FontFamily="[Name of Font]" In the second code you see I added the Arcade font to it. The name needs to be the actual Font Name (see pic). <TextBlock Grid.Row="0" Grid.RowSpan="3" Grid.Column="0" Grid.ColumnSpan="2" Text="{Binding NowLoadingText}" Foreground="White" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="60" Typography.Capitals="AllSmallCaps" /> <TextBlock Grid.Row="1" Grid.Column="1" Text="{Binding Path=NowLoadingText, NotifyOnTargetUpdated=True}" Foreground="Aqua" HorizontalAlignment="Center" VerticalAlignment="Center" FontSize="70" Margin="0,0,0,0" FontFamily="Arcade" />
  10. If you are trying to change the theme in the folder named "Default" you cannot. You can edit other themes you have downloaded or copy the default folder, paste, then rename it what you want. Then you can edit it and use custom text and fonts.
  11. Try going into BigBox settings and refresh the image cache. Sometimes when you add new images manually you will need to do this to get them to show.
  12. If the emulator offers multiple save states you can achieve this by deleting some line in the AHK of the Pause feature in the Edit Emulator screen. Such as in Mame if you delete the lines for Send 1 down and Send 1 Up it will bring up the list of save and load states in Mame for you to choose from.
  13. I would not recommend editing LB xaml files unless absolutely necessary. If you do, always best to back up the original first. AHK will probably be in the Emulator.xaml
  14. No, that should not cause an issue. I have my path set in ReDream as well. Not sure what is wrong. There are not many settings inside of ReDream that could affect it, and there are no command lines to be sure you have entered in Launchbox. The image I attached is my settings and it drops straight into a game. It is a pretty easy emulator to set in Launchbox. Maybe post the same pic I did of your ReDream setup. Then also choose a game and right click, edit. Share a pic of the Launcher tab and Emulation tab.
  15. If you revert back to one of the prior versions you remember it working with does the issue go away? If you look in your /Launchbox/Updates folder you can see prior version. You can choose one you know worked and reinstall it. It will not hurt any of your media or game imports. I honestly cannot recall if anyone has posted LEDBlinky issues with the latest releases.
  16. ReDream should start fullscreen with no issue, make sure in the Video Options you have fullscreen set to True. Also for the game issue make sure in the image below the 3 check boxes in the middle you do not have any checked. Dolphin should also have a fullscreen check box in the graphics options.
  17. So tried you steps exactly as you posted in the earlier thread and no issue. Did you shut off Loading Screens globally or just for the emulator? Not sure if it would matter, but worth clarifying.
  18. Confirming the Exit from pause with RPCS3 only works if you do it twice. Pause, select Exit, then Pause again and select Exit before the emulator actually shutdowns to BB.
  19. I had this happen last night as a fluke, so not sure if related to what FlightRisk is seeing. I then closed LB and deleted the default theme folder then reopened to have LB regenerate it. It worked again. It happened when I was testing a Pause theme I was working on.
  20. Yes, in the BigBox options there is a setting for the view you want it to Startup in. In Settings go to Views then set the Default Startup View.
  21. It likely is not going to work the way you tried as you cannot add a platform and not import games into it. A platform will only show up if games are imported to it. You could add a couple new Platform Categories. 1 Called Custom Playlists and 1 called Auto Playlists. Then in each will have the related playlists. May not be the best solution but you may not be able to nest playlists inside each other the way you want the way LB/BB works for now. There may be a better way I just do not mess with playlists and the ones I have I do not drill to such a specific level or organization.
  22. Whether it will happen or not is not determined, but I would wager to say it is something that will eventually get looked into. After all Jason just got going on the Pause feature. I do not think we have to be so stark about it not being in place right now.
  23. Yes. You would have to create a new theme to show images you see fit. Or copy the default theme and rename it, then edit the xaml. Pause Screens can be themed like all the others.
  24. The biggest update was likely the implementation of Startup screens in 9.2. To date Mame has worked without issue for the vast majority of users. Some have noted some problems though. Try turning off Startups for Mame and see if it helps. >Tools>Manage Emulators - Edit Mame and go to the Startups tab. Additionally, you can try tinkering with the settings in the tab to see if it helps when you have it on.
  25. Currently there is not from within Launchbox. In oder to keep all the ones when you add a new one you need to make sure you check all the appropriate genre. Unfortunately still in not a perfect solution since some games you may not want to have all the same genre types. I know this was mentioned in the past. I believe it is on the list of things to look at but it may still be some time as there are other items higher on the list to tackle.
×
×
  • Create New...