Skip to content
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This will also perform the --compile function, and will not start the game if an
- DanMacK (Original art)
- Audigex (Modifications for release)
- Bazek (Modifications)
- The_thomas_fan (additional art)
- SalvaCottontail (additional art)

### Contributing
- Fork the project, make your changes, submit a pull request
Expand Down
Binary file added gfx/Trains/Coaches.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 added gfx/Trains/Edward.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 added gfx/Trains/Elsie.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/Trains/Gordon.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/Trains/Henry.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/Trains/James.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 added gfx/Trains/Pipandemmacoachez.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 removed gfx/Trains/edward.png
Binary file not shown.
32 changes: 18 additions & 14 deletions lang/english.lng
Original file line number Diff line number Diff line change
Expand Up @@ -33,45 +33,49 @@ str_purchase_type_electric :{BLUE}Electric Locomotive

# Vehicle names etc
STR_Thomas_Name :Thomas The Tank Engine (#1)
STR_Thomas_Desc :An 0-6-0 Tank Engine, and a really useful engine
STR_Thomas_Usage :Branch Lines
STR_Thomas_Desc :thomas is a tank engine, who lives at the big station, on the island of Sodor
STR_Thomas_Usage :light freight and Branch Line passenger

STR_Edward_Name :Edward The Blue Engine (#2)
STR_Edward_Desc :A 4-4-0 Locomotive
STR_Edward_Usage :Local Passenger Services
STR_Edward_Desc :Edward is a old, but reliable engine, being the oldest engine on the north western railway
STR_Edward_Usage :Early Express and Local Passenger Services

STR_Henry_Name :Henry The Green Engine (#3)
STR_Henry_Desc :4-6-0 Large Locomotive
STR_Henry_Desc :despite his troubling origins, Henry is a hard worker of the railway, regularly hauling trains to Manchester
STR_Henry_Usage :Long Distance Passenger and Heavy Freight

STR_Gordon_Name :Gordon The Big Engine (#4)
STR_Gordon_Desc :4-6-2 Express Locomotive
STR_Gordon_Desc :gordon is the biggest and proudest of them all, pulling the express up and down the line every day
STR_Gordon_Usage :Express Passenger Services

STR_James_Name :James The Red Engine (#5)
STR_James_Desc :A 2-6-0 Locomotive
STR_James_Desc :James is a medium sized engine, he wears a bright red coat of paint and thinks he is a very splendid engine
STR_James_Usage :Mixed Freight and Passengers

STR_Percy_Name :Percy The Small Engine (#6)
STR_Percy_Desc :A small 0-4-0 Tank Engine
STR_Percy_Desc :percy is the junior member of the team, he was brought on during a strike from the big engines who refused to shunt
STR_Percy_Usage :Shunting and short distance Freight

STR_Toby_Name :Toby The Tram (#7)
STR_Toby_Desc :An 0-6-0 Tram
STR_Toby_USage :Branch Lines, particularly in towns
STR_Toby_Desc :Toby is a old Tram engine,he carries goods from farms to towns, He's quaint and old-fashioned, but careful and wise
STR_Toby_USage :Short but Dense Branch Lines

STR_Duck_Name :Duck The Great Western Engine (#8)
STR_Duck_Desc :A large 0-6-0 tank engine
STR_Duck_Usage :Branch Lines, particularly Freight
STR_Duck_Desc :duck is a great western engine and is proud of it,some say he waddles when he puffs, and is slow to pick up on some cues
STR_Duck_Usage :Branch Lines and Shunting

STR_DonaldDouglas_Name :Donald and Douglas (#9 & #10)
STR_DonaldDouglas_Desc :Light 0-6-0 Locomotives
STR_DonaldDouglas_Desc :Donald and Douglas are scottish twin engines,despite troubling trials and a extra engine, both were kept in the end
STR_DonaldDouglas_Usage :Freight (and snowplowing)

STR_Oliver_Name :Oliver The Great Western Engine (#11)
STR_Oliver_Desc :An 0-6-0 Tank Engine
STR_Oliver_Desc :A refugee from dieselization, Oliver escaped to sodor with toad and Isabelle, despite this, he still has his moments
STR_Oliver_Usage :Branch Lines (Passenger)

STR_Diesel_Name :devious diesel (D)
STR_Diesel_Desc :A Diesel
STR_Diesel_Usage :Short Distance freight

STR_Daisy_Name :Daisy The Diesel Railcar (D1)
STR_Daisy_Desc :A Diesel Railcar (BR 101 Protype)
STR_Daisy_Usage :Short Distance Passenger
Expand Down
2 changes: 1 addition & 1 deletion src/trains/Accuratespecs/Edward.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ item (FEAT_TRAINS, item_Edward, 201) {
cargo_capacity: 1;
weight: 59 ton;
engine_class: ENGINE_CLASS_STEAM;
tractive_effort_coefficient: 0.3;
tractive_effort_coefficient: 0.128;
air_drag_coefficient: 0.1;
length: 5;
effect_spawn_model_and_powered: EFFECT_SPAWN_MODEL_STEAM;
Expand Down
2 changes: 1 addition & 1 deletion src/trains/Accuratespecs/Thomas.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ item (FEAT_TRAINS, item_Thomas, 10011) {
cargo_capacity: 1;
weight: 52 ton;
engine_class: ENGINE_CLASS_STEAM;
tractive_effort_coefficient: 0.3;
tractive_effort_coefficient: 0.182;
air_drag_coefficient: 0.1;
length: 5;
effect_spawn_model_and_powered: EFFECT_SPAWN_MODEL_STEAM;
Expand Down
Loading