-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsuggestion2.cfg
41 lines (36 loc) · 1.18 KB
/
suggestion2.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[checkin]
universalqueuepolicy = 3
coachcheckin = 0
businesscheckin = 0
universalcheckin = 6
coachsecurity = 2
businesssecurity = 1
universalsecurity = 0
#we have 6 checkin desks that prioritize passengers from the business class line always (just like real airports in my experience)
#we cant modify the # of security desks so that remains unchanged
[simulation]
simlength = 7
commutercap = -1
commuterrate = 40
[logging]
logqueue = 1
logplane = 1
logpassenger = 1
printqueue = 0
printplane = 0
printpassenger = 0
[flights]
commuterinterval = 60
commuterseats = 40
provincialinterval = 360
provincialcoachcount = 10
provincialcoachchance = 0.85
provincialbusinesschance = 0.75
provincialbusinesscount = 40
provincialarrivalmean = 75
provincialarrivalvariation = 50
#in addition to the changes for suggestion 1, we also lower the # of coach seats sold
#for provincial flights (since coach security server utilizations were both >99%)
#we aim to bring the security line to the line where it is still possible for a
#coach provincial passenger to make their flight enough to be profitable
#if we set the # seats to 0, there are gaps in the security coach server utilizations (it does back up to ~70 at times)