PSX-FPKG

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

Syphon Filter 2_20221003193017.jpg
Syphon Filter 2_20221003193039.jpg
Syphon Filter 2_20221003193045.jpg
 
Hellboy: Asylum Seeker [NTSC-U] (SLUS-01414)

lua
Code:
-- HellBoy [NTSC-U] (SLUS-01414)
-- ported to PS4 lua
-- emu used=syphonfilter v2
local patcher = function()
--Widescreen 16:9
R3K_WriteMem16(0x8007663C,0x1333)
--Disable dithering
R3K_WriteMem16(0xD005B048,0x0200)
R3K_WriteMem16(0x8005B048,0x0000)
end
EM_AddVsyncHook(patcher)

config-title.txt
Code:
--gpu-scanout-fps-override=ntsc
--scale=6
 
Last edited:
Blood Omen: Legacy of Kain (SLUS-00027)

lua
Code:
-- Blood Omen: Legacy of Kain (SLUS-00027)
-- ported to PS4 lua
-- emu used=syphonfilter v2
local patcher = function()
-- Disable dithering
R3K_WriteMem16(0x80080290,0x0000)
R3K_WriteMem16(0x800802AC,0x0000)
R3K_WriteMem16(0x80081964,0x0000)
R3K_WriteMem16(0x80081FE8,0x0000)
R3K_WriteMem16(0x80082008,0x0000)
end
EM_AddVsyncHook(patcher)

config-title.txt
Code:
--bios-hide-sce-osd=1
--has-shown-start-select-help=1
--gpu-scanout-fps-override=ntsc
--scale=6

Disable dithering patch - added!

Blood-Omen-Legacy-of-Kain-20221023183416.png
 
Pepsiman [NTSC-J] (SLPS-01762)

lua
Code:
-- Pepsiman [NTSC-J] (SLPS-01762)
-- ported to PS4 lua
-- emu used=syphonfilter v2
local patcher = function()
-- Disable dithering
R3K_WriteMem16(0x800695EC,0x0000) --E1000200
end
EM_AddVsyncHook(patcher)

config-title.txt

Code:
--bios-hide-sce-osd=1
--has-shown-start-select-help=1
--gpu-scanout-fps-override=ntsc
--scale=6

Disable dithering patch - added!
 
Echo Night #2: Nemuri no Shihaisha [NTSC-J] (SLPS-02167)

lua
Code:
-- Echo Night #2: Nemuri no Shihaisha [NTSC-J] (SLPS-02167)
-- ported to PS4 lua
-- emu used=syphonfilter v2
local patcher = function()
-- Disable dithering
R3K_WriteMem16(0x80077158,0x0000) --E1000200
end
EM_AddVsyncHook(patcher)

config-title.txt

Code:
--bios-hide-sce-osd=1
--has-shown-start-select-help=1
--scale=6
--gpu-scanout-fps-override=ntsc

Disable dithering patch - added!
 
Hello, @Jabu
May I request a feature for your converter please? Im on windows 7 and python script cue2toc.exe is throwing an error during pkg creation. Seems the cause of this is the fact that this script is for python 3.9 at least which is the version not supported by Win 7 anymore. Could you add a check mark option to skip cue2toc conversion before pkg creation? Or maybe use a python 3.8 which is last ver supported Windows 7.
Now I can only create psx pkgs if I create dummy toc file with same name as my bin,cue before running psx-fpkg.
I appreciate you reply
 
Brave Fencer Musashi

lua
Code:
-- Brave Fencer Musashi [NTSC U] (SLUS-00726)
-- ported to PS4 lua
-- emu used=syphonfilter v2
local patcher = function()
-- Disable dithering
R3K_WriteMem16(0x800D2C10,0x0000) --E1000200
end
EM_AddVsyncHook(patcher)

config-title.txt
Code:
--bios-hide-sce-osd=1
--has-shown-start-select-help=1
--gpu-scanout-fps-override=ntsc
--scale=6
Disable dithering patch - added!
 

Attachments

Glover (SLUS00890)
config-title.txt (FiX for bug with controls)
Code:
--gpu-scanout-fps-override=ntsc
--scale=6
--libcrypt=26B6

Glover. Short GamePlay!
VIDEO
 

Attachments

  • 01.jpg
    01.jpg
    956.5 KB · Views: 88
  • 02.jpg
    02.jpg
    1.1 MB · Views: 94
  • 03.jpg
    03.jpg
    979.3 KB · Views: 107
  • 04.jpg
    04.jpg
    1.3 MB · Views: 78
Glover (SLUS00890)
config-title.txt (FiX for bug with controls)
Code:
--gpu-scanout-fps-override=ntsc
--scale=6
--libcrypt=26B6

Glover. Short GamePlay!
VIDEO

lua
Code:
-- Glover  [NTSC-U] (SLUS-00890)
-- ported to PS4 lua by JSimesen
-- emu used=syphonfilter v2
local patcher = function()
-- Disable dithering
R3K_WriteMem16(0x80098C98,0x0000) --E1000200
R3K_WriteMem16(0x80024524,0x0000) --E1000600
R3K_WriteMem16(0x8005D5E8,0x0000) --E1000640
end
EM_AddVsyncHook(patcher)

Disable dithering patch - added!
 
Iblard Laputa no Kaeru Machi (English Patched)

lua
Code:
-- Iblard: Laputa no Kaeru Machi [NTSC-J] (SLPS-01027)
-- ported to PS4 lua
-- emu used=syphonfilter v2
local patcher = function()
-- Disable dithering
R3K_WriteMem16(0x80042144,0x0000) --E1000200
end
EM_AddVsyncHook(patcher)

config-title.txt
Code:
--scale=6
--bios-hide-sce-osd=1
--has-shown-start-select-help=1
--sim-analog-pad=0x2020
--gpu-scanout-fps-override=ntsc

Released By EsperKnight
  • Language English
  • Status Fully Playable
  • Patch Version 1.0
Release Date: 28 August 2022
 
Men In Black The Series Crashdown (SLUS01387)
config-title.txt (FiX for Black screen after logos)
Code:
--gpu-scanout-fps-override=ntsc
--scale=6
--cdrom-cmd-time=100
--cdrom-max-seek=true

MIB. The Series Crashdown. Before\\\After FiX Comparison! (FiX for correct screen displayd - added!)
VIDEO

Men In Black The Series Crashdown. Short GamePlay!
VIDEO
 

Attachments

  • 01.jpg
    01.jpg
    1 MB · Views: 98
  • 02.jpg
    02.jpg
    1.1 MB · Views: 51
  • 03.jpg
    03.jpg
    1.2 MB · Views: 68
  • 04.jpg
    04.jpg
    1,004.6 KB · Views: 59
Team Losi RC Racer (SLUS00666)
config-title.txt
Code:
--multitap=on
--gpu-scanout-fps-override=ntsc
--scale=6

Plus attached Toc. file

Team Losi RC Racer. Short GamePlay!
VIDEO
 

Attachments

Back
Top