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

How to save a turtle program.

Started by Doughnut747, 05 June 2012 - 10:06 PM
Doughnut747 #1
Posted 06 June 2012 - 12:06 AM
How and where do you place a program you have made for a mining turtle, in notepad, so that it can be used on all turtles on all maps?
Cota #2
Posted 06 June 2012 - 12:14 AM
In your saves folder that has the name of your map, there should be a folder named "computer" there are the folders that represent the "id" of your computer, computer ID 1 folder is "1" and so on.

type "id" on any computer to see that computer's ID, then copy that file you made in notepad to the needed folder and remove the extension from the file, example:

YourProgramName.txt —> YourProgramName
DarkNinja2462 #3
Posted 06 June 2012 - 12:30 AM
Do you mean in /rom/?
it would be /rom/programs/turtle
kazagistar #4
Posted 06 June 2012 - 02:44 AM
Lets start from the top: are you in SSP or SMP?
MortymerXT #5
Posted 02 March 2013 - 06:48 AM
Not sure about the original poster but in my case I run on a multiplayer server with some friends of mine. Am looking for the same thing, one place to put turtle programs so everyone can use them with all turtles. It's getting old having to upload new files ever time someone builds themselves a new turtle.

Please any assistance would be appreciated.
Lyqyd #6
Posted 02 March 2013 - 07:41 AM
If you convince the server owner to add the files to the zip (lua/rom/programs/turtle), they will be present on all turtles. Or you could use a rednet file server.