Skip to content

Commit

Permalink
Change: WIP on unfinished lime hoppers
Browse files Browse the repository at this point in the history
  • Loading branch information
andythenorth committed Oct 6, 2024
1 parent 17e1555 commit 73b1f19
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 25 deletions.
Binary file modified src/graphics/pony/lime_covered_hopper_car_type_1_pony_gen_3A.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 modified src/graphics/pony/lime_covered_hopper_car_type_1_pony_gen_4A.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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/graphics/pony/lime_covered_hopper_car_type_2_pony_gen_5A.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 modified src/graphics/pony/lime_covered_hopper_car_type_3_pony_gen_4A.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.
2 changes: 1 addition & 1 deletion src/rosters/pony.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
"lime_covered_hopper_cars_randomised": "pony",
"lime_covered_hopper_cars_type_1": "pony",
"lime_covered_hopper_cars_type_2": "pony",
"lime_covered_hopper_cars_type_3": "pony",
#"lime_covered_hopper_cars_type_3": "pony",
"livestock_cars": "pony",
"log_cars": "pony",
"low_floor_intermodal_cars": "pony",
Expand Down
26 changes: 2 additions & 24 deletions src/vehicles/pony/lime_covered_hopper_cars_type_2_pony.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,14 @@

def main(roster_id, **kwargs):
# --------------- standard gauge ---------------------------------------------------------------
"""
consist = MineralCoveredHopperCarLimeConsistType2(
roster_id=roster_id,
roster_id_providing_module=kwargs["roster_id_providing_module"],
base_numeric_id=25990,
gen=2,
subtype="A",
sprites_complete=False,
)
consist.add_unit(type=FreightCar, chassis="2_axle_gapped_16px")
consist = MineralCoveredHopperCarLimeConsistType2(
roster_id=roster_id,
roster_id_providing_module=kwargs["roster_id_providing_module"],
base_numeric_id=26000,
gen=3,
subtype="A",
sprites_complete=False,
)

consist.add_unit(type=FreightCar, chassis="2_axle_gapped_16px")
"""
consist = MineralCoveredHopperCarLimeConsistType2(
roster_id=roster_id,
roster_id_providing_module=kwargs["roster_id_providing_module"],
base_numeric_id=24900,
gen=4,
subtype="A",
sprites_complete=False,
sprites_complete=True,
)

consist.add_unit(type=FreightCar, chassis="2_axle_gapped_16px")
Expand All @@ -43,7 +21,7 @@ def main(roster_id, **kwargs):
base_numeric_id=24910,
gen=4,
subtype="B",
sprites_complete=False,
sprites_complete=True,
)

consist.add_unit(type=FreightCar, chassis="2_axle_gapped_24px")
Expand Down

0 comments on commit 73b1f19

Please sign in to comment.