Skip to content

Commit

Permalink
Change: turn off Golfinho NG railcar, too many issues for now with sp…
Browse files Browse the repository at this point in the history
…rites compositor etc (variable length articulated units not working as expected)
  • Loading branch information
andythenorth committed Mar 9, 2024
1 parent 525544b commit 5825352
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file modified src/graphics/chassis/railcar_ng_16px.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/golfinho.png
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 @@ -206,7 +206,7 @@
"snapper_single",
"zorro",
"ruby",
"golfinho",
#"golfinho", # turn off, has composition issues (chassis, roof, buy menu sprite don't support the consist unit count or varying vehicle length)
"stratos",
"driving_cab_passenger_ng_pony_gen_4",
"driving_cab_panoramic_passenger_ng_pony_gen_4",
Expand Down
8 changes: 4 additions & 4 deletions src/vehicles/pony/golfinho.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,23 @@ def main(roster_id, **kwargs):
type=DieselRailcarCombineUnitPax,
weight=18,
effect_z_offset=11, # reduce smoke z position to suit NG engine height
chassis="railcar_ng_24px",
tail_light="railcar_24px_1",
chassis="railcar_ng_20px",
tail_light="railcar_24px_1", # !!!!!!!!!!!!!!!!!!!!!!! wrong length
)

consist.add_unit(
type=DieselRailcarCombineUnitMail,
weight=18,
effect_z_offset=11, # reduce smoke z position to suit NG engine height
chassis="railcar_ng_16px",
chassis="railcar_ng_24px",
tail_light="railcar_24px_1", # !!!!!!!!!!!!!!!!!!!!!!! wrong length - also no tail light needed, permanent middle car
)

consist.add_unit(
type=DieselRailcarCombineUnitPax,
weight=18,
effect_z_offset=11, # reduce smoke z position to suit NG engine height
chassis="railcar_ng_24px",
chassis="railcar_ng_20px",
tail_light="railcar_24px_1", # !!!!!!!!!!!!!!!!!!!!!!! wrong length
)

Expand Down

0 comments on commit 5825352

Please sign in to comment.