diff --git a/docs/changelog.txt b/docs/changelog.txt index b45c975..070ea72 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -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 @@ -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 diff --git a/gfx/Ref/Company_Logos.png b/gfx/Ref/Company_Logos.png index ca4cd22..7d16548 100644 Binary files a/gfx/Ref/Company_Logos.png and b/gfx/Ref/Company_Logos.png differ diff --git a/src/append/debugmode_switch.pnml b/src/append/debugmode_switch.pnml index 638544a..cab2b41 100644 --- a/src/append/debugmode_switch.pnml +++ b/src/append/debugmode_switch.pnml @@ -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 diff --git a/src/trains/steam/GWR/GWRGreatBear.pnml b/src/trains/steam/GWR/GWRGreatBear.pnml index 46a28b9..3476e73 100644 --- a/src/trains/steam/GWR/GWRGreatBear.pnml +++ b/src/trains/steam/GWR/GWRGreatBear.pnml @@ -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; diff --git a/src/trains/steam/GWR/GWRHall.pnml b/src/trains/steam/GWR/GWRHall.pnml index 8aa0aad..33b18a8 100644 --- a/src/trains/steam/GWR/GWRHall.pnml +++ b/src/trains/steam/GWR/GWRHall.pnml @@ -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;