53 lines
2.1 KiB
INI
53 lines
2.1 KiB
INI
[licensing]
|
|
key1=U1toTgrRaW7Nc04lJSj16J%2beBiC8OlYUGYrQ3cuR2foKqjPjUb7rww%3d%3d
|
|
|
|
[settings]
|
|
;if you want each type to spawn then = true (NOTE: this can and will be overridden by setting allowDriving=true below)
|
|
spawnMetro=true
|
|
spawnFreight=true
|
|
;spawnPassenger=false ; this is not implemented yet
|
|
;how often the trains will spawn in minutes
|
|
metroFrequency=40
|
|
freightFrequency=40
|
|
;allow spawning and driving of trains (disables auto spawn if used, so there aren't collisions/conflicts')
|
|
allowDriving=true
|
|
;set to whatever you want a ticket to cost
|
|
ticketPrice=25
|
|
passengerTicketPrice=75
|
|
;set to false to not have the metro stations on the map
|
|
showTrainBlips=true
|
|
;set to false to just "pretend" to charge money - if set to true, use the server.lua to setup your money framework
|
|
useMoney=true
|
|
;for derailments and fires from sparks 0 = none and 100 means always
|
|
riskChance=20
|
|
;set to true to allow a chance of derailing if going too fast
|
|
autoDerail=true
|
|
|
|
;the script tries to auto determine what index your trains are
|
|
;it is rare that these need to be used so just leave them
|
|
metroTrainIndex=15
|
|
freightTrainIndexes=2,14
|
|
passengerTrainIndexes=0,1
|
|
;do not change this unless asked to do so by Big Daddy support
|
|
disableAutoIndexing=false
|
|
|
|
;don't change this line or it'll break your trains
|
|
customTrains=true
|
|
;set this to false to use km/h
|
|
MPH=true
|
|
|
|
[locales]
|
|
hasTicket=You have a ticket and may enter the metro
|
|
currentStation=Current Station
|
|
nextStation=The next station is
|
|
noPassenger=No passenger trains available in the standard version of this script
|
|
invalidTrain=Invalid train type
|
|
;DO NOT change the ~INPUT_CONTEXT~ because you'll break ticket purchases
|
|
toBuyTicket=Press ~INPUT_CONTEXT~ to to buy a metro ticket
|
|
alreadyHaveTicket=You already have a ticket to ride, go get on a train
|
|
alreadyHaveTicket2=You already have a valid Metro Ticket, please go to one of the stations and board the Metro
|
|
information=Information
|
|
thankYouRide=Thank you for riding with LSTI today
|
|
invalidateOnExit=Your one time use ticket is now void after this ride
|
|
noTicket=You do not have a ticket to ride the metro. Please exit and purchase a ticket
|
|
trainSpeed=Train Speed |