Jump to content
LaunchBox Community Forums

Recommended Posts

Posted

I think I found how to go about this. I read you just copy the file lilypad.dll from your PCSX2 plugin folder to your epsxe plugin folder, set it in epsxe, and configure controller.

I'll try that out. 

Posted

@DOS76, do you know how to set it to rumble the controller? currently using keyboard api direct input , with no 'game device APIs" checked. maybe something in the Pads area where it shows something about pad1 pad2 dual shock 2?

Posted
3 hours ago, DOS76 said:

I don't have a clue. I don't use ePSXe anymore personally.

What do you use (Retroarch?)?

Are you able to get the resolution and graphics looking good like ePSXe? I'd be interest in knowing what your video settings are for it with what you use.

Posted

i got rumble to work. i just exported my lilypad settings from pcsx2 and imported. all good! still curious what you use for ps1 since epsxe seems to look so good for the few games i tried.

Posted

I just use RA with a shader. Video is an extremely subjective matter and what I like you may not care for. I play all of my games in 16:9 wide screen which I know many people hate so if that isn't your preference from the bat that would eliminate my settings.

  • 9 months later...
Posted

I know this is dated, but being a new user to LaunchBox I had this exact issue. I solved it by allowing the Esc key to perform two functions. First press of Esc will move the mouse out of view. Second press will exit the emulator. It is not ideal as the mouse will need to be manually moved by the first press of Esc, but there is no need for additional software.

1st) click on Tools then Manage Emulators.

MgeLaX8.jpg

2nd) Double click on Demul.

H3Kjr7I.jpg

3rd) Select the AutoHotkey Script Tab. 

zpOidDp.jpg

4th) Replace the Default Script with the following:

; Press Esc to move mouse and close emulator

n:=1

$Esc::

if ( n = 1 ) ;First press of Esc moves mouse

{

    MouseMove, 2000, 2000, 0 ;increase the first two values if the pointer is still visible on your display

 

    n++

}

else if ( n=2 ) ;Second press of Esc closes emulator

{

    Process, Close, {{{StartupEXE}}}

}

5th) Click on Ok.

7QAnHdf.jpg

Give the script a test run and if you have any issues you can click on Reset to Default Script.

j95UDdY.jpg

I hope this helps.

  • Like 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...