petros987
Newbie
Karma: +0/-0
Offline
Posts: 13
|
 |
« on: November 03, 2025, 04:00:37 AM »
|
|
|
Hi all,
fairly new here but I would like to ask about multimap on ME7.5. I struggle a lot to create a routine to point to the desired maps. I can create in an empty space maps for LDRXN, KFMIRL etc but I find it difficult to understand how to create the routine to do point to those maps. Is there a patch available or someone who can guide me through it. If I understand that correctly I can create an XDF and share it whith everyone
TIA
|
|
|
|
|
Logged
|
|
|
|
|
BlackT
|
 |
« Reply #1 on: November 03, 2025, 07:52:46 AM »
|
|
|
why you need to change KFMIRL?
There is a easy hack to change between LDRXN and knock LDRXN
|
|
|
|
|
Logged
|
|
|
|
petros987
Newbie
Karma: +0/-0
Offline
Posts: 13
|
 |
« Reply #2 on: November 03, 2025, 10:20:05 AM »
|
|
|
KFMIRL was just an example. Please tell me more how to switch those maps... I am interested
|
|
|
|
|
Logged
|
|
|
|
|
BlackT
|
 |
« Reply #3 on: November 12, 2025, 12:59:14 PM »
|
|
|
Post your file
|
|
|
|
|
Logged
|
|
|
|
petros987
Newbie
Karma: +0/-0
Offline
Posts: 13
|
 |
« Reply #4 on: November 15, 2025, 09:45:20 AM »
|
|
|
there you go sir!
|
|
|
|
|
Logged
|
|
|
|
|
JeanAwt
|
 |
« Reply #5 on: November 16, 2025, 10:37:49 PM »
|
|
|
Doubling the maps isn't complicated; calling them is another matter—coding, disassembly. Reading the topics in reverse engineering will probably help you. Or find a pre-existing multimap file to understand, but don't copy it, of course; it won't work if it's not the same hardware/software...
|
|
|
|
|
Logged
|
A4 B5 1.8T ONLY
|
|
|
petros987
Newbie
Karma: +0/-0
Offline
Posts: 13
|
 |
« Reply #6 on: November 17, 2025, 10:00:10 AM »
|
|
|
I know. That was my initial question. I find difficult to create the function to call the new maps. I read some threads in this forum but I do not understand how to locate the variables in assembly. What I asked next on BlackT was what is the "easy hack" to switch between those maps.
I guess I have to spend more time trying to understand the assembly code (regret I didn't focused on that lecture on my uni years)
|
|
|
|
|
Logged
|
|
|
|
|
BlackT
|
 |
« Reply #7 on: November 19, 2025, 04:45:23 AM »
|
|
|
there you go sir!
on what adress is LDRXN and LDRXNZK?
|
|
|
|
|
Logged
|
|
|
|
petros987
Newbie
Karma: +0/-0
Offline
Posts: 13
|
 |
« Reply #8 on: November 21, 2025, 12:10:50 AM »
|
|
|
LDRXN = 0x28A38 and axis on 0x28A18 LDRXNZK = 0x28A7A and axis on 0x28A5A
|
|
|
|
|
Logged
|
|
|
|
|
BlackT
|
 |
« Reply #9 on: November 22, 2025, 12:57:41 AM »
|
|
|
At 0x8B616 you have 9A 52 0D A0 Change it to 9A 08 0D B0
You can now switch betven ldrxn and ldrxnkz with crusie switch
|
|
|
|
|
Logged
|
|
|
|
petros987
Newbie
Karma: +0/-0
Offline
Posts: 13
|
 |
« Reply #10 on: November 22, 2025, 01:16:54 AM »
|
|
|
thanks for droping some good knowledge there! Few more questions, does it need clutch + set button on cruise?
|
|
|
|
|
Logged
|
|
|
|
|
BlackT
|
 |
« Reply #11 on: November 22, 2025, 03:26:09 AM »
|
|
|
Cruise control main switch on/off Only that is needed
|
|
|
|
|
Logged
|
|
|
|
|