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

Need help with wireless modems and wireless turtles

Started by andrewcs, 13 May 2013 - 06:21 PM
andrewcs #1
Posted 13 May 2013 - 08:21 PM
I have a tier 5 creeper spawner with 9 melee turtles killing the creepers as they flow down the water. My problem is every time I log out then relog i have to input my program into the turtle again. i know there is a way to hook up a wireless turtle with a computer so i only have to put the program in once instead of 9 times but im not sure how. can someone please help, thanks. This is in the FTB modpack if that changes anything
Lyqyd #2
Posted 14 May 2013 - 02:38 PM
Split into new topic.
PixelToast #3
Posted 14 May 2013 - 02:42 PM
rename the program to "startup"
or edit startup and put:

shell.run("programname")
SadKingBilly #4
Posted 14 May 2013 - 02:45 PM
When you say "input my program into the turtle again", you mean run the program, right? You don't actually have to rewrite the program, do you?

If that is what you mean, just rename the program "startup" by typing this into the turtle: "mv <program> startup". Replace "<program>" with whatever you've called your program.

EDIT: :ph34r:/>'d