diff options
author | autocommitter <autocommitter@linux-forks.de> | 2025-09-08 00:00:02 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2025-09-08 00:00:02 +0200 |
commit | 861f6e059fbd8518cef1beb4db719a10a824bc05 (patch) | |
tree | 0e1eb95bac861ea7a2121a2e6397494172c19ded /il_timetable | |
parent | 4d10055fd466efa28fbbc95dd259b1f3a57bb453 (diff) | |
download | luaatc_envs-master.tar.gz luaatc_envs-master.tar.bz2 luaatc_envs-master.zip |
Diffstat (limited to 'il_timetable')
-rw-r--r-- | il_timetable/init_code.lua | 2 | ||||
-rw-r--r-- | il_timetable/nodes/(1734,26,2929).lua | 4 | ||||
-rw-r--r-- | il_timetable/nodes/(4565,11,6814).lua | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/il_timetable/init_code.lua b/il_timetable/init_code.lua index 9a1df77..5b6f9c5 100644 --- a/il_timetable/init_code.lua +++ b/il_timetable/init_code.lua @@ -229,7 +229,7 @@ F.ttp={ E16_E = { outside_text = "[E16] Cat-o-Land (By The Way)\nC&C Rail", inside_line_desc = "E16 to Cat-o-Land (By The Way)", - stn_display = "E16 Cat-o-Land ", + stn_display = "E16 By The Way ", }, E16_W = { outside_text = "[E16] Personhood\nC&C Rail", diff --git a/il_timetable/nodes/(1734,26,2929).lua b/il_timetable/nodes/(1734,26,2929).lua index 4734730..0fe54cc 100644 --- a/il_timetable/nodes/(1734,26,2929).lua +++ b/il_timetable/nodes/(1734,26,2929).lua @@ -9,6 +9,6 @@ F.ttp_begin({ only_lines = { E16 = true }, force_tt_reset = false, }) -if event.train then +--[[if event.train then set_rc("FREIGHT") -end
\ No newline at end of file +end]]--
\ No newline at end of file diff --git a/il_timetable/nodes/(4565,11,6814).lua b/il_timetable/nodes/(4565,11,6814).lua index 8c6dbbf..77a3f2b 100644 --- a/il_timetable/nodes/(4565,11,6814).lua +++ b/il_timetable/nodes/(4565,11,6814).lua @@ -3,7 +3,7 @@ F.ttp_begin({ stn = "By The Way", -- station name tt = "E16_W", -- timetable ID depint = "05;00", --departure slot interval - depoff = "03;30", --departure slot offset + depoff = "04;00", --departure slot offset doorside = "L", reverse = false, only_lines = { E16 = true }, |