Jump to content




Video, bundled cable basics


  • You cannot reply to this topic
6 replies to this topic

#1 JelaFish

  • New Members
  • 15 posts

Posted 29 July 2012 - 10:21 PM



If you found this helpful check out my other computercraft tutorials, thanks for watching :ph34r:/>

#2 BigSHinyToys

  • Members
  • 1,001 posts

Posted 30 July 2012 - 01:12 AM

only one slight criticism you used a sleep() instead of waiting for a Redstone event with a os.pullEvent()
Other than that it is a good tutorial.

#3 JelaFish

  • New Members
  • 15 posts

Posted 30 July 2012 - 10:43 AM

Thanks for the correction :ph34r:/>

#4 KingMachine

  • Members
  • 122 posts

Posted 01 August 2012 - 04:53 AM

You're a good guy greg. I watched it to see if I'd learn anything, and in practice, no I didn't, but in logic I leveled up a wee bit. Well done video as well. High quality tutorial.

#5 JelaFish

  • New Members
  • 15 posts

Posted 02 August 2012 - 08:22 PM

Thanks, compliments from people from the computercraft forums mean a lot to me :ph34r:/>

#6 redeye83

  • Members
  • 202 posts
  • LocationUnited Kingdom

Posted 20 January 2013 - 04:44 AM

View PostBigSHinyToys, on 30 July 2012 - 01:12 AM, said:

only one slight criticism you used a sleep() instead of waiting for a Redstone event with a os.pullEvent()
Other than that it is a good tutorial.

So why is this better? Does it create less lag?

#7 BigSHinyToys

  • Members
  • 1,001 posts

Posted 20 January 2013 - 02:52 PM

View Postredeye83, on 20 January 2013 - 04:44 AM, said:

View PostBigSHinyToys, on 30 July 2012 - 01:12 AM, said:

only one slight criticism you used a sleep() instead of waiting for a Redstone event with a os.pullEvent()
Other than that it is a good tutorial.

So why is this better? Does it create less lag?
if you have one computer that is running this loop and sleeping between that is ok if you have a lot it will begin to be a problem. the more computers executing code the more the lag. but if you have the same hundred all waiting for a redstone event that will cause no lag as computers will only activate when something happens.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users