What's DRIM is saying?

General discussions

Moderator: senjer

Post Reply
HOY3
Posts: 129
Joined: 04 Mar 2014, 07:21
Location: Créteil, val de marne, 94000 france

What's DRIM is saying?

Post by HOY3 »

Hi,
I try to modify a .ctd file to make the DRIM display "C Non-stop" and "A Non-Stop" at two stations particularly.
But, when the train is coming (it's display "cleanly": with the indication of cars) it's display "Gereserved".
What is the problem?

Code: Select all

DRIM codes:
  A Simvliet Airport  21
  A Simvliet Centrum  22
  A De Bergen         23
  A Stadionweg        24
  A Varenweg          25
  A Springstraat      26
  A Araplein          27
  A Tussenvelden      28
  A De Molens         29
  
  B Simvliet Airport  30
  B Simvliet Centrum  31
  B De Bergen         32
  B Stadionweg        33
  B Tussenvelden      34
  B De Molens         35
  
  C Simvliet Airport  36
  C Simvliet Centrum  37
  C De Bergen         38
  C Stadionweg        43
  C Tussenvelden      44
  C Oostpark          45
  C Lelywaard         46

  Trein Terminus      39
  Zonder Passagiers   40
  A Non-Stop	      41
  C Non-Stop	      42

(...)

Code: Select all

<stop   platform="SDW4" time=" 390"  destinationcode="21" station="sdw"  actions="stop,pantodown" stops="sdw1,sdw4,sdw5"/>
    <stop   platform="RSL2" time=" 400"  destinationcode="41" station="rsl"  actions="pass"           stops="rsl1,rsl2"/>
    <stop   platform="VMT2" time=" 402"  destinationcode="41" station="vmt"  actions="pass"           stops="vmt1,vmt2"/>
    <stop   platform="BGN3" time=" 552"  destinationcode="21" station="bgn"  actions="stop"           stops="bgn1,bgn2,bgn3,bgn4"/>
(for example, for road A-AT)

Best regards, have a nice weekend
HOY3
User avatar
metroverslaafde
Posts: 428
Joined: 08 Feb 2014, 13:32
Location: Rotterdam
Contact:

Re: What's DRIM is saying?

Post by metroverslaafde »

That is a nice idea, however it is not possible for the drim to display custom made texts. You can only choose one from the list that is included in the .ctd file.
The alternative way to tell the passengers at the station that there will pass a train but they are not abled to board, you let the drim display NIET INSTAPPEN. That one is available in the list.
HOY3
Posts: 129
Joined: 04 Mar 2014, 07:21
Location: Créteil, val de marne, 94000 france

Re: What's DRIM is saying?

Post by HOY3 »

But the text in in the list that is in .ctd file? What's difference between my custom text and default text?
User avatar
Samuel
Posts: 864
Joined: 13 Sep 2013, 05:55

Re: What's DRIM is saying?

Post by Samuel »

The numbers within the codes are coupled with handmade textures, which means that you can't change it by simply changing the code and unfortunately you can't put your own textures in the game yet.
I'm not here.
HOY3
Posts: 129
Joined: 04 Mar 2014, 07:21
Location: Créteil, val de marne, 94000 france

Re: What's DRIM is saying?

Post by HOY3 »

Hmm, I see. Thanks for answer.
Post Reply