Skip to content

Commit a628c00

Browse files
committed
add steam express loco
1 parent d4a6f0f commit a628c00

3 files changed

Lines changed: 41 additions & 2 deletions

File tree

vehicles/Locos.dat

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,39 @@ length=8
6363
waytype=track
6464
engine_type=electric
6565
EmptyImage[s,e,se,sw]=./image/InterCity_Loco.0.<$0>
66-
EmptyImage[n,w,nw,ne]=./image/InterCity_Loco.1.<$0>
66+
EmptyImage[n,w,nw,ne]=./image/InterCity_Loco.1.<$0>
67+
---
68+
obj=vehicle
69+
name=Steam_Express_0
70+
copyright=Flemmbrav
71+
waytype=track
72+
speed=120
73+
intro_year=1940
74+
power=1200
75+
gear=100
76+
cost=56497392
77+
weight=120
78+
RunningCost=600
79+
length=8
80+
engine_type=steam
81+
constraint[next][0]=Steam_Express_1
82+
EmptyImage[s,e,se,sw]=./image/Steam_Express.0.<$0>
83+
EmptyImage[n,w,nw,ne]=./image/Steam_Express.1.<$0>
84+
---
85+
obj=vehicle
86+
name=Steam_Express_1
87+
copyright=Flemmbrav
88+
waytype=track
89+
speed=120
90+
intro_year=1940
91+
power=2840
92+
gear=100
93+
cost=0
94+
weight=60
95+
RunningCost=0
96+
length=4
97+
engine_type=steam
98+
constraint[prev][0]=Steam_Express_0
99+
EmptyImage[s,e,se,sw]=./image/Steam_Express.2.<$0>
100+
EmptyImage[n,w,nw,ne]=./image/Steam_Express.3.<$0>
101+
---

vehicles/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,18 @@
2525

2626
## Locos
2727

28+
with - tender each
2829
- "Steam_Engine": 80kph, 1860
2930
- "Steam_Express": 120kph, 1940
31+
32+
without tenders
3033
- "Electric_Loco": 140kph, 1940
3134
- "Diesel_Loco": 140kph, 1980
3235
- "InterCity_Loco": 200kph, 1980
3336

3437

3538
## DMU
39+
3640
- "Railbus": 80kph, 1950
3741
- "Local_Train": 120kph, 2000
3842

@@ -59,4 +63,4 @@ with front - middle - back each
5963
- "Wood_Ship": 20kph, 1860
6064
- "Ship": 30kph, 1860
6165

62-
## Citycars
66+
## Citycars

vehicles/image/Steam_Express.png

41.4 KB
Loading

0 commit comments

Comments
 (0)