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

--- Quote from: Jayinem on September 05, 2020, 02:16:33 pm ---Your path is different than what you're putting in the script. It should be
D:\emulators\ps3\Razing Storm\PS3_GAME\USDDIR\razingstorm.self

If you look at your own pic you don't have BLUS30528 anywhere in that path. If you change the folder name you have to change it in the script to match it. Otherwise the script can't find your games. Usually the download always comes with a folder called BLUS***** (U.S. game) or BLES***** (Euro game) so you must have changed it.

You put:
D:\emulators\ps3\Razing Storm\BLUS30528\PS3_GAME\USRDIR\razingstorm.self" Remove BLUS30528

As for mapping controller or mouse to gamepad I don't know if you have a controller or only a mouse. But let's say you use a mouse you can map d-pad or left stick to mouse. You click on example d-pad up and hold down left mouse click and move the mouse up after you let go it should say Mouse MUp, you might have to try it a few times to get it to work and do it for each direction of course. This makes it also where I can use my mouse for calibration and it's easier. For shooting I don't remember if it's L1, R1, R2 or X honestly you will have to experiment.

--- End quote ---

the path fine...it a changed i made after you told me to delete the bluse3028 i had.
Jayinem:

--- Quote from: lllll44 on September 05, 2020, 02:49:13 pm ---
--- Quote from: Jayinem on September 05, 2020, 02:16:33 pm ---Your path is different than what you're putting in the script. It should be
D:\emulators\ps3\Razing Storm\PS3_GAME\USDDIR\razingstorm.self

If you look at your own pic you don't have BLUS30528 anywhere in that path. If you change the folder name you have to change it in the script to match it. Otherwise the script can't find your games. Usually the download always comes with a folder called BLUS***** (U.S. game) or BLES***** (Euro game) so you must have changed it.

You put:
D:\emulators\ps3\Razing Storm\BLUS30528\PS3_GAME\USRDIR\razingstorm.self" Remove BLUS30528

As for mapping controller or mouse to gamepad I don't know if you have a controller or only a mouse. But let's say you use a mouse you can map d-pad or left stick to mouse. You click on example d-pad up and hold down left mouse click and move the mouse up after you let go it should say Mouse MUp, you might have to try it a few times to get it to work and do it for each direction of course. This makes it also where I can use my mouse for calibration and it's easier. For shooting I don't remember if it's L1, R1, R2 or X honestly you will have to experiment.

--- End quote ---

the path fine...it a changed i made after you told me to delete the bluse3028 i had.

--- End quote ---

You have to be more clear when you post what you're saying. Do you mean you changed the path and it still doesn't work? Or it does work?
lllll44:
Nope..still opening me the game selection screen...weird.
will try now the mouse config for dpad:)
thanks.
Jayinem:

--- Quote from: lllll44 on September 05, 2020, 03:25:25 pm ---Nope..still opening me the game selection screen...weird.
will try now the mouse config for dpad:)
thanks.

--- End quote ---

Post your entire script, there's still likely something wrong.
lllll44:
maybe it something about my game version...who knows 0:

run, d:\emulators\rpcs3\rpcs3.exe "d:\emulators\ps3\Razing Storm\PS3_GAME\USRDIR\timecrisis4.self"

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
}


esc::
Send !{f4}
ExitApp
 

Navigation
Message Index
Next page
Previous page

Go to full version