Main > Lightguns
Use RCPS3 Move Games with Lightgun using scripts
<< < (24/39) > >>
Jayinem:
I got past that part where you have to move screens. You just have to keep trying to shoot at the corner of the screen. It doesn't work great i don't think even in the real game. Probably better to use a gamepad for that but I used my gun.
Jayinem:
That's how it should be IMO 3 seperate games.

lllll44:

--- Quote from: phasermaniac on September 04, 2020, 01:42:31 pm ---Hi! I don't know if this was done yet, I have just found out how to run the games sepparately, very easy:
Move  pirates_PS3.ppu.self, razingstorm.self and timecrisis4.self to their parent directory (USRDIR, which contain EBOOT.BIN and launcher.self), and run them form the gui (File-> Boot SELF/ELF) or by the normal commandline:
rpcs3.exe [your path]\disc\PS3_GAME\USRDIR\timecrisis4.self

I also have been messing around with TC4 config, to hide the crosshair, but I didn't succeed:
In sample_data/config system_config.xml and tc4config.dtd, there are some references to Cursor, but doesn't seem to have any effect.

--- End quote ---

hi, it doesnt work for me for any of the 3 games...it still going to the main selection games screen, maybe i need to change something here?

run, d:\emulators\rpcs3\rpcs3.exe "d:\emulators\ps3\Razing Storm\BLUS30528\PS3_GAME\USRDIR\razingstorm.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
 
Jayinem:

--- Quote from: lllll44 on September 05, 2020, 11:31:37 am ---
--- Quote from: phasermaniac on September 04, 2020, 01:42:31 pm ---Hi! I don't know if this was done yet, I have just found out how to run the games sepparately, very easy:
Move  pirates_PS3.ppu.self, razingstorm.self and timecrisis4.self to their parent directory (USRDIR, which contain EBOOT.BIN and launcher.self), and run them form the gui (File-> Boot SELF/ELF) or by the normal commandline:
rpcs3.exe [your path]\disc\PS3_GAME\USRDIR\timecrisis4.self

I also have been messing around with TC4 config, to hide the crosshair, but I didn't succeed:
In sample_data/config system_config.xml and tc4config.dtd, there are some references to Cursor, but doesn't seem to have any effect.

--- End quote ---

hi, it doesnt work for me for any of the 3 games...it still going to the main selection games screen, maybe i need to change something here?

run, d:\emulators\rpcs3\rpcs3.exe "d:\emulators\ps3\Razing Storm\BLUS30528\PS3_GAME\USRDIR\razingstorm.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
 

--- End quote ---

This doesnt look right to me Razing Storm\BLUS30528

Are you sure that's your path you have a folder calling Razing Storm and then BLUS30528 inside of that folder? Why?

Also did you move the .selfs into USRDIR folder?

It has to be something with your path or you didn't move them, because it works for me. Also try removing the quoatations before and after your path to the game for some reason I had problems with that but if I remove them it works better.
Jayinem:
Here is my script that works obviously the paths are different. I put my games in dev_hdd0/disc you don't have to do that though this is just where i have mine.

#SingleInstance Force
sleep, 100
run rpcs3.exe D:\Jayinem\Downloads\RPCS3\dev_hdd0\disc\TC\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
}

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 Down}
send {MButton Down}


ESC::
 Send !{f4}
ExitApp
Return

Navigation
Message Index
Next page
Previous page

Go to full version