Jump to content
LaunchBox Community Forums

Retro808

Moderators
  • Posts

    7,262
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by Retro808

  1. Most of these should already be available in the download. Just select the option for “category” in the download link.
  2. That check box in the BigBox menu for the clear logo will only affect the default theme. Custom themes typically have the clear logo command coded into its view xml. So that will override the BigBox setting. You would have to edit the theme’s code to change that. The issue with changing view in the game details is because that specific view also needs to be coded. All views in BigBox can be custom coded. Most creators do not custom code the GameDetailsView, so it typically defaults to the Default theme’s coding of that view. So if you want the GameDetail screen to look different you would have to code it to look the way you want.
  3. Retro808

    Ryujinx quit

    Well it fixed the issue for the original poster and another member so that was the goal. But good to know as you have mentioned a couple times your set up does not need an AHK. The end goal is it works.
  4. Retro808

    Ryujinx quit

    @Koroth I just set up ryujinx on a few systems and 1 of them worked fine without needing an AHK, but the other 2 did (I am unsure why this would be the case, but I have seen this on a couple other emulators). So I tested the code below both with starting game in fullscreen and not starting in fullscreen and the games exited correctly back into LB and not into the Ryujinx UI. So give this a try. ESC:: { SetTitleMatchMode, 2 WinWaitActive, Ryujinx Send !{f4} }
  5. Retro808

    Ryujinx quit

    Kind of makes sense. I remember something similar happening a few Cemu versions ago. I will try and set it up and test on a couple of my set-ups.
  6. Retro808

    Ryujinx quit

    I figured. Just wanted to confirm. Is the affect any different if the game is not run in full screen?
  7. Retro808

    Ryujinx quit

    @Sbaby Is there any particular reason you are choosing not to post the pic we are asking for? we cannot effectively help you if you do not want to help us. @Koroth What tab are you putting that script in? Running AHK or Exit AHK tab.
  8. Retro808

    Ryujinx quit

    Its simple what I need from you. Stop overthinking it. I dont care about the thousand things you tried. I want to see what you have right this very second. In LB. go to >Tools>Manage emulators and edit Ryujinx. Go to whatever tab you have the current script you are using and share a pic of that. Not sure if I can be any more specific about what I need.
  9. Retro808

    Ryujinx quit

    Does not matter how many emulators you have. They do not all function the same. See my quote of my post below. I need to see in LB your Ryujinx emulator settings. Where did you put the script you use? Post a picture of that. Make sure the pic also shows the script.
  10. Retro808

    Ryujinx quit

    Can you respond to my original post? It helps to see what you have exactly when troubleshooting.
  11. Retro808

    Ryujinx quit

    I do not emulate Switch but quickly messing around in the UI looks like Alt+F4 closes the emulator. Where are you pasting the scripts? Can you share a pic of where you have pasted the script in LB and what the exact current script looks like?
  12. If you are importing alot of games at once and downloading media make sure you uncheck to box that references “rough matches” for media. Having this checked will slow down large imports as it is comparing every image.
  13. I am not familiar with the controller/controller board. Does it replicate keystrokes or game controller inputs (xinput / dinput)?
  14. Did you check defender’s quarantine log? Defender has blocked the BigBox.dll for some users.
  15. Only by editing the LB theme’s code.
  16. Are they just not playing or do you not see them at all in the game details panel? If you cannot see them at all you need to go into LB >Tools>Options and in the Visual section look for Game Details section. Check the box for “videos”.
  17. The wizard has a few options to check/uncheck in relation to those playlists. Unfortunately those "classics" arcade board playlists are in the same check spot as the other arcade board system playlists. So you cannot exclude them outright without affecting things like CPS, Cave, Sega M2, and so on. Well the dev put those all under the Arcade category since they are all arcade playlists. If you do not want them there you can edit each of them and change the parent location to move it to a different category. If you want to propose a feature to allow more fine tuned importing of these playlists use the "Request a Feature" link located at the top of the forum under the "Help & Support" tab. If you do, be sure to come back to the forum and link that ticket to help drive votes for it.
  18. I recommend using the one below instead. It was discovered the Process, Close is not a good close command as it is a hard close and can prevent an emulator from properly saving settings or save states it may save during shutdown. $Esc:: { WinClose, ahk_exe {{{StartupEXE}}} }
  19. No. However, you can typically move the controller to bring up a letter scroll list to quickly scroll to the letter of choice. For example, if using a vertical scroll game list view, if you move your controller left or right (depending on if the wheel is on the left side of screen or right) the quick alpha list will pop up.
  20. What settings do you have in the controller page checked and are you selecting the name of the controller in the "Device" field?
  21. @Wanderer189 I am going to take your snarky comment about maybe “I should read” very lightly. I am always professional and polite on this forum. I do not appreciate your passive-aggressive response. You still asked about a related issue. The more appropriate thing to do was build on that original post since it follows the same concern.
  22. @Wanderer189 I deleted your other thread about this issue. Please do not start multiple threads for the same issue. Unfortunately I do not know the answer to this as I have not messed with that view in themes when editing a xaml file.
  23. It is recommended to scrape as "Arcade". Set it to that and you will get metadata and media pulled from the DB.
  24. There currently is not a way to do this.
×
×
  • Create New...