
updated_cheetah = replace
cheetah8 = addon

Installation:
go to mods/update/x64/dlcpacks and paste your prefered folder here
edit the dlclist.xml in mods/update/update.rpf/common/data
add either of these two lines "<Item>dlcpacks:/updated_cheetah/</Item>" or "<Item>dlcpacks:/cheetah8/</Item>" depending on the folder you chose, and save it

Optional installation:
If you've previously changed the audionamehash, change it back

1. navigate to vehicles.meta in mods/update/update.rpf/common/data/levels/gta5
2. in the vehicles.meta, search for cheetah
3. replace the audioNameHash line with this --> "<audioNameHash />"

[IMPORTANT] This applies to both addon and replace versions. 
The headlights position has been changed. If you have light coronas in your game, follow these steps.
If you don't care about them, you can skip them.

1. navigate to mods/update/update.rpf/x64/data
2. right click on carcols.ymt, click "export to META/XML" and choose desktop
3. right click on the exported carcols.ymt and open with Notepad
4. search for "cheetah" under <Lights> tag (should be somewhere on top)
5. replace the whole <headlightCorona> with this:
 	<headLightCorona>
        	<size value="0.60000000"/>
        	<size_far value="7.00000000"/>
        	<intensity value="3.00000000"/>
        	<intensity_far value="6.00000000"/>
        	<color value="0xFF61A8FF"/>
        	<numCoronas value="2"/>
        	<distBetweenCoronas value="55"/>
        	<distBetweenCoronas_far value="1"/>
        	<xRotation value="0.000000" />
        	<yRotation value="4.600000" />
        	<zRotation value="2.2500000" />
        	<zBias value="0.25000000"/>
        	<pullCoronaIn value="false"/>
      </headLightCorona>
6. Save the file and put it back in mods/update/update.rpf/x64/data