Pages: 1 [2] 3 4 ... 35
Author Topic: 2step & Antilag Auto Add Script. for ME7.X  (Read 384258 times)
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12233


WWW
« Reply #15 on: March 02, 2013, 10:42:53 AM »

i dont see where to modify the first post attachments, i can only change the text Sad, here got the one with those improvements explained above.

hope it helps and fix the issues to the users that pmed me.

You can delete the attachment and reattach it.

However, you might consider using github for this project
Logged

ME7.1 tuning guide (READ FIRST)
ECUx Plot
ME7Sum checksum checker/corrrector for ME7.x

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience.
edduu
Newbie
*

Karma: +20/-0
Offline Offline

Posts: 17


« Reply #16 on: March 02, 2013, 04:39:26 PM »

the project is now at github, please download the new release from there Smiley, it have fixed some things, now the generated bin is exactly the same as the one in the nefmoto wiki. so this might work.

the next release will include some questions before run like the RPMs cap for launch and that fun stuff Smiley

https://github.com/edduu/2stepscript



« Last Edit: March 02, 2013, 04:59:00 PM by edduu » Logged
mbwiejska12
Jr. Member
**

Karma: +1/-0
Offline Offline

Posts: 37


« Reply #17 on: March 25, 2013, 02:29:52 PM »

I tryed to done LC in vr6 turbo (022906032B me7). When I push clutch pedal, the ignition turn off and stop an engine. This situation is when I put everything from this php script (022906032B_LC_Nls). I also made a custom code which is premisted on Stezi custom code, but in this file Launch Control rev works properly though anti lag is still working every time, engine rpm weakly rising and engine still tryed to spool turbo (022906032B_mod_Stezi_code_LcNLS_2 ). What could be wrong?

Logged
maZer.GTi
Full Member
***

Karma: +68/-6
Offline Offline

Posts: 246


« Reply #18 on: March 26, 2013, 10:11:42 AM »

I did some changes in code, maybe you like it and update your git Wink

Usage: php launch.php ecu.bin dump.ecu [OFFSET_Main_Code] [OFFSET_Variables]
Example: php launch.php ecu.bin dump.ecu 0x76980 0x170A0
Example with autoassign space: php launch.php ecu.bin dump.ecu
« Last Edit: March 26, 2013, 10:18:40 AM by maZer.GTi » Logged
maZer.GTi
Full Member
***

Karma: +68/-6
Offline Offline

Posts: 246


« Reply #19 on: March 26, 2013, 10:34:25 AM »

im sorry i uploaded version with bugs, here is finished one.
i attached a exe version of your tool too for people without php installed. Smiley
Logged
ddillenger
Hero Member
*****

Karma: +638/-21
Offline Offline

Posts: 5640


« Reply #20 on: March 26, 2013, 10:35:36 AM »

i attached a exe version of your tool too for people without php installed. Smiley

What is this you say? LOL

How many bins have you tested it on? I assume we're talking CMD, not GUI?
Logged

Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience!

Email/Google chat:
DDillenger84(at)gmail(dot)com

Email>PM
maZer.GTi
Full Member
***

Karma: +68/-6
Offline Offline

Posts: 246


« Reply #21 on: March 26, 2013, 10:44:40 AM »

Im sorry for flooding but i found bug in your code
$wped = substr( strstr($file,"\r\nwped") , 58, 6 );

This line will use wped_w if no wped is present!
you can change it to

$wped = substr( strstr($file,"\r\nwped ") , 58, 6 );
with space on the end "wped " to prevent this.
Logged
maZer.GTi
Full Member
***

Karma: +68/-6
Offline Offline

Posts: 246


« Reply #22 on: March 26, 2013, 10:49:15 AM »

What is this you say? LOL

How many bins have you tested it on? I assume we're talking CMD, not GUI?

i never said that i build a GUI. I just uploaded compiled version to prevent installation of php..
Logged
maZer.GTi
Full Member
***

Karma: +68/-6
Offline Offline

Posts: 246


« Reply #23 on: March 26, 2013, 11:08:20 AM »

I Compared the result of the script with my working files.
It seems that there is something wrong in b_kuppl , and the return jump of function.
I take a look what i can do
Logged
maZer.GTi
Full Member
***

Karma: +68/-6
Offline Offline

Posts: 246


« Reply #24 on: March 26, 2013, 03:45:23 PM »

Ok now is fixed, tested on 06A906032KP, 06A906032HN, 8D0907551M
Logged
nyet
Administrator
Hero Member
*****

Karma: +604/-166
Offline Offline

Posts: 12233


WWW
« Reply #25 on: March 26, 2013, 03:52:31 PM »

Mazer, since you seem to be actively pursuing this.. can you comment on this?

http://nefariousmotorsports.com/forum/index.php?topic=607.msg18118#msg18118

It's the main reason I haven't used any of the AL/NLS hacks yet.

TIA
Logged

ME7.1 tuning guide (READ FIRST)
ECUx Plot
ME7Sum checksum checker/corrrector for ME7.x

Please do not ask me for tunes. I'm here to help people make their own.

Do not PM me technical questions! Please, ask all questions on the forums! Doing so will ensure the next person with the same issue gets the opportunity to learn from your experience.
krazydbiker
Full Member
***

Karma: +4/-1
Offline Offline

Posts: 202


« Reply #26 on: March 27, 2013, 06:23:34 AM »

wow, very good work, makes it a ton easier for you guys, to bad my volvo is still killing me with trying to implement this Sad
Logged
maZer.GTi
Full Member
***

Karma: +68/-6
Offline Offline

Posts: 246


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

wow, very good work, makes it a ton easier for you guys, to bad my volvo is still killing me with trying to implement this Sad

Whats the Problem with Volvo? I think it should work with Volvo ME7 too Smiley
Logged
krazydbiker
Full Member
***

Karma: +4/-1
Offline Offline

Posts: 202


« Reply #28 on: March 27, 2013, 07:58:38 AM »

ill give it a shot, but me7logger does not work for volvo, so no ram address's are found, and im guessing thats the basis of how this works?

edit: after reading through source code, this will not work for my application, as some of the address's it searches for will be totally different
« Last Edit: March 27, 2013, 08:06:51 AM by krazydbiker » Logged
professor
Sr. Member
****

Karma: +25/-0
Offline Offline

Posts: 409



« Reply #29 on: March 27, 2013, 08:20:00 AM »

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

Seat Ibiza MK4 Cupra 1.8t 20V, stg3.
"Those 1.8T 20V machines are really tough" ©
Pages: 1 [2] 3 4 ... 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)