Jump to content
LaunchBox Community Forums

Yazanko0o

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Yazanko0o

  1. Thanks for your replay JoeViking245 I've managed to fix the issue by writing a "Resume Script" for duckstation, I'm starting the duckstation as fullscreen, the issue when I resume the game from the pause screen i have that black screen and as you mentioned it was the "startup screen", the issue even if I waited forever to pause and then I hit the resume button, I got the same black screen and when using (Alt+Tab) the game exiting, it's my first time writing autohotkey scripts and it works, Yay! ;Duckstation Resume Script WinExist("ahk_exe duckstation-qt-x64-ReleaseLTCG.exe") WinActivate ; Use the window found by WinExist. Send {F12} ; Where F12 is fullscreen toggle button on Duckstation by the way "F12" is my fullscreen toggle button on Duckstation
  2. Hello everyone, I'm facing an issue with DuckStation, when hit "pause button" I got the pause menu, but when try to resume, I got black screen Once hit resume button the game still running on the emulator, but got black screen
  3. Yazanko0o

    ExoDos

    In addition to those things mentioned by our friends above, to have these nice subcategories, add the content "Parent Tags" of the <eXoDosSetup>\Data\Parents.xml file, to the <YourLaunchboxSetup>\Data\Parents.xml within LaunchBox tag after old parent tags that you already have, <LaunchBox> [Old Parent Tags] [Content Here] </LaunchBox> here is the exodos Parents.xml content you need to copy, <Parent> <PlaylistId>1e87a075-0745-4083-84e5-ded997d31604</PlaylistId> <ParentPlatformName>MS-DOS</ParentPlatformName> </Parent> <Parent> <PlaylistId>68c56cfb-b801-4f43-8c84-701c81b53b8c</PlaylistId> <ParentPlatformName>MS-DOS</ParentPlatformName> </Parent> <Parent> <PlatformName>DOS Magazines</PlatformName> </Parent> <Parent> <PlatformCategoryName>Computers</PlatformCategoryName> </Parent> <Parent> <PlaylistId>a0e07e13-547d-4dd7-b82c-3185f157fb4c</PlaylistId> <ParentPlatformName>MS-DOS</ParentPlatformName> </Parent> <Parent> <PlaylistId>b6b61188-656d-4775-8fdf-1bb5dca02aa6</PlaylistId> <ParentPlatformName>MS-DOS</ParentPlatformName> </Parent> <Parent> <PlaylistId>4d77a375-ee49-4da4-8186-1155c5ecb278</PlaylistId> <ParentPlatformName>MS-DOS</ParentPlatformName> </Parent> <Parent> <PlaylistId>2f7300e9-b25f-4bfa-b6b1-6a3fc281f157</PlaylistId> <ParentPlatformName>MS-DOS</ParentPlatformName> </Parent> <Parent> <PlaylistId>e64fb51c-ff5d-4fbe-919c-aa2249d78117</PlaylistId> <ParentPlatformName>MS-DOS</ParentPlatformName> </Parent> <Parent> <PlatformName>MS-DOS</PlatformName> <ParentPlatformCategoryName>Computers</ParentPlatformCategoryName> </Parent>
×
×
  • Create New...