Jump to content




Redstone Engine

computer lua

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

#1 HPWebcamAble

  • Members
  • 933 posts
  • LocationWeb Development

Posted 11 January 2015 - 01:43 AM

Almost powerpoint!

Description
This program lets you control Bundled Cable, with a computer. But unlike having to code everything, this makes it really simple!

You use this to add 'events' to a list (called a 'config'). Then you run the config (with this program), and each event is executed in order.

The Bundled Cable can be touching any side of the computer

If you don't know how Bundled Cable works, I'd recommend Google. It really is helpful (both google and the cable)


NOTE: CC 1.6 doesn't work with some versions of Project Red/Minefactory Reloaded. Click here to see the required version of both.

Download
Run 'pastebin get eMCqJEBs installer'

Then run 'installer'

It hopefully isn't hard to use but here is a Youtube Video I made if you need help:



Please comment with any questions or bug reports!

Edited by HPWebcamAble, 19 July 2015 - 06:18 AM.


#2 Waitdev_

  • Members
  • 432 posts
  • LocationAdelaide

Posted 18 July 2015 - 07:46 AM

nice!

#3 ebernerd

  • Members
  • 262 posts
  • LocationBoston, MA

Posted 18 July 2015 - 04:50 PM

Before I ask the question Imma ask, this is awesome. Totally awesome. Wish I could do stuff like that. :)

Did you use my color picking function? I built it for my OS, but it looks exactly like the one you're using. Same color layout, same usage... everything. xD
I don't mind, I just thought it was funny that we had the same thing.

EDIT: I think the reason we have the same color layout is because mine does multiplication to get the color, and just places them in the center. I dunno if that's what you did.

Edited by Minecrosoft, 18 July 2015 - 04:55 PM.


#4 HPWebcamAble

  • Members
  • 933 posts
  • LocationWeb Development

Posted 18 July 2015 - 05:09 PM

View PostMinecrosoft, on 18 July 2015 - 04:50 PM, said:

Before I ask the question Imma ask, this is awesome. Totally awesome. Wish I could do stuff like that. :)

View PostWait_, on 18 July 2015 - 07:46 AM, said:

nice!

Thanks! I was worried that no one was using this.

I'm working on version 2 which supports regular redstone, and analog redstone output!
Also, it stores files as regular Lua, so you just run the files that it makes.



View PostMinecrosoft, on 18 July 2015 - 04:50 PM, said:

Did you use my color picking function? I built it for my OS, but it looks exactly like the one you're using. Same color layout, same usage... everything. xD
I don't mind, I just thought it was funny that we had the same thing.

EDIT: I think the reason we have the same color layout is because mine does multiplication to get the color, and just places them in the center. I dunno if that's what you did.

No I didn't use yours, but like you said, it multiplys 2 several times until it hits black (32000 something)

Spoiler

Edited by HPWebcamAble, 18 July 2015 - 05:10 PM.


#5 ebernerd

  • Members
  • 262 posts
  • LocationBoston, MA

Posted 18 July 2015 - 11:11 PM

My function does the same thing as yours, crazy coincidence. :)

This is seriously so cool though.

#6 PixelFox

  • Members
  • 106 posts

Posted 31 August 2015 - 11:52 PM

Here's a better algorithm: bit.brshift(color, 1) / bit.blshift(color, 1) works for colors.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users