djhazardous
Member
Anyone know of any tutorial to port cheats to PS4 lua? How is it done? Thanks.
-- The Legacy Of Kain Soul Reaver
-- ported to PS4 lua
-- emu used=syphonfilter v2
local patcher = function()
--Widescreen
R3K_WriteMem16(0x8003A374,0x0C00)
R3K_WriteMem16(0x8003A384,0x0034)
R3K_WriteMem16(0x8003A386,0xAFA0)
R3K_WriteMem16(0x8003A388,0x1000)
R3K_WriteMem16(0x8003A38A,0x2403)
end
EM_AddVsyncHook(patcher)
Moving from ps2 to PSX game converts, I learnt that PS2-fpkg v0.6 is the preferred tool for ps2 to ps4. But what is the preferred tool for PSX to PS4? as I've seen about 5! thanks.
Any sound issues? True analog support?Widescreen LUA script for "The Legacy Of Kain - Soul Reaver [SLUS_00708]"
Code:-- The Legacy Of Kain Soul Reaver -- ported to PS4 lua -- emu used=syphonfilter v2 local patcher = function() --Widescreen R3K_WriteMem16(0x8003A374,0x0C00) R3K_WriteMem16(0x8003A384,0x0034) R3K_WriteMem16(0x8003A386,0xAFA0) R3K_WriteMem16(0x8003A388,0x1000) R3K_WriteMem16(0x8003A38A,0x2403) end EM_AddVsyncHook(patcher)
I can't figure out what is causing audio skipping yet. Vibration & analogs are working when you add "--ctlanalog=on" in config file and disable "--sim-analog-pad=0x2020" as somebody mentioned before.Any sound issues? True analog support?
Ape Escape required analog stick to play.
The US version SCUS94423 is working fine with option --ctlanalog=on in config-title.txt
Im using the same config from SCUS94423 for SCES02029 but the analog stick is disabled.
Any idea what's wrong? This is my config:
config-region.txt
--image="data/Ape Escape.bin"
--bios-hide-sce-osd=0
--has-shown-start-select-help=0
--cdrom-max-seek=true
--pace-gpu-dma=true
config-title.txt
--ctlanalog=on
--region-dir=SIEA
--ps4-trophies=0
--ps5-uds=0
--trophies=0
I didn't know if I should make a new post about this update, because this thread was started by kozarovv. It would be nice if a admin(@STLcardsWS ) or mod could update the first post or move this post to a new thread(if it deserves one lol) or something, idk.
Thank you Jabu. I have some requests for v0.4:PSX-FPKG v0.3
Pal version of game use Libcrypt. For config-region.txt add --libcrypt=26B6
Magic word (mw) for libcrypt game can be found here: https://www.psdevwiki.com/ps3/PS1_Custom_Patches
