-
Notifications
You must be signed in to change notification settings - Fork 75
Common Setup Errors
So you've gotten this error, go ahead and copy your VCF file into the following validator and fix it. This means adding a " most likely.
https://www.xmlvalidation.com/
Does your els start up look like this? http://prntscr.com/icwmub
If so run the xml in a xml parser. To know what XMl is broken look at the last loaded XML, the one right after that is the broken one. If it does not show that there is a xml loading before it then its the first one! https://www.xmlvalidation.com/
Install visual mods.
Are you on a linux machine? Zap hosting is considered a linux host. If so follow the directions below.
Linux is weird and requires your files to be case-sensitive in your config.lua. Meaning if you have PoLiCE.xml in your 'vcf' folder then Linux requires you to have it the exact same in the config.lua Here is an example for if you have in your 'vcf' folder:
- POLicE.xml
- AmbULANCE.xml
- POLiceCARR53.xml
vcf_files = {
"PoLiCE.xml",
"AmbULANCE.xml",
"POLiceCARR53.xml"
}