question

Pages: << < (2/2)

joseto:

Well, it's on the RW/CSV file and it's coded there... It's coded at the departing sound on the route in the station code. For it to play automatically, it depends on the route, and when you arrive...

45Lexington:

Quote from: joseto on December 08, 2010, 05:24:52 PM
--
Well, it's on the RW/CSV file and it's coded there... It's coded at the departing sound on the route in the station code. For it to play automatically, it depends on the route, and when you arrive...

--

Oh thats right

Lance:

The reason why the sound plays several seconds after arriving at a station is because it's coded to play right before the doors close, not when the doors open.

If you want the sound to play immediately as the doors open you need to change the coding to the following.

(From the 2 line)
Original Coding
Code:
--
.sta Newkirk Av;;;0;1;0;0;;20;45;\2\Newkirkl.wav,
--
to
Code:
--
.sta Newkirk Av;;;0;1;0;0;\2\Newkirkl.wav;20;45;;,
--


casmoneyg:

thank you

Pages: << < (2/2)