Page 2 of 2
Re: looking for help decoding the P04 OS
Posted: Sun Nov 29, 2020 8:27 am
by Gampy
Basic simple W7 ...
Is the XML directory up to date in UniversalPatcher-Full.Zip
Re: looking for help decoding the P04 OS
Posted: Sun Nov 29, 2020 9:58 am
by kur4o
Looks like some files are missing from the zip.
Here is pidlist.xml
Extract in the xml folder and restart program.
Re: looking for help decoding the P04 OS
Posted: Sun Nov 29, 2020 10:33 am
by Gampy
Yup, that did it ...
It appears there are other files missing as well, tried to export to XDF, the template is missing.
Re: looking for help decoding the P04 OS
Posted: Sun Nov 29, 2020 6:30 pm
by joukoy
My bad, I have script for zip creation but forget to add Templates folder to script.
Latest zip should have all you need.
Edit: in version 0.15.34-1
Re: looking for help decoding the P04 OS
Posted: Sun Nov 29, 2020 7:59 pm
by antus
cool, this looks really interesting
Re: looking for help decoding the P04 OS
Posted: Sun Nov 29, 2020 9:10 pm
by Gampy
Still complaining about missing files. This time: ...\Templates\v6-98-O5-checksum.txt
Maybe your release script should work from an exclusion list instead of an inclusion list.
Re: looking for help decoding the P04 OS
Posted: Sun Nov 29, 2020 11:36 pm
by joukoy
Gampy wrote:Still complaining about missing files. This time: ...\Templates\v6-98-O5-checksum.txt
Maybe your release script should work from an exclusion list instead of an inclusion list.
I don't have template v6-98-O5-checksum.txt
Is there existing TunerPro .xdf for this, so I can use it as template?
Does it require checksum plugin? Any available?
Re: looking for help decoding the P04 OS
Posted: Mon Nov 30, 2020 6:38 am
by kur4o
The best bet is to make some basic plugin for checksum for v6 and 97-98ls1. Than you can feed the template with the range and checksum location found from universal patcher.
I doubt a full blown checksum plugin is needed with the hardcoded search logic from universal patcher, but it will be great achievment. NOt sure even it is possible with tunerpro.
Re: looking for help decoding the P04 OS
Posted: Mon Nov 30, 2020 10:14 am
by roughneck427
2000 Grand AM DTC Axis starts at 4BB02
2005 Grand AM DTC Axis starts at 471DA
I use 2d mode in a slope rising up to ID the axis
Re: looking for help decoding the P04 OS
Posted: Tue Dec 01, 2020 1:00 am
by joukoy
kur4o wrote:The best bet is to make some basic plugin for checksum for v6 and 97-98ls1. Than you can feed the template with the range and checksum location found from universal patcher.
I doubt a full blown checksum plugin is needed with the hardcoded search logic from universal patcher, but it will be great achievment. NOt sure even it is possible with tunerpro.
c++ is not my favorite language, so i can't make full configurable plugin with support for all binaries UniversalPatcher can support.
But i created plugin for v6 binaries with hard-coded file detection (logic copied from universalpacther's autodetect.xml)
https://github.com/joukoy/gm-checksum-plugins
As usual, please test and inform results.