This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
akhrua95's profile picture

i am looking for a program for a...

Started by akhrua95, 18 July 2012 - 03:54 PM
akhrua95 #1
Posted 18 July 2012 - 05:54 PM
i am looking for a program for a horizontal piston door on the entrance to the vault in this map:

http://www.minecraft.../#entry16283786

i want to make the entrance password protected but i am still new to the programming system, so i was hoping someone could give me some pointers. ty if you can, and ty anyways if you can't.

edit:sorry i have no screenshots but i am posting this from my summer program. i will add some when i get home or whenever i next get the chance.
Teraminer #2
Posted 18 July 2012 - 08:41 PM
Just found this (open your and that topic) http://www.computercraft.info/forums2/index.php?/topic/2695-video-how-to-create-a-basic-password-lock/
akhrua95 #3
Posted 18 July 2012 - 09:00 PM
ty but its not what i am looking for. im looking for a system that will open a piston door when i type in a password.
Tiin57 #4
Posted 19 July 2012 - 01:36 PM
Please get some screenshots, then I will make a program for you.
Edit: I went into the map, but there are multiple piston doors. Which one are you talking about? (I can't find anything resembling a vault because I stink at adventure maps.)
Teraminer #5
Posted 19 July 2012 - 06:20 PM
Just take the rs output and connect it to the piston door after making the program.
Darky_Alan #6
Posted 19 July 2012 - 11:25 PM
ty but its not what i am looking for. im looking for a system that will open a piston door when i type in a password.
Do you want it to open the piston door and then close it after a set time, or exactly what? I could really easily type you up a code that will open the door for say 5 seconds then close and re-lock the computer.
akhrua95 #7
Posted 25 July 2012 - 09:37 PM
if you go as far as you can upstairs and go to the vault leader's office replace the pressure plate with a lever and go out to the vault entrance door these pictures show it from outside and inside. the one that looks like TVs is the outside. the one that looks like a wall of shingles is the inside. i want these doors (which are actually pistons) to open on the command of a computer program. i need the program to be password protected and i need them to open for about say, 5-8 seconds i can change the open time my self later i just need the program to actually make it work. (the tvs are the pistons) sorry i havent responded in so long, got caught up in a new server i have been playing.
akhrua95 #8
Posted 25 July 2012 - 10:25 PM
i tried to make a walkthrough to get there but i couldnt do it anyways here is a link to the thread which should have a video that eventually leads to the door. http://www.minecraftforum.net/topic/727142-fallout-3-map/page__hl__+fallout#entry16283786
Tiin57 #9
Posted 03 August 2012 - 09:38 PM
With a few modifications to the tutorial on the wiki, this is easily done.
Pharap #10
Posted 06 August 2012 - 03:25 AM
You could do it with standard redstone, but to do it with a computer, you would need to use the even that detects redstone input changing.
Make it so it outputs power to the pistons, then when the computer detects power from the pressure plates, the computer cuts the power to the pistons, thus opening the door, and then when the power from the pressure plate is gone, it closes the door. An event tutorial shouldn't be too hard to find.