PS4 [Research]PS2 emulator configuration on PS4

TimeSplitters 2 (SLUS-20314)
LUA
Code:
apiRequest(1.0)
local eeObj = getEEObject()
local emuObj = getEmuObject()
local patcher = function()
eeObj.WriteMem64(0x00309CC0,0x0000000000000000)
end
emuObj.AddVsyncHook(patcher)


TimeSplitters 2 (SLES-50877)
LUA
Code:
apiRequest(1.0)
local eeObj = getEEObject()
local emuObj = getEmuObject()
local patcher = function()
eeObj.WriteMem64(0x0030A370,0x0000000000000000)
end
emuObj.AddVsyncHook(patcher)
Possible fix for black screen after PS2 logo. May need some additional settings to run properly.
 
TimeSplitters 2 (SLUS-20314)
LUA
Code:
apiRequest(1.0)
local eeObj = getEEObject()
local emuObj = getEmuObject()
local patcher = function()
eeObj.WriteMem64(0x00309CC0,0x0000000000000000)
end
emuObj.AddVsyncHook(patcher)


TimeSplitters 2 (SLES-50877)
LUA
Code:
apiRequest(1.0)
local eeObj = getEEObject()
local emuObj = getEmuObject()
local patcher = function()
eeObj.WriteMem64(0x0030A370,0x0000000000000000)
end
emuObj.AddVsyncHook(patcher)
Possible fix for black screen after PS2 logo. May need some additional settings to run properly.
will test it later
 
TimeSplitters 2 (SLUS-20314)
LUA
Code:
apiRequest(1.0)
local eeObj = getEEObject()
local emuObj = getEmuObject()
local patcher = function()
eeObj.WriteMem64(0x00309CC0,0x0000000000000000)
end
emuObj.AddVsyncHook(patcher)


TimeSplitters 2 (SLES-50877)
LUA
Code:
apiRequest(1.0)
local eeObj = getEEObject()
local emuObj = getEmuObject()
local patcher = function()
eeObj.WriteMem64(0x0030A370,0x0000000000000000)
end
emuObj.AddVsyncHook(patcher)
Possible fix for black screen after PS2 logo. May need some additional settings to run properly.

TXT
Code:
--vu1=jit-sync
After adding this configuration, the game can be fully run, I did not have too many tests
 
TXT
Code:
--vu1=jit-sync
After adding this configuration, the game can be fully run, I did not have too many tests

Tested with JackV2 emu, some graphical glitches in the intro, in-game it works fine, but with one code no interlacing the game would be cleaner.
 
Last edited:
Was test Resident Evil 4, US version, it was have white outline issue! Attached config fix that issue. Just another annoyed issue - while cutscenes or menu pause, controller of ps4 have light vibration, so better turn it of via settings on ps4!


If someone want, also can watch my longplay

Upd.
 

Attachments

Last edited:
yes i was able to boot Psychonauts but without official lua patch.
Well i was able boot with that lua patch, somehow, dont know, but i dont think its have difference when you boot that game without patch!
Still noticeble slow downs in opened area!
Im attach jax v.2 emu so you will try test more if u want!
 

Attachments

Hey Good afternoon.

Has anyone been able to help me?

Or any tips?

In the game 007 everything or nothing.
Freezes in mission 4.

Curious: when you hold the camera back it takes time to freeze.
You need to skip the initial video and rotate the camera to the left or it will freeze at the beginning.

TXT
--vu1=jit-sync
improves the speed of cutscenes.

Emu: Kof2000
 
long time lurker first time.....
Can the ps2 network adapter be enable on the ps2 emu on ps4? so I can play some online games. if yes how,
and how do I can apply some cheats to emu so I can play the game?
thank
 

Similar threads

Back
Top