OLS to XDF Converter

I have produced an OLS to XDF converter that makes it possible to edit binaries in TunerPro or Universal Patcher when definition files are only available in OLS or A2L format. Obviously these other software programs do not have the full functionality of WinOLS, however, this makes budget-friendly tuning more accessible to hobbyists who don’t need professional-grade software. As OLS files can be incredibly varied and have a lot of data packed into them, there will likely be bugs in the XDF file generation. If you are not sure if the XDF parameters are properly setup after generation, use WinOLS to verify, and feel free to e-mail me a copy of your OLS file so I can try to improve my software to make it compatible.

DISCLAIMER:
This software is provided free of charge, it comes with no warranty, and it should never be assumed that a conversion is 100% accurate without manually checking. It is likely possible to cause damage to your ECU and/or engine by editing the binary in the wrong place. As a user, you assume all risk of using this software.

Features include:

  • OLS, A2L, HEX, and KP file format support
  • A2L variable names and descriptions are placed in the XDF description which makes variables easily searchable
  • Language translation (uses Google Translate API, requires internet connection)
  • Custom address offsets
  • Binary extraction from OLS and HEX files (including MPC for EDC16 files, when available)
  • Recognition of ZF 6HP shift table maps (converts to more human-readable format)
  • Categorization of parameters based on OLS/A2L folder structure

Changelog:

  • 0.2 – Bug fixes, KP file support
  • 0.1 – Initial Release