Skip to content

Commit

Permalink
CHANGE: Allow more types of stops to be built under piers
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespetts committed Dec 29, 2023
1 parent 170884a commit 187b8d2
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 deletions.
4 changes: 2 additions & 2 deletions stations/brick-platform-narrow.dat
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Dims=1,1,16
#NoInfo=1
Level=1
allow_underground=0
pier_sub_1_mask=0x05
pier_sub_2_mask=0x15
pier_sub_1_mask=0x1F
pier_sub_2_mask=0xFFFFFFFF

capacity=0
maintenance=2500
Expand Down
4 changes: 2 additions & 2 deletions stations/brick-platform.dat
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Dims=1,1,16
#NoInfo=1
Level=1
allow_underground=0
pier_sub_1_mask=0x05
pier_sub_2_mask=0x15
pier_sub_1_mask=0x1F
pier_sub_2_mask=0xFFFFFFFF
maintenance=2700
cost=180000
capacity=0
Expand Down
12 changes: 8 additions & 4 deletions stations/bus-stops.dat
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ allow_underground=0
capacity=12
cost=8500
maintenance=1000
pier_sub_1_mask=0x1F
pier_sub_2_mask=0xFFFFFFFF
BackImage[0][0][0][0][0][0]=basic-bus-stop.0.0
FrontImage[0][0][0][0][0][0]=basic-bus-stop.0.1
BackImage[1][0][0][0][0][0]=basic-bus-stop.0.2
Expand Down Expand Up @@ -115,8 +117,8 @@ Dims=1,1,2
level=2
allow_underground=0
capacity=25
pier_sub_1_mask=0x05
pier_sub_2_mask=0x1F
pier_sub_1_mask=0x1F
pier_sub_2_mask=0xFFFFFFFF
BackImage[0][0][0][0][0][0]=modern-bus-shelter.0.0
FrontImage[0][0][0][0][0][0]=modern-bus-shelter.0.1
BackImage[1][0][0][0][0][0]=modern-bus-shelter.0.2
Expand Down Expand Up @@ -148,12 +150,12 @@ Dims=1,1,2
level=1
allow_underground=0
capacity=200
pier_sub_1_mask=0x1F
pier_sub_2_mask=0xFFFFFFFF
BackImage[0][0][0][0][0][0]=loading-bay.1.0
FrontImage[0][0][0][0][0][0]=-
BackImage[1][0][0][0][0][0]=loading-bay.1.1
FrontImage[1][0][0][0][0][0]=-
pier_sub_1_mask=0x1F
pier_sub_2_mask=0xFFFFFFFF
BackImage[0][0][0][0][0][1]=loading-bay.1.3
FrontImage[0][0][0][0][0][1]=-
BackImage[1][0][0][0][0][1]=loading-bay.1.4
Expand All @@ -179,6 +181,8 @@ Dims=1,1,2
level=1
allow_underground=0
capacity=250
pier_sub_1_mask=0x1F
pier_sub_2_mask=0xFFFFFFFF
BackImage[0][0][0][0][0][0]=loading-bay.0.0
FrontImage[0][0][0][0][0][0]=-
BackImage[1][0][0][0][0][0]=loading-bay.0.1
Expand Down
4 changes: 4 additions & 0 deletions stations/bus-stopwithmail.dat
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Dims=1,1,2
level=3
allow_underground=0
capacity=25
pier_sub_1_mask=0x1F
pier_sub_2_mask=0xFFFFFFFF
BackImage[0][0][0][0][0][0]=old-bus-shelterWMail.2.0
FrontImage[0][0][0][0][0][0]=old-bus-shelterWMail.2.1
BackImage[1][0][0][0][0][0]=old-bus-shelterWMail.2.2
Expand Down Expand Up @@ -50,6 +52,8 @@ Dims=1,1,2
level=3
allow_underground=0
capacity=25
pier_sub_1_mask=0x1F
pier_sub_2_mask=0xFFFFFFFF
BackImage[0][0][0][0][0][0]=old-bus-shelterWMail.0.0
FrontImage[0][0][0][0][0][0]=old-bus-shelterWMail.0.1
BackImage[1][0][0][0][0][0]=old-bus-shelterWMail.0.2
Expand Down
2 changes: 2 additions & 0 deletions stations/concrete-platform-maglev.dat
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Level=1
maintenance=2750
cost=350000
capacity=0
pier_sub_1_mask=0x1F
pier_sub_2_mask=0xFFFFFFFF
BackImage[0][0][0][0][0][0]=concrete-platform.1.0
BackImage[1][0][0][0][0][0]=concrete-platform.0.0
BackImage[2][0][0][0][0][0]=concrete-platform.1.2
Expand Down
2 changes: 2 additions & 0 deletions stations/goods-platform-maglev.dat
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ intro_year=2004
Dims=1,1,2
#NoInfo=1
Level=1
pier_sub_1_mask=0x1F
pier_sub_2_mask=0xFFFFFFFF
BackImage[0][0][0][0][0][0]=maglev-goods-platform.1.0
BackImage[1][0][0][0][0][0]=maglev-goods-platform.0.0
FrontImage[0][0][0][0][0][0]=maglev-goods-platform.1.1
Expand Down

0 comments on commit 187b8d2

Please sign in to comment.