Jump to content
LaunchBox Community Forums

Retro808

Moderators
  • Posts

    7,076
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by Retro808

  1. 1: No. The downloaded metadata has nothing to do with if it was played or not. 2: This is likely the issue. Not all games have HD videos on Emumovies. So I would have other options checked.
  2. I would recommend using a different version of that code. That old version is a hard close and can cause issues with emulators not saving save states properly. It was something that was found last year. I would use the code below instead. Not that the prior one did not work, this is just a cleaner shutdown process. $Esc:: { WinClose, ahk_exe {{{StartupEXE}}} } More appropriately since Cemu use Alt+F4 ESC:: { SetTitleMatchMode, 2 WinWaitActive, Cemu Send !{f4} } All scripts to close a game while in the game go in the "Running AHK" within Launchbox. The "Exit" script tab is for issue closing from the LB Pause Menu.
  3. @Moleburt Nice. Glad you are sorted now.
  4. Try this version and see how it looks. Yeah those lcd's are pretty much just a chopped 1080 screen. I have a couple so you would need to modiy the code as well. Your code looks different as the one I posted is my own custom theme. So try this one and share a pic of how it looks if it is not right so I can see how we need to adjust.
  5. You should not need to rebuild. All the import metadata is stored in the files in the \Launchbox\Data folders so back those up to protect them. Downloading the newest version or even reinstalling a prior version over top does not mess with your roms or your media. So you can rerun the installer for the current version you are using and install in the same folder. But if you want to be safe back up your roms and media as well. You should already be doing that as is.
  6. Retro808

    Pinball

    There are several posts on the forum about setting this up. Just ran a search and found this one.
  7. You using an antivirus or MSI Afterburner/Riva Tuner? We have seen those block the exe from running. I would say if the answer if no to those questions try downloading a fresh install and extract it to another drive letter if you have a second drive or if not install in a completely new folder location. See if that runs then we can eliminate something on the pc being the issue.
  8. No. It is already included in Launchbox download.
  9. Not at this time. BigBox recognizes you have multiple controllers it just does not distinguish them as unique such as Joy1Button1 and Joy2Button1. It has been brought up before but it has not affected a lot of users. I would like to see this get updated myself, but for now it may not be high on the list of to dos.
  10. OK just wanted to make sure. Did Windows by chance do an update? Or did you by chance notice if LB updated?
  11. No worries. If you right click on the task bar and select Task Manage do you see LaunchBox or BigBox running at all?
  12. Need a little more information. Cannot get what to load specifically? LaunchBox and/or BigBox? What exactly happens? Do you get an error, do you see anything, does it start to load then just stop?
  13. OK. I did not see a .216 no nag there (I likely just missed seeing it). But I did test the .218 and.219 no nags that are in the subforum and no issues with either of those. So it should not be an issue with a compiled no nag.
  14. What version of Mame are you using? The standard command line or one of the offshoots like MameUI or Arcade64? I assume command line since you said you have a nonag compiled version. Just want to confirm.
  15. Not sure if this is still relevant for current versions of Dolphin but there was a solution in this thread.
  16. This could be due to the dynamic box sizing. It was mentioned in prior beta thread. Try turning it off. Under Tools>Options look for Boxes in the Visual section and you will see a check box for it.
  17. It is. I just fixed mine. @dadykun I would do what Neil mentioned. If you do not know where the ini file is normally it is located in a roaming folder. Something like below. C:\Users\****\AppData\Roaming\Citra\config Make sure fullscreen is set to "true".
  18. Thanks Neil I forgot about the ini. I have not touched Citra in a quite a while. Looks like I need to update this emulator.
  19. Paste the AHK below in the Running AHK tab when you go to >Tools>Manage Emulators and edit Citra. The sleep time in the code is just due to Citra on my system opening with a slight lag so you may not need it. It will not cause issues to have it, but you may see Citra windowed first then fullscreen. So you can lower the sleep number if needed. Sleep, 2500 SetKeyDelay, -1, 110 Send {F11} Return
  20. Can you test in LaunchBox. First confirm in >Tools>Options>Game Pause that Pause Key is set to "P". Then run a mame game from Launchbox and hit the "P" key on your keyboard. Does it just pause the game or does it bring up the LaunchBox pause screen and menu?
  21. I cannot answer your first question as I have not really imported Steam or Epic games yet. As far as "platform categories" goes that give you a way to separate platforms into well...categories. You can create any category you want and place any platform or playlist in it. For example a common "category" is "consoles". So in that you can group all console platforms together. Or you can create a "Playlist" category and have that be the only place playlists go.
  22. I would also confirm cheats are not showing in a game. Run a game in Mame you know has cheats and make sure you cannot see the cheat menu.
  23. I delete the upload. Please do not post another creators artwork without their permission. Especially if it appears he deleted them from his own website for download.
  24. In the plugin.ini you need to make sure the line for "cheat" is set to 0.
×
×
  • Create New...