61 posts
Posted 16 March 2012 - 06:46 AM
For some reason my rednet stuff I have going on such as a gps host will just stop broadcasting for no apparent reason. It's the same with the turtles, sometimes they stop will shut down and restart.
454 posts
Location
London
Posted 16 March 2012 - 07:15 AM
This is probably because the chunk they are in gets unloaded.
If you want to run a gps host, you'll probably want to make a startup script that starts the gps host program.
shell.run("gps", "host", "0", "0", "0")
Substitute 0s with your position.
724 posts
Posted 16 March 2012 - 02:43 PM
…with modem coords if I'm not mistaken. Not a comp coords.
61 posts
Posted 18 March 2012 - 07:16 AM
Is there any way to keep the chunks turtles are in loaded?
473 posts
Location
Poland
Posted 18 March 2012 - 07:27 AM
ChunkLoading Blocks (actual name :D/>/> )