451 posts
Location
The left part of this post
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!
266 posts
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.
1688 posts
Location
'MURICA
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.
1054 posts
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.
645 posts
Location
'Merica
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?
3790 posts
Location
Lincoln, Nebraska
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.
8543 posts
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.
280 posts
Location
Earth
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.
770 posts
Location
In My Lonely Little Computer Corner
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
451 posts
Location
The left part of this post
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
645 posts
Location
'Merica
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
451 posts
Location
The left part of this post
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)
645 posts
Location
'Merica
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.
8543 posts
Posted 15 May 2013 - 07:53 PM
I'm gonna go ahead and lock this.