Jump to content

Where to put Turtle API's?


Ellegon

Recommended Posts

Hi out there,

Just a quick question. I want to write my own API's/Programs for my turtles. Where do I store them on the server so I have them available? I thought it's under mods/ComputerCraft(...) but there is no such directory.

I also tried saving a program in a turtle and then finding it. But I can't seem to locate it either local or on the server? :-(

I have full FTP access to the server btw.

Any hint would be welcomed.

Infos:

I'm running Tekkit Lite 0.6.1

Link to comment
Share on other sites

Thanks for your reply... strangely enough, that folder is empty? I have a lastid file which appareantly shows the last ID that was used (it's incremented when I destroy the turtle and reset it on the ground). Do I have to create the folder manually and put the API's in there?

Link to comment
Share on other sites

the API is in the mod, you just need to write a program, if you did not saved it to a floppy, or labeledd the computer then your code is a goner, also, you dont need to create any directory with hand ( except if u have file permission problems )

go ingame

start up the machine

then label set somethinganythingstringy

then edit and save your code

chk the folder, it must contain the code

not shure about the placement, i think they all stored in their respected world eg: the_nether/computer

PS: the API is between 2 programs, so they have some "unified" interface

Link to comment
Share on other sites

Ok, I found it. The problem was on a totally other area :) It seems that my FTP-client didn't show the subdirectories on the server. I now used the File Browser in the Web-Interface of my hoster and there the directores are visible.

Sorry for the confusion and thanks a lot for helping. It's really appreciated.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...