Jump to content
LaunchBox Community Forums

Xngears

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Xngears

  1. One of the things I decided to do with my Big Box setup was to have the consoles sorted by company name, rather than keep them all in one nebulous "Consoles" folder.

    The problem with doing that is now I've got some mismatched logos, and I haven't been able to find any clear company logos I could use instead.

    Also, for some reason there's no Nintendo Switch logo by default.

    I was wondering if anyone could either point me to a community pack that has the logos, or can tell me what dimensions the logos have to be in order to fit properly on the main menu.

    logo 1.jpg

    logo 2.jpg

  2. One of the things I obsess over in choosing a theme is how I'll find a view I really like, but it's missing the scrolling game details. In this example, I wanted to see if I could take the scrolling game details text from Vertical Wheel 1 (first Xenoblade 2 screen) and have it scroll on Vertical Wheel 4 (second Xenoblade 2 screen, which has a full video shot but not the game details on the bottom like in the first screen).

    I also wanted to know if I could hide the game box displayed on the Fantasia image, so it doesn't obscure the background image. Or even move around the placement of the video and game box. I can never seem to find a decently-arranged screen that doesn't obscure the fan-art/official art background with either the game box or video. There are also some cases where I find the video box too small while everything else is fine.

    I know we have CTC, but I wanted to check first if this was something I could easily set in the theme settings/options before messing around with that program.

    lb1.png

    lb2.png

    lb3.png

    lb4.png

    lb5.png

  3. 12 hours ago, Your_Friendly_AI_Overlord said:

    You can already do this with DS4Windows.

    698328181_Schermopname(50).thumb.jpg.1d89f047d466b55b5d94366b11b7ffe0.jpg

    Create a new profile for your controller or edit an existing one.

    1704437364_Schermopname(51).thumb.jpg.a0f6b5196a7fc1c7d4f690fbc7cb2c3c.jpg

    Go to the [Special Actions] tab and click [New Action].

    1260543967_Schermopname(52).thumb.jpg.8a871fee7738a1574e3d93eef172d2e0.jpg

    Tick [Mute] (your Mic. button) and at [Select an Action] select [Press/Toggle Key]. Then on the on-screen keyboard click the [Escape] key.

    1414506034_Schermopname(53).thumb.jpg.000b4a4f2b82c9f6b472b99e29915ca9.jpg

    Give your special action a name > Save.

    1779193524_Schermopname(54).thumb.jpg.6f52c6190ffc381bf53821efdd47996a.jpg

    If you want you can create an auto-profile that automatically applies when you start Dolphin.

    Excellent, this worked. Thank you so much for all the help.

  4. 19 hours ago, Your_Friendly_AI_Overlord said:

    First open DS4Windows and go to [Settings]. Tick [Start Minimized] and make sure [Close Minimizes] is unticked.

    199565764_Schermopname(49).thumb.jpg.060417f3c5bba67ad31e2c4cee3dc393.jpg

    Then, in LaunchBox, try the following script:

    Run, F:\Essential Programs\DS4Windows\DS4Windows.exe
    
    $Esc::
    {
    Run, F:\Essential Programs\DS4Windows\DS4Windows.exe -command shutdown
    WinClose, ahk_exe Dolphin.exe
    } 

    This works beautifully. Thank you so much, this was one of the biggest problems I've tried to solve since getting my new PC.

    The only thing I'm wondering now is if the script could be edited so that instead of hitting ESC, I can hit a specific button instead. I'm using the Dualsense controller and I've got the mic button mapped to close active windows (thus, close the emulator). Any way I could have that button be the Dolphin+DS4 killer?

    I could probably also use something like reWASD to map ESC to the button, but I'm looking for whatever is the simplest method.

  5. On 2/9/2022 at 10:20 AM, JoeViking245 said:

    Try: go to Tools, Manage, Emulators, and edit you Dolphin emulator.  In the Running Script section, add

    Run, "D:\Utils\DS4Windows\DS4Windows.exe",,Min
    
    Esc::
    {
    	Process, Close, DS4Windows.exe
    	WinClose, ahk_exe Dolphin.exe
    }

    Change the path to where your DS4Windows.exe is located

    This ALMOST works perfectly, so I'm already incredibly thankful for this.

    It will open up Dolphin and DS4Windows successfully. The only issue is that DS4Windows.exe sticks around even after Dolphin closes.

    This is how I've got the code set up to point to my DS4Windows directory:

    Run, "F:\Essential Programs\DS4Windows\DS4Windows.exe",,Min

    Esc::
    {
        Process, Close, DS4Windows.exe
        WinClose, ahk_exe Dolphin.exe
    }

    I've also got the mute button on the PS5 controller hotkeyed to shut off Dolphin, if that matters.

  6. Hi there, I was wondering if someone could kindly create a script for me to go with the Dolphin emulator.

    I want to make it so that every time I launch Dolphin, it also launches DS4Windows. But I also want DS4Windows to close when I close Dolphin.

    I use reWASD now for my controller profiles, but the problem is that only DS4Windows seems to have the option to let you map an Xinput controller with gyro controls. This is the only way I've found to get both motion controls and rumble with my PS5 controller when using Dolphin.

    So I have to begrudgingly use DS4Windows for at least that one specific purpose. It would help me a ton if someone could help me pull this off.

×
×
  • Create New...