V23 (DR BR102 usw.) Lichtwechsel

  • Hallo liebe Community, ich wollte mal nachfragen, ob die Möglichkeit besteht, dass man das Schlusslicht mit der Fahrrichtung beim oben genannten Fahrzeug wechseln lässt (So wie beim Spitzenlicht). Aktuell ist es so, dass zwar das Spitzenlicht wechselt, dass Rücklicht jedoch an bleibt (ändert sich bei Fahrtrichtungswechsel nicht).

    20241110131328_1.jpg

    20241110131324_1.jpg

    Vielleicht hat ja jemand eine Idee...

    Grüße, Tim

    99 5902, 99 783 und 99 6101 :red_heart:

  • Ab Tane gibt es die Tail-lights Einträge in der Config.txt

    hier mein Beispiel von einer Lok

    mesh-table

    {

    default

    {

    mesh "traincar.im"

    auto-create 1

    effects

    {

    frontred0

    {

    kind "corona"

    att "a.frontred0"

    directional 1

    object-size 0.2

    texture-kuid <kuid:-3:10112>

    max-distance 1000

    }

    frontred1

    {

    kind "corona"

    att "a.frontred1"

    directional 1

    object-size 0.2

    texture-kuid <kuid:-3:10112>

    max-distance 1000

    }

    backred0

    {

    kind "corona"

    att "a.backred0"

    directional 1

    object-size 0.2

    texture-kuid <kuid:-3:10112>

    max-distance 1000

    }

    backred1

    {

    kind "corona"

    att "a.backred1"

    directional 1

    object-size 0.2

    texture-kuid <kuid:-3:10112>

    max-distance 1000

    }

    }

    }

    }

    tail-lights

    {

    front0

    {

    effect "frontred0"

    light-is-on-front-end 1

    }

    front1

    {

    effect "frontred1"

    light-is-on-front-end 1

    }

    back0

    {

    effect "backred0"

    light-is-on-front-end 0

    }

    back1

    {

    effect "backred1"

    light-is-on-front-end 0

    }

    }

    Hier der Text vom Wiki:

    Tail-lights container - TrainzOnline

    Edited once, last by BlwPkh (November 10, 2024 at 1:40 PM).