Main > Lightguns
Use RCPS3 Move Games with Lightgun using scripts
<< < (9/39) > >>
lllll44:

--- Quote from: hyo2012 on August 31, 2020, 02:05:36 am ---With ahk script, move mouse calibration is OK

But I can't quit calibration. Triangle button (mouse middle + mouse right same time or keyboard 'C' ) not work.

What should I do?

--- End quote ---

try to first press mouse right...hold it, and than mouse middle. this is working for me.
after you calibrate the "psmove", the calibration screen game not responds to your keyboard anymore, so this is the only option for now.
lllll44:

--- Quote from: Jayinem on August 30, 2020, 01:59:42 pm ---Smarter people than me figured out AHK scripts to let you be able to play RCPS3 games like Time Crisis Razing Storm with your Lightgun. Since we were derailing a little bit from Demulshooter and since this doesn't involve Demulshooter I decided to make a seperate thread. Here is where most of the discussion has been on this page http://forum.arcadecontrols.com/index.php/topic,149714.msg1722002.html#msg1722002

Here is my ahk script that I just made from others who are smarter than me and I included nomousy below it makes the mouse cursor invisible it is optional.

#SingleInstance Force
run rpcs3.exe <Your Path to>\BLUS30528\PS3_GAME\USRDIR\EBOOT.BIN
Run nomousy.bat

q::
    MouseGetPos, , , win
    maxWindow("ahk_id " win)
return

maxWindow(title) {
    WinMove, % title, , 0, 0, % A_ScreenWidth, % A_ScreenHeight
    WinActivate, % title
    WinSet, Style, -0xC00000, % title
    WinSet, Style, -0x40000, % title
    WinSet, AlwaysOnTop, Off, % title
}

c::
Send {RButton Down}
Send {LButton Down}
Sleep, 60
Send {LButton Up}
Send {RButton Up}

v::
Send {RButton Down}
Send {MButton Down}
Sleep, 60
Send {MButton Up}
Send {RButton Up}

Runwait nomousy.exe

ExitApp

Note: this is using a Lightgun as a mouse so I don't guarantee it will work with DolphinBar or others that don't use mouse.

I take no credit for this just passing the info along.

--- End quote ---

hi,
its only opening rpcs3 for me, but not the game.
i write i like this: run rpcs3.exe d:\emulators\ps3\Razing Storm\BLUS30528\PS3_GAME\USRDIR\EBOOT.BIN
what i need to fix?
thanks.
lllll44:

--- Quote from: lllll44 on August 31, 2020, 05:49:22 pm ---
--- Quote from: Jayinem on August 30, 2020, 01:59:42 pm ---Smarter people than me figured out AHK scripts to let you be able to play RCPS3 games like Time Crisis Razing Storm with your Lightgun. Since we were derailing a little bit from Demulshooter and since this doesn't involve Demulshooter I decided to make a seperate thread. Here is where most of the discussion has been on this page http://forum.arcadecontrols.com/index.php/topic,149714.msg1722002.html#msg1722002

Here is my ahk script that I just made from others who are smarter than me and I included nomousy below it makes the mouse cursor invisible it is optional.

#SingleInstance Force
run rpcs3.exe <Your Path to>\BLUS30528\PS3_GAME\USRDIR\EBOOT.BIN
Run nomousy.bat

q::
    MouseGetPos, , , win
    maxWindow("ahk_id " win)
return

maxWindow(title) {
    WinMove, % title, , 0, 0, % A_ScreenWidth, % A_ScreenHeight
    WinActivate, % title
    WinSet, Style, -0xC00000, % title
    WinSet, Style, -0x40000, % title
    WinSet, AlwaysOnTop, Off, % title
}

c::
Send {RButton Down}
Send {LButton Down}
Sleep, 60
Send {LButton Up}
Send {RButton Up}

v::
Send {RButton Down}
Send {MButton Down}
Sleep, 60
Send {MButton Up}
Send {RButton Up}

Runwait nomousy.exe

ExitApp

Note: this is using a Lightgun as a mouse so I don't guarantee it will work with DolphinBar or others that don't use mouse.

I take no credit for this just passing the info along.

--- End quote ---

hi,
I made it like this. so i wont need to make a shortcut to the script:
run, d:\emulators\rpcs3\rpcs3.exe "d:\emulators\ps3\Razing Storm\BLUS30528\PS3_GAME\USRDIR\EBOOT.BIN"
--- End quote ---
Jayinem:

--- Quote from: lllll44 on August 31, 2020, 05:49:22 pm ---
--- Quote from: Jayinem on August 30, 2020, 01:59:42 pm ---Smarter people than me figured out AHK scripts to let you be able to play RCPS3 games like Time Crisis Razing Storm with your Lightgun. Since we were derailing a little bit from Demulshooter and since this doesn't involve Demulshooter I decided to make a seperate thread. Here is where most of the discussion has been on this page http://forum.arcadecontrols.com/index.php/topic,149714.msg1722002.html#msg1722002

Here is my ahk script that I just made from others who are smarter than me and I included nomousy below it makes the mouse cursor invisible it is optional.

#SingleInstance Force
run rpcs3.exe <Your Path to>\BLUS30528\PS3_GAME\USRDIR\EBOOT.BIN
Run nomousy.bat

q::
    MouseGetPos, , , win
    maxWindow("ahk_id " win)
return

maxWindow(title) {
    WinMove, % title, , 0, 0, % A_ScreenWidth, % A_ScreenHeight
    WinActivate, % title
    WinSet, Style, -0xC00000, % title
    WinSet, Style, -0x40000, % title
    WinSet, AlwaysOnTop, Off, % title
}

c::
Send {RButton Down}
Send {LButton Down}
Sleep, 60
Send {LButton Up}
Send {RButton Up}

v::
Send {RButton Down}
Send {MButton Down}
Sleep, 60
Send {MButton Up}
Send {RButton Up}

Runwait nomousy.exe

ExitApp

Note: this is using a Lightgun as a mouse so I don't guarantee it will work with DolphinBar or others that don't use mouse.

I take no credit for this just passing the info along.

--- End quote ---

hi,
its only opening rpcs3 for me, but not the game.
i write i like this: run rpcs3.exe d:\emulators\ps3\Razing Storm\BLUS30528\PS3_GAME\USRDIR\EBOOT.BIN
what i need to fix?
thanks.

--- End quote ---

Go to BLUS30528 folder and in the address bar where it says BLUS30528 right click on it and copy address as text, then paste it in the script. You're probably not putting the exact correct location to the game. But I have no idea what your location of the game is. If it's right it should work, it does for me. This is my exact script I copy pasted here that works. I keep the game inside the RCPS3 folder which is not necessary but it's just what I do. Nomousy is also optional if you want no mouse cursor get it from the first post of this thread, if you don't want nomousy remove those lines that say nomousy from the script.

#SingleInstance Force
run rpcs3.exe D:\Jayinem\Downloads\rpcs3-v0.0.11-10807-9a51f222_win64\BLUS30528\PS3_GAME\USRDIR\EBOOT.BIN
Run nomousy.bat

q::
    MouseGetPos, , , win
    maxWindow("ahk_id " win)
return

maxWindow(title) {
    WinMove, % title, , 0, 0, % A_ScreenWidth, % A_ScreenHeight
    WinActivate, % title
    WinSet, Style, -0xC00000, % title
    WinSet, Style, -0x40000, % title
    WinSet, AlwaysOnTop, Off, % title
}

c::
Send {RButton Down}
Send {LButton Down}
Sleep, 60
Send {LButton Up}
Send {RButton Up}

v::
Send {RButton Down}
Send {MButton Down}
Sleep, 60
Send {MButton Up}
Send {RButton Up}

a::
send {RButton}
send {MButton}

Runwait nomousy.exe

ExitApp


You might also have to add the game in the RPCS3 GUI for it to load through the script, I'm not sure about that though.
Jayinem:

--- Quote from: lllll44 on August 31, 2020, 05:56:18 pm ---
--- Quote from: lllll44 on August 31, 2020, 05:49:22 pm ---
--- Quote from: Jayinem on August 30, 2020, 01:59:42 pm ---Smarter people than me figured out AHK scripts to let you be able to play RCPS3 games like Time Crisis Razing Storm with your Lightgun. Since we were derailing a little bit from Demulshooter and since this doesn't involve Demulshooter I decided to make a seperate thread. Here is where most of the discussion has been on this page http://forum.arcadecontrols.com/index.php/topic,149714.msg1722002.html#msg1722002

Here is my ahk script that I just made from others who are smarter than me and I included nomousy below it makes the mouse cursor invisible it is optional.

#SingleInstance Force
run rpcs3.exe <Your Path to>\BLUS30528\PS3_GAME\USRDIR\EBOOT.BIN
Run nomousy.bat

q::
    MouseGetPos, , , win
    maxWindow("ahk_id " win)
return

maxWindow(title) {
    WinMove, % title, , 0, 0, % A_ScreenWidth, % A_ScreenHeight
    WinActivate, % title
    WinSet, Style, -0xC00000, % title
    WinSet, Style, -0x40000, % title
    WinSet, AlwaysOnTop, Off, % title
}

c::
Send {RButton Down}
Send {LButton Down}
Sleep, 60
Send {LButton Up}
Send {RButton Up}

v::
Send {RButton Down}
Send {MButton Down}
Sleep, 60
Send {MButton Up}
Send {RButton Up}

Runwait nomousy.exe

ExitApp

Note: this is using a Lightgun as a mouse so I don't guarantee it will work with DolphinBar or others that don't use mouse.

I take no credit for this just passing the info along.

--- End quote ---

hi,
I made it like this. so i wont need to make a shortcut to the script:
run, d:\emulators\rpcs3\rpcs3.exe "d:\emulators\ps3\Razing Storm\BLUS30528\PS3_GAME\USRDIR\EBOOT.BIN"

--- End quote ---

That's fine too I don't use desktop shortcuts, I run everything in Launchbox.
--- End quote ---
Navigation
Message Index
Next page
Previous page

Go to full version