Anzahl der Beiträge : 75 Anmeldedatum : 18.02.11 Alter : 42
Thema: Add a sound for calling bus stop Di 24 Mai - 10:34
Hi. How to script for adding a sound when passengers call bus stop? It's possible?
Marcel Kuhnt Admin
Anzahl der Beiträge : 3364 Anmeldedatum : 26.04.09 Alter : 40 Ort : Berlin-Spandau
Thema: Re: Add a sound for calling bus stop Di 24 Mai - 11:29
It is possible but please wait until the SDK will be released!
Code-121
Anzahl der Beiträge : 75 Anmeldedatum : 18.02.11 Alter : 42
Thema: Re: Add a sound for calling bus stop Di 24 Mai - 21:02
Marcel Kuhnt schrieb:
It is possible but please wait until the SDK will be released!
Ok, but what is it?
rzr09
Anzahl der Beiträge : 273 Anmeldedatum : 08.11.10
Thema: Re: Add a sound for calling bus stop Di 24 Mai - 22:28
Soon i hope really want passenger bell to let me know when some one wants the stop :-)
Amy Rose
Anzahl der Beiträge : 663 Anmeldedatum : 13.01.11 Ort : Toronto, Ontario, Canada
Thema: Re: Add a sound for calling bus stop Di 24 Mai - 23:05
rzr09 schrieb:
Soon i hope really want passenger bell to let me know when some one wants the stop :-)
You could always look at the code of the D92 and try to made do with it and even make a stop request bell
random.monster1981
Anzahl der Beiträge : 238 Anmeldedatum : 06.11.10
Thema: Re: Add a sound for calling bus stop Di 24 Mai - 23:12
Marcel Kuhnt schrieb:
It is possible but please wait until the SDK will be released!
Do you know when this SDK is coming?
I'm eager to start making stuff!
EirikhO
Anzahl der Beiträge : 61 Anmeldedatum : 07.04.11 Alter : 30 Ort : Norway
Thema: Re: Add a sound for calling bus stop Mi 25 Mai - 5:21
I made it work, but the passengers constantly press (as in several times per escond) when you're inside the bus stop. So the bell rang once about 100m before, then stupidly much from about 20m before the stop sign until the last passenger had walked through the door.
Code-121
Anzahl der Beiträge : 75 Anmeldedatum : 18.02.11 Alter : 42
Thema: Re: Add a sound for calling bus stop Mi 25 Mai - 8:58
Sorry, what's SDK?
Zuletzt von Code-121 am Mi 25 Mai - 12:10 bearbeitet; insgesamt 1-mal bearbeitet
Stefan
Anzahl der Beiträge : 296 Anmeldedatum : 16.06.09 Alter : 33 Ort : Numansdorp, die Niederlande
Thema: Re: Add a sound for calling bus stop Mi 25 Mai - 9:19
Software Developing Kit.
Marcel Kuhnt Admin
Anzahl der Beiträge : 3364 Anmeldedatum : 26.04.09 Alter : 40 Ort : Berlin-Spandau
Thema: Re: Add a sound for calling bus stop Mi 25 Mai - 9:42
EirikhO schrieb:
I made it work, but the passengers constantly press (as in several times per escond) when you're inside the bus stop. So the bell rang once about 100m before, then stupidly much from about 20m before the stop sign until the last passenger had walked through the door.
Usually, this sound will be heard just one time, so the best solution would be adding a new variable, than check if it is different to the "stop state" and if it is so and the "stop state" is true, than let the sound sound! After that, set the new var to the same value of the "stop state", so that the comparison can begin in the next iteration!
random.monster1981
Anzahl der Beiträge : 238 Anmeldedatum : 06.11.10
Thema: Re: Add a sound for calling bus stop Mi 25 Mai - 12:14
Stefan schrieb:
Software Developing Kit.
Development.
xDD
EirikhO
Anzahl der Beiträge : 61 Anmeldedatum : 07.04.11 Alter : 30 Ort : Norway
Thema: Re: Add a sound for calling bus stop Mi 25 Mai - 12:52
Marcel Kuhnt schrieb:
EirikhO schrieb:
I made it work, but the passengers constantly press (as in several times per escond) when you're inside the bus stop. So the bell rang once about 100m before, then stupidly much from about 20m before the stop sign until the last passenger had walked through the door.
Usually, this sound will be heard just one time, so the best solution would be adding a new variable, than check if it is different to the "stop state" and if it is so and the "stop state" is true, than let the sound sound! After that, set the new var to the same value of the "stop state", so that the comparison can begin in the next iteration!
That's what I've been trying to work out for atleast a week now!
krtz07
Anzahl der Beiträge : 413 Anmeldedatum : 10.09.09 Alter : 39 Ort : Philadelphia PA
Thema: Re: Add a sound for calling bus stop Mi 25 Mai - 13:36
On an related, yet someone different topic, I wonder if different fare systems besides having an ticket based system could be implements. Such as everyone who gets on board can pay either cash or slide their pass through the machine.
random.monster1981
Anzahl der Beiträge : 238 Anmeldedatum : 06.11.10
Thema: Re: Add a sound for calling bus stop Mi 25 Mai - 13:43
krtz07 schrieb:
On an related, yet someone different topic, I wonder if different fare systems besides having an ticket based system could be implements. Such as everyone who gets on board can pay either cash or slide their pass through the machine.
It most likely could be implemented BUT I don't think the passengers have been animated to do that, So it may look a bit strange
Rikatty
Anzahl der Beiträge : 12 Anmeldedatum : 29.05.11
Thema: Re: Add a sound for calling bus stop So 29 Mai - 9:00
Hi, I'm new here. I'm also eager to make this dream comes true. I have been searching related script file, but it has never been found. Does anyone know which script flie and section do I have to edit ?
Rikatty
Anzahl der Beiträge : 12 Anmeldedatum : 29.05.11
Thema: Re: Add a sound for calling bus stop Mi 1 Jun - 9:46
I've found something. It's not still perfect, but when I press the key Stop request button, it worked. However, when AI press the button, it didn't work.