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 "40d:Repeater"

From Dwarf Fortress Wiki
Jump to navigation Jump to search
(→‎Goblin repeater: "or etc." makes no sense, it translates to something like "or and so on")
(Fixing links within namespace (734/997))
Line 2: Line 2:
 
A '''repeater''' is a device which creates a never-ending cyclic on/off signal. Several designs are possible, and they can be made to operate at varying rates.  They (usually) use fluid or creatures to trigger pressure plates to create a cycle, continually trigger the plates, which can then also be linked to automatically and ceaselessly trigger external systems.
 
A '''repeater''' is a device which creates a never-ending cyclic on/off signal. Several designs are possible, and they can be made to operate at varying rates.  They (usually) use fluid or creatures to trigger pressure plates to create a cycle, continually trigger the plates, which can then also be linked to automatically and ceaselessly trigger external systems.
  
Fluid uses the natural flow and varying depths to trigger plates.  Creatures use [[40d:path|pathing]], opening and closing doors to attract the creature to step on the plates.
+
Fluid uses the natural flow and varying depths to trigger plates.  Creatures use {{L|path|pathing}}, opening and closing doors to attract the creature to step on the plates.
  
 
As a general warning, always have a way to turn off the repeater, and/or allow your dwarves later access for repairs or modifications.
 
As a general warning, always have a way to turn off the repeater, and/or allow your dwarves later access for repairs or modifications.
Line 9: Line 9:
 
===Fluid repeater===
 
===Fluid repeater===
  
One example [[40d:fluid logic|fluid logic]] repeater (described on the [http://www.bay12games.com/forum/index.php?topic=33563.msg495183#msg495183 forum] by [http://www.bay12games.com/forum/index.php?action=profile;u=16168 AncientEnemy]) is as follows:
+
One example {{L|fluid logic}} repeater (described on the [http://www.bay12games.com/forum/index.php?topic=33563.msg495183#msg495183 forum] by [http://www.bay12games.com/forum/index.php?action=profile;u=16168 AncientEnemy]) is as follows:
  
 
  ≈≈≈≈≈ - river or brook
 
  ≈≈≈≈≈ - river or brook
Line 20: Line 20:
 
   ╚═╝
 
   ╚═╝
  
This repeater toggles fairly slowly, about once every 300 steps, making it suitable for operating [[40d:bridge|bridges]], [[40d:floodgate|floodgates]], and [[40d:Trap#Upright Spear/Spike|upright spikes]]. As an added bonus, the bottom wall (immediately beyond the floodgate) can be removed and connected to a cistern whose water level will be automatically maintained at a level between 3 and 4 deep.
+
This repeater toggles fairly slowly, about once every 300 steps, making it suitable for operating {{L|bridge|bridges}}, {{L|floodgate|floodgates}}, and {{L|Trap#Upright Spear/Spike|upright spikes}}. As an added bonus, the bottom wall (immediately beyond the floodgate) can be removed and connected to a cistern whose water level will be automatically maintained at a level between 3 and 4 deep.
  
  
Line 27: Line 27:
 
This is not as regular a repeater, but just as reliable in the long run.
 
This is not as regular a repeater, but just as reliable in the long run.
  
A goblin or creature is placed (via [[40d:Activity_zone#Pit.2FPond|pitting]]) in a loosely circular hall with one [[40d:door|door]] and one [[40d:bridge#Drawbridges|drawbridge]] leading to a single path out. Beyond these is the bait - an exit, a [[40d:restrain|restrained]] animal, or just your fortress in general - something the creature wants<sup>1</sup>.  One path is open, and the goblin heads that way to kill the animal. A pressure plate is stepped on, which shuts one path and opens the other<sup>2</sup> (and triggers an exterior system).  The goblin reconsiders his path, and heads back around for the other hallway - where the process is repeated.
+
A goblin or creature is placed (via {{L|Activity_zone#Pit.2FPond|pitting}}) in a loosely circular hall with one {{L|door}} and one {{L|bridge#Drawbridges|drawbridge}} leading to a single path out. Beyond these is the bait - an exit, a {{L|restrain|restrained}} animal, or just your fortress in general - something the creature wants<sup>1</sup>.  One path is open, and the goblin heads that way to kill the animal. A pressure plate is stepped on, which shuts one path and opens the other<sup>2</sup> (and triggers an exterior system).  The goblin reconsiders his path, and heads back around for the other hallway - where the process is repeated.
  
# For instance, if using a [[40d:rhesus macaque|rhesus macaque]], some item of value would suffice to attract the creature.
+
# For instance, if using a {{L|rhesus macaque}}, some item of value would suffice to attract the creature.
# Doors and drawbridges open alternately when connected to a [[40d:trigger|trigger]].
+
# Doors and drawbridges open alternately when connected to a {{L|trigger}}.
  
 
                 A              A = bait animal (or similar)
 
                 A              A = bait animal (or similar)
Line 45: Line 45:
 
===Pump-based repeater===
 
===Pump-based repeater===
  
This repeater will send regular signals at a frequency determined by the speed of [[40d:pressure plate|pressure plate]] recovery. Basic design consists of 4 [[40d:screwpump|screwpumps]] and 4 [[40d:pressure plate|pressure plates]] but other versions are possible, depending on the number of separate steps you need.
+
This repeater will send regular signals at a frequency determined by the speed of {{L|pressure plate}} recovery. Basic design consists of 4 {{L|screwpump|screwpumps}} and 4 {{L|pressure plate|pressure plates}} but other versions are possible, depending on the number of separate steps you need.
  
 
[http://www.bay12games.com/forum/index.php?topic=34407.msg572324#msg572324 Forum thread] with description and explanations.
 
[http://www.bay12games.com/forum/index.php?topic=34407.msg572324#msg572324 Forum thread] with description and explanations.

Revision as of 16:50, 12 April 2010

This article is about an older version of DF.

A repeater is a device which creates a never-ending cyclic on/off signal. Several designs are possible, and they can be made to operate at varying rates. They (usually) use fluid or creatures to trigger pressure plates to create a cycle, continually trigger the plates, which can then also be linked to automatically and ceaselessly trigger external systems.

Fluid uses the natural flow and varying depths to trigger plates. Creatures use Template:L, opening and closing doors to attract the creature to step on the plates.

As a general warning, always have a way to turn off the repeater, and/or allow your dwarves later access for repairs or modifications.


Fluid repeater

One example Template:L repeater (described on the forum by AncientEnemy) is as follows:

≈≈≈≈≈ - river or brook
═╗≈╔═ - wall to channel out after construction
 ╠╬╣  - fortification (to filter out any creatures inhabiting your river)
 ╠F╣  - shutoff floodgate (linked to exterior lever)
 ║#║  - 1-tile drawbridge (linked to pressure plate)
 ║p┼  - pressure plate (set to 7-7 water), and access door
 ╠F╣  - floodgate (linked to pressure plate)
 ╚═╝

This repeater toggles fairly slowly, about once every 300 steps, making it suitable for operating Template:L, Template:L, and Template:L. As an added bonus, the bottom wall (immediately beyond the floodgate) can be removed and connected to a cistern whose water level will be automatically maintained at a level between 3 and 4 deep.


Goblin repeater

This is not as regular a repeater, but just as reliable in the long run.

A goblin or creature is placed (via Template:L) in a loosely circular hall with one Template:L and one Template:L leading to a single path out. Beyond these is the bait - an exit, a Template:L animal, or just your fortress in general - something the creature wants1. One path is open, and the goblin heads that way to kill the animal. A pressure plate is stepped on, which shuts one path and opens the other2 (and triggers an exterior system). The goblin reconsiders his path, and heads back around for the other hallway - where the process is repeated.

  1. For instance, if using a Template:L, some item of value would suffice to attract the creature.
  2. Doors and drawbridges open alternately when connected to a Template:L.
               A               A = bait animal (or similar)
 ╔════════════╝  ╚═══════════╗
 ║           ┼║   ┼          ║   ┼ = access (bridge or door), currently open 
 ║  ╔═════════════════════╗  ║   ┼║= access, currently shut 
 ║  ║                     ║  ║  
 ║  ╚═════════════════════╝  ║   P = pressure plate
 ║     g ->    P             ║   g = goblin, w/ current path
 ╚═══════════════════════════╝

The only caveat is to make sure there is enough room between the pressure plate and door/bridge, to give them time to shut well before the goblin gets there. Additional mechanized doors or a cage trap may be desired if you ever wish to "turn off" the repeater without killing the goblin/creature (by safely isolating it).

Pump-based repeater

This repeater will send regular signals at a frequency determined by the speed of Template:L recovery. Basic design consists of 4 Template:L and 4 Template:L but other versions are possible, depending on the number of separate steps you need.

Forum thread with description and explanations.

DFMA movie showing a pump-based repeater in action.

See also: User:MrFake/NStepCyclicRepeater

Level 0 Level -1 Level -2
÷ ÷
÷ ÷
÷ ÷
÷ ÷
^ ^
^ ^

÷÷ is a screw pump which pumps from the light side to the dark side. ^ is a pressure plate which disengages gear when water of depth 1-7 lands on it. The red, green, blue, and yellow pressure plates and gears are color coded only to show which is linked to which. In the game they'll all look like ^ and . Building a pump after the gear which powers it or a gear after the pressure plate which disengages it will introduce a 1-step delay; so, depending on build order, the repeater might have a period between 400 and 408 steps. If the pumps, gears, and pressure plates are built in that order, then this system will repeat every 400 steps, exactly. Start the repeater by using a pond zone to dump 2 buckets of water onto any one of the plates.