PS4 [Research]PS2 emulator configuration on PS4

So if u know how build games, just put configs in right folders and build it

What I am trying to say is that how should I create those Cli and Lua files for example.
What name should these files have and where to put them

https://imgur.com/KIEJ9Lc

In this program I can put a txt and lua configuration, what name should the files have, what should be in their content?
 
Last edited:
Can we play music asynchroniusly (no time stretching) with ee?
Found info about GOW bug: it's a known bug to do with the pesky AutoDMA failures in the IOP.
 
Last edited:
What I am trying to say is that how should I create those Cli and Lua files for example.
What name should these files have and where to put them

https://imgur.com/KIEJ9Lc

In this program I can put a txt and lua configuration, what name should the files have, what should be in their content?
i see u use PS2-FPKG app but i tell about manual build and also PS2-FPKG app use jak v.2 emu, sometime u need use another emus
 
I have been observing this topic for quite some time now, but I still don't understand much and don't have an idea about some things. If it is not difficult for someone then I really ask you to say:
Where can I get all the ps2 emulators?

From the Stayhye's CLI configs, I was able to understand that the most useful commands are commands with "cycles" ( fortunately, I have no questions about the "clamps" and "framelimit" commands). I would like to understand how the values of these commands are set. On what principle? Also, in which cases do I need to use other commands and which ones?

I absolutely do not understand how to find 0x addresses for LUA configs and for "accurate-range" commands. I would like to learn about this"from scratch for idiots".

I would appreciate any information, even with an incomplete answer.
 
I have been observing this topic for quite some time now, but I still don't understand much and don't have an idea about some things. If it is not difficult for someone then I really ask you to say:
Where can I get all the ps2 emulators?

From the Stayhye's CLI configs, I was able to understand that the most useful commands are commands with "cycles" ( fortunately, I have no questions about the "clamps" and "framelimit" commands). I would like to understand how the values of these commands are set. On what principle? Also, in which cases do I need to use other commands and which ones?

I absolutely do not understand how to find 0x addresses for LUA configs and for "accurate-range" commands. I would like to learn about this"from scratch for idiots".

I would appreciate any information, even with an incomplete answer.
i will share rar with emus
 
Today was test 7 Blades game! Thanks @mrjaredbeta for letting know about this game by making config for ps3! I decide test that game on ps4 and i like it. Difference between ps3 and ps4 version that on ps4 after cutscenes, stages loading more longer time then on ps3! You can think that game freeze but its not true, need keep wait gameplay! Also when you play training misson and first misson, some parts of characters is invisble! Remind me same issue as in MK Shaolin Monks from second config by @Stayhye (Game run flawless but same invisble parts on characters). You will see that issue on attached pics! On Second stage characters surpised displayd correct.
So u can watch gameplay on video!
 

Attachments

  • 7 Blades 01.png
    7 Blades 01.png
    1.6 MB · Views: 866
  • 7 Blades 02.png
    7 Blades 02.png
    2.2 MB · Views: 50
Today was test Scarface The World Is Yours game! That title work good on ps3 but as i hear on ps4 still unplable. Me and @Oxeres find way to boot it good and make playble, just use config from ps3 (lopnor way). @Oxeres report that he use Star Ocean emu and im try do same! It works pretty good, finish training mission, watch intro and start 1st mission but...soon appear big graphical glitchs and bugs and sadly random crashes while 1st misson. Most far game let me go its till final cutscene but crash again, so game not let me do save and keep me start game over and over from mansion...im attach lopnor config, maybe someone find good emu for that game and its not crash..
 

Attachments

Well was progress with Scarface! Im change some option in txt file (or maybe im just lucky) and game let me save atlast! Now i will do freeride! Glitches still around! Some place alot, some place game look very good, you can watch attached pics and watch temp video that i was record! Keep research....

Watch video here and here
 

Attachments

  • 01.jpg
    01.jpg
    587 KB · Views: 43
  • 02.jpg
    02.jpg
    809.9 KB · Views: 46
  • 03.jpg
    03.jpg
    584.6 KB · Views: 49
  • 04.jpg
    04.jpg
    615.4 KB · Views: 53
Big video about Scarface on ps4! Still alot graphical glitches but now can play freeride mode and even some missons! Still will be freeze..
 
Big video about Scarface on ps4! Still alot graphical glitches but now can play freeride mode and even some missons! Still will be freeze..
Such graphical errors should be related to clamping modes, I can't guarantee which one, you can enable them one by one to test and fix it.Or try --gs-adaptive-frameskip=1 command
 
Last edited:
Such graphical errors should be related to clamping modes, I can't guarantee which one, you can enable them one by one to test and fix it.Or try --gs-adaptive-frameskip=1 command
graphical errors its half of bad things with this game, hope someone know how fix crash of emus while gameplay or cutscenes..
 
Widescreen ,Blur removal and severe graphical glitches fix for Steambot Chronicles NTSC

lua
Code:
-- Steambot Chronicles SLUS_213.44
-- Widescreen Hack & Blur Removal

apiRequest(1.0)

local eeObj = getEEObject()
local emuObj = getEmuObject()
local widescreen = function()
emuObj.PadSetLightBar(0,6,8,199)
emuObj.ThrottleNorm()
--emuObj.ForceRefreshRate(60)
emuObj.SetDisplayAspectWide()
--emuObj.EnableImposeMenu(true)
--Widescreen hack 16:9

eeObj.WriteMem32(0x001329c0,0x3c033f40)
eeObj.WriteMem32(0x00132818,0x3c0643d6)

--Extensive blur removal

eeObj.WriteMem32(0x0010fdd8,0x00000000)
eeObj.WriteMem32(0x0010fea4,0x00000000)

end

emuObj.AddVsyncHook(widescreen)

conf
Code:
--fpu-no-clamping=0
--fpu-clamp-results=1
--vu0-no-clamping=0
--vu0-clamp-results=1
--vu1-no-clamping=0
--vu1-clamp-results=1
--cop2-no-clamping=0
--cop2-clamp-results=1
--vu0-opt-flags=1
--vu1-opt-flags=1
--cop2-opt-flags=1
--vu0-const-prop=0
--vu1-const-prop=0
--vu1-jr-cache-policy=newprog
--vu1-jalr-cache-policy=newprog
--vu0-jr-cache-policy=newprog
--vu0-jalr-cache-policy=newprog


Thank you for your work.
1. Is this patch working for pcsx2 as well?
2. How can I import it to SLUS-213.44? Please just qucik advice.

Thank you a lot
 
Today was test Scarface The World Is Yours game! That title work good on ps3 but as i hear on ps4 still unplable. Me and @Oxeres find way to boot it good and make playble, just use config from ps3 (lopnor way). @Oxeres report that he use Star Ocean emu and im try do same! It works pretty good, finish training mission, watch intro and start 1st mission but...soon appear big graphical glitchs and bugs and sadly random crashes while 1st misson. Most far game let me go its till final cutscene but crash again, so game not let me do save and keep me start game over and over from mansion...im attach lopnor config, maybe someone find good emu for that game and its not crash..

Can your friend make a lopnor config for the SLES54182 EUR version? Also i'm trying to patch the grapihical errors, i know everything about this game, its engine etc... So maybe there is a chance that i can patch it, but i need a lopnor for the europe version of the game.
Thanks in advance.
 
Last edited:

Similar threads

Back
Top