From 168581c4441d6c2d26ade8738fec8a2d8db843e5 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Tue, 22 May 2012 18:58:46 +0300 Subject: [PATCH] Document the new ability of path_corner to override the train's movement type --- scripts/entities.ent | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/entities.ent b/scripts/entities.ent index 6d58ed51..6a1c2d7a 100644 --- a/scripts/entities.ent +++ b/scripts/entities.ent @@ -1049,7 +1049,8 @@ All path_corner entities of a train have to connect in a circular manner, while triggered when a func_train stops at this target triggered when a func_train stops at this target triggered when a func_train stops at this target -if the train uses bezier curves movement, specify an entity by targetname which is the control point of the curve (use something like target_position) +if the train uses bezier curves movement, specify an entity by targetname which is the control point of the curve (use something like target_position) +override the train's movement type while going to this corner. 0 = no override, 1 = linear, 2 = cosine [default]) instead of triggering ALL matched entities, trigger ONE of them by random the train following the path or the previous path_corner in the path points to this. speed of func_train while moving to this path corner. If unset, the value from the func_train will be used. -- 2.39.2