PS4 [Research]PS2 emulator configuration on PS4

Hi guys! Does anyone know a correct emulator configuration to play Dragon ball z budokai 3 GH without crashes on ps4?
 
Phase Paradox. Quick Test! (SCPS15005)
VIDEO

FiX
Code:
--host-display-mode=16:9
--force-frame-blend=1

in txt. (For FiX shaking screen)

Code:
-- Phase Paradox
-- emu used=ADK

apiRequest(1.0)   

local gpr = require("ee-gpr-alias")

local eeObj = getEEObject()
local emuObj = getEmuObject()

local patcher = function()

--No interlace
eeObj.WriteMem32(0x203118F0,0x30630000)

--Disable shadows
eeObj.WriteMem32(0x204C0C4C,0x00000000)

end

emuObj.AddVsyncHook(patcher)

in lua.

Game have an issue - long intro freeze at the middle, but you can skip it!
 
Request - Nightshade SLES-52238 [PAL-E]

Do you have a fix for graphics please?

Nightshade-20220925191113.png


Thanks!
 
Zombie Zone [UnDub] PS2toPS4 Test

FiX (Modern)

Code:
--gs-use-clut-merge=1
--gs-kernel-cl="clutmerge"
--gs-kernel-cl-up="clutmerge2x2"
--ee-cycle-scalar=1.64

in txt. (For Performance fix)

Code:
apiRequest(1.5)

local eeObj = getEEObject()
local emuObj = getEmuObject()

local patcher = function()

-- 16:9
eeObj.WriteMem32(0x001d0104,0x3c013f40) -- 3c013f80

emuObj.ThrottleMax()
end

emuObj.AddVsyncHook(patcher)

in lua.

Jak v.1 Emu

@Bortoloti help figure out with Black screen at start and with Performance!
 
Fix for The Incredible Hulk - Ultimate Destruction

CLI
Code:
#emu used=jakx v2

--gs-kernel-cl="mipmap"
--gs-kernel-cl-up="mipmap2x2"
--gs-use-mipmap=1

Emu used=Jak X v2

Cleans graphical errors
hi champ
I am kinda confused,how should i use these codes,i mean i used to copy the full text of the cli config which is used to be bigger,and rename it to ps4 config.txt and add it to the app,however with these codes i dont know what to do?
 
hi champ
I am kinda confused,how should i use these codes,i mean i used to copy the full text of the cli config which is used to be bigger,and rename it to ps4 config.txt and add it to the app,however with these codes i dont know what to do?

Copy the text to your ps4-config.txt. That should be all.
 
Copy the text to your ps4-config.txt. That should be all.
i did that my friend,but no luck?
No difference what so ever!
May be it got screwed with the other command lines of jakxv2 config txt.after all that what i can do,copy the command and paste them with the jakxv2 emu config text.hit creat fpkg...
 
i did that my friend,but no luck?
No difference what so ever!
May be it got screwed with the other command lines of jakxv2 config txt.after all that what i can do,copy the command and paste them with the jakxv2 emu config text.hit creat fpkg...
the glitches disappeared completely!!!
it was my bad,had to create a blank ps4 config.txt,and pasted the commands in it.but i still don't know why the 480p option make the screen black!?
 
Hello @Vika23

Berserk - Millennium Falcon Hen Seima Senki no Shou (SLPM-65688)

Widescreen Hack by denben0487
felixthecat1970 - [1] [2] [3]
Code:
gametitle=Berserk - Millennium Falcon Hen - Seima Senki no Shou (Japan) / (wesker90 translation 1.1) SLPM_656.88;1) Game CRC = 0x9685E636
comment=Enhancement test v3 By felixthecat1970

//need preload framedata in PCSX2
//HW+2x mode workaround fix (PCSX2 bug hud)
//fps unlock speedup enemies - combo counter ***missing speed corrections
//fps unlock combo button use when game is paused or random freeze chara can happen

patch=0,EE,2019213C,extended,AE070014
patch=0,EE,20192E00,extended,AE0C0014
patch=0,EE,101F358C,extended,240601C0
patch=0,EE,201F359C,extended,0000582D
patch=0,EE,20192814,extended,0000882D
patch=0,EE,20191C90,extended,0000182D
patch=0,EE,00246490,extended,24050081
patch=0,EE,0027E2D0,extended,24050081
patch=0,EE,0027DE30,extended,24050081
patch=0,EE,200FFFCC,extended,17630008
patch=0,EE,200FFFD0,extended,00000000
patch=0,EE,200FFFD4,extended,A4220088
patch=0,EE,200FFFD8,extended,A42200B0
patch=0,EE,200FFFDC,extended,241B1000
patch=0,EE,200FFFE0,extended,A43B0090
patch=0,EE,200FFFE4,extended,A43B00B8
patch=0,EE,200FFFE8,extended,03E00008
patch=0,EE,200FFFEC,extended,3C010001
patch=0,EE,200FFFF0,extended,A42300B8
patch=0,EE,200FFFF4,extended,03E00008
patch=0,EE,200FFFF8,extended,3C010001
patch=0,EE,20192678,extended,0C03FFF3
patch=0,EE,2019267C,extended,241B1081

//60fps Manual L3=On R3=Off (r.area asasega) - registers area disabled missing speed corrections
patch=1,EE,D03DC4C2,extended,FFFD
patch=1,EE,003B408C,extended,01
patch=1,EE,D03DC4C2,extended,FFFB
patch=1,EE,003B408C,extended,00

//wide new - 0C064248 jal call
patch=0,EE,10239AAC,extended,3C033F26 //3F4C new game
patch=0,EE,10239AB4,extended,34636666 //CCCD
patch=0,EE,1023979C,extended,3C033F26 //3F4C widescreen gameplay HOR-
patch=0,EE,102397A4,extended,34636666 //CCCD
patch=0,EE,10239738,extended,3C033F26 //3F4C bosses hor+
patch=0,EE,10239740,extended,34636666 //CCCD

// Sharper image, clearer fonts
patch=1,EE,003C4108,extended,00000001
patch=1,EE,003C4110,extended,00000000
patch=1,EE,003C4130,extended,00000001
patch=1,EE,003C4138,extended,00000000

//Widescreen fix
patch=1,EE,1023979C,extended,3C033F19 // 3F4CCCCD
patch=1,EE,102397A4,extended,3463999A // 3F4CCCCD

//new widescreeen preliminar workaround (org c. demilich)
patch=1,EE,E0013F4C,extended,003D2C12
patch=1,EE,103D2C12,extended,3F0C

How do I add these to lua/Config?
 
I need help from you experts.
The game Sly 2 & Sly 3 (SCES-53409, SCES-52529) have the same graphic errors (horizontal stripes).
Sly-3-EU-WS-Fix-20221002154129.jpg

The US version is running fine.
I have used Jak emu and some others without luck. I´ve also tried some fixes (gs-use-mipmap,vu0-no-clamping ...) in config-emu-ps4.txt without luck.
 
Hello @Vika23

Berserk - Millennium Falcon Hen Seima Senki no Shou (SLPM-65688)

Widescreen Hack by denben0487
felixthecat1970 - [1] [2] [3]
Code:
gametitle=Berserk - Millennium Falcon Hen - Seima Senki no Shou (Japan) / (wesker90 translation 1.1) SLPM_656.88;1) Game CRC = 0x9685E636
comment=Enhancement test v3 By felixthecat1970

//need preload framedata in PCSX2
//HW+2x mode workaround fix (PCSX2 bug hud)
//fps unlock speedup enemies - combo counter ***missing speed corrections
//fps unlock combo button use when game is paused or random freeze chara can happen

patch=0,EE,2019213C,extended,AE070014
patch=0,EE,20192E00,extended,AE0C0014
patch=0,EE,101F358C,extended,240601C0
patch=0,EE,201F359C,extended,0000582D
patch=0,EE,20192814,extended,0000882D
patch=0,EE,20191C90,extended,0000182D
patch=0,EE,00246490,extended,24050081
patch=0,EE,0027E2D0,extended,24050081
patch=0,EE,0027DE30,extended,24050081
patch=0,EE,200FFFCC,extended,17630008
patch=0,EE,200FFFD0,extended,00000000
patch=0,EE,200FFFD4,extended,A4220088
patch=0,EE,200FFFD8,extended,A42200B0
patch=0,EE,200FFFDC,extended,241B1000
patch=0,EE,200FFFE0,extended,A43B0090
patch=0,EE,200FFFE4,extended,A43B00B8
patch=0,EE,200FFFE8,extended,03E00008
patch=0,EE,200FFFEC,extended,3C010001
patch=0,EE,200FFFF0,extended,A42300B8
patch=0,EE,200FFFF4,extended,03E00008
patch=0,EE,200FFFF8,extended,3C010001
patch=0,EE,20192678,extended,0C03FFF3
patch=0,EE,2019267C,extended,241B1081

//60fps Manual L3=On R3=Off (r.area asasega) - registers area disabled missing speed corrections
patch=1,EE,D03DC4C2,extended,FFFD
patch=1,EE,003B408C,extended,01
patch=1,EE,D03DC4C2,extended,FFFB
patch=1,EE,003B408C,extended,00

//wide new - 0C064248 jal call
patch=0,EE,10239AAC,extended,3C033F26 //3F4C new game
patch=0,EE,10239AB4,extended,34636666 //CCCD
patch=0,EE,1023979C,extended,3C033F26 //3F4C widescreen gameplay HOR-
patch=0,EE,102397A4,extended,34636666 //CCCD
patch=0,EE,10239738,extended,3C033F26 //3F4C bosses hor+
patch=0,EE,10239740,extended,34636666 //CCCD

// Sharper image, clearer fonts
patch=1,EE,003C4108,extended,00000001
patch=1,EE,003C4110,extended,00000000
patch=1,EE,003C4130,extended,00000001
patch=1,EE,003C4138,extended,00000000

//Widescreen fix
patch=1,EE,1023979C,extended,3C033F19 // 3F4CCCCD
patch=1,EE,102397A4,extended,3463999A // 3F4CCCCD

//new widescreeen preliminar workaround (org c. demilich)
patch=1,EE,E0013F4C,extended,003D2C12
patch=1,EE,103D2C12,extended,3F0C

How do I add these to lua/Config?

Try this
Code:
--gametitle=Berserk - Millennium Falcon Hen - Seima Senki no Shou (Japan) / (wesker90 translation 1.1) SLPM_656.88;1) Game CRC = 0x9685E636
--comment=Enhancement test v3 By felixthecat1970

--need preload framedata in PCSX2
--HW+2x mode workaround fix (PCSX2 bug hud)
--fps unlock speedup enemies - combo counter ***missing speed corrections
--fps unlock combo button use when game is paused or random freeze chara can happen

-- *
eeObj.WriteMem32(0x2019213C,0xAE070014)
eeObj.WriteMem32(0x20192E00,0xAE0C0014)
eeObj.WriteMem32(0x201F358C,0x240601C0) --240600E0
eeObj.WriteMem32(0x201F359C,0x0000582D)
eeObj.WriteMem32(0x20192814,0x0000882D)
eeObj.WriteMem32(0x20191C90,0x0000182D)
eeObj.WriteMem32(0x00246490,0x24050081)
eeObj.WriteMem32(0x0027E2D0,0x24050081)
eeObj.WriteMem32(0x0027DE30,0x24050081)
eeObj.WriteMem32(0x200FFFCC,0x17630008)
eeObj.WriteMem32(0x200FFFD0,0x00000000)
eeObj.WriteMem32(0x200FFFD4,0xA4220088)
eeObj.WriteMem32(0x200FFFD8,0xA42200B0)
eeObj.WriteMem32(0x200FFFDC,0x241B1000)
eeObj.WriteMem32(0x200FFFE0,0xA43B0090)
eeObj.WriteMem32(0x200FFFE4,0xA43B00B8)
eeObj.WriteMem32(0x200FFFE8,0x03E00008)
eeObj.WriteMem32(0x200FFFEC,0x3C010001)
eeObj.WriteMem32(0x200FFFF0,0xA42300B8)
eeObj.WriteMem32(0x200FFFF4,0x03E00008)
eeObj.WriteMem32(0x200FFFF8,0x3C010001)
eeObj.WriteMem32(0x20192678,0x0C03FFF3)
eeObj.WriteMem32(0x2019267C,0x241B1081)

--60fps Manual L3=On R3=Off (r.area asasega) - registers area disabled missing speed corrections

--eeObj.WriteMem32(0xD03DC4C2,0xFFFD)

if eeObj.ReadMem16(0x003DC4C2) == 0xFFFD then --60fps Manual L3=On
eeObj.WriteMem8(0x003B408C,0x01)
end

--eeObj.WriteMem32(0xD03DC4C2,0xFFFB)

if eeObj.ReadMem16(0x003DC4C2) == 0xFFFB then --60fps R3=Off
eeObj.WriteMem8(0x003B408C,0x00)
end

--wide new - 0C064248 jal call *
eeObj.WriteMem32(0x20239AAC,0x3C033F26) --3F4C new game
eeObj.WriteMem32(0x20239AB4,0x34636666) --CCCD
eeObj.WriteMem32(0x2023979C,0x3C033F26) --3F4C widescreen gameplay HOR-
eeObj.WriteMem32(0x202397A4,0x34636666) --CCCD
eeObj.WriteMem32(0x20239738,0x3C033F26) --3F4C bosses hor+
eeObj.WriteMem32(0x20239740,0x34636666) --CCCD

-- Sharper image, clearer fonts
eeObj.WriteMem32(0x003C4108,0x00000001)
eeObj.WriteMem32(0x003C4110,0x00000000)
eeObj.WriteMem32(0x003C4130,0x00000001)
eeObj.WriteMem32(0x003C4138,0x00000000)

--Widescreen fix
eeObj.WriteMem32(0x2023979C,0x3C033F19) -- 3F4CCCCD
eeObj.WriteMem32(0x202397A4,0x3463999A) -- 3F4CCCCD

--new widescreeen preliminar workaround (org c. demilich)
--eeObj.WriteMem32(0xE0013F4C,0x003D2C12)

if eeObj.ReadMem16(0x003D2C12) == 0x3F4C then
eeObj.WriteMem16(0x203D2C12,0x3F0C)
end
 
I need help from you experts.
The game Sly 2 & Sly 3 (SCES-53409, SCES-52529) have the same graphic errors (horizontal stripes).
Sly-3-EU-WS-Fix-20221002154129.jpg

The US version is running fine.
I have used Jak emu and some others without luck. I´ve also tried some fixes (gs-use-mipmap,vu0-no-clamping ...) in config-emu-ps4.txt without luck.
Add in lua this

Code:
emuObj.SetGsTitleFix( "forceSimpleFetch", "reserved", { texMode=1 } )

that will help
 

Similar threads

Back
Top