How to install & reference CDF
For developers
Common Data Framework is also available on Nuget.
- Download and install latest LSPDFR and RagePluginHook
- Download latest Common Data Framework
- Extract the .zip and drag-and-drop everything into your main GTA 5 directory (except the .xml)
- Reference
CommonDataFramework.dllin your assembly - You can also have your
.dlletc. somewhere else but if you are running your code, then CDF must be present in the LSPDFR directory.
tip
If you want to make use of intellisense, the CommonDataFramework.xml must be in the same directory of your referenced .dll.