Invalid model add on cars
-
Whenever i try to install some add on cars it just doesn't work like when i spawn it keeps saying invalid model although i completely follow instructions, and i'm pretty sure that i'm doing right because i've already installed other add ons way back now it doesn't let me help
-
@netzki07 This could probably be due to a syntax error int the dlclist.xml. XML parsers are totally unforgiving! Just forget one bracket anywhere (or anything else for that matter) and the whole file is considered corrupt. If you use Notepad++ you can add an XML syntax checker plugin.
BTW next time please use a more descriptive title.
-
@Cyron43
really new to modding how could i check this xml syntax thing?
-
@netzki07
1.Get Notepad++ here -> https://notepad-plus-plus.org/
and install it.- Download the XML tools plugin from here -> http://docs.notepad-plus-plus.org/index.php/Plugin_Central#X
- Install that plugin (open the zip file, copy the XMLTools.dll to C:\Program Files (x86)\Notepad++\plugins and the content of the ext_libs folder to the root folder of the notepad++ installation (should be C:\Program Files (x86)\Notepad++))
NOTE: Windows will nag about needing Administrator rights. Click OK - Open the dlclist.xml with notepad++
- There's a menu at the top. Click on "Plugins", then on "XML Tools" and then on "Check XML Syntax now".