External whitelist
Posted: 21 Mar 2016 21:36
[highlight=yellow]Deprecated information, not actual for 2.x version[/highlight]
Since version 1.0.0.39 VDOEditor supports external whitelist. Here is brief instruction how to use it and add records.
1) Create file named whitelist.xml in any text editor (Notepad for example) and put it in working directory (near VDOEditor.exe).
2) copy and paste following code contained description and demo record. Edit this demo record before use.
Since version 1.0.0.39 VDOEditor supports external whitelist. Here is brief instruction how to use it and add records.
1) Create file named whitelist.xml in any text editor (Notepad for example) and put it in working directory (near VDOEditor.exe).
2) copy and paste following code contained description and demo record. Edit this demo record before use.
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<!--VDOEditor external whitelist-->
<!--http://skodapilot.com-->
<!-- SW:-->
<!-- "XXXX"-->
<!-- HW:-->
<!-- "HXX"-->
<!-- Displays Types:-->
<!-- "LowLine" - LowLine panels with black and white display-->
<!-- "HighLineBW" - HighLine panels with black and white display-->
<!-- "HighLineBwCp" - HighLine panels with black and white display and components protection-->
<!-- "HighLineColor" - HighLine panels with color display-->
<!-- "HighLineColor3d" - HighLine panels with 3D color display-->
<!-- "HighLineColor3dcp" - HighLine panels with 3D color display and components protection-->
<!-- Fuel Types:-->
<!-- "petrol"-->
<!-- "diesel"-->
<!-- "petrol/gas"-->
<WhiteList>
<Cluster pn="1T0920885N" sw="0725" hw="H03" display="HighLineColor3dcp" fuel="diesel"/>
</WhiteList>