Compare commits

...

2 commits

Author SHA1 Message Date
Simon Brodtmann
6ff4af947d Add description images 2025-06-10 10:07:27 +02:00
Simon Brodtmann
274150e1ec Change minimap representation for vanilla locomotive 2025-06-10 10:06:45 +02:00
9 changed files with 7 additions and 1 deletions

BIN
minimap-representations.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

BIN
tier1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB

BIN
tier2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 KiB

BIN
tier3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 192 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -8,7 +8,13 @@ table.merge(data.raw["locomotive"]["locomotive"], {
max_power = "1150kW",
max_speed = 1.25,
friction_force = 0.50,
braking_force = 15
braking_force = 15,
minimap_representation = {
filename = "__train-overhaul__/graphics/locomotive-minimap-representation.png"
},
selected_minimap_representation = {
filename = "__train-overhaul__/graphics/locomotive-selected-minimap-representation.png"
}
})
table.merge(data.raw["cargo-wagon"]["black-cargo-wagon"], {