i need help making new content

skol587

hey all I'm back
i had made a couple scenery items and their on the scenery list but when you add them on surveyor they don't show up.

if you want to help me figure out how i screwed up i can send them to you and f you fix it you can tell me how i screwed up.:)
 
item #1
kuid <kuid:157407:100017>
trainz-build 2.5
category-class "BR"
category-region "US"
category-era "1900s;1910s;1920s;1930s;1940s;1950s;1960s;1970s;1980s;1990s;2000s"
username "scrap couplers"
kind "scenery"
author "skol587"
contact-website "skol587@yahoo.com"
description "couplers that sit in your railroades scrap pile or shops"
mesh-table {
defalt {
mesh "coupler.im"
}
}
kuid-table {
}

item #2
kuid <kuid:157407:100001>
trainz-build 2.5
category-class "BI"
category-region "US"
category-era "1930s;1940s;1950s;1960s;1970s;1980s;1990s;2000s"
username "spare trucks"
kind "scenery"
author "skol587 (eric johnson)"
description "spare bogey to set on the grownd or in side a shop"
contact-email "skol587@yahoo.com"
mesh-table {
defalt {
mesh "bettendorf33.im"
}
}
kuid-table {
}
there you go
 
The first thing that I see is that you have misspelled 'default'.
This will definitely cause you a problem. Are all of the quotation marks acutally in your config. I don't know if they cause a problem or not, but I don't use them. Here's a sample of one of my recent configs for a recent building

username Ray's Drive In
description "Drive in with curb service"
kind scenery
kuid <KUID2:262137:10339:0>
height-range -50,50
light 1
region MLF Creations
type Commercial
obsolete-table
{
}
kuid-table
{
}
mesh-table
{
default
{
mesh drivein.im
auto-create 1
}
}
category-region-0 US
category-class BC
trainz-build 2.4
category-era-0 1950s
category-era-1 1960s
author Mike Ferrell
 
I also see that you have a trainz-build of 2.5. I'm not familiar with this. I think it should be 2.4 for Trainz2004 and 2.6 for Trainz2006
Mike
 
oops on the spelling and ya the quotations are thats how content manager wrote it. ill try your suggestions out
 
Also take a look at your category-eras. If you're using 2004, the way you have it isn't the way the CCG says to do it. By the way, in your second content, your 2000 has a space between the second and third zero.

The CCG says that you should set up the category-eras like below:

category-era-0 1900s
category-era-1 1910s
category-era-2 1920s
etc....

PS: your category-region should be set up the same way (eg. category-region-0 US)
 
Last edited:
the trainz-build 2.5. came up automatically and most of the items that came with my version of trainz 2006 are labeled that way
 
that's fine. I just wasn't familiar with it. Does your content work after fixing the misspelled 'default'?
Mike
 
I just noticed that you also need to add the auto-create 1 tag or it won't show up.
Look at my sample above. It has the auto-create 1 tag right below the mesh name in the mesh table.
If you don't include this line, I believe it defaults to 0 and therefore won't show up in surveyor or driver
Mike

PS: I have reworked the config on your first item and am emailing it to you.
 
Back
Top