From 737eb4987f30a48bebf0ac4a78b0c62e73a813e4 Mon Sep 17 00:00:00 2001 From: orwell96 Date: Fri, 12 Feb 2021 11:55:57 +0100 Subject: LZB: Look ahead before movement, not after --- advtrains/trainlogic.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'advtrains/trainlogic.lua') diff --git a/advtrains/trainlogic.lua b/advtrains/trainlogic.lua index a307256..c9c7e76 100644 --- a/advtrains/trainlogic.lua +++ b/advtrains/trainlogic.lua @@ -339,6 +339,10 @@ function advtrains.train_step_b(id, train, dtime) advtrains.path_get(train, atfloor(train.index + 2)) advtrains.path_get(train, atfloor(train.end_index - 1)) + -- run pre-move hooks + -- TODO: if more pre-move hooks are added, make a separate callback hook + advtrains.lzb_look_ahead(id, train) + --[[ again, new velocity control: There are two heterogenous means of control: -> set a fixed acceleration and ignore speed (user) -- cgit v1.2.3