your current location:首页 > news>Route system basic concept & tutorial [RC] rail

Route system basic concept & tutorial [RC] rail

2024-12-10 17:58:47|Myriagame |source:minecraft skins

This tutorial is set by the author to use the CC By-NC-SA protocol.

Use the MOD version 9.12.2.0

Overview

As shown in the figure, the routing system is mainly from routing to a routing motor, a mine car sensor-routing, route track, train timetable, ticket and golden ticket composition

You can write a train timetable. Tickets can make Rutor Motor and Route sensor determine a specific train to achieve the effect of automatic classification

With the signal system, it can be applied to train automation

ticket

Tickets are divided into two types: golden tickets and tickets. Golden tickets can be opened and edited Dest (destination?)

Like this, you can set the Dest to "1"

In the workpan, you can also write a paper ticket DEST as "1" and will not disappear

Both can be placed in the locomotive, set the name of the train to "1", the paper ticket will disappear, and the gold system will not

Train timetable

The core of the routing system is more convenient to make the train judgment/classification by programming

After opening, you can see the following interface as shown in the manual. If the train meets the written conditions, it can take effect (it is recommended to learn a little programming foundation for operation)

When writing "Dest = 1" in the first line, it takes effect when the train passed "1" (remember that each function needs to occupy a whole line)

After editing, name it

Routing Rutor Mota & Routing Sensor

In conjunction with the equipment used in the train timetable, the effects are different from the rutor, and the sensors are the same

After opening, you can put the compiled train timetable in the editor. You can also create a handheld and right -click setting.

If the editor's program has grammatical errors, the red fork will be displayed and will not take effect

After the settings are completed, the effect of the eligible train passes through the routing of the motor effect is as follows

DEST = 1 The train is in accordance with the condition that the motor is met with the conditions and successfully shifted

Trains of unknown or other names are not triggered

The route sensor is roughly the same as it, and the conditions are issued to the redstone signal

Routing rail

Used to automatically set the name of the train, right -click on the crowbar and put the ticket with DEST name and activate it with redstone to automatically set the train names above. The ticket will not be consumed.

So, the most basic part of the route system is here, I hope this tutorial can help you!

--Ouhehe0