Sureyor Window not menu/ some assets show red or yellow kuids

xcrossi

New member
Hello:
"show kuids" is checked.
They do not show red in menu Show red or yellow in lower R corner of window.

I up_dated 1.3 to 2.7 and cleared all known warnings
and errors an show no faults.
Has anyone cleared the red and yellow kuids?

example of updated config.txt
username "Crossover_Old_1T_045 "
kuid <kuid:77641:23060>
username "Prejezd_stary_1T_045"
light 1
rotstep 0.3
author "stelerp"
organisation "CsTT - Czech and Slovakian Trainz Team"
contact-email "stelerp@seznam.cz"
contact-website "trainzpedro.wz.cz"
license "Free for non comercial used"
kind "mocrossing"
category-region "US"
category-era "2000s"
trainz-build 2.7
category-class "ZX"

mesh-table
{
default
{
mesh "Prejezd_stary_1T_045.IM"
anim "Prejezd_stary_1T_045.kin"
auto-create 1
}
}

soundscript
{
dayloop
{
repeat-delay 0,0
distance 10,100

sound
{
0 "zvonek.wav"
}
}
}

attached-track
{
track_0
{
track <kuid:-10:137>

vertices
{
0 "a.track0a"
1 "a.track0b"
}
}

road
{
track <kuid:-1:100409>

vertices
{
0 "a.road0a"
1 "a.road0b"
}
}
}

kuid-table
{
0 <kuid:-10:137>
1 <kuid:-1:100409>
}

thumbnails
{
0
{
image "zavory_stare.jpg"
width 0
height 0
}
}

Gerry
 
The different coloured kuid's in the bottom right of the surveyor screen refer to the source of the asset. White = DLS, yellow = built-in , red = not on DLS. It has nothing to do with assets being faulty it is there for information.
 
Last edited:
Well that was a EZ one...
BUT no matter how far away I get from the gradecrossing the gates don't raise.

I wish I could get my old 1.3 bridge spline problems fixed.

Gerry
 
Gerry,

The script is probably really, really, old.

What is the kuid of the bridge that's faulty?

John
 
BUT no matter how far away I get from the gradecrossing the gates don't raise.

Gerry

The config.txt file you show seems to be missing the lines:
Code:
script                                  "crossover.gs"
class                                   "Cross"

Try adding these lines towards the top of your config.txt file.

The crossover.gs file should already be included in the asset. At least it is in mine.


Also your thumbnails container does not include a size as below

Code:
thumbnails
{
  0
  {
    image                               "$screenshot$.jpg"
    width                               240
    height                              180
  }
}

This latter point should not affect the crossing in game but might cause problems elsewhere.
 
Last edited:
Back
Top