Home » Archimedes archive » Acorn User » AU 1998-02 A.adf » RailPro » !RailPro/Docs/Finance
!RailPro/Docs/Finance
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Acorn User » AU 1998-02 A.adf » RailPro |
Filename: | !RailPro/Docs/Finance |
Read OK: | ✔ |
File size: | 0CAB bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
The financial calculations in !RailPro. ======================================= When you've paused the game, you can press 'M' to get Management-information about how you are doing financially with the running of trains. In this file you'll get an overview of how revenues and losses are calculated. When you finish the game and the 'Scores'-file is present, you may appear in the Bonus-list, when your 5% bonus of the total revenue is high enough. Revenues: ~~~~~~~~~ Type: Amount: Calculated in: ----------------------------------------------------------------------- Arrival at station: IC 200 Trains IC LP 100 Trains LP depot: GD 200 Trains GD LP stop at suburban platform (5 per randomized passenger (max.40)) var Trains LP IC/LP stop at station (not destiny) (4 per randomized passenger (max.50)) var Trains IC/LP LP loading at temporary platform (15 per passenger (max.25)) var Trains LP Extra train loading excursion-party (15 per passenger (max.100)) var Trains Extra Arrivals early on time (2 per second) var Trains IC/LP/GD Leaving at area-exit: IC 200 Trains IC LP 200 Trains LP GD 300 Trains GD Track maintenance crew at work 150 Bonus Losses: ~~~~~~~ Type: Amount: Calculated in: ----------------------------------------------------------------------- Manual redirecting a train 30 Others (Extra/empty trains are free of charge when manually redirected) Sending a train through wrong exit 300 Others Derailment 2000 Derailments Crashes 5000 Others Braking at red signal (full speed) 200 Emergency Brakes Delay at station (red signal at departing) 50 Delays Delays at red signal (# 3 p.second delay>10) var Delays Excursion party left at platform (# 15 per left passenger) var Extra Events Cost of empty train (# 1 p.second) var Empty trains (If an empty train picks up from an excursion- party, the cost per second until then is halved.) Revenue = revenues-losses. Your bonus is 5% of the revenue. Clicking <select> on a train gives information about the train, but also about its revenue up to that moment (although some things are recalculated when exiting the area). Trains with '00---' won't cost extra money when meeting orange or red signals or being manually redirected. The number of passengers, generated for an excursion-party, depends on and if empty trains are in the area at that time. If there isn't one, no passengers will be generated. Otherwise (RND 100 * empty trains) are generated. Maximal four empty trains can exist at the same time.
00000000 0a 54 68 65 20 66 69 6e 61 6e 63 69 61 6c 20 63 |.The financial c| 00000010 61 6c 63 75 6c 61 74 69 6f 6e 73 20 69 6e 20 21 |alculations in !| 00000020 52 61 69 6c 50 72 6f 2e 0a 3d 3d 3d 3d 3d 3d 3d |RailPro..=======| 00000030 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d |================| * 00000050 0a 57 68 65 6e 20 79 6f 75 27 76 65 20 70 61 75 |.When you've pau| 00000060 73 65 64 20 74 68 65 20 67 61 6d 65 2c 20 79 6f |sed the game, yo| 00000070 75 20 63 61 6e 20 70 72 65 73 73 20 27 4d 27 20 |u can press 'M' | 00000080 74 6f 20 67 65 74 20 4d 61 6e 61 67 65 6d 65 6e |to get Managemen| 00000090 74 2d 69 6e 66 6f 72 6d 61 74 69 6f 6e 0a 61 62 |t-information.ab| 000000a0 6f 75 74 20 68 6f 77 20 79 6f 75 20 61 72 65 20 |out how you are | 000000b0 64 6f 69 6e 67 20 66 69 6e 61 6e 63 69 61 6c 6c |doing financiall| 000000c0 79 20 77 69 74 68 20 74 68 65 20 72 75 6e 6e 69 |y with the runni| 000000d0 6e 67 20 6f 66 20 74 72 61 69 6e 73 2e 0a 49 6e |ng of trains..In| 000000e0 20 74 68 69 73 20 66 69 6c 65 20 79 6f 75 27 6c | this file you'l| 000000f0 6c 20 67 65 74 20 61 6e 20 6f 76 65 72 76 69 65 |l get an overvie| 00000100 77 20 6f 66 20 68 6f 77 20 72 65 76 65 6e 75 65 |w of how revenue| 00000110 73 20 61 6e 64 20 6c 6f 73 73 65 73 20 61 72 65 |s and losses are| 00000120 20 63 61 6c 63 75 6c 61 74 65 64 2e 0a 57 68 65 | calculated..Whe| 00000130 6e 20 79 6f 75 20 66 69 6e 69 73 68 20 74 68 65 |n you finish the| 00000140 20 67 61 6d 65 20 61 6e 64 20 74 68 65 20 27 53 | game and the 'S| 00000150 63 6f 72 65 73 27 2d 66 69 6c 65 20 69 73 20 70 |cores'-file is p| 00000160 72 65 73 65 6e 74 2c 20 79 6f 75 20 6d 61 79 20 |resent, you may | 00000170 61 70 70 65 61 72 20 69 6e 0a 74 68 65 20 42 6f |appear in.the Bo| 00000180 6e 75 73 2d 6c 69 73 74 2c 20 77 68 65 6e 20 79 |nus-list, when y| 00000190 6f 75 72 20 35 25 20 62 6f 6e 75 73 20 6f 66 20 |our 5% bonus of | 000001a0 74 68 65 20 74 6f 74 61 6c 20 72 65 76 65 6e 75 |the total revenu| 000001b0 65 20 69 73 20 68 69 67 68 20 65 6e 6f 75 67 68 |e is high enough| 000001c0 2e 0a 0a 52 65 76 65 6e 75 65 73 3a 0a 7e 7e 7e |...Revenues:.~~~| 000001d0 7e 7e 7e 7e 7e 7e 0a 54 79 70 65 3a 20 20 20 20 |~~~~~~.Type: | 000001e0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000200 20 20 20 20 20 20 20 20 41 6d 6f 75 6e 74 3a 20 | Amount: | 00000210 20 20 20 43 61 6c 63 75 6c 61 74 65 64 20 69 6e | Calculated in| 00000220 3a 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |:.--------------| 00000230 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 00000260 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 41 72 72 69 76 61 |---------.Arriva| 00000270 6c 20 61 74 20 73 74 61 74 69 6f 6e 3a 20 49 43 |l at station: IC| 00000280 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000290 20 20 20 20 20 20 20 20 20 20 20 20 20 32 30 30 | 200| 000002a0 20 20 20 20 20 20 20 54 72 61 69 6e 73 20 49 43 | Trains IC| 000002b0 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |. | 000002c0 20 20 20 20 20 4c 50 20 20 20 20 20 20 20 20 20 | LP | 000002d0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000002e0 20 20 20 20 31 30 30 20 20 20 20 20 20 20 54 72 | 100 Tr| 000002f0 61 69 6e 73 20 4c 50 0a 20 20 20 20 20 20 20 20 |ains LP. | 00000300 20 20 20 20 20 64 65 70 6f 74 3a 20 47 44 20 20 | depot: GD | 00000310 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000320 20 20 20 20 20 20 20 20 20 20 20 32 30 30 20 20 | 200 | 00000330 20 20 20 20 20 54 72 61 69 6e 73 20 47 44 0a 4c | Trains GD.L| 00000340 50 20 73 74 6f 70 20 61 74 20 73 75 62 75 72 62 |P stop at suburb| 00000350 61 6e 20 70 6c 61 74 66 6f 72 6d 0a 20 20 20 20 |an platform. | 00000360 20 28 35 20 70 65 72 20 72 61 6e 64 6f 6d 69 7a | (5 per randomiz| 00000370 65 64 20 70 61 73 73 65 6e 67 65 72 20 28 6d 61 |ed passenger (ma| 00000380 78 2e 34 30 29 29 20 20 20 20 20 20 20 20 20 76 |x.40)) v| 00000390 61 72 20 20 20 20 20 20 20 54 72 61 69 6e 73 20 |ar Trains | 000003a0 4c 50 0a 49 43 2f 4c 50 20 73 74 6f 70 20 61 74 |LP.IC/LP stop at| 000003b0 20 73 74 61 74 69 6f 6e 20 28 6e 6f 74 20 64 65 | station (not de| 000003c0 73 74 69 6e 79 29 0a 20 20 20 20 20 28 34 20 70 |stiny). (4 p| 000003d0 65 72 20 72 61 6e 64 6f 6d 69 7a 65 64 20 70 61 |er randomized pa| 000003e0 73 73 65 6e 67 65 72 20 28 6d 61 78 2e 35 30 29 |ssenger (max.50)| 000003f0 29 20 20 20 20 20 20 20 20 20 76 61 72 20 20 20 |) var | 00000400 20 20 20 20 54 72 61 69 6e 73 20 49 43 2f 4c 50 | Trains IC/LP| 00000410 0a 4c 50 20 6c 6f 61 64 69 6e 67 20 61 74 20 74 |.LP loading at t| 00000420 65 6d 70 6f 72 61 72 79 20 70 6c 61 74 66 6f 72 |emporary platfor| 00000430 6d 0a 20 20 20 20 20 28 31 35 20 70 65 72 20 70 |m. (15 per p| 00000440 61 73 73 65 6e 67 65 72 20 28 6d 61 78 2e 32 35 |assenger (max.25| 00000450 29 29 20 20 20 20 20 20 20 20 20 20 20 20 20 20 |)) | 00000460 20 20 20 20 20 76 61 72 20 20 20 20 20 20 20 54 | var T| 00000470 72 61 69 6e 73 20 4c 50 0a 45 78 74 72 61 20 74 |rains LP.Extra t| 00000480 72 61 69 6e 20 6c 6f 61 64 69 6e 67 20 65 78 63 |rain loading exc| 00000490 75 72 73 69 6f 6e 2d 70 61 72 74 79 0a 20 20 20 |ursion-party. | 000004a0 20 20 28 31 35 20 70 65 72 20 70 61 73 73 65 6e | (15 per passen| 000004b0 67 65 72 20 28 6d 61 78 2e 31 30 30 29 29 20 20 |ger (max.100)) | 000004c0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000004d0 76 61 72 20 20 20 20 20 20 20 54 72 61 69 6e 73 |var Trains| 000004e0 20 45 78 74 72 61 0a 41 72 72 69 76 61 6c 73 20 | Extra.Arrivals | 000004f0 65 61 72 6c 79 20 6f 6e 20 74 69 6d 65 20 28 32 |early on time (2| 00000500 20 70 65 72 20 73 65 63 6f 6e 64 29 20 20 20 20 | per second) | 00000510 20 20 20 20 20 20 20 20 20 20 76 61 72 20 20 20 | var | 00000520 20 20 20 20 54 72 61 69 6e 73 20 49 43 2f 4c 50 | Trains IC/LP| 00000530 2f 47 44 0a 0a 4c 65 61 76 69 6e 67 20 61 74 20 |/GD..Leaving at | 00000540 61 72 65 61 2d 65 78 69 74 3a 20 49 43 20 20 20 |area-exit: IC | 00000550 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000560 20 20 20 20 20 20 20 20 32 30 30 20 20 20 20 20 | 200 | 00000570 20 20 54 72 61 69 6e 73 20 49 43 0a 20 20 20 20 | Trains IC. | 00000580 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000590 20 20 4c 50 20 20 20 20 20 20 20 20 20 20 20 20 | LP | 000005a0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 32 | 2| 000005b0 30 30 20 20 20 20 20 20 20 54 72 61 69 6e 73 20 |00 Trains | 000005c0 4c 50 0a 20 20 20 20 20 20 20 20 20 20 20 20 20 |LP. | 000005d0 20 20 20 20 20 20 20 20 20 47 44 20 20 20 20 20 | GD | 000005e0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000005f0 20 20 20 20 20 20 33 30 30 20 20 20 20 20 20 20 | 300 | 00000600 54 72 61 69 6e 73 20 47 44 0a 0a 54 72 61 63 6b |Trains GD..Track| 00000610 20 6d 61 69 6e 74 65 6e 61 6e 63 65 20 63 72 65 | maintenance cre| 00000620 77 20 61 74 20 77 6f 72 6b 20 20 20 20 20 20 20 |w at work | 00000630 20 20 20 20 20 20 20 20 20 20 20 20 20 20 31 35 | 15| 00000640 30 20 20 20 20 20 20 20 42 6f 6e 75 73 0a 0a 0a |0 Bonus...| 00000650 0a 4c 6f 73 73 65 73 3a 0a 7e 7e 7e 7e 7e 7e 7e |.Losses:.~~~~~~~| 00000660 0a 54 79 70 65 3a 20 20 20 20 20 20 20 20 20 20 |.Type: | 00000670 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000690 20 20 41 6d 6f 75 6e 74 3a 20 20 20 20 43 61 6c | Amount: Cal| 000006a0 63 75 6c 61 74 65 64 20 69 6e 3a 0a 2d 2d 2d 2d |culated in:.----| 000006b0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| * 000006f0 2d 2d 2d 0a 4d 61 6e 75 61 6c 20 72 65 64 69 72 |---.Manual redir| 00000700 65 63 74 69 6e 67 20 61 20 74 72 61 69 6e 20 20 |ecting a train | 00000710 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000720 20 20 20 20 20 20 20 20 33 30 20 20 20 20 20 20 | 30 | 00000730 20 4f 74 68 65 72 73 0a 20 28 45 78 74 72 61 2f | Others. (Extra/| 00000740 65 6d 70 74 79 20 74 72 61 69 6e 73 20 61 72 65 |empty trains are| 00000750 20 66 72 65 65 20 6f 66 20 63 68 61 72 67 65 20 | free of charge | 00000760 77 68 65 6e 0a 20 20 6d 61 6e 75 61 6c 6c 79 20 |when. manually | 00000770 72 65 64 69 72 65 63 74 65 64 29 0a 53 65 6e 64 |redirected).Send| 00000780 69 6e 67 20 61 20 74 72 61 69 6e 20 74 68 72 6f |ing a train thro| 00000790 75 67 68 20 77 72 6f 6e 67 20 65 78 69 74 20 20 |ugh wrong exit | 000007a0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 33 | 3| 000007b0 30 30 20 20 20 20 20 20 20 4f 74 68 65 72 73 0a |00 Others.| 000007c0 44 65 72 61 69 6c 6d 65 6e 74 20 20 20 20 20 20 |Derailment | 000007d0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 000007f0 20 20 32 30 30 30 20 20 20 20 20 20 20 44 65 72 | 2000 Der| 00000800 61 69 6c 6d 65 6e 74 73 0a 43 72 61 73 68 65 73 |ailments.Crashes| 00000810 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | * 00000830 20 20 20 20 20 20 20 20 20 20 20 35 30 30 30 20 | 5000 | 00000840 20 20 20 20 20 20 4f 74 68 65 72 73 0a 42 72 61 | Others.Bra| 00000850 6b 69 6e 67 20 61 74 20 72 65 64 20 73 69 67 6e |king at red sign| 00000860 61 6c 20 28 66 75 6c 6c 20 73 70 65 65 64 29 20 |al (full speed) | 00000870 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000880 32 30 30 20 20 20 20 20 20 20 45 6d 65 72 67 65 |200 Emerge| 00000890 6e 63 79 20 42 72 61 6b 65 73 0a 44 65 6c 61 79 |ncy Brakes.Delay| 000008a0 20 61 74 20 73 74 61 74 69 6f 6e 20 28 72 65 64 | at station (red| 000008b0 20 73 69 67 6e 61 6c 20 61 74 20 64 65 70 61 72 | signal at depar| 000008c0 74 69 6e 67 29 20 20 20 20 20 20 20 20 20 20 35 |ting) 5| 000008d0 30 20 20 20 20 20 20 20 44 65 6c 61 79 73 0a 44 |0 Delays.D| 000008e0 65 6c 61 79 73 20 61 74 20 72 65 64 20 73 69 67 |elays at red sig| 000008f0 6e 61 6c 20 28 23 20 33 20 70 2e 73 65 63 6f 6e |nal (# 3 p.secon| 00000900 64 20 64 65 6c 61 79 3e 31 30 29 20 20 20 20 20 |d delay>10) | 00000910 20 20 76 61 72 20 20 20 20 20 20 20 44 65 6c 61 | var Dela| 00000920 79 73 0a 45 78 63 75 72 73 69 6f 6e 20 70 61 72 |ys.Excursion par| 00000930 74 79 20 6c 65 66 74 20 61 74 20 70 6c 61 74 66 |ty left at platf| 00000940 6f 72 6d 0a 20 28 23 20 31 35 20 70 65 72 20 6c |orm. (# 15 per l| 00000950 65 66 74 20 70 61 73 73 65 6e 67 65 72 29 20 20 |eft passenger) | 00000960 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000970 20 20 20 20 20 20 20 76 61 72 20 20 20 20 20 20 | var | 00000980 20 45 78 74 72 61 20 45 76 65 6e 74 73 0a 43 6f | Extra Events.Co| 00000990 73 74 20 6f 66 20 65 6d 70 74 79 20 74 72 61 69 |st of empty trai| 000009a0 6e 20 28 23 20 31 20 70 2e 73 65 63 6f 6e 64 29 |n (# 1 p.second)| 000009b0 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 000009c0 20 76 61 72 20 20 20 20 20 20 20 45 6d 70 74 79 | var Empty| 000009d0 20 74 72 61 69 6e 73 0a 20 28 49 66 20 61 6e 20 | trains. (If an | 000009e0 65 6d 70 74 79 20 74 72 61 69 6e 20 70 69 63 6b |empty train pick| 000009f0 73 20 75 70 20 66 72 6f 6d 20 61 6e 20 65 78 63 |s up from an exc| 00000a00 75 72 73 69 6f 6e 2d 0a 20 20 70 61 72 74 79 2c |ursion-. party,| 00000a10 20 74 68 65 20 63 6f 73 74 20 70 65 72 20 73 65 | the cost per se| 00000a20 63 6f 6e 64 20 75 6e 74 69 6c 20 74 68 65 6e 20 |cond until then | 00000a30 69 73 20 68 61 6c 76 65 64 2e 29 0a 0a 52 65 76 |is halved.)..Rev| 00000a40 65 6e 75 65 20 3d 20 72 65 76 65 6e 75 65 73 2d |enue = revenues-| 00000a50 6c 6f 73 73 65 73 2e 0a 59 6f 75 72 20 62 6f 6e |losses..Your bon| 00000a60 75 73 20 69 73 20 35 25 20 6f 66 20 74 68 65 20 |us is 5% of the | 00000a70 72 65 76 65 6e 75 65 2e 0a 0a 43 6c 69 63 6b 69 |revenue...Clicki| 00000a80 6e 67 20 3c 73 65 6c 65 63 74 3e 20 6f 6e 20 61 |ng <select> on a| 00000a90 20 74 72 61 69 6e 20 67 69 76 65 73 20 69 6e 66 | train gives inf| 00000aa0 6f 72 6d 61 74 69 6f 6e 20 61 62 6f 75 74 20 74 |ormation about t| 00000ab0 68 65 20 74 72 61 69 6e 2c 20 62 75 74 20 61 6c |he train, but al| 00000ac0 73 6f 0a 61 62 6f 75 74 20 69 74 73 20 72 65 76 |so.about its rev| 00000ad0 65 6e 75 65 20 75 70 20 74 6f 20 74 68 61 74 20 |enue up to that | 00000ae0 6d 6f 6d 65 6e 74 20 28 61 6c 74 68 6f 75 67 68 |moment (although| 00000af0 20 73 6f 6d 65 20 74 68 69 6e 67 73 20 61 72 65 | some things are| 00000b00 20 72 65 63 61 6c 63 75 6c 61 74 65 64 0a 77 68 | recalculated.wh| 00000b10 65 6e 20 65 78 69 74 69 6e 67 20 74 68 65 20 61 |en exiting the a| 00000b20 72 65 61 29 2e 0a 0a 54 72 61 69 6e 73 20 77 69 |rea)...Trains wi| 00000b30 74 68 20 27 30 30 2d 2d 2d 27 20 77 6f 6e 27 74 |th '00---' won't| 00000b40 20 63 6f 73 74 20 65 78 74 72 61 20 6d 6f 6e 65 | cost extra mone| 00000b50 79 20 77 68 65 6e 20 6d 65 65 74 69 6e 67 20 6f |y when meeting o| 00000b60 72 61 6e 67 65 0a 6f 72 20 72 65 64 20 73 69 67 |range.or red sig| 00000b70 6e 61 6c 73 20 6f 72 20 62 65 69 6e 67 20 6d 61 |nals or being ma| 00000b80 6e 75 61 6c 6c 79 20 72 65 64 69 72 65 63 74 65 |nually redirecte| 00000b90 64 2e 0a 0a 54 68 65 20 6e 75 6d 62 65 72 20 6f |d...The number o| 00000ba0 66 20 70 61 73 73 65 6e 67 65 72 73 2c 20 67 65 |f passengers, ge| 00000bb0 6e 65 72 61 74 65 64 20 66 6f 72 20 61 6e 20 65 |nerated for an e| 00000bc0 78 63 75 72 73 69 6f 6e 2d 70 61 72 74 79 2c 20 |xcursion-party, | 00000bd0 64 65 70 65 6e 64 73 20 6f 6e 20 61 6e 64 0a 69 |depends on and.i| 00000be0 66 20 65 6d 70 74 79 20 74 72 61 69 6e 73 20 61 |f empty trains a| 00000bf0 72 65 20 69 6e 20 74 68 65 20 61 72 65 61 20 61 |re in the area a| 00000c00 74 20 74 68 61 74 20 74 69 6d 65 2e 0a 49 66 20 |t that time..If | 00000c10 74 68 65 72 65 20 69 73 6e 27 74 20 6f 6e 65 2c |there isn't one,| 00000c20 20 6e 6f 20 70 61 73 73 65 6e 67 65 72 73 20 77 | no passengers w| 00000c30 69 6c 6c 20 62 65 20 67 65 6e 65 72 61 74 65 64 |ill be generated| 00000c40 2e 0a 4f 74 68 65 72 77 69 73 65 20 28 52 4e 44 |..Otherwise (RND| 00000c50 20 31 30 30 20 2a 20 65 6d 70 74 79 20 74 72 61 | 100 * empty tra| 00000c60 69 6e 73 29 20 61 72 65 20 67 65 6e 65 72 61 74 |ins) are generat| 00000c70 65 64 2e 0a 4d 61 78 69 6d 61 6c 20 66 6f 75 72 |ed..Maximal four| 00000c80 20 65 6d 70 74 79 20 74 72 61 69 6e 73 20 63 61 | empty trains ca| 00000c90 6e 20 65 78 69 73 74 20 61 74 20 74 68 65 20 73 |n exist at the s| 00000ca0 61 6d 65 20 74 69 6d 65 2e 0a 0a |ame time...| 00000cab