This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
FuuuAInfiniteLoop(F.A.I.L)'s profile picture

Semi advanced computers

Started by FuuuAInfiniteLoop(F.A.I.L), 13 May 2013 - 05:25 PM
FuuuAInfiniteLoop(F.A.I.L) #1
Posted 13 May 2013 - 07:25 PM
What if you can chage your old normal computer to one with diferrents colors??

Destroy your old normal computer(with label if you dont want to lost files) and put it in a crafting bench with two dyes




The up dye will be the background color and the down one the text color and it will output an Semi-Advanced computer wuth a label that says its colors(ej: Lime in White)

So your background and your text will be ALWAYS the same Meaning that its not too OP

EDIT: CHANGED THE IMAGES!
ds84182 #2
Posted 13 May 2013 - 07:35 PM
Should I be faceplamming,
Or brian not wurking?
EDIT: I don't see why this is needed. We really don't need ANOTHER computer.
Kingdaro #3
Posted 13 May 2013 - 07:37 PM

local background = colors.white
local text = colors.black

while true do
  term.setBackgroundColor(background)
  term.setTextColor(text)
  write '> '
  shell.run(read())
end

And there's the code for your "semi-advanced computer" with custom colors.
Orwell #4
Posted 13 May 2013 - 08:27 PM

local background = colors.white
local text = colors.black

while true do
  term.setBackgroundColor(background)
  term.setTextColor(text)
  write '> '
  shell.run(read())
end

And there's the code for your "semi-advanced computer" with custom colors.
I think he's point is that this one is cheaper. But still I disagree, there's hardly any benefit in this.
Spongy141 #5
Posted 14 May 2013 - 05:59 PM
I like the idea to dye your computer… but not a 'semi advanced computer' its not needed, why not just make a advanced computer?
Cranium #6
Posted 14 May 2013 - 06:08 PM
I agree. I would like to see colored turtles and maybe colored computers, but there is almost no point in this, since advanced computers exist.
Lyqyd #7
Posted 15 May 2013 - 12:21 AM
Also, this would be more restrictive than normal computers, since you can use any combination of black and white on the regular computers.
Left4Cake #8
Posted 15 May 2013 - 10:59 AM
Also, this would be more restrictive than normal computers, since you can use any combination of black and white on the regular computers.

I think he wants to be able to chose what the colors of the 2 color pallet of the normal computer is. So would still be able to use the 2 color in any combo it would just be red and pink, or blue and orange. This to me is on the list of If I had it I may use it but I am not really missing out for not having it.
nutcase84 #9
Posted 15 May 2013 - 01:02 PM

local background = colors.white
local text = colors.black

while true do
  term.setBackgroundColor(background)
  term.setTextColor(text)
  write '> '
  shell.run(read())
end

And there's the code for your "semi-advanced computer" with custom colors.

You forgot to print the current DIR.

local background = colors.white
local text = colors.black
while true do
  term.setBackgroundColor(background)
  term.setTextColor(text)
  write(shell.dir() .. '>')
  shell.run(read())
end
FuuuAInfiniteLoop(F.A.I.L) #10
Posted 15 May 2013 - 02:28 PM
Also, this would be more restrictive than normal computers, since you can use any combination of black and white on the regular computers.

I think he wants to be able to chose what the colors of the 2 color pallet of the normal computer is. So would still be able to use the 2 color in any combo it would just be red and pink, or blue and orange. This to me is on the list of If I had it I may use it but I am not really missing out for not having it.
Thats was my idea
Spongy141 #11
Posted 15 May 2013 - 06:10 PM
Also, this would be more restrictive than normal computers, since you can use any combination of black and white on the regular computers.

I think he wants to be able to chose what the colors of the 2 color pallet of the normal computer is. So would still be able to use the 2 color in any combo it would just be red and pink, or blue and orange. This to me is on the list of If I had it I may use it but I am not really missing out for not having it.
That would add 256 recipes… I'm guessing Cloudy or Dan wouldn't want to do that… plus not many people like the idea… so it probably will not happen
FuuuAInfiniteLoop(F.A.I.L) #12
Posted 15 May 2013 - 06:49 PM
Also, this would be more restrictive than normal computers, since you can use any combination of black and white on the regular computers.

I think he wants to be able to chose what the colors of the 2 color pallet of the normal computer is. So would still be able to use the 2 color in any combo it would just be red and pink, or blue and orange. This to me is on the list of If I had it I may use it but I am not really missing out for not having it.
That would add 256 recipes… I'm guessing Cloudy or Dan wouldn't want to do that… plus not many people like the idea… so it probably will not happen
I believe that the item for the dyes is called item.dyepoweder so its only oner recipe and the colors can be in nbt so only one extra id(or that nbt in a normal computer meaning no extra ids)
Spongy141 #13
Posted 15 May 2013 - 07:44 PM
Also, this would be more restrictive than normal computers, since you can use any combination of black and white on the regular computers.

I think he wants to be able to chose what the colors of the 2 color pallet of the normal computer is. So would still be able to use the 2 color in any combo it would just be red and pink, or blue and orange. This to me is on the list of If I had it I may use it but I am not really missing out for not having it.
That would add 256 recipes… I'm guessing Cloudy or Dan wouldn't want to do that… plus not many people like the idea… so it probably will not happen
I believe that the item for the dyes is called item.dyepoweder so its only oner recipe and the colors can be in nbt so only one extra id(or that nbt in a normal computer meaning no extra ids)
Thats still 256 more recipes… and, as I said, just use a advanced computer.
Lyqyd #14
Posted 15 May 2013 - 07:53 PM
I'm gonna go ahead and lock this.