Skip to content

Commit

Permalink
Change: 6/8 standard gauge livestock cars
Browse files Browse the repository at this point in the history
  • Loading branch information
andythenorth committed Feb 11, 2024
1 parent 9421d7a commit 842c9b8
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 6 deletions.
Binary file modified src/graphics/chassis/3_axle_solid_express_24px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/graphics/pony/livestock_car_pony_gen_2B.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/graphics/pony/livestock_car_pony_gen_3B.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/graphics/pony/livestock_car_pony_gen_4B.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 4 additions & 5 deletions src/vehicles/aggregate_hopper_cars.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,17 @@ def main():

consist.add_unit(type=FreightCar, chassis="4_axle_ng_16px")

""" # restore in next version
consist = HopperCarAggregateConsist(
roster_id="pony",
base_numeric_id=13820,
gen=4,
subtype="U",
gen=3,
subtype="B",
base_track_type_name="NG",
sprites_complete=True,
)

consist.add_unit(type=FreightCar, chassis="4_axle_ng_16px")
"""
consist.add_unit(type=FreightCar, chassis="4_axle_ng_24px")

# --------------- pony ----------------------------------------------------------------------

consist = HopperCarAggregateConsist(
Expand Down
31 changes: 30 additions & 1 deletion src/vehicles/livestock_cars.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,16 @@ def main():

consist.add_unit(type=FreightCar, chassis="2_axle_filled_16px")

# no gen 2 needed

consist = LivestockCarConsist(
roster_id="pony",
base_numeric_id=18140,
gen=2,
subtype="B",
sprites_complete=True,
)

consist.add_unit(type=FreightCar, chassis="3_axle_solid_express_24px")

consist = LivestockCarConsist(
roster_id="pony",
Expand All @@ -61,6 +70,16 @@ def main():

consist.add_unit(type=FreightCar, chassis="2_axle_filled_16px")

consist = LivestockCarConsist(
roster_id="pony",
base_numeric_id=18670,
gen=3,
subtype="B",
sprites_complete=True,
)

consist.add_unit(type=FreightCar, chassis="3_axle_solid_express_24px")

consist = LivestockCarConsist(
roster_id="pony",
base_numeric_id=18260,
Expand All @@ -71,6 +90,16 @@ def main():

consist.add_unit(type=FreightCar, chassis="2_axle_filled_16px")

consist = LivestockCarConsist(
roster_id="pony",
base_numeric_id=10550,
gen=4,
subtype="B",
sprites_complete=True,
)

consist.add_unit(type=FreightCar, chassis="2_axle_filled_24px")

consist = LivestockCarConsist(
roster_id="pony",
base_numeric_id=18280,
Expand Down

0 comments on commit 842c9b8

Please sign in to comment.