Now that you've named your turtle you need to edit the startup program to your liking, save it, then run it! :-D
It doesn't work. The startup program is as per the pastebin link on the previous page. When I run startup nothing happens apart from a 2nd command prompt. Why isn't it working?
The pastebin script you linked to is for an XP turtle. Is your turtle an XP turtle?
if you type:
edit startup
Does the program you entered show up?
On the very first line of the program add:
print("Hello World")
Save and exit from the edit mode and run the startup program or reboot program.
Do you see hello world?
It is an XP turtle yes, I did make that clear on the previous page.
Right, I've added the hello world line, saved, exited. Run 'startup' and Hello World appears on the next line, then returns to the command prompt again on the next line and nothing else happens. So the actual XP program isn't running. The only way I can get the program to run is by doing it manually, ie, do the pastebin get (blah) enchant, then run 'enchant'. But I have to do this every time the server starts which is annoying. Is there NO possible way to run an XP turtle program as startup then? That sucks if so.
Yes turtles can save and run any program on startup. The issue is on your end.
Sounds like you are not saving the pastbin program as startup or you are not running whatever you saved the program as in startup.
Example you can do this to a freshly created XP turtle:
label set myXPturtle
pastebin get (blah) enchant
edit startup
shell.run("enchant")
save, then exit
reboot
turtle should reboot and run enchant on startup.
or
Example you can do this to a freshly created XP turtle:
label set myXPturtle
pastebin get (blah) startup
reboot
turtle should reboot and run startup.
If you ever need to troubleshoot a program it helps to toss in a print("custom message") to see how far the turtle got in its processing and if you are looking in the right area...
I have tried breaking and replacing the turtle multiple times to clear it but everytime it says that the file already exists. I'm getting seriously hacked off with this BS.![]()
label clear
Well, hello again, Guswut!
It just doesn't work man!! I'm serious. I have done exactly as you've written. Soon as I get to the pastebin get line of your bottom code, it replies with "file already exists". When I type 'reboot' on next line, it just fobs me off with "goodbye" and returns to the Turtle OS command prompt. When I then type 'startup' nothing happens and it gives me another command prompt. I have tried breaking and replacing the turtle multiple times to clear it but everytime it says that the file already exists. I'm getting seriously hacked off with this BS.![]()
[DOUBLEPOST=1364233520][/DOUBLEPOST]...Or you could do as Guswut suggests, which might be the simpler option!pastebin get (blah) enchant
edit startup
shell.run("enchant")
save, then exit
reboot
turtle should reboot and run enchant on startup.
It just doesn't work man!! I'm serious. I have done exactly as you've written. Soon as I get to the pastebin get line of your bottom code, it replies with "file already exists". When I type 'reboot' on next line, it just fobs me off with "goodbye" and returns to the Turtle OS command prompt. When I then type 'startup' nothing happens and it gives me another command prompt. I have tried breaking and replacing the turtle multiple times to clear it but everytime it says that the file already exists. I'm getting seriously hacked off with this BS.![]()
anywhere i can get a list of the default commands available to turtles [ultimate pack 1.4.7 if that matters], and I don't mean the turtle api? didn't see a listing on the computercraft/ftb wiki. some examples of the info I've gleaned through forum/wiki posts that would be in this list:
mv / cp / rm comnands
shell.run("program_name")
Much appreciate this link, anonymous internet persona![]()