l1p1
Newbie
Karma: +0/-0
Offline
Posts: 8
|
|
« on: May 08, 2017, 01:41:02 PM »
|
|
|
Hello guys,
I've added launch control with the PHP from edduu but it simply doesn't work. I have checked the addresses in the file and the main function and the variables are there (space located at: 0xa18c0; space located at: 0x17b00)
Also checked with VCDS for the clutch sensor which is working.
Could someone please give me some hints what could be the problem?
The checksums have been corrected and checked also with me7sum/me7check, so that shouldn't be the problem (car is running so no need to mention it i guess)
Thanks in advance and sorry if this question comes up too often.. couldn't find any helping information that helps me tough..
|
|
|
Logged
|
|
|
|
l1p1
Newbie
Karma: +0/-0
Offline
Posts: 8
|
|
« Reply #1 on: May 08, 2017, 01:42:06 PM »
|
|
|
Oh damn, I've just seen how bad my posting was.
The Launch Control and No-Lift-Shift is NOT working, thats what my problem is. Messed up also the title... Sorry!
|
|
|
Logged
|
|
|
|
l1p1
Newbie
Karma: +0/-0
Offline
Posts: 8
|
|
« Reply #2 on: May 08, 2017, 02:15:18 PM »
|
|
|
FML, should've read the forum rules, since this is probably a commercial tune... (got it from a guy for free on mhh...). And I guess triple posting isn't allowed neither.
Please delete this thread, I'l go and hide in a corner and hope no one saw it and do some moreee googling regarding my problem...
|
|
|
Logged
|
|
|
|
prj
|
|
« Reply #3 on: May 08, 2017, 03:29:39 PM »
|
|
|
I would not flash a free tune from mhh on anything. Do you feel like a labrat? You should Better start from scratch and go slow. As for LC-NLS scripts - if you want it to work, do it manually in assembly...
|
|
|
Logged
|
|
|
|
l1p1
Newbie
Karma: +0/-0
Offline
Posts: 8
|
|
« Reply #4 on: May 09, 2017, 12:49:25 AM »
|
|
|
I feel like a lab rat now yes I will try doing it myself in assembler... Seems like the script simply doesn't work..
|
|
|
Logged
|
|
|
|
mss
Newbie
Karma: +0/-1
Offline
Posts: 6
|
|
« Reply #5 on: May 10, 2017, 01:28:50 AM »
|
|
|
Nls add script
|
|
|
Logged
|
|
|
|
Khendal
Full Member
Karma: +9/-8
Offline
Posts: 226
|
|
« Reply #6 on: May 10, 2017, 01:39:49 PM »
|
|
|
The error is in the first line of main function... there's a temperature check that doesn't work. You have to remove it.
Prj... one question... why if i disassemble the ecu... i get hex address similar to ida address with same hex code...and not asm code?
|
|
|
Logged
|
|
|
|
spd_tolis
Newbie
Karma: +0/-7
Offline
Posts: 13
|
|
« Reply #7 on: May 11, 2017, 07:36:25 AM »
|
|
|
hello..please test and report!!!!!
|
|
|
Logged
|
|
|
|
l1p1
Newbie
Karma: +0/-0
Offline
Posts: 8
|
|
« Reply #8 on: May 12, 2017, 07:26:34 AM »
|
|
|
Nls add script
My file has been generated with that code... The error is in the first line of main function... there's a temperature check that doesn't work. You have to remove it.
Prj... one question... why if i disassemble the ecu... i get hex address similar to ida address with same hex code...and not asm code?
won't removing the first line of the function render the function useless? I'll try removing the second one, since I guess the first line defines the function? I'm a total noob in assambler tbqh, but I'd be great for any tipps. Thanks in advance. Unfortunately I can't answer your question either..
|
|
|
Logged
|
|
|
|
Khendal
Full Member
Karma: +9/-8
Offline
Posts: 226
|
|
« Reply #9 on: May 12, 2017, 07:34:00 AM »
|
|
|
My file has been generated with that code...
won't removing the first line of the function render the function useless? I'll try removing the second one, since I guess the first line defines the function? I'm a total noob in assambler tbqh, but I'd be great for any tipps.
Thanks in advance.
Unfortunately I can't answer your question either..
Nope... you have to remove the first line...and move all code up on 1 line...
|
|
« Last Edit: May 12, 2017, 07:38:01 AM by Khendal »
|
Logged
|
|
|
|
l1p1
Newbie
Karma: +0/-0
Offline
Posts: 8
|
|
« Reply #10 on: May 12, 2017, 08:17:27 AM »
|
|
|
Nope... you have to remove the first line...and move all code up on 1 line...
Thanks a lot, I will try this also. I'll report back if it worked. Do you have any infos why the temperature check doesnt work? Is it because I'm missing a sensor ? (oil temp), or is the function itself broken? If the code is broken I'll fork my changes to github so it works for other people too
|
|
|
Logged
|
|
|
|
l1p1
Newbie
Karma: +0/-0
Offline
Posts: 8
|
|
« Reply #11 on: May 12, 2017, 10:24:52 AM »
|
|
|
hello..please test and report!!!!!
thanks for this, it did work. but there is no explosions happening ) looking for a way to destroy the car, but this soft LC was nice, thanks once again.
|
|
|
Logged
|
|
|
|
l1p1
Newbie
Karma: +0/-0
Offline
Posts: 8
|
|
« Reply #12 on: May 12, 2017, 10:37:38 AM »
|
|
|
now fml I'm prob the biggest idiot this forum has seen... you wanted me to delete the temp threshold from the function.. but where is it?
|
|
|
Logged
|
|
|
|
|