Here is the actual config file
kind "groundtexture"
rgb 0,0,0
obsolete-table {
}
trainz-build 1.5
category-region-0 "WO"
category-era-0 2000
asset-filename "Drygrass02"
region "chuffbufftex"
category-class "GL"
kuid <kuid:103179:100187>
description: "A drygrass groundtex used"
for "any region in the world."
username "Drygrass02"
author
organisation
contact-email
Thanks
Josh
Here is your exact problem, and what we have been mentioning above (emphasis added):
description
: "A drygrass groundtex used
"
for "any region in the world."
You need to remove the colon in "description", and change it so that it looks like this:
description "A drygrass groundtex used for any region in the world."
The multi-quote problem is too obvious for a content creator to make up themselves, I believe. I think it may be a bug in Content Dispatcher or CM. Why would it be a bug in CD? Because a .CDP file is not truely an archive format. Instead, it is a set of instructions that tell CD how to
recreate the original asset files and folders. This is why the "kind" field in the config.txt file of an asset installed through CD is always at the
bottom of the file, even if you put it at the very top of the file originally. The old
Custom Dispatcher EXE files from days gone by were different. They were basically self-extracting ZIP archives, with the original contents of the files preserved, as it does not recreate the files based on instructions, it simply
extracts the files out of itself and into the Trainz\Custom folder. Auran/"Never"-Fail, why did you make it do the recreating instead of the simple, preserving,
extracting method?????

:n:
So, simply put the above "change to" version in you config.txt instead of what is in there right now, and your problems are solved.
Regards.