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

Easy bridge [1.0]

Started by rahph, 27 February 2015 - 04:48 PM
rahph #1
Posted 27 February 2015 - 05:48 PM
Hello. Today i made another bridge building program for you. It is easy to use. You don't need any programming skill to use it. Just download it and run. No arguments.
It was just 10 minutes of coding…!
How to use:

(yt link):

http://youtu.be/HWtpQX_wPtE
(plain text):
1. Place and refuel turtle over 1000.
2. Type in prompt: pastebin get 0ppsgTsb <custom_name>. Make sure HTTP is on.
3. In 1st slot of turtle inventory place in some blocks. (How long should bridge be * 3)
4. Run program. No args required.
5. Type in how long should bridge be (can't be more than 21)
6. Wait.
7. Enjoy.

Pastebin code:

pastebin get 0ppsgTsb

CHANGELOG:
Spoiler

Version 1.0
Release of version 1.0.




TO DO LIST:
Spoiler
  • Lowering down fuel limit
  • Support of multi-slot in eq for longer bridge limit
  • Fence making
  • Torch on fence placing
  • Rail placing
  • Anti-crash system
  • Complete rewrite


You can also do:

pastebin run 0ppsgTsb
to run program once.
Thank you for reading. Leave your update ideas in replies.
The_Cat #2
Posted 27 February 2015 - 07:44 PM
Hi, nice little program. You should try making it so when the user enters somthing other than text it loops back round and says invalid input, and they can then re-enter a value.
rahph #3
Posted 27 February 2015 - 07:57 PM
Hi, nice little program. You should try making it so when the user enters somthing other than text it loops back round and says invalid input, and they can then re-enter a value.

When I'll be on computer i will add your sugestion to " to do" list