Making passengers scan passes (1 Viewer)

Apr 12, 2017
55
2
3
Not related to this problem but also I have noticed on some maps e.g. Bristol Airport that every passenger does the thing of scanning their card/ticket on the ticket machine whereas most older maps don't, is there something I can do in one of the map files to enable this function...?

Thanks.
 
Solution
You can edit the ticket pack .otp file to do this.

Code:
[ticketpack]
1 <-- Probability of the person scanning a ticket.
0.0 <-- Probability of the person buying a ticket.
0.3 <-- Probability of a person being chatty. (Hello, thanks, etc)
0.0 <-- Probability of passengers complaining.

You can then add tickets if you so wish but not essential if you have the scanning probability to 1, but I added one in Bristol Airport to avoid any potential conflicts.

Code:
[ticket]
Bus Fare <-- Name of the ticket in National Language (? - German I assume)
Bus Fare <-- Name of the ticket in English.
6 <-- Maximum number of stops for this ticket. So a 3 stop hop would be 3. 0 equals any numer of stops.
14 <-- Minimum age of the person for this ticket.
200 <--...

PTDriver0429

Another StreetDeck decapitated by Diamond...
Feb 19, 2017
744
18
334
West Midlands, UK
Not related to this problem but also I have noticed on some maps e.g. Bristol Airport that every passenger does the thing of scanning their card/ticket on the ticket machine whereas most older maps don't, is there something I can do in one of the map files to enable this function...?

Thanks.

Not sure on that one. Bristol Airport questions are probably for FirstEnviro.
 
  • Like
Reactions: Apedlar12

Advertisement

FirstEnviro

Developer of the Studio Polygon [Redacted]
Studio Polygon
Nov 1, 2016
1,012
14
4,140
United Kingdom
You can edit the ticket pack .otp file to do this.

Code:
[ticketpack]
1 <-- Probability of the person scanning a ticket.
0.0 <-- Probability of the person buying a ticket.
0.3 <-- Probability of a person being chatty. (Hello, thanks, etc)
0.0 <-- Probability of passengers complaining.

You can then add tickets if you so wish but not essential if you have the scanning probability to 1, but I added one in Bristol Airport to avoid any potential conflicts.

Code:
[ticket]
Bus Fare <-- Name of the ticket in National Language (? - German I assume)
Bus Fare <-- Name of the ticket in English.
6 <-- Maximum number of stops for this ticket. So a 3 stop hop would be 3. 0 equals any numer of stops.
14 <-- Minimum age of the person for this ticket.
200 <-- Maximum age of the person for this ticket.
0.00 <-- Price of the ticket.
Bus Fare <-- Name of ticket to display on ticket machine etc.
 
Apr 12, 2017
55
2
3
You can edit the ticket pack .otp file to do this.

Code:
[ticketpack]
1 <-- Probability of the person scanning a ticket.
0.0 <-- Probability of the person buying a ticket.
0.3 <-- Probability of a person being chatty. (Hello, thanks, etc)
0.0 <-- Probability of passengers complaining.

You can then add tickets if you so wish but not essential if you have the scanning probability to 1, but I added one in Bristol Airport to avoid any potential conflicts.

Code:
[ticket]
Bus Fare <-- Name of the ticket in National Language (? - German I assume)
Bus Fare <-- Name of the ticket in English.
6 <-- Maximum number of stops for this ticket. So a 3 stop hop would be 3. 0 equals any numer of stops.
14 <-- Minimum age of the person for this ticket.
200 <-- Maximum age of the person for this ticket.
0.00 <-- Price of the ticket.
Bus Fare <-- Name of ticket to display on ticket machine etc.

Thank you! ????????
 
  • Like
Reactions: FirstEnviro
Solution
This thread is more than 3 years old.

Your message may be considered spam for the following reasons:

Users who are viewing this thread