Posted 08 March 2013 - 06:30 PM
Elevator Control 1.01, a set of programs for ComputerCraft 1.481 to control RedPower 2.0.6 (Tekkit Lite 0.5.7), allows you to build elevators in Minecraft with a variety of features:
There's a detailed video tutorial of how to build/setup elevators. The first 3 minutes show the basics of how it works, and a more advanced example is at 37:15:
[media]http://youtu.be/eB8aiYMT56M[/media]
Additionally:
- Wireless connections from motor controller to Door controls and Cabins
- Easy to use and understand for users. A button calls the elevator on each floor, along with a display showing the current floor and motion. Inside the elevator can be a controller listing available floors with description.
- Password controlled configurations (optional)
- Password control over access to the cabin (optional)
- Per floor password option, including hidden floor support
- A Motor controller which responds to Cabin or Door requests by turning on or off the relevant RedPower Frame motor stack.
- A Cabin computer displays destinations to users and sends requests to the Motor
- An array of Door controllers which:
- Respond to the call button pushing
- Display the current floor/motion information on a monitor
- Open and close the access doors to the elevator
- Detect when the Cabin arrives at a given destination
There's a detailed video tutorial of how to build/setup elevators. The first 3 minutes show the basics of how it works, and a more advanced example is at 37:15:
[media]http://youtu.be/eB8aiYMT56M[/media]
Additionally:
- if there are feature suggestions, I'd love to hear them
- If anyone has tips on how to make this easy to pastebin install for non-admins, that'd be very helpful. I may spawn an Ask a Pro about that.