PS4 [Research]PS2 emulator configuration on PS4

FIFA Soccer 2004 (SLUS20750)

config-title.txt
Code:
--host-display-mode=16:9
--vu0-no-clamping=0
--vu1-no-clamping=0

LUA.
Code:
-- FIFA Soccer 2004 (U)(SLUS-20750)
-- emu used=rogue v2

apiRequest(0.1)

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

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

local patch = function()
--Fix textures.
eeObj.WriteMem32(0x00338188,0x10000079)

end

emuObj.AddVsyncHook(patch)

Unfortunately, there's an annoying bug! (i guess it was also on PS3)

When you start playing the second or third match (tested in Friendly Match mode), the game may randomly crash — either during the match or right before the intro screen.

For now, the only way to avoid crashes is to save your profile after every match and restart the game.
 
Curious if anyone here has gotten Super Monkey Ball Deluxe to work at all. Every emulator and configuration I've tried has led to the same result, a white screen with none of the graphics showing. It's strictly a display issue as you can hear the game boot up and even control the menus, you just can't see anything at all. Any advice or suggestions would be appreciated, thanks in advance.
 
Anyone has a fix for The Fast and the Furious - Tokyo Drift?
I've applied the CLI and LUA configs availble at this thread, but everytime i open the game i get CE-34878-0 errors.
At 12.02 firmware with VUE jailbreak
 
Hi to all, i was wondering if someone has done progress for the resolve of flickering bugs like lava, rocks or leaf, in Mortal Kombat Armageddon, i can also do as tester
 
Last edited:
Mafia Preview Code (Prototype)

config-title.txt
Code:
--framelimit-mode=normal
--cdvd-sector-read-cycles=6000
--ee-cycle-scalar=2.4
--vif1-instant-xfer=0
--gs-ignore-rect-correction=1

LUA.
Code:
-- Mafia (Sep 24, 2003 prototype)
-- emu used=Red Faction

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

apiRequest(0.1)

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

local patcher = function()

--fix crash in The priest mission
eeObj.WriteMem32(0x0016F04C,0x1000000D) --1000000D

end

emuObj.AddVsyncHook(patcher)

-- Performace fix
local emuObj = getEmuObject()  
local thresholdArea = 600
emuObj.SetGsTitleFix( "ignoreUpRender", thresholdArea , {alpha=0x80008068 , zmsk=1 } )

Mafia (Sep 24, 2003 Prototype) is a rare preview build of the PS2 version of Mafia, created just months before release.

The build contains 7 full missions. If you hit bugs or glitches — just restart the mission! Fully completed

VIDEO (If the video doesn't work, copy the link and open it in a new tab)
 

Attachments

  • Cover.png
    Cover.png
    2.8 MB · Views: 10
Anyone has a fix for The Fast and the Furious - Tokyo Drift?
I've applied the CLI and LUA configs availble at this thread, but everytime i open the game i get CE-34878-0 errors.
At 12.02 firmware with VUE jailbreak
Did you apply the LUA config correctly? I mean, no lines were omitted when you created the .lua file?
 
Last edited:
Curious if anyone here has gotten Super Monkey Ball Deluxe to work at all. Every emulator and configuration I've tried has led to the same result, a white screen with none of the graphics showing. It's strictly a display issue as you can hear the game boot up and even control the menus, you just can't see anything at all. Any advice or suggestions would be appreciated, thanks in advance.
It's a grey screen. On this emu, grey screens reflect a GIF issue.
 

Similar threads

Back
Top