-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change: WIP on improved covered hoppers, including food and farm hoppers
- Loading branch information
1 parent
1619e6d
commit d58d9c1
Showing
35 changed files
with
224 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+403 Bytes
(100%)
src/graphics/pony/covered_hopper_car_type_1_pony_gen_2A.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
BIN
+293 Bytes
(100%)
src/graphics/pony/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
BIN
+565 Bytes
(110%)
src/graphics/pony/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.
Binary file modified
BIN
+1.33 KB
(110%)
src/graphics/pony/covered_hopper_car_type_1_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.
Binary file modified
BIN
+2 Bytes
(100%)
src/graphics/pony/covered_hopper_car_type_1_pony_gen_5B.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
BIN
+322 Bytes
(100%)
src/graphics/pony/covered_hopper_car_type_2_pony_gen_2A.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
BIN
+299 Bytes
(100%)
src/graphics/pony/covered_hopper_car_type_2_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
BIN
+220 Bytes
(100%)
src/graphics/pony/covered_hopper_car_type_2_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.
Binary file modified
BIN
+268 Bytes
(100%)
src/graphics/pony/covered_hopper_car_type_2_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.
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
BIN
+2.96 KB
(150%)
src/graphics/pony/farm_product_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.
Binary file modified
BIN
+2.95 KB
(140%)
src/graphics/pony/farm_product_hopper_car_type_1_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.
Binary file modified
BIN
+569 Bytes
(100%)
src/graphics/pony/farm_product_hopper_car_type_1_pony_gen_5B.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
BIN
+700 Bytes
(100%)
src/graphics/pony/farm_product_hopper_car_type_1_pony_gen_5C.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
BIN
+976 Bytes
(110%)
src/graphics/pony/farm_product_hopper_car_type_2_pony_gen_5B.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
BIN
+836 Bytes
(110%)
src/graphics/pony/farm_product_hopper_car_type_2_pony_gen_5C.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.
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.
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.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
from train import CoveredHopperCarConsistType3, FreightCar | ||
|
||
|
||
def main(roster_id, **kwargs): | ||
# --------------- standard gauge --------------------------------------------------------------- | ||
""" | ||
consist = CoveredHopperCarConsistType3( | ||
roster_id=roster_id, | ||
roster_id_providing_module=kwargs["roster_id_providing_module"], | ||
base_numeric_id=24010, | ||
gen=2, | ||
subtype="A", | ||
sprites_complete=False, | ||
) | ||
consist.add_unit(type=FreightCar, chassis="2_axle_gapped_16px") | ||
consist = CoveredHopperCarConsistType3( | ||
roster_id=roster_id, | ||
roster_id_providing_module=kwargs["roster_id_providing_module"], | ||
base_numeric_id=17800, | ||
gen=3, | ||
subtype="A", | ||
sprites_complete=False, | ||
) | ||
consist.add_unit(type=FreightCar, chassis="2_axle_gapped_16px") | ||
""" | ||
consist = CoveredHopperCarConsistType3( | ||
roster_id=roster_id, | ||
roster_id_providing_module=kwargs["roster_id_providing_module"], | ||
base_numeric_id=34860, | ||
gen=4, | ||
subtype="A", | ||
sprites_complete=False, | ||
) | ||
|
||
consist.add_unit(type=FreightCar, chassis="2_axle_gapped_16px") | ||
|
||
consist = CoveredHopperCarConsistType3( | ||
roster_id=roster_id, | ||
roster_id_providing_module=kwargs["roster_id_providing_module"], | ||
base_numeric_id=32880, | ||
gen=4, | ||
subtype="B", | ||
sprites_complete=False, | ||
) | ||
|
||
consist.add_unit(type=FreightCar, chassis="2_axle_gapped_24px") | ||
""" | ||
consist = CoveredHopperCarConsistType3( | ||
roster_id=roster_id, | ||
roster_id_providing_module=kwargs["roster_id_providing_module"], | ||
base_numeric_id=36320, | ||
gen=5, | ||
subtype="B", | ||
sprites_complete=False, | ||
) | ||
consist.add_unit(type=FreightCar, chassis="2_axle_filled_greebled_24px") | ||
consist = CoveredHopperCarConsistType3( | ||
roster_id=roster_id, | ||
roster_id_providing_module=kwargs["roster_id_providing_module"], | ||
base_numeric_id=17840, | ||
gen=5, | ||
subtype="C", | ||
sprites_complete=False, | ||
) | ||
consist.add_unit(type=FreightCar, chassis="4_axle_filled_greebled_32px") | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.