Cookiebal's Programs (CookieSystem || Turtle advanced movement || Skynet networking || Project World Eater || And a lot more)
#61
Posted 05 March 2012 - 03:13 PM
#62
Posted 06 March 2012 - 12:14 PM
#63
Posted 06 March 2012 - 12:40 PM
Leo Verto, on 06 March 2012 - 12:14 PM, said:
Or you put some blocks around them in the sky, so that it looks like ballons, planes, etc.
#64
Posted 06 March 2012 - 01:37 PM
Espen, on 06 March 2012 - 12:40 PM, said:
Or you put some blocks around them in the sky, so that it looks like ballons, planes, etc.
Balloons and planes *dreams of it* the turtles could even build their own ones.
#65
Posted 06 March 2012 - 02:14 PM
Leo Verto, on 06 March 2012 - 01:37 PM, said:
Espen, on 06 March 2012 - 12:40 PM, said:
#66
Posted 06 March 2012 - 02:21 PM
Now we just need an AI to code new turtle programs and plan new buildings.
#67
Posted 06 March 2012 - 09:28 PM
Skynetapi
Allows you to send long range messages via a network of special wireless repeaters. Note: You have to open the rednet ports separately
Functions are
skynetrepeater() -- Use this to make a turtle/computer act as a repeater.
skynetsendmessage(message, targetid) -- sends the string message to the computer with id targetid (it will only arrive if both computers are connected to the same network).
skynetreceivemessage() -- Waits for a skynet message and returns it.
skyneteventmessage() -- This one works more like an os.pullEvent() with an extra event named "skynet" (which has the first parameter as message), so that you can wait for a skynet message or a key press or anything else.
IRC
A basic chat program that uses the skynetapi. First make sure you're connected to a skynet, then make sure there is a computer running the IRCserver program and get its ID. Then you have to open the IRCclient program on your own computer and configure the rednet modem side and server id at the top.
commands are
/quit -- be sure to use this when you stop. It causes you to logout so the server won't send messages to your computer anymore.
/name <name> -- Name yourself.
If you don't type a "/" at the start it will send the message to the IRC server and broadcast it to all connected people.
IRCserver
IRCclient
#68
Posted 06 March 2012 - 10:20 PM
#69
Posted 07 March 2012 - 10:12 AM
#70
Posted 07 March 2012 - 11:31 AM
Ceredorac, on 07 March 2012 - 10:12 AM, said:
Build a chest with the pickaxes in it next to the autocrafting table.
wolfnether, on 06 March 2012 - 10:20 PM, said:
It indeed isn't very secure, but it is convenient. A repeater placed anywhere will work without needing to reconfigure the old ones. I just build my computer close enough to the network (or get an additional repeater between me and the network) and I'm good to go.
#71
Posted 10 March 2012 - 12:25 PM
#72
Posted 10 March 2012 - 12:36 PM
To make a repeater you just have to place the computer/turtle where you want and give it a startup program like this:
shell.run("skynetapi")
rednet.open("side the modem is on")
skynetrepeater()
To send a message over the skynet you could use a program like this
shell.run("skynetapi")
rednet.open("side with the modem")
print("What do you want to send")
message = read()
print("Who do you want to send it to")
targetid = read()
skynetsendmessage(message, targetid)
An example program to receive and print messages:
shell.run("skynetapi")
rednet.open("side with the modem")
receivedmessage = skynetreceivemessage()
print(receivedmessage)
#73
Posted 10 March 2012 - 02:50 PM
#74
Posted 10 March 2012 - 03:57 PM
petrus4, on 10 March 2012 - 02:50 PM, said:
With the Turtle Factory? Well, I just hope that at some point the turtle swarm will hit a forest. One proper forest will probably support the factory for quite a while. But other than that I got no special stuff for getting wood.
#75
Posted 12 March 2012 - 01:23 PM
#76
Posted 12 March 2012 - 03:12 PM
#77
Posted 14 March 2012 - 12:13 PM
You will probably also very much like this, Cookie:-
Skynet Tactics
That whole site (http://www.goingfaster.com/term2029/) but particularly the above page, has been an influence on the shell scripting I've done. Christopher Shields is an amazing writer.
#78
Posted 18 March 2012 - 03:26 PM
#79
Posted 21 March 2012 - 07:48 PM
#80
Posted 21 March 2012 - 08:32 PM
BigSHinyToys, on 21 March 2012 - 07:48 PM, said:
Maybe in the future some time, but for now users can use this kind of programs to at least have the message itself encrypted http://www.computerc...__fromsearch__1
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users











