]> git.rm.cloudns.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
Document the new ability of path_corner to override the train's movement type
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 22 May 2012 15:58:46 +0000 (18:58 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 22 May 2012 15:58:46 +0000 (18:58 +0300)
scripts/entities.ent

index 6d58ed51defc4dbeff6a2a98b0cd171cc75cdc7d..6a1c2d7a095d59fcf8cccca0a85f7c1fec17b4e9 100644 (file)
@@ -1049,7 +1049,8 @@ All path_corner entities of a train have to connect in a circular manner, while
 <target key="target2" name="target2">triggered when a func_train stops at this target</target>
 <target key="target3" name="target3">triggered when a func_train stops at this target</target>
 <target key="target4" name="target4">triggered when a func_train stops at this target</target>
-<target key="curve" name="curve">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)</target>
+<curve key="curve" name="curve">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)</target>
+<real key="platmovetype" name="platmovetype">override the train's movement type while going to this corner. 0 = no override, 1 = linear, 2 = cosine [default])</real>
 <boolean key="target_random" name="target_random">instead of triggering ALL matched entities, trigger ONE of them by random</boolean>
 <targetname key="targetname" name="targetname">the train following the path or the previous path_corner in the path points to this.</targetname>
 <real key="speed" name="speed">speed of func_train while moving to this path corner. If unset, the value from the func_train will be used.</real>