User Tools

Site Tools


railcraft

Overview

Probably the most complex addition by Railcraft is the concept of Signalling. Signals are powerful. They give us the ability to route minecart traffic using advanced logic and wireless connections. This guide will attempt to explain how to setup your own basic signalling system. Terms

We will start with a list of terms. To those of you familiar with railroads, you may recognize some of these terms:

Signal Block
	The length of track between two paired Block Signals. Can be quite long, they can even extend beyond the chunk loading boundary. Currently you can only define straight sections of track as a Signal Block. Any deviations or breaks in the line between two signals will render the Signal Block invalid. Slopes are valid, but there are some considerations that need to be taken into account. More on that later.
Signal Aspect
	Basically the current state of a Signal. Possible states in order of least restrictive to most restrictive are Green, Blink Yellow, Yellow, Blink Red, Red. Blink states are currently only used to indicate Signal Block pairing state (pairing and unpaired respectively). Green indicates that no minecart is in the Signal Block. Yellow that the minecart is moving away from the Signal, and Red means that a minecart has either stopped in the block or is moving towards the signal.
Controller
	A device capable of transmitting a Signal Aspect to a Receiver. All Block Signals function as Controllers.
Receiver
	A device that can be paired to a Controller in order to trigger different behavior on different Signal Aspects. These would be Distant Signals, Switch Motors, and Receiver Boxes.
Block Signal
	A Signal that can paired with another Block Signal to define a Signal Block. It also functions as a Controller. They only function is pairs, and every 4 minutes check the validity of the Signal Block they define. In the case of a failure, it will wait another 4 minutes before checking the Signal Block again. If the Signal Block is still invalid, the pairing will be cleared and they will revert to the Red Blink state.
Distant Signal
	A Signal that functions as a Receiver to display the state of the paired Controller. This can be used to display the status of Block Signals you could not normally see, such as the status of a Diverging Line or the status of the Signal Block after the current one.
Main Line
	The primary track, for our uses it will usually refer to a straight section of track.
Diverging Line
	A track that splits from the main line and travels in a new direction.

Items

Now we will move onto the two items that are needed to create a functional Signal System. Both function by right-clicking on one block and moving to the block you wish to pair with and right-clicking on it. Its a simple system to pair devices. You will receive various messages indicating the success or failure of any pairing attempt.

Signal Block Surveyor
	This surveying tool is used to pair two Block Signals to create a Signal Block.
Signal Tuner
	An electronic frequency scanner used to pair a Controller with a Receiver.

Devices & Signals (Blocks)

And now we have the real meat of the Signalling System, the Signals and devices operated by them.

Block Signal 
	The most basic Signal, both a Block Signal and a Controller. This signal will form the heart of your Signalling System. It must be placed near a rail in order to form a valid Signal Block. The exact distance it can be from the rail is somewhat hard to define, but it must be within two tiles horizontally, and four tiles vertically. You need not place the signal on both ends in the same configuration relative to the rail, all that matters is that the rail forms a straight line between the two signals. When searching for a rail, it will look below it first, then one tile to either side, and then finally two tiles to either side. If two rails are equidistant to the signal, the exact rail picked will vary on the implementation of the search algorithm and will not be defined here. Best to avoid such configurations as there is no guarantee they will remain valid between updates.
Distant Signal 
	A simple Receiver that can be paired to a Controller. When paired it will display the same Aspect as the paired Controller. As stated before, this is used to display the aspect of another signal. Useful for indicating the status of the next Signal Block or a Diverging Line. Can also be used in Stations or CTC centers if you are creative.
Dual-Head Block Signal
	Combining a Block Signal and a Distant Signal, it possess two lights. The top light is a Block Signal and can be paired with any other Block Signal and functions as the Controller. The bottom light is basically a Receiver that can be paired to any Controller.
Switch Motor 
	Powered by either Redstone or a Controller, this block is placed adjecent to a Switch Track to control its orientation. 
Signal Receiver Box
	This box can be paired with any Controller. When paired, you can open a GUI to pick which Aspects should emit a Redstone current from the Box. If placed next to a Signal Controller Box it will transmit the Aspect to it as well.
Signal Controller Box
	This box can be placed next to a Signal Receiver Box and will then send the Signal Aspect from the Receiver Box to a paired Receiver. Multiple Controller Boxes can be placed next to a single Receiver Box. This enables a single Block Signal to control multiple Switch Motors or Distant Signals. Placing two Receiver Boxes next to a Controller Box will cause the Controller Box to send the most restrictive Signal Aspect between the two. Additionally it can be powered via Redstone to emit an Aspect chosen via a GUI. It will not activate on the Redstone current emitted directly from a Signal Receiver Box. It will however always emit the most restrictive Aspect between the one chosen in the GUI and one received from a Receiver Box.
Signal Capacitor Box
	This box will trigger when an adjacent box emits a Redstone signal. Upon that trigger it will emit Redstone for predetermined length of time, similar to a RedPower State Cell.
Signal Block Relay Box
	This box can act as the Signal Block anchor, it can be paired to up to two other Signal Block anchors. This allows you extend Signal Blocks around corners or over greater distances. It can be paired to a Receiver and will emit redstone. It will also send its Aspect to adjacent Controller Boxes and can trigger Capacitor Boxes.
Signal Interlock Box
	This block can be used to construct more complex signal systems with the help of Signal Controller Box and Signal Receiver Box. It may help simplify signal checking procedures by allowing only one of several signals to pass green through the interlock at once.

railcraft.txt · Last modified: 2023/02/16 23:57 by 127.0.0.1