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

CC 1.31 [Rednet and Turtle Crashes]

Started by ironsmith123, 16 March 2012 - 05:46 AM
ironsmith123 #1
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.
Advert #2
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.
Sebra #3
Posted 16 March 2012 - 02:43 PM
…with modem coords if I'm not mistaken. Not a comp coords.
ironsmith123 #4
Posted 18 March 2012 - 07:16 AM
Is there any way to keep the chunks turtles are in loaded?
Liraal #5
Posted 18 March 2012 - 07:27 AM
ChunkLoading Blocks (actual name :D/>/> )