From fa46ca314c291a5210db33ac69cddcd8d91d2e85 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Tue, 22 May 2012 16:02:08 +0300 Subject: [PATCH] Document bezier curve spawnflags for func_train in entities.def --- scripts/entities.ent | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/entities.ent b/scripts/entities.ent index 552e0db3..2506ec62 100644 --- a/scripts/entities.ent +++ b/scripts/entities.ent @@ -321,6 +321,9 @@ Trains cannot be block-stopped just by getting in their way, the player must be interval to apply dmg to a player who is s in the way death message when a player gets crushed death message when someone gets pushed into this (default: "was thrown into a world of hurt by"). The # character is replaced by the attacker name if present (and it instead does not get appended to the end) +-------- SPAWNFLAGS -------- +use bezier curves movement instead of linear movement. See the path_corner properties for how to define a curve +the train faces the direction it's riding towards. Requires bezier curves movement and the train to have an origin brush -- 2.39.2