Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified gfx/EMU/class_390.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions lang/english.lng
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ STR_PARAM_STEAM_SELEC_CHOICE_TWO :Normal
STR_PARAM_STEAM_SELEC_CHOICE_THREE :Tea Enjoyer
STR_PARAM_STEAM_SELEC_CHOICE_FOUR :Kettle Enthusiast

STR_WARNING_BRSET :You appear to have both the 'Representative UK Trainset (RUKTS)' and 'British Rail Set (BRSet)' activated. This won't break anything, but it will probably be confusing. Consider disabling one of these sets for an optimal experience

STR_BLUE_SQUARE :{BLUE}Blue Square Coupling Compatibility

Expand Down
2 changes: 2 additions & 0 deletions lang/german.lng
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ STR_PARAM_VEH_SELEC_CHOICE_TWO :Begrenzt
STR_PARAM_VEH_SELEC_CHOICE_THREE :Normal
STR_PARAM_VEH_SELEC_CHOICE_FOUR :Erweitert

STR_WARNING_BRSET :Sie haben sowohl das „Representative UK Trainset (RUKTS)“ als auch das „British Rail Set (BRSet)“ aktiviert. Das wird nichts kaputt machen, aber es wird wahrscheinlich verwirrend sein. Erwägen Sie für ein optimales Erlebnis, eines dieser Sets zu deaktivieren

STR_LIVERY_BRGREEN : British Railways {GOLD}(Grün)
STR_LIVERY_BRGREEN_YELLOW : British Railways {GOLD}(Grün mit Gelben Panel)
STR_LIVERY_BRELECTRIC : British Railways {GOLD}(Elektrisch Blue)
Expand Down
5 changes: 5 additions & 0 deletions src/CODE/header.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,9 @@ basecost{
PR_RUNNING_TRAIN_STEAM : param[4] ;
PR_RUNNING_TRAIN_DIESEL : param[4] ;
PR_RUNNING_TRAIN_ELECTRIC : param[4] ;
}

if(param["brv2", 1] != 0)
{
error(ERROR,string(STR_WARNING_BRSET));
}