v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Difference between revisions of "User:Larix/MPL"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(Created page with "Minecart Pathing Logic This is a largely obscure discipline, performing logic operations by leading minecarts along different paths. This requires some method of switching th...")
 
Line 1: Line 1:
Minecart Pathing Logic
+
 
 +
== Minecart Pathing Logic ==
 +
 
  
 
This is a largely obscure discipline, performing logic operations by leading minecarts along different paths. This requires some method of switching the path of a minecart between different routes, depending on the input sent to the circuit.
 
This is a largely obscure discipline, performing logic operations by leading minecarts along different paths. This requires some method of switching the path of a minecart between different routes, depending on the input sent to the circuit.
  
Two known means of switching a cart's track are noted in the "Minecart" article in this wiki; useful for computing are switching via roller and switching of high-speed carts via doors.  
+
Three known means of switching a cart's track are noted in the "Minecart" article in this wiki; useful for computing are switching via roller and switching of high-speed carts via doors.  
  
 
Inspired by a discussion entry, i experimented with hatches and found that they can also be used to switch tracks, by opening or blocking the exits of track ramps. Using hatches for this purpose thus requires building logic devices over multiple z-levels, at least two. I also found that the peculiar behaviour of ramps can impart and maintain movement of carts without the need for power, paving the way for an independent logic discipline requiring neither power nor fluids and capable of building the basic binary logic gates as well as some of the more complicated devices like adders.
 
Inspired by a discussion entry, i experimented with hatches and found that they can also be used to switch tracks, by opening or blocking the exits of track ramps. Using hatches for this purpose thus requires building logic devices over multiple z-levels, at least two. I also found that the peculiar behaviour of ramps can impart and maintain movement of carts without the need for power, paving the way for an independent logic discipline requiring neither power nor fluids and capable of building the basic binary logic gates as well as some of the more complicated devices like adders.
  
1. Foundations: intensely boring minecart physics
+
[[User:Larix/MPL/1|1. Foundations: intensely boring minecart physics]]
  
2. The basic logic gates in MPL
+
[[User:Larix/MPL/2|2. The basic logic gates in MPL]]
  
3. Dedicated devices
+
[[User:Larix/MPL/3|3. Dedicated devices]]
  
4. Finished Projects. Links to writeups posted on the forum.
+
[[User:Larix/MPL/4|4. Finished Projects. Links to writeups posted on the forum.]]
  
5. Various logic thingies, mostly powered minecarts. Nothing but forum post links.
+
[[User:Larix/MPL/5|5. Various logic thingies, mostly powered minecarts. Nothing but forum post links.]]

Revision as of 19:56, 8 October 2013

Minecart Pathing Logic

This is a largely obscure discipline, performing logic operations by leading minecarts along different paths. This requires some method of switching the path of a minecart between different routes, depending on the input sent to the circuit.

Three known means of switching a cart's track are noted in the "Minecart" article in this wiki; useful for computing are switching via roller and switching of high-speed carts via doors.

Inspired by a discussion entry, i experimented with hatches and found that they can also be used to switch tracks, by opening or blocking the exits of track ramps. Using hatches for this purpose thus requires building logic devices over multiple z-levels, at least two. I also found that the peculiar behaviour of ramps can impart and maintain movement of carts without the need for power, paving the way for an independent logic discipline requiring neither power nor fluids and capable of building the basic binary logic gates as well as some of the more complicated devices like adders.

1. Foundations: intensely boring minecart physics

2. The basic logic gates in MPL

3. Dedicated devices

4. Finished Projects. Links to writeups posted on the forum.

5. Various logic thingies, mostly powered minecarts. Nothing but forum post links.