Private
Public Access
1
0

Add autotrain metrics settings and implement depot train counting

Updated locale
Added Options for autotrain metric
This commit is contained in:
Jan Grießhaber
2026-01-03 20:52:50 +01:00
parent 7dc542e448
commit 9b608fc412
6 changed files with 90 additions and 19 deletions

View File

@@ -91,6 +91,19 @@ data:extend({
setting_type = "runtime-global",
default_value = false,
order = "z"
},
{
type = "string-setting",
name = "factorio-metrics-exporter-autotrain_group_name",
setting_type = "runtime-global",
default_value = "AutoTrain",
order = "za"
},
{
type = "string-setting",
name = "factorio-metrics-exporter-autotrain_depot_name",
setting_type = "runtime-global",
default_value = "[virtual-signal=signal-pink][item=locomotive]",
order = "zb"
}
})