This is a read-only snapshot of the ComputerCraft forums,
taken in April 2020.
Light From Monitor/advanced Monitor
Started by jamd315, 12 October 2013 - 03:44 AMPosted 12 October 2013 - 05:44 AM
I think monitors and advanced monitors should emit a low level of light, similar to real monitors. It would make it realistic for when you use a computer at night, and it lights up the room.
Posted 12 October 2013 - 02:39 PM
Perhaps you could set a light level with a peripheral method. Might be kinda interesting.
Posted 14 October 2013 - 03:22 PM
Also I don't think monitors block light either. So you could put glow stone or lamps behind it, but that takes up space.
Posted 14 October 2013 - 04:21 PM
What about not letting it emit the same light level all the time but calculating the light level out of the number of pixels that are lit?(for example a screen with 50% pixels white and 50% pixels black would only emit half of the light that a completely white screen would emit) That would really add some realism to it.
Posted 14 October 2013 - 05:07 PM
Actually, I don't think this is so much of a bad idea.
I would like to see computer monitors output the same amount of light as a redstone torch, in a unidirectional way. The back wouldn't project light for instance, but everything in front of the monitor would.
I like this simple idea.
I would like to see computer monitors output the same amount of light as a redstone torch, in a unidirectional way. The back wouldn't project light for instance, but everything in front of the monitor would.
I like this simple idea.
Posted 16 October 2013 - 02:18 AM
Did Dinnerbone(?)'s light rewrite make it into Minecraft yet?Actually, I don't think this is so much of a bad idea.
I would like to see computer monitors output the same amount of light as a redstone torch, in a unidirectional way. The back wouldn't project light for instance, but everything in front of the monitor would.
I like this simple idea.
Posted 16 October 2013 - 03:03 AM
I think it came through with the latest snapshot #MayBeWrongDid Dinnerbone(?)'s light rewrite make it into Minecraft yet?
Posted 16 October 2013 - 11:12 AM
I wouldn't know actually. I don't follow the development that closely, I just pay attention to the major updates.
Posted 18 November 2013 - 06:02 PM
you could add a backlight to the monitor that would make it so the text would appear lighter base on the level you set it too. and the level you set it to would determine how much it illuminated.
Posted 18 November 2013 - 06:08 PM
That was mentioned in the very first reply to the topic. Please read the entire topic before posting.
Posted 19 November 2013 - 05:44 PM
Perhaps you could set a light level with a peripheral method. Might be kinda interesting.
the first reply said nothing about the text appearing brighter.That was mentioned in the very first reply to the topic. Please read the entire topic before posting.
Posted 22 November 2013 - 10:59 AM
local mon = peripheral.wrap("monitor_0")
mon.setBacklight(true)
This way it could be toggleable - combined with a daylight sensor, you could have it turn on a backlight when it gets too dark. Maybe only advanced monitors have this functionality, and, just so it makes sense, a redstone lamp is included (possibly replacing the glass pane) in the recipe.Edited on 22 November 2013 - 10:01 AM
Posted 24 November 2013 - 07:52 AM
I really like this idea.
Totally agree.
Actually, I don't think this is so much of a bad idea.
I would like to see computer monitors output the same amount of light as a redstone torch, in a unidirectional way. The back wouldn't project light for instance, but everything in front of the monitor would.
I like this simple idea.
Totally agree.