awsmazinggenius, on 24 December 2013 - 01:03 PM, said:
Arduin, on 24 December 2013 - 11:10 AM, said:
Since ChickenBones and MrTJP are doing such an awesome job on the Project: Red mod, I think it should be supported. It is really the best replacement out there.
What is the 'best' replacement and who is doing 'an awesome job' is completely opinion based. (I do love ChickenBones's mods though

) Also, you just bumped a month old thread to show support for a suggestion. While not officially stated, moderators have replied to certain threads to say that you need to add
useful or good content (something that these forums could use a little more of) to bump an old suggestion.
The whole point of showing support for a sugestion, be it old or new, is to provide weight to the idea and further convince the 'powers that be' that the idea is a good one. The support itself is useful for that purpose
theoriginalbit, on 08 January 2014 - 05:33 AM, said:
oeed, on 08 January 2014 - 03:02 AM, said:
Whats with the "colors.white + colors.magenta"? Does that select both?
yes it will, since colors.white is 1 and colors.magenta is 4. Luckily in this case it does work, but its the worst way of doing it.
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.
Why use a function like colors.combine? Yes, you make a very valid point that using addition is incorrect for this purpose but there is another mathematical operator in programming that will do the exact same as colors.combine, the 'and' operator ( & ).
E.G. colors.white & colors.white & colors.orange = 3 which is the same result as colors.white + colors.orange effectively ignoring the extra white, and is exactly the same as your colors.combine example only shorter to write and quicker in operation (as the interpreter does not have to do extra overhead stuff before and after calling the function of combine in the colors object)
As to the original sugestion of this topic. I had seen before a reply to one such sugestion where it was said that Project Red bundled cable support might be added if there were more people using it. It is now used in 3 of the latest mod packs in Feed The Beast, including Direwolf20's pack. You can't have much better endorsement for a mod than Direwolf20
So how about finally adding support for Project Red? Of all the RedPower2 replacements I have looked at, Project Red is the most complete and true to the original that I have seen. I just wish Mr TJP would get round to adding the frames and machines that are missing from Project Red