I can load VC264 without getting an error, expect for opening the Fuel Injection Multiplier table.
The NISSAN_BASE definition is wrong. It needs to be corrected as follows (sizey must equal 1):
Code:
<table type="2D" name="Fuel Injection Multiplier" category="Fuel" storagetype="uint16" endian="big" sizey="1" userlevel="1">
<scaling units="" expression="x" to_byte="x" format="#" fineincrement="1" coarseincrement="100" />
<table type="Static Y Axis" name="K Value" sizey="1">
<data>K Value</data>
</table>
<description>Global Fuel injection Multiplier. This can be used to compensate for larger or smaller injectors, or a larger or smaller maf housing. This can also be used for alternate fuels such as e85.</description>
</table>