Vika23
Senior Member
Bad state, mean hdd die?Okay...this seems promising. I can't test it right now, because my external PS4 drive is in a "bad state". I hope I got it fixed/restored in the next days.
Bad state, mean hdd die?Okay...this seems promising. I can't test it right now, because my external PS4 drive is in a "bad state". I hope I got it fixed/restored in the next days.
Only this version of Scumm is bootbleThere is a version ScummVM working great(don't know if it is 2.6.0)
--vms=/temp0/vms
--ms0=/temp0/ms0
--multisaves=true
--notrophies=true
--image="iso/Ultimate Ghosts 'n Goblins.iso"
--title-id=ULUS10105
--antialias="msaa4x"
--smoothlevel=6
--texloadcores=2
--present=vblankstart
--texrecent=true
--texclutmode=full
-- Ultimate Ghosts 'n Goblins
-- ported to PS4 lua by Stayhye
apiRequest(1.0) -- request version 1.0 API. Calling apiRequest() is mandatory.
local emuObj = getEmuObject() -- emulator
local axObj = getAXObject() -- allegrex
local patcher = function()
--Remove Memory leak
local code1 = axObj.ReadMem16(0x3165B8)
if code1 == 0x0000 then
axObj.WriteMem32(0x203165B8, 0x0A200540)
axObj.WriteMem32(0x203165B8, 0x0A200540)
axObj.WriteMem32(0x20001500, 0x949BFFE6)
axObj.WriteMem32(0x20001504, 0x17600004)
axObj.WriteMem32(0x20001508, 0x949BFFF0)
axObj.WriteMem32(0x2000150C, 0x34020110)
axObj.WriteMem32(0x20001510, 0x57620001)
axObj.WriteMem32(0x20001514, 0x00001821)
axObj.WriteMem32(0x20001518, 0x0A2C5970)
axObj.WriteMem32(0x2000151C, 0xAC830000)
end
--20 FPS
axObj.WriteMem32(0x20457A98, 0x41A00000)
axObj.WriteMem32(0x20457AA0, 0x00000003)
axObj.WriteMem32(0x20457AA4, 0x3D4CCCCD)
--[[
--30 FPS [Default]
axObj.WriteMem32(0x20457A98 0x41F00000)
axObj.WriteMem32(0x20457AA0 0x00000002)
axObj.WriteMem32(0x20457AA4 0x3D088889)
--60 FPS
axObj.WriteMem32(0x20457A98 0x42700000)
axObj.WriteMem32(0x20457AA0 0x00000001)
axObj.WriteMem32(0x20457AA4 0x3C888889)
--]]
end
emuObj.AddVsyncHook(patcher)
Config and icons for Tactics Ogre - Lets Cling Together™ Remastered - Working!
Note: None. No issues noticed. Tested a little
Config and Icons for Mega Man Powered Up™ - Working!
Note: First FMV is blank. Game seems to work 100% otherwise
What are you using to make your pkg? Make sure there are no duplicate commands in your build. If Mega man Powered up, like I said the first FMV is blank, so hit start(or X) to get to title screen. Otherwise, the game will seem like it is frozen.Game wont start: "No System Data found". A system data file is not created. Tried ULES00307 and ULUS10091.
What are you using to make your pkg? Make sure there are no duplicate commands in your build. If Mega man Powered up, like I said the first FMV is blank, so hit start(or X) to get to title screen. Otherwise, the game will seem like it is frozen.
hello @Stayhye
i just found out that the psp fpkg tool that doesn't work with me...,uses a decryption tool that decrypt psp games,its called pspdecrypter.exe, and because the program doesn't support win7 or 32bit the psp fpkg crashes.so what program do you use to decrypt psp games before making the final pkg,
Thanx champ