User Tools

Site Tools


mtr:getting_started

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mtr:getting_started [2023/02/23 08:32] zbx1425mtr:getting_started [2023/10/19 09:02] (current) – Fix italic bdark000
Line 1: Line 1:
-<markdown>+====== Getting Started ======
  
-# Getting Started+The 3.0 release of //Minecraft Transit Railway// has reimagined the concept of Minecraft train systems. Rather than using the traditional [[https://minecraft.gamepedia.com/Minecart|minecart]], a central dashboard system controls where trains are at all times. Lagging entities, inactive trains inside unloaded chunks, and overloaded servers are now problems of the past.
  
-The 3.0 release of _Minecraft Transit Railway_ has reimagined the concept of Minecraft train systems. Rather than using the traditional [minecart](https://minecraft.gamepedia.com/Minecart), a central dashboard system controls where trains are at all times. Lagging entities, inactive trains inside unloaded chunks, and overloaded servers are now problems of the past. +The [[/dashboards|dashboard]items are the central parts of the mod. Stations, routes, and depots can be added, moved, and deleted.
- +
-The [dashboard](https://github.com/jonafanho/Minecraft-Transit-Railway/wiki/Dashboards) items are the central parts of the mod. Stations, routes, and depots can be added, moved, and deleted.+
  
 Trains are no longer entities or "retextured minecarts". Instead, they are part of the world data, with each train's position simulated on every server tick. This avoids a lot of unnecessary entity position, velocity, and collision calculations, and can move trains even outside of currently loaded chunks. This also means that train-spawning items no longer exist, as trains now run according to user-created schedules. As of version 3.0.0-beta-5 of the mod, trains no longer use vanilla Minecraft rails. Trains are no longer entities or "retextured minecarts". Instead, they are part of the world data, with each train's position simulated on every server tick. This avoids a lot of unnecessary entity position, velocity, and collision calculations, and can move trains even outside of currently loaded chunks. This also means that train-spawning items no longer exist, as trains now run according to user-created schedules. As of version 3.0.0-beta-5 of the mod, trains no longer use vanilla Minecraft rails.
  
-Video Tutorials+===== Video Tutorials =====
  
-Please see [this playlist for video tutorials](https://www.youtube.com/playlist?list=PLp0jZgheSlXv_vjilwnbrOtdbmgvz1VkC).+Please see [[https://www.youtube.com/playlist?list=PLp0jZgheSlXv_vjilwnbrOtdbmgvz1VkC|this playlist for video tutorials]].
  
-Creating a Rail+===== Creating a Rail =====
  
-These are the basic steps for creating rails. See the [Rails](https://github.com/jonafanho/Minecraft-Transit-Railway/wiki/Railspage for more information.+These are the basic steps for creating rails. See the [[/rails|Rails]] page for more information
 +  - Place down a rail node on the ground. 
 +  - Walk forward at least a few blocks and put down another rail node. 
 +  - Obtain any rail connector item. Right click one of the rail nodes while holding the item. The rail connector should start flashing in the inventory. 
 +  - Right click the other rail node while still holding the rail connector item. Railway tracks should appear between the two rail nodes.
  
-1. Place down a rail node on the ground. +===== Building Your First Railway =====
-1. Walk forward at least a few blocks and put down another rail node. +
-1. Obtain any rail connector item. Right click one of the rail nodes while holding the item. The rail connector should start flashing in the inventory. +
-1. Right click the other rail node while still holding the rail connector item. Railway tracks should appear between the two rail nodes.+
  
-# Building Your First Railway +==== Platforms ====
- +
-## Platforms+
  
 A platform is a section of track where trains can stop to pick up passengers. A platform is a section of track where trains can stop to pick up passengers.
  
-1. Create a platform rail by following the steps above (outlined in the [Creating a Rail](#creating-a-rail) section) while using the platform rail connector item. This will be the first train platform. +  - Create a platform rail by following the steps above (outlined in the [[/getting_started#creating_a_rail|Creating a Rail]while using the platform rail connector item. This will be the first train platform. 
-1. Go somewhere else and create another platform rail, not connected to the first one. Try to keep it about the same length as before. This will be the second train platform. +  Go somewhere else and create another platform rail, not connected to the first one. Try to keep it about the same length as before. This will be the second train platform. 
-1. Connect the two train platforms together using any of the other rail connector items (not the platform or siding rail connector items). Use more rail nodes if necessary. +  Connect the two train platforms together using any of the other rail connector items (not the platform or siding rail connector items). Use more rail nodes if necessary. 
 +<markdown>
 > <img alt="Building the Platform" src="https://github.com/jonafanho/Minecraft-Transit-Railway/blob/master/images/getting-started/build-platform.png" width=512/><br>An example of two platform rails connected by another rail > <img alt="Building the Platform" src="https://github.com/jonafanho/Minecraft-Transit-Railway/blob/master/images/getting-started/build-platform.png" width=512/><br>An example of two platform rails connected by another rail
- +</markdown> 
-## Stations+==== Stations ====
  
 A station is a rectangular area marked in the world. Each station should completely cover one or more platforms. A station is a rectangular area marked in the world. Each station should completely cover one or more platforms.
  
-1. Obtain the [railway dashboard](https://github.com/jonafanho/Minecraft-Transit-Railway/wiki/Dashboards) item and right click to open it. +  - Obtain the [[/dashboard|railway dashboard]item and right click to open it. 
-   * The menu on the left has three tabs: `Stations``Routes`, and `Depots`+  The menu on the left has three tabs: ''Stations''''Routes'', and ''Depots''
-      * The `Stationstab is selected by default. +    * The ''Stations'' tab is selected by default. 
-   * The map on the right shows the current world. +    * The map on the right shows the current world. 
-      * The blue dot with a white outline marks the current player location. +    * The blue dot with a white outline marks the current player location. 
-      * Platforms are bright white on the map. +    * Platforms are bright white on the map. 
-      * Click and drag on the map to move it. +    * Click and drag on the map to move it. 
-      * Use the mouse scroll wheel or the `+or `-buttons on the bottom right to zoom. +    * Use the mouse scroll wheel or the ''+'' or ''-'' buttons on the bottom right to zoom. 
-1. Zoom and move around the map to find the first platform that was built. +  Zoom and move around the map to find the first platform that was built. 
-1. On the `Stationstab, click on the button at the bottom called `Add Station`+  On the ''Stations'' tab, click on the button at the bottom called ''Add Station''
-1. The map is now in edit mode. Left click and drag to draw a rectangular station area over the first platform. +  The map is now in edit mode. Left click and drag to draw a rectangular station area over the first platform. 
-   * If a mistake was made, just click and drag again. The previously defined station area will disappear. +    * If a mistake was made, just click and drag again. The previously defined station area will disappear. 
-1. At the text box on the bottom left, type in a name for the new station. Use the `|character to separate different languages, for example `第一城|City One`+  At the text box on the bottom left, type in a name for the new station. Use the ''|'' character to separate different languages, for example ''第一城|City One''
-1. Click `Donewhen finished. +  Click ''Done'' when finished. 
-1. Move around the map to find the second platform that was built. +  Move around the map to find the second platform that was built. 
-1. Click on the `Add Stationbutton again. Draw another rectangular station area, covering the second platform. Type in a name for the second station. +  Click on the ''Add Station'' button again. Draw another rectangular station area, covering the second platform. Type in a name for the second station. 
-1. Click `Donewhen finished. +  Click ''Done'' when finished. 
 +<markdown>
 > <img alt="Create Station" src="https://github.com/jonafanho/Minecraft-Transit-Railway/blob/master/images/getting-started/create-station.png" width=512/><br>Two example stations, Northgate and East Green Lake, have been created in the railway dashboard. > <img alt="Create Station" src="https://github.com/jonafanho/Minecraft-Transit-Railway/blob/master/images/getting-started/create-station.png" width=512/><br>Two example stations, Northgate and East Green Lake, have been created in the railway dashboard.
  
mtr/getting_started.1677141138.txt.gz · Last modified: 2023/02/23 08:32 by zbx1425