Please create an account or Login! Have fun!

Railroad track: Difference between revisions

Jump to navigation Jump to search
(pretty much done, minus one piece of trivia i'd like to add but don't have; removed stub template)
m (clarity/accuracy)
Line 6: Line 6:
|moves = No
|moves = No
}}
}}
The '''railroad track''', '''train track''', or just '''railroad''' or '''track''', is a tile introduced in [[Chip's Challenge 2]]. [[Movable object]]s can enter them only from their open ends and can only travel forward until they exit a railroad track from another open end. Multiple railroad tracks can be layered atop each other, creating a junction, which gives the object more options for its direction of travel. Ghosts, as well as objects carrying an [[RR sign]], treat railroad tracks as [[floor]]. If an object attempts to move off a track in a direction that the track deems illegal, the track will attempt to redirect the object right, then left, then backward, in order, relative to the attempted direction. This does not happen if the attempted direction is illegal for other reasons, like if a [[wall]] is on the other end.
The '''railroad track''', '''train track''', or just '''railroad''' or '''track''', is a tile introduced in [[Chip's Challenge 2]]. [[Movable object]]s can enter them only from their open ends and can only travel forward until they exit a railroad track from another open end. Multiple railroad tracks can be layered atop each other, creating a junction, which gives the object more options for its direction of travel. Ghosts, as well as objects carrying an [[RR sign]], treat railroad tracks as [[floor]]. If an object attempts to move off a track in a direction that the track deems illegal, the track will attempt to redirect the object right, then left, then backward relative to the attempted direction, stopping at the first railroad-legal exit. This redirection process does not continue if an exit is illegal for other reasons, like if a [[wall]] is on the other end.


There is a [[glitch]] in which, if there is a [[thin wall]] on the track tile, an object on the tile will think there is a track from every open direction to the side with the thin wall. In other words, tracks will never redirect attempts to move toward these thin walls. Thin walls on tiles neighboring a track tile do not have this effect.
There is a [[glitch]] in which, if there is a [[thin wall]] on the track tile, an object on the tile will think there is a track from every open direction to the side with the thin wall. In other words, tracks will never redirect attempts to move toward these thin walls. Thin walls on tiles neighboring a track tile do not have this effect.

Revision as of 08:06, 16 June 2020

The railroad track, train track, or just railroad or track, is a tile introduced in Chip's Challenge 2. Movable objects can enter them only from their open ends and can only travel forward until they exit a railroad track from another open end. Multiple railroad tracks can be layered atop each other, creating a junction, which gives the object more options for its direction of travel. Ghosts, as well as objects carrying an RR sign, treat railroad tracks as floor. If an object attempts to move off a track in a direction that the track deems illegal, the track will attempt to redirect the object right, then left, then backward relative to the attempted direction, stopping at the first railroad-legal exit. This redirection process does not continue if an exit is illegal for other reasons, like if a wall is on the other end.

There is a glitch in which, if there is a thin wall on the track tile, an object on the tile will think there is a track from every open direction to the side with the thin wall. In other words, tracks will never redirect attempts to move toward these thin walls. Thin walls on tiles neighboring a track tile do not have this effect.

If a track switch is on the junction, then only one train piece is enabled at a time, and the enabled piece switches via a gray button press, an electrical signal if it is connected to wire, or an object travelling over it if the track is unwired. Any track tile can have a track switch, even though the switch only has an effect when there are at least 2 tracks on the tile. The tracks will always cycle in this order, skipping pieces when they are missing from the tile: NE, SE, SW, NW, EW (horizontal), NS (vertical).

If an object other than a ghost enters a track from an illegal direction, either by carrying an RR sign (and then dropping it), the way the level starts,[note 1] or the track switch activating after the object entered legally (including via spring mining), the object will become stuck and cannot leave the tile until the direction it entered from becomes a legal entrance again (if the track has no switch, the object is permanently stuck). If an object legally enters and exits an unwired track with a switch, even if the object is carrying an RR sign, the switch will activate and cycle to the next track.

It is possible for a track tile to have no actual tracks on it. These tiles look exactly like gravel, but behave like tracks with no legal entrances or exits. As such, hiking boots have no effect, and they can only be crossed with RR signs.

MultipleTrainTracksWithSwitch.png

CC2 shows all inactive tracks with red rails and missing cross ties, like in this image.

Trivia

  • Railroad tracks are first introduced in Lesson 5. The track switch and its interaction with wires are introduced in Lesson 6.

Notes

  1. Internally, CC2 records entrance direction independently of the direction that objects face, as can be seen if the player tries to exit a railroad-legal but blocked direction. The built-in editor tries to match these whenever an object is placed on a track and force the object to face a legal entrance direction, though there are reports of this failing. CCCreator does not do this, and allows users to edit these directions independently and without having to reconstruct the tile.