sandungas
Developer
Command 0x13 fixed the save problems ?, damn i was about to suggest it yesterday (but i said so many things before that i thought it was going to be a bit excesive)Ha, okay it's fixed. It makes saving noticeable slower...maybe its a type of delay to let it finish scanning the memory card and data? And I see this is using the same command and setting as Jak X...I remember that game having some problems with saving on slim ps2s or something, so it makes sense that it has something to do with this, too.
Anyways, thanks a bunch! @sandungas and I having being going crazy over this lol. The only issue left is the menu FMV, but idk if there is even commands to help with FMV decoding/playing.
Here's what we got so far:
Still a little skeptical about the car detail codes. I may just get rid of them.Code:3D 00 00 00 57 44 00 00 0A 00 00 00 05 00 00 00 28 5F 66 00 01 01 01 01 00 00 01 01 30 5F 66 00 41 70 00 00 00 00 00 00 3C 5F 66 00 41 A0 00 00 00 00 00 00 80 53 13 00 A8 BA 60 AC A8 BA 43 AC 13 00 00 00 00 00 00 00 60 F9 00 00 00 00 00 00
The reason i was about to suggest it is because netemu command 0x13 is used in the configs for burnout dominator embedded inside ps2_gxemu.self
https://github.com/Zarh/Get_CONFIG/blob/master/log.txt
But... is using a different value than the one you used in your latest config
You are using 0xF960 (from jak x, right?)
Burnout dominator uses 0x9BDC
So... i suggest you to make one more test using the value from burnout dominator in the command 0x13
---------------------------
Just as a recap (i was taking a look at this yesterday), we have all this values confirmed as valid for netemu command 0x13
Code:
0x9bdc, 0xf960, 0x1d394
Code:
39900, 63840, 119700
That numbers doesnt looks random, they are following some math rule because some are in proportoion to others, as example:
39900 * 3 = 119700
While thinking in this i tryed to see his Greatest Common Factor (GCF) ---> https://www.calculatorsoup.com/calculators/math/gcf.php
7980 * 05 = 39900 (bingo)
7980 * 08 = 63840 (bingo)
7980 * 15 = 119700 (bingo)
So.... it looks we can "generate" other valid values for netemu command 0x13 by multiplying 7980 * X