Skip to content

Commit

Permalink
Disabled GWR Great Bear and Hall classes
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed Sep 2, 2024
1 parent 07efef8 commit adce64e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
7 changes: 6 additions & 1 deletion docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
- Conflat B (needs coding)
- Class 59 (code liveries and add to lang file)
- LNER Gresley BCK
- BR VGA and VKA vans
- More LNER Black 5 and Jubilee liveries
- GWR Great Bear and Hall class rework

# v2.13
- Added LNER J70
Expand All @@ -20,13 +23,15 @@
- Reworked Southern Region CC Class (OG BR Class 70)
- Added a pile of liveries for Class 66
- Improved Class 89 sprites
- Improved Clas 68/88
- Improved Class 68/88
- Added Harry Needle Orange livery for Class 37
- Fixed some animated pixels on HST rear power car
- Fixed some tram capacities
- Fixed Tram parameter switch
- Fixed Debug Mode and Simple Mode not removing some vehicles
- Fixed Class 88 stats and introduction date
- Fixed Class 08 having steam icon
- Disabled Great Bear and Hall pending rework

# v2.12 (2024-08-08)
- Added LMS Black 5
Expand Down
Binary file modified gfx/Ref/Company_Logos.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: 2 additions & 0 deletions src/append/debugmode_switch.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// Disable some trams that aren't finished

// Disable some trains that aren't finished
disable_item(FEAT_TRAINS, 484); // Great Bear
disable_item(FEAT_TRAINS, 512); // Hall
disable_item(FEAT_TRAINS, 671); // Class 20
disable_item(FEAT_TRAINS, 674); // Stephenson's Planet
disable_item(FEAT_TRAINS, 694); // Class 59/01
Expand Down
2 changes: 1 addition & 1 deletion src/trains/steam/GWR/GWRGreatBear.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ switch(FEAT_TRAINS,SELF,sw_GreatBear_cargo_subtype_text,cargo_subtype){
item (FEAT_TRAINS, item_GreatBear, 484) {
property {
name: string(STR_NAME_GreatBear);
climates_available: ALL_CLIMATES;
climates_available: NO_CLIMATE;
introduction_date: date(1908,2,10);
model_life: 25;
retire_early: 1;
Expand Down
2 changes: 1 addition & 1 deletion src/trains/steam/GWR/GWRHall.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ switch(FEAT_TRAINS,SELF,sw_GWRHall_cargo_subtype_text,cargo_subtype){
item (FEAT_TRAINS, item_GWRHall, 512) {
property {
name: string(STR_NAME_GWRHall);
climates_available: ALL_CLIMATES;
climates_available: NO_CLIMATE;
introduction_date: date(1946,2,10);
model_life: 25;
retire_early: 1;
Expand Down

0 comments on commit adce64e

Please sign in to comment.