PSX-FPKG

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

Thrasher Presents Skate And Destroy (SLUS-00935)

lua
Code:
-- Thrasher Presents Skate And Destroy [NTSC-U] (SLUS-00935)
-- ported to PS4 lua by JSimesen
-- emu used=syphonfilter v2
local patcher = function()
-- Disable dithering
R3K_WriteMem16(0x8005AC84,0x0000) --E1000200
R3K_WriteMem16(0x800209DC,0x0000) --E1000600
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

Warcraft II - The Dark Saga [NTSC U] (SLUS-00480)

lua
Code:
-- Warcraft II: The Dark Saga [NTSC U] (SLUS-00480)
-- ported to PS4 lua by JSimesen
-- emu used=syphonfilter v2
local patcher = function()
-- Disable dithering
R3K_WriteMem16(0x8008D6CC,0x0000)
R3K_WriteMem16(0x8008D6B0,0x0000)
R3K_WriteMem16(0x8008BAE0,0x0000)
R3K_WriteMem16(0x8008ED94,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
--sim-analog-pad=0x2020

Disable dithering patch - added!

Languages: English, French, German, Italian, Spanish
 
Warcraft II - The Dark Saga [NTSC U] (SLUS-00480)

lua
Code:
-- Warcraft II: The Dark Saga [NTSC U] (SLUS-00480)
-- ported to PS4 lua by JSimesen
-- emu used=syphonfilter v2
local patcher = function()
-- Disable dithering
R3K_WriteMem16(0x8008D6CC,0x0000)
R3K_WriteMem16(0x8008D6B0,0x0000)
R3K_WriteMem16(0x8008BAE0,0x0000)
R3K_WriteMem16(0x8008ED94,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
--sim-analog-pad=0x2020

Disable dithering patch - added!

Languages: English, French, German, Italian, Spanish
 

Attachments

Virus: It Is Aware - Fully Playable using Syphon Filter emu?

VIDEO - Languages is It Crashes.

Not working is "Disable dithering" Script file?
 
Last edited:
The Legend of Dragoon - Unplayable using Syphon Filter emu. Too me freeze on loading screen!

ID : SCUS-94491, SCUS-94584, SCUS-94585, SCUS-94586.
 
LSD: Dream Emulator (J+English Patched)

lua ( Save Edit: 08-11-2022 )
Code:
-- LSD: Dream Emulator [NTSC-J] (SLPS-01556)
-- ported to PS4 lua by JSimesen
-- emu used=syphonfilter v2
local patcher = function()
-- Disable dithering
R3K_WriteMem16(0x800220E4,0x0000) --E1000200
R3K_WriteMem16(0x80014AA4,0x0000) --E1000200
R3K_WriteMem16(0x300138A1,0x0000) --E1000200
R3K_WriteMem16(0x800220C8,0x0000) --E1000800
R3K_WriteMem16(0x30014AA5,0x0000) --E1000200
R3K_WriteMem16(0x300220E5,0x0000) --E1000200
R3K_WriteMem16(0x800237D4,0x0020) --E1001000 ( correct patch method )
R3K_WriteMem16(0x800138A0,0x0000) --E1000000
end
EM_AddVsyncHook(patcher)

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

Disable dithering patch - added!

Released By Mr.Nobody
  • Language English
  • Status Fully Translated
  • Patch Version 1.0
Release Date: 01 May 2020
 

Attachments

Last edited:
Fatal Fury Wild Ambition

lua
Code:
-- Fatal Fury: Wild Ambition (SLUS-01001)
-- ported to PS4 lua by JSimesen
-- Widescreen hack by allkhan
-- emu used=syphonfilter v2
local patcher = function()
-- Disable dithering
R3K_WriteMem16(0x30012F45,0x0000) --E1000200
R3K_WriteMem16(0x30015A01,0x0000) --E1000200
R3K_WriteMem16(0x80012F44,0x0000) --E1000200
R3K_WriteMem16(0x8001437C,0x0020) --E1001000 ( correct patch method )
end
EM_AddVsyncHook(patcher)

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

Disable dithering patch - added!

File pic1.png




package-ps4.conf
Code:
--scale=6
 

Attachments

Last edited:
Kagero: Deception II

lua
Code:
-- Kagero: Deception II [NTSC-U] (SLUS-00677)
-- ported to PS4 lua by JSimesen
-- emu used=syphonfilter v2
local patcher = function()
-- Disable dithering
R3K_WriteMem16(0x80092694,0x0000) --E1000200
R3K_WriteMem16(0x80094150,0x0000) --E1000200
R3K_WriteMem16(0x800945FC,0x0000) --E1000200
R3K_WriteMem16(0x800942CC,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
--sim-analog-pad=0x2020

package-ps4.conf
Code:
--scale=6

Disable dithering patch - added!
 

Attachments

Last edited:
What is the config for Toy Story 2? I'm getting some visual bugs like the green laser and health bars not going down and the game zooms in when I talk to other characters.

EDIT: You can use The Legend Of Dragoon emu to fix the HUD health/laser bars and there seems to be even less z-fighting as well with this emu. It works better than the offical emu Sony implemented for this game because according to official gameplay, it also had these issues, it wasn't an exclusive problem of the syphonfilter emu.

I'd also recommend to disable dithering.

LUA For NTSC 1.0 (SLUS-00893.lua):

local patcher = function()
--Disable Dithering
R3K_WriteMem16(0x80086EA0,0x0000)

end

EM_AddVsyncHook(patcher)
 
Last edited:
Sled Storm (SLUS00955)
Widescreen patch
Code:
-- Sled Storm
-- ported to PS4 lua
-- emu used=Oddworld Abe's Oddysee
local patcher = function()
--Widescreen
R3K_WriteMem16(0x800E0128,0x1333)
end
EM_AddVsyncHook(patcher)

Plus attached Toc. file

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

Sled Storm. Short GamePlay!
VIDEO
 

Attachments

Diver's Dream (SLES01535)

lua
Code:
-- Diver's Dream (PAL) (SLES-01535)
-- ported to PS4 lua by JSimesen
-- emu used=syphonfilter v2
local patcher = function()
-- Disable dithering
R3K_WriteMem16(0x8006D8E8,0x0000)
R3K_WriteMem16(0x8006F204,0x0000)
R3K_WriteMem16(0x8007063C,0x0000)
end
EM_AddVsyncHook(patcher)

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

package-ps4.conf
Code:
--scale=6

Disable dithering patch - added!

File pic1.png
 

Attachments

B.L.U.E.: Legend of Water (English Patched)

Full English translation released!
(Release)

lua
Code:
-- B.L.U.E. - Legend of Water (Japan) (SLPS-01459)
-- ported to PS4 lua by JSimesen
-- emu used=syphonfilter v2
local patcher = function()
-- Disable dithering
R3K_WriteMem16(0x30063695,0x0000)
R3K_WriteMem16(0x80086F94,0x0000)
R3K_WriteMem16(0x80086BC4,0x0000)
end
EM_AddVsyncHook(patcher)

config-title.txt
Code:
# Games (all regions)
--sim-analog-pad=0x2020
--pace-gpu-dma=true

# Disc
--bios-hide-sce-osd=1
--has-shown-start-select-help=1

# Game Settings (Per game)
--gpu-scanout-fps-override=ntsc
--ps1-title-id=SLPS01459
--image0="data/B.L.U.E. Legend of Water.bin"
--bios=SCPH101.bin

package-ps4.conf
Code:
--scale=6

Credits:
  • Director, Programming: Hilltop
  • Localization Lead: Cargodin
  • Graphics: blametherobots
  • Testing: Oculin, Gwendolyn
  • Special Thanks: SnowyAria
 

Attachments

Last edited:
The Grinch (SLUS01197)
config-title.txt
Code:
--gpu-scanout-fps-override=ntsc
--scale=6

Game Works ok, just small issue with music! Sometime music disapear and appear again!

The Grinch PSXtoPS4 (Christmas) Test


Merry Christmas! :)

Edit:

Really forget that i have widescreen patch for this game...

Widescreen patch (NTSC)
Code:
-- The Grinch
-- ported to PS4 lua
-- emu used=syphonfilter v2
local patcher = function()
--Widescreen
R3K_WriteMem16(0x8009A704,0x0C00)
end
EM_AddVsyncHook(patcher)

You can see Widescreen in attached pics!
 

Attachments

  • 01.jpg
    01.jpg
    604 KB · Views: 47
  • 02.jpg
    02.jpg
    701 KB · Views: 49
  • 03.jpg
    03.jpg
    722.9 KB · Views: 53
  • 04.jpg
    04.jpg
    848.9 KB · Views: 52
Last edited:
PoPoLoCrois Monogatari (English Patched) - SCPS-10023

lua

Code:
-- PoPoLoCrois Monogatari [NTSC-J] (SCPS-10023)
-- ported to PS4 lua By JSimesen
-- emu used=Syphonfilter v2

local patcher = function()
-- Disable dithering
R3K_WriteMem16(0x8009DF38,0x0000) --E1000200

end
EM_AddVsyncHook(patcher)

config-title.txt

Code:
--sim-analog-pad=0x2020
--bios-hide-sce-osd=1
--has-shown-start-select-help=1
--gpu-scanout-fps-override=ntsc
--ps1-title-id=SCPS10023

Downoald PIC1.png file

pic1.png

Released By Stardust Crusaders, aishsha, paul_met
  • Language English
  • Status Fully Playable
  • Patch: Version v1.3
Release Date: 20 November 2022
 

Attachments

Back
Top