Project Red Bundled Cable Support.
#21
Posted 17 November 2013 - 11:08 PM
#22
Posted 17 November 2013 - 11:40 PM
Lyqyd, on 17 November 2013 - 11:08 PM, said:
It's no sillier than it would be for computercraft to go around and look for any mod that provides an API for bundled cables would be. It's just people making choices for things they want.
Edited by ElvishJerricco, 17 November 2013 - 11:45 PM.
#23
Posted 18 November 2013 - 12:02 AM
ElvishJerricco, on 17 November 2013 - 11:40 PM, said:
Edited by theoriginalbit, 18 November 2013 - 12:02 AM.
#24
Posted 18 November 2013 - 09:03 AM
I'm not developer, but I think that will allow any different cables to interact with each other.
#26
Posted 18 November 2013 - 09:23 AM
theoriginalbit, on 18 November 2013 - 09:14 AM, said:
ChickenBones is a developer on ProjectRed now.
It's totally not something Forge should be involved in though. Forge should be involved in things like the fluid API or maybe a motion API (← man I hope someone gets to doing this); things that are very core MC style features. Not something as high level and specific as bundled cables.
Edited by ElvishJerricco, 18 November 2013 - 09:25 AM.
#27
Posted 24 December 2013 - 11:10 AM
#28
Posted 24 December 2013 - 01:03 PM
Arduin, on 24 December 2013 - 11:10 AM, said:
What is the 'best' replacement and who is doing 'an awesome job' is completely opinion based. (I do love ChickenBones's mods though
Edited by awsmazinggenius, 24 December 2013 - 01:04 PM.
#29
Posted 02 January 2014 - 11:59 AM
In the meantime: I'm a bit perplexed. Is there a way to interface the MFR RedNet cables to Project Red bundled cables?
#30
Posted 02 January 2014 - 12:29 PM
#31
Posted 06 January 2014 - 01:44 PM
The output works and i'm working on the part for reading the input.
Below is a screenshot taken 30 mins ago.
local p = peripheral.wrap("left")
p.setBundledOutput(colors.white + colors.magenta)
#32
Posted 08 January 2014 - 03:02 AM
Pzyber, on 06 January 2014 - 01:44 PM, said:
The output works and i'm working on the part for reading the input.
Below is a screenshot taken 30 mins ago.
local p = peripheral.wrap("left")
p.setBundledOutput(colors.white + colors.magenta)
--snip--
Whats with the "colors.white + colors.magenta"? Does that select both?
#33
Posted 08 January 2014 - 03:50 AM
#34
Posted 08 January 2014 - 05:33 AM
oeed, on 08 January 2014 - 03:02 AM, said:
For example colors.white + colors.white + colors.orange you would expect for it to turn on white and orange, however it doesn't, it turns on magenta. Why? because 1 + 1 + 2 = 4 and as shown before magenta is 4.
The way that this should be used is use of colors.combine so that you get the desired output, if we test with the above using this, colors.combine(colors.white, colors.white, colors.orange), it will now be 3 which is what the output should be to get white and orange.
#35
Posted 09 January 2014 - 12:25 AM
As I'm not allowed to create a new topic I'll post a link here.
It includes the Bundled Connector peripheral so you can control Project Red bundled output/input through your computers.
It works almost like the bundled options in the redstone API except for that it uses north, west, south and east instead of fron, left, back and right as side.
#36
Posted 10 January 2014 - 12:25 AM
Pzyber, on 09 January 2014 - 12:25 AM, said:
As I'm not allowed to create a new topic I'll post a link here.
It includes the Bundled Connector peripheral so you can control Project Red bundled output/input through your computers.
It works almost like the bundled options in the redstone API except for that it uses north, west, south and east instead of fron, left, back and right as side.
Very nice! I can't wait to start using it.
#37
Posted 11 January 2014 - 05:36 PM
Pzyber, on 06 January 2014 - 01:44 PM, said:
The output works and i'm working on the part for reading the input.
Below is a screenshot taken 30 mins ago.
local p = peripheral.wrap("left")
p.setBundledOutput(colors.white + colors.magenta)

Nice! It would be nice if it was able to be attached to the side of the computer like a modem, but still nice none the less. Good work!
#39
#40
Posted 11 January 2014 - 10:34 PM
Jguy, on 11 January 2014 - 09:20 PM, said:
The wired modem, and the wireless modem.
There are at least four peripherals that are full-block
computer, monitor, disk drive, and printer.
Where did you get that idea?
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users











