10. The Dlclist
The dlclist.xml also has a few differences with the other mod files we've covered so far. First, unlike all the other mods discussed except the gameconfig.xml, the dlclist.xml can't be installed with Windows Explorer. It can only be installed with OpenIV (or CodeWalker RPF Explorer ) because it is located in the package called update.rpf which is encrypted. Secondly, like the gameconfig.xml, dlclist.xml is also just a modified version of an existing game file. Similarly, it is again a plain text file and it will certainly be the file you edit the most . This is the first file we discuss that isn't downloaded because it's already part of your game and unlike gameconfig.xml which is also exists as a game file, you'll be responsible for all the edits to dlclist.xml. These edits will be adding entries for mod addons such as vehicles and maps, informing the game to load these dlc addons. You don't need to do anything at this point because the dlclist.xml cre...