GeneralLee wrote:
I recently added something like this for E38 GM PCM. It is not included in a public release yet. See this PR:
https://github.com/RomRaider/RomRaider/pull/215I added a property to skip cells after each column in a 3D Table, example:
Code:
<table category="Tables//Idle Control Tables" endian="big" name="Minimum Idle RPM Vs. Vehicle Speed Vs. Gear" sizex="9" sizey="17" skipCells="1" storageaddress="0x1d6a9e" storagetype="uint16" swapxy="true" type="3D">
Is this what you need?
the skipCells property gets you halfway there. I might be missing something though
Here's one of these tables in IDA

Here's it correctly displayed in TunerPro software
