Skip to content

Commit

Permalink
Applied tilt modifier to APT-E
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed Aug 7, 2024
1 parent b9a4874 commit fad4796
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
- Improved Standard 9F
- Added Orange Freightliner livery for Class 66, Class 90
- Started using variant groups to organise purchase list
- Fixed tilting train speeds in curves (221, 390, 370/APT-P, APT-E)
- Fixed some introduction and model lifespans (set is now fully freight playable from ~1850 onwards)
- Fixed 730/0 and /2 having swapped livery options
- Fixed some horizontal view lengths
Expand Down
3 changes: 3 additions & 0 deletions src/trains/diesel_mu/APTE.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ item (FEAT_TRAINS, item_APTE, 568) {
extra_weight_per_wagon: 0;
bitmask_vehicle_info: 0;
cargo_age_period: 185;
curve_speed_mod: 0.35;
}
graphics {
additional_text: return(string(str_purchase_loco_with_liveries,string(str_purchase_type_gtu),string(str_APTE_usage),string(str_APTE_eos),string(str_APTE_liveries)));
Expand Down Expand Up @@ -122,6 +123,7 @@ item (FEAT_TRAINS, APTEb, 569) {
extra_weight_per_wagon: 0;
bitmask_vehicle_info: 0;
cargo_age_period: 185;
curve_speed_mod: 0.35;
}
graphics {
can_attach_wagon: CB_RESULT_ATTACH_ALLOW;
Expand Down Expand Up @@ -167,6 +169,7 @@ item (FEAT_TRAINS, APTEc, 570) {
extra_weight_per_wagon: 0;
bitmask_vehicle_info: 0;
cargo_age_period: 250;
curve_speed_mod: 0.35;
}
graphics {
can_attach_wagon: CB_RESULT_ATTACH_ALLOW;
Expand Down

0 comments on commit fad4796

Please sign in to comment.