Hybrid Dog wrote:So you could short the code:Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
local COLOURS = {
{"green", "Green"},
{"lightblue", "Light Blue"},
{"blue", "Blue"},
{"white", "White"},
{"black", "Black"},
{"pink", "Pink"}
}
for i in ipairs(COLOURS) do
local colour = COLOURS[i][1]
minetest.register_node("greenscreens:"..colour,{
description = COLOURS[i][2].." Screen",
groups = {cracky = 1},
tiles = {colour..".png"},
drawtype="glasslike",
paramtype = "light",
light_source = 5,
})
end
JBR wrote:Hybrid Dog wrote:So you could short the code:Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
local COLOURS = {
{"green", "Green"},
{"lightblue", "Light Blue"},
{"blue", "Blue"},
{"white", "White"},
{"black", "Black"},
{"pink", "Pink"}
}
for i in ipairs(COLOURS) do
local colour = COLOURS[i][1]
minetest.register_node("greenscreens:"..colour,{
description = COLOURS[i][2].." Screen",
groups = {cracky = 1},
tiles = {colour..".png"},
drawtype="glasslike",
paramtype = "light",
light_source = 5,
})
end
Thanks but will it make any difference if I do that?
Hybrid Dog wrote:I think coloredwood could look better if every block gets a special texture.Evergreen wrote:Take the colored wood mod for example. There are WAY to many different colors to code each node.If possible you could pngcrush the textures, tooEvergreen wrote:Also,(as Hybrid-Dog suggested)change the image size to 1x1 because it is a single flat color.
webdesigner97 wrote:But I don't understand your question. Which pictures do you want to show where?
i took so many screenshots but one of those screenshots are not appearing on the screenLionsDen wrote:He thinks the pictures are placed onto the green blocks, not the item that you want to takes the picture of. Easy mistake to make.
What this mod does is make single color blocks that you can place in your world. You then build a house or statue or something that you want a picture of on them. Then you position yourself so that you can see what you built with the single color blocks around it and take a screenshot. You then are able to take that screenshot into an image editing program and select the single color and delete it. Or you could invert the selection afterwards and then copy and paste your beautiful object out of the minetest world and put it into a different picture. That is all that this mod is really for. It doesn't allow you to display images onto the colored blocks.
Listen, the green screens aren't supposed to have a picture show up on them. They are for image editing pictures only, so if you aren't going to edit the screenshots afterwards, then this mod is useless to you. And also, there is no "easier" way of doing that in an image editor.hampa16 wrote:so can you tell me do do this the easy waythey won't show up on the screens
WELL THIS MOD IS USELESS NOWEvergreen wrote:Listen, the green screens aren't supposed to have a picture show up on them. They are for image editing pictures only, so if you aren't going to edit the screenshots afterwards, then this mod is useless to you. And also, there is no "easier" way of doing that in an image editor.hampa16 wrote:so can you tell me do do this the easy waythey won't show up on the screens
hampa16 wrote:[spoiler]WELL THIS MOD IS USELESS NOW[/spoiler]Evergreen wrote:Listen, the green screens aren't supposed to have a picture show up on them. They are for image editing pictures only, so if you aren't going to edit the screenshots afterwards, then this mod is useless to you. And also, there is no "easier" way of doing that in an image editor.hampa16 wrote:so can you tell me do do this the easy way
It is useless for you, but it is very useful for lots of people. (including me)hampa16 wrote:WELL THIS MOD IS USELESS NOWEvergreen wrote:Listen, the green screens aren't supposed to have a picture show up on them. They are for image editing pictures only, so if you aren't going to edit the screenshots afterwards, then this mod is useless to you. And also, there is no "easier" way of doing that in an image editor.hampa16 wrote:so can you tell me do do this the easy way
Edit: Spoiler Abuse
hampa16 wrote:WELL THIS MOD IS USELESS NOWEvergreen wrote:Listen, the green screens aren't supposed to have a picture show up on them. They are for image editing pictures only, so if you aren't going to edit the screenshots afterwards, then this mod is useless to you. And also, there is no "easier" way of doing that in an image editor.hampa16 wrote:so can you tell me do do this the easy way
Edit: Spoiler Abuse
sfan5 wrote:hampa16 wrote:[spoiler]WELL THIS MOD IS USELESS NOW[/spoiler]Evergreen wrote:Listen, the green screens aren't supposed to have a picture show up on them. They are for image editing pictures only, so if you aren't going to edit the screenshots afterwards, then this mod is useless to you. And also, there is no "easier" way of doing that in an image editor.
Do not abuse spoilers
how do you make the pictures of objects and buildings go on the screen?(by using PhotoEditor?)hampa16 wrote:i took so many screenshots but one of those screenshots are not appearing on the screenLionsDen wrote:He thinks the pictures are placed onto the green blocks, not the item that you want to takes the picture of. Easy mistake to make.
What this mod does is make single color blocks that you can place in your world. You then build a house or statue or something that you want a picture of on them. Then you position yourself so that you can see what you built with the single color blocks around it and take a screenshot. You then are able to take that screenshot into an image editing program and select the single color and delete it. Or you could invert the selection afterwards and then copy and paste your beautiful object out of the minetest world and put it into a different picture. That is all that this mod is really for. It doesn't allow you to display images onto the colored blocks.
hampa16 wrote:how do you make the pictures of objects and buildings go on the screen?(by using PhotoEditor?)
???(this is too confusing)Dan Duncombe wrote:hampa16 wrote:how do you make the pictures of objects and buildings go on the screen?(by using PhotoEditor?)
Basically, here is what the mod does:
It adds nodes, which you can put other nodes on.
You can take a screenshot and edit out the special nodes this mod adds, because they are basically shadowless.
You can then have the picture of the nodes you placed with no background.
c
ccc c = cobblestone block
ccccc
GGGGGGG
GGGcGGG
GGcccGG G = the greenscreen block
GcccccG
GGGGGGG
Users browsing this forum: No registered users and 25 guests