Skip to content

Commit

Permalink
Work on Black 5 and Jubilee liveries, corrected tender template error
Browse files Browse the repository at this point in the history
  • Loading branch information
audigex committed Sep 12, 2024
1 parent a16df65 commit 01bb6a4
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 17 deletions.
Binary file modified gfx/Steam/LMS_Stanier_4000_impgal.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 gfx/Steam/LMS_Stanier_Black_5.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 gfx/Steam/LMS_Stanier_Jubilee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 15 additions & 6 deletions src/trains/_spriteset/Steam_Sprites/LMS_Black5.pnml
Original file line number Diff line number Diff line change
@@ -1,17 +1,26 @@
spriteset(spriteset_LMSBlack5_Purchase, "gfx/Steam/LMS_Stanier_Black_5.png") {
template_purchase_anim(0, 15)
template_purchase_anim(0, 0)
}

spriteset(spriteset_LMSBlack5_LMSBlack, "gfx/Steam/LMS_Stanier_Black_5.png") {
template_train24px(0, 29)
spriteset(spriteset_LMSBlack5_Black, "gfx/Steam/LMS_Stanier_Black_5.png") {
template_train24px(0, 13)
}

spriteset(spriteset_LMSBlack5_LMSBlackNamed, "gfx/Steam/LMS_Stanier_Black_5.png") {
template_train24px(0, 86)
spriteset(spriteset_LMSBlack5_BlackNamed, "gfx/Steam/LMS_Stanier_Black_5.png") {
template_train24px(0, 39)
}

spriteset(spriteset_LMSBlack5_BlackCaprotti, "gfx/Steam/LMS_Stanier_Black_5.png") {
template_train24px(0, 65)
}

switch(FEAT_TRAINS,SELF, sw_LMSBlack5Loco,cargo_subtype){
spriteset_LMSBlack5_LMSBlack;
0: spriteset_LMSBlack5_Black;
1: spriteset_LMSBlack5_BlackNamed;
2: spriteset_LMSBlack5_BlackCaprotti;
3: spriteset_LMSBlack5_Black;
4: spriteset_LMSBlack5_BlackNamed;
5: spriteset_LMSBlack5_BlackCaprotti;
}

switch(FEAT_TRAINS,SELF, sw_LMSBlack5Tender,cargo_subtype){
Expand Down
30 changes: 19 additions & 11 deletions src/trains/_spriteset/Steam_Sprites/LMS_Jubilee.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,32 @@ spriteset(spriteset_LMSJubilee_Purchase, "gfx/Steam/LMS_Stanier_Jubilee.png") {
template_purchase_anim(0, 0)
}

spriteset(spriteset_LMSJubilee_LMSBlack, "gfx/Steam/LMS_Stanier_Jubilee.png") {
template_train24px(0, 29)
spriteset(spriteset_LMSJubilee_Red, "gfx/Steam/LMS_Stanier_Jubilee.png") {
template_train24px(0, 13)
}
spriteset(spriteset_LMSJubilee_LMSBlackNamed, "gfx/Steam/LMS_Stanier_Jubilee.png") {
template_train24px(0, 86)

spriteset(spriteset_LMSJubilee_Black, "gfx/Steam/LMS_Stanier_Jubilee.png") {
template_train24px(0, 39)
}

spriteset(spriteset_LMSJubilee_Green, "gfx/Steam/LMS_Stanier_Jubilee.png") {
template_train24px(0, 66)
}

spriteset(spriteset_LMSJubilee_LMSRed, "gfx/Steam/LMS_Stanier_Jubilee.png") {
template_train24px(0, 60)
spriteset(spriteset_LMSJubilee_Blue, "gfx/Steam/LMS_Stanier_Jubilee.png") {
template_train24px(0, 92)
}


switch(FEAT_TRAINS,SELF, sw_LMSJubileeLoco,cargo_subtype){
0: spriteset_LMSJubilee_LMSRed;
1: spriteset_LMSJubilee_LMSBlack;
2: spriteset_LMSJubilee_LMSRed;
3: spriteset_LMSJubilee_LMSBlack;
4: spriteset_LMSJubilee_LMSBlack;
0: spriteset_LMSJubilee_Red;
1: spriteset_LMSJubilee_Black;
2: spriteset_LMSJubilee_Red;
3: spriteset_LMSJubilee_Red;
4: spriteset_LMSJubilee_Black;
5: spriteset_LMSJubilee_Black;
6: spriteset_LMSJubilee_Green;
7: spriteset_LMSJubilee_Blue;
}

switch(FEAT_TRAINS,SELF, sw_LMSJubileeTender,cargo_subtype){
Expand Down

0 comments on commit 01bb6a4

Please sign in to comment.