PSX-FPKG

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

Can somebody explain me how i can extract the emu from a PS Classic game?
I bought the game Star Wars Demolition in the Playstore and copy it to my jailbroken ps4 but i can't play or dump it.
I get a message that i must update my ps4 to open the game. Is there another method to dump a game, without to start it?
Any help would be nice
 
Im getting error "Format of the project file is not valid. (<volume_ts>)"

Older 0.1 version works fine.

I got it. Settings > Time & language > Language & region > Region - Regional format -> Select English (United Kingdom)

Other way is to check "Pause before creating pkg(debug)" and then edit the pshd.gp4 file <volume_ts> 00.00.00 to 00:00:00

Lunar - Silver Star Story is working good enough for me :)
 
Last edited:
Any fix (or command fix) for Koudelka yet? The game works flawlessly, except when you go into combat mode, the screen displays a moving fluorescent color for like 3 seconds. It seems to be a transparency issue as in the original version, it's a moving fog effect.
 
Last edited by a moderator:
Does anyone here have a copy of a working legend of dragoon fpkg? I can't get it to work. Always freeze at "sony computer entertainment america present".
 
Does anyone here have a copy of a working legend of dragoon fpkg? I can't get it to work. Always freeze at "sony computer entertainment america present".
we can not share fpkg, but we can share how to make it properly.
 
Matt Hoffman's Pro BMX (SLUS01113)
Widescreen patch
Code:
-- Mat Hoffman's Pro BMX
-- ported to PS4 lua
-- emu used=syphonfilter v2
local patcher = function()
--Widescreen (Vert-)
R3K_WriteMem16(0x80028130,0x1333)
end
EM_AddVsyncHook(patcher)

config-title.txt
Code:
--scale=6
--sim-analog-pad=0x2020
--gpu-scanout-fps-override=60

Matt Hoffman's Pro BMX. Short GamePlay!
VIDEO
 
Resident Evil 0 Demake
config-title.txt
Code:
--gamma=5
--brightness=9
--contrast=8
--pace-gpu-dma=false
--gpu-scanout-fps-override=ntsc
--cdrom-cmd-time=100
--cdrom-max-seek=true
--defer-linked-dma-irq=false
--opt-cache-isolation=false
--ctlanalog=on

Same FMV's skip issue as in RE2 and RE3! Seems Fixed! - except small appeared artefacts in videos!

Resident Evil 0 Demake PSXtoPS4 Test

 
102 Dalmatians Puppies to the Rescue (SLUS01152)
Widescreen patch
Code:
-- 102 Dalmatians Puppies To The Rescue
-- ported to PS4 lua
-- emu used=syphonfilter v2
local patcher = function()
--Widescreen
R3K_WriteMem16(0x8007A09C,0x0C00)
end
EM_AddVsyncHook(patcher)

config-title.txt
Code:
--pace-gpu-dma=true
--gpu-scanout-fps-override=ntsc
--cdrom-cmd-time=100
--cdrom-max-seek=true
--defer-linked-dma-irq=false
--opt-cache-isolation=false
--ctlanalog=on
--Crash-Team-Racing=true

Annoyd issue like syncing and missing sound in cutscenes - FiXed! But drops still will be! Gameplay looks fine!

102 Dalmatians Puppies to the Rescue. Short GamePlay!
VIDEO
 
hello, can someone send me the framework installation for the psx2ps4 1.5 program because after installing the converted game I have not changed the name of the game title, it only automatically displays Marcus95. I installed different versions of the framework 5.0 under windows 7 64x but no effect. please help
 

Attachments

  • IMG_20230621_110425_copy_1008x756.jpg
    IMG_20230621_110425_copy_1008x756.jpg
    155.4 KB · Views: 66
  • IMG_20230621_110716_copy_1008x756.jpg
    IMG_20230621_110716_copy_1008x756.jpg
    97.2 KB · Views: 64
Syphon filter 3 emu is available now! (5.05)
 

Attachments

  • 01.jpg
    01.jpg
    775.1 KB · Views: 59
  • 02.jpg
    02.jpg
    713.5 KB · Views: 61
  • 03.jpg
    03.jpg
    359.9 KB · Views: 60
  • 04.jpg
    04.jpg
    222.9 KB · Views: 60
New-Emu-01.png

This is structure of new emu, with some new folder!
Inside global folder we see few lua. files!
disc-selection.lua gives hope that it will help with multi-disc games like MGS...with right disc swap!
 
Back
Top