Error with textures in 2012

sholborn

sholborn
Hi
get error message for texture in 2012 as below but not in 2009,could someone please explain what is to be done have included config tex.
[FONT=&quot]Error
Warning: Required tag 'height' was missing and has been set to default. [/FONT]
[FONT=&quot]Warning: Required tag 'image' was missing and has been set to default. [/FONT]
[FONT=&quot]Warning: Required tag 'width' was missing and has been set to default. [/FONT]
[FONT=&quot]Warning: Required tag 'normal-texture' was missing and has been set to default.

[/FONT]
[FONT=&quot]Config File Using[/FONT]
[FONT=&quot]kind "groundtexture"[/FONT]
[FONT=&quot]category-class "GL"[/FONT]
[FONT=&quot]kuid <kuid2:93112:200384:127>[/FONT]
[FONT=&quot]username "SH-Tex14"[/FONT]
[FONT=&quot]contact-email "sinkmaster@ntlworld.com"[/FONT]
[FONT=&quot]description "Grass Texture Or Can Be Used Anywhere"[/FONT]
[FONT=&quot]category-era "1990s"[/FONT]
[FONT=&quot]trainz-build 2.9[/FONT]
[FONT=&quot]texture "main.texture"[/FONT]
[FONT=&quot]category-region "UK"[/FONT]
[FONT=&quot]obsolete-table {[/FONT]
[FONT=&quot]}[/FONT]
[FONT=&quot]thumbnails {[/FONT]
[FONT=&quot] 0 {[/FONT]
[FONT=&quot] image "screenshot.jpg"[/FONT]
[FONT=&quot] width "240"[/FONT]
[FONT=&quot] height "180"[/FONT]
[FONT=&quot] }[/FONT]
[FONT=&quot] kuid-table {[/FONT]
[FONT=&quot] }[/FONT]
[FONT=&quot]} Where am i going wrong?[/FONT]
Regards
Lord S Holborn :confused:
 
Appears normal-texture is a required tag in the kind groundtexture asset. I don't see it listed in the TC CCG so probalby only info is on the TrainzDev wiki. I suggest you look there. I don't know what it does.

The other problem I see is a missing "}" that should be at the end of the thumbnails container.
thumbnails {
0 {
[FONT=&quot] image "screenshot.jpg"[/FONT]
[FONT=&quot] width "240"[/FONT]
[FONT=&quot] height "180"[/FONT]
[FONT=&quot] }[/FONT]
}

EDIT: I think I see the missing "}". It's out of place at the end of the config.

Bob Pearson
 
Last edited:
Hi
the} was on another page in the word document instead of wasting another page left it out but in the config it is in,thanks for the info will take a look.
Regardfs
Lord S
 
notepad is used for config file but used word processor for this forum, using notepad still does not remove the error
 
Back
Top