Pages: 1 2 [3] 4 5 ... 35
Author Topic: 2step & Antilag Auto Add Script. for ME7.X  (Read 384177 times)
maZer.GTi
Full Member
***

Karma: +68/-6
Offline Offline

Posts: 246


« Reply #30 on: March 27, 2013, 08:56:01 AM »

Interesting tool mazer.gti.
On 032RP breaks:
Code:
finding tsrldyn...
fatal error not found tsrlydn

Can you upload here your ori i will check what is wrong. Sad
Logged
mbwiejska12
Jr. Member
**

Karma: +1/-0
Offline Offline

Posts: 37


« Reply #31 on: March 27, 2013, 09:40:03 AM »

Could you tell me what's wrong with my VR6 turbo bin? I made again on fixed script and again it is bad. On the first bit of bin script put "00" value, and it doesn't change FTOMN to "00". But I fixed first bit to original "8E" value and changed FTOMN to "00" and again when I press clutch the engine turned off.
Could you take a look again on my post? http://nefariousmotorsports.com/forum/index.php?topic=3349.msg35663#msg35663
Logged
professor
Sr. Member
****

Karma: +25/-0
Offline Offline

Posts: 409



« Reply #32 on: March 27, 2013, 10:14:49 AM »

Can you upload here your ori i will check what is wrong. Sad
Ori file: 032RP
Logged

Seat Ibiza MK4 Cupra 1.8t 20V, stg3.
"Those 1.8T 20V machines are really tough" ©
maZer.GTi
Full Member
***

Karma: +68/-6
Offline Offline

Posts: 246


« Reply #33 on: March 27, 2013, 10:45:57 AM »

Ori file: 032RP

I tried to create .ecu file with your binary.
The .ecu file is very small and is not containing all parameters they are needed.
try to use this 032RP file, with this one i got success.
Please check second FTOMN @ 0x1A4DC
Im not sure wich FTOMN is the right one of the both?!
Logged
maZer.GTi
Full Member
***

Karma: +68/-6
Offline Offline

Posts: 246


« Reply #34 on: March 27, 2013, 11:07:24 AM »

Could you tell me what's wrong with my VR6 turbo bin? I made again on fixed script and again it is bad. On the first bit of bin script put "00" value, and it doesn't change FTOMN to "00". But I fixed first bit to original "8E" value and changed FTOMN to "00" and again when I press clutch the engine turned off.
Could you take a look again on my post? http://nefariousmotorsports.com/forum/index.php?topic=3349.msg35663#msg35663

Ok i fixed bug with the 00 in beginning of file, but i see in your Main Function at the end F3 F8 F3 8A DB 00
But i think it should be F3 F8 E8 8A DB 00
Because your Original Call is F3 F8 E8 8A D7 40
Logged
professor
Sr. Member
****

Karma: +25/-0
Offline Offline

Posts: 409



« Reply #35 on: March 27, 2013, 02:10:33 PM »

I tried to create .ecu file with your binary.
The .ecu file is very small and is not containing all parameters they are needed.
try to use this 032RP file, with this one i got success.
Please check second FTOMN @ 0x1A4DC
Im not sure wich FTOMN is the right one of the both?!

Got same error with both of the attached files.
Win 8 x64.
Logged

Seat Ibiza MK4 Cupra 1.8t 20V, stg3.
"Those 1.8T 20V machines are really tough" ©
maZer.GTi
Full Member
***

Karma: +68/-6
Offline Offline

Posts: 246


« Reply #36 on: March 27, 2013, 04:30:02 PM »

Got same error with both of the attached files.
Win 8 x64.

Im sorry i cant test with win8 x64 at the moment Sad
But the Second attached file is patched with setzis code so you can use it.
Logged
mbwiejska12
Jr. Member
**

Karma: +1/-0
Offline Offline

Posts: 37


« Reply #37 on: March 28, 2013, 10:27:57 AM »

Ok i fixed bug with the 00 in beginning of file, but i see in your Main Function at the end F3 F8 F3 8A DB 00
But i think it should be F3 F8 E8 8A DB 00
Because your Original Call is F3 F8 E8 8A D7 40

Thanks a lot Mazer. Everything is OK Smiley THANKS!
Is it possible to add any fuel enrichment only on Launch Control?
Logged
pedrosousa
Full Member
***

Karma: +3/-0
Offline Offline

Posts: 75


« Reply #38 on: March 30, 2013, 01:52:24 PM »

Does this work in the 512kb file version? Look at the attachment, it's what's happening.
« Last Edit: March 30, 2013, 03:49:51 PM by pedrosousa » Logged
edduu
Newbie
*

Karma: +20/-0
Offline Offline

Posts: 17


« Reply #39 on: April 01, 2013, 12:38:36 AM »

Does this work in the 512kb file version? Look at the attachment, it's what's happening.


looks like the exe version is not containing the file_put_contents, maybe because its a php4 to exe converter and file_put_contents its implemented from php5 i think.

this were a bit dead since just 1 guy were testing it. we have some issues with some ecus that have 2 FTOMN, we need to know what is the correct for fix the script

and thanks mazer for fix some issues on it. about the wped i didn't had an ecu with wped_w before the wped, but yes that will get wped and not wped_w accidentally.

as i said before i writted this in 3 hours, was just trying to help with my little php knowledge Smiley
Logged
pedrosousa
Full Member
***

Karma: +3/-0
Offline Offline

Posts: 75


« Reply #40 on: April 01, 2013, 12:02:12 PM »

I installed php, and tried with launch.php, now it's done I'll see the file with ols.

Thanks
Logged
maZer.GTi
Full Member
***

Karma: +68/-6
Offline Offline

Posts: 246


« Reply #41 on: April 01, 2013, 02:42:44 PM »

Does this work in the 512kb file version? Look at the attachment, it's what's happening.


you must use the last exe file i uploaded here.

Edduu: I hope you are not bad with me that i write in your code Smiley
I will help you to fix the FTOMN Problem Smiley
It would be great if someone can test this on 512k ecu and share his experience here. Smiley
Logged
maZer.GTi
Full Member
***

Karma: +68/-6
Offline Offline

Posts: 246


« Reply #42 on: April 01, 2013, 02:47:06 PM »

Thanks a lot Mazer. Everything is OK Smiley THANKS!
Is it possible to add any fuel enrichment only on Launch Control?

Im sure its possible, but for this we need help from setzi or someone with many experience with this ecu.
There are a lot of great ideas to do this code better ( like engine temperature threshold ).
Logged
mbwiejska12
Jr. Member
**

Karma: +1/-0
Offline Offline

Posts: 37


« Reply #43 on: April 01, 2013, 03:06:19 PM »

Im sure its possible, but for this we need help from setzi or someone with many experience with this ecu.
There are a lot of great ideas to do this code better ( like engine temperature threshold ).

That would be lovely. Smiley
Logged
pedrosousa
Full Member
***

Karma: +3/-0
Offline Offline

Posts: 75


« Reply #44 on: April 01, 2013, 03:25:12 PM »

you must use the last exe file i uploaded here.

Edduu: I hope you are not bad with me that i write in your code Smiley
I will help you to fix the FTOMN Problem Smiley
It would be great if someone can test this on 512k ecu and share his experience here. Smiley

I'll try it Saturday, I've seen the file in ols, checksum it's corrected and stage2 map also applied. I hope it works.
Logged
Pages: 1 2 [3] 4 5 ... 35
  Print  
 
Jump to:  

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Page created in 0.024 seconds with 16 queries. (Pretty URLs adds 0.001s, 0q)