PSX-FPKG

PS4 PSX-FPKG (by Jabu) - A Tool to convert PS1 (PSX) games for use on PS4 v0.3

Disney's Hercules Action Game (SLUS00529)
config-title.txt
Code:
--gpu-scanout-fps-override=ntsc
--scale=6

Disney's Hercules Action Game. Short GamePlay!
VIDEO
 
Batman & Robin (SLUS00393)
Widescreen patch
Code:
-- Batman & Robin
-- ported to PS4 lua
-- emu used=syphonfilter v2
local patcher = function()
--Widescreen (Vert-)
R3K_WriteMem16(0x80061B64,0x1555)
end
EM_AddVsyncHook(patcher)

Plus attached Toc. file

config-title.txt
Code:
--gpu-scanout-fps-override=ntsc
--scale=6

Batman & Robin. Short GamePlay!
VIDEO
 

Attachments

Akuji the Heartless (SLUS00715)
Widescreen patch
Code:
-- Akuji the Heartless
-- ported to PS4 lua
-- emu used=Toy Story 2
local patcher = function()
--Widescreen (Vert-)
R3K_WriteMem16(0x8005A310,0x0C00)
R3K_WriteMem16(0x8005A32C,0x0034)
R3K_WriteMem16(0x8005A32E,0xAFA0)
R3K_WriteMem16(0x8005A330,0x1000)
R3K_WriteMem16(0x8005A332,0xAFA0)
end
EM_AddVsyncHook(patcher)

Plus attached Toc. file

config-title.txt
Code:
--gpu-scanout-fps-override=ntsc
--scale=6

Akuji the Heartless. Short GamePlay!
VIDEO
 

Attachments

JoJo's Bizarre Adventure (SLUS01060)
config-title.txt
Code:
--gpu-scanout-fps-override=ntsc
--scale=6

JoJo's Bizarre Adventure. Short GamePlay!
VIDEO
 
Akuji the Heartless (SLUS00715)
Widescreen patch
Code:
-- Akuji the Heartless
-- ported to PS4 lua
-- emu used=Toy Story 2
local patcher = function()
--Widescreen (Vert-)
R3K_WriteMem16(0x8005A310,0x0C00)
R3K_WriteMem16(0x8005A32C,0x0034)
R3K_WriteMem16(0x8005A32E,0xAFA0)
R3K_WriteMem16(0x8005A330,0x1000)
R3K_WriteMem16(0x8005A332,0xAFA0)
end
EM_AddVsyncHook(patcher)

Plus attached Toc. file

config-title.txt
Code:
--gpu-scanout-fps-override=ntsc
--scale=6

Akuji the Heartless. Short GamePlay!
VIDEO
Create your pack with all file inside please...
 
Akuji the Heartless (SLUS00715)
Widescreen patch
Code:
-- Akuji the Heartless
-- ported to PS4 lua
-- emu used=Toy Story 2
local patcher = function()
--Widescreen (Vert-)
R3K_WriteMem16(0x8005A310,0x0C00)
R3K_WriteMem16(0x8005A32C,0x0034)
R3K_WriteMem16(0x8005A32E,0xAFA0)
R3K_WriteMem16(0x8005A330,0x1000)
R3K_WriteMem16(0x8005A332,0xAFA0)
end
EM_AddVsyncHook(patcher)

Plus attached Toc. file

config-title.txt
Code:
--gpu-scanout-fps-override=ntsc
--scale=6

Akuji the Heartless. Short GamePlay!
VIDEO
Here you share config file and .toc on the archive, i mean, you must create a .zip with all file inside : config and .toc...
 
Agent Armstrong (SLES00474)
config-title.txt
Code:
--gpu-scanout-fps-override=ntsc
--scale=6
Plus attached Toc. file

Agent Armstrong. Before\\\After Screen Fix Comparison + Short GamePlay!
VIDEO

Trying FiX Screen issue - still not get full screen view, but i think it looks better now!
 

Attachments

Config, Cheats, TOCs and icons for Ready 2 Rumble Boxing

lua
Code:
-- Ready 2 Rumble Boxing
-- ported to PS4 lua by Stayhye
-- emu used=syphon filter v2


local patcher = function()
--[Infinite Continues (Alternate Version)]
R3K_WriteMem16(0x80033D4A,0x2400)
--[Unlock Damien Black]
R3K_WriteMem16(0x80097F9E,0x0002)
end

EM_AddVsyncHook(patcher)
 

Attachments

I have it on my 10.01 PS4, it looks different. The text used, and the Preview windows for rewind looks improved(bigger previews and looks better overall). I would like to see more config examples too. Maybe pop up in the wild or I learn how people are dumping these new titles(I have enough PS4s to experiment)
 
I have it on my 10.01 PS4, it looks different. The text used, and the Preview windows for rewind looks improved(bigger previews and looks better overall). I would like to see more config examples too. Maybe pop up in the wild or I learn how people are dumping these new titles(I have enough PS4s to experiment)
Did it have selector 50-60Hz in emu menu?
 
Back
Top