Re: [Mod] 3D Furniture [1.0] [3dforniture]
You my friend have literally revolutionized the way I build houses on minetest....
You are not logged in. Please login or register.
Minetest Forums → Mod Releases → [Mod] 3D Furniture [1.0] [3dforniture]
You my friend have literally revolutionized the way I build houses on minetest....
3d apples.
if someone provides me the code to join two blocks nodebox with
paramtype = "light", paramtype2 = "facedir",could create things like statues and armor, medieval beds, wardrobes ...
I have the code to change a node on the other, but I can not take the value of facedir param2
with this, could create furniture, to open the drawers and doors to give a punchwith what I have, I'm creating a table lamp, which varies from light to punch him
who help me of course, I add in the list of contributions ... unless do not want ...
sorry for my English
Translation by Google
I think I understand what you have been trying to do with facedir. You had the code commented out, so I could look at it. Here's the working version: http://pastebin.com/yeeM9jR4
The problem was that every time you place the node, paramtype2, being set to 'facedir' turns the new node to face the player again. Which is not what you want. So you have to set param2 (direction) to the old direction that was chosen when you first placed the node, and turn paramtype2 off (set it to 'none'). Pity about the naming of these things, they make it harder to figure out.
Thanks, I just try now,
still not working ...
the first node retains the position now, but the second is placed according to the axes of the world ... (north, south) ...
must be a problem lua.api
It seems to be working on my side... would you mind if I created a github repository for the mod and then gave you access? Or maybe you can do it if you know how? That's the best way to work together on some code.
Also, if you want me to create the repository, do you want to rename it "Furniture"?
I guess you could also call it "Muebles". Strangely enough, that is the word for Furniture in Afrikaans too.
I think a good idea, although I have never used github, just to download software ... about the name I have no problem switching to another more suitable, the first block I made were a table and chair, and so I call "furniture" ...
tonyka,
You can ask if you have questions on using git/github.
(si gustas, en español; creo que te será más cómodo.)
hey thanks, I'll remember for when I have doubts,
also my English is 90% google, not knowing languages is certainly a setback
Can you change this mod so that it uses the game's default textures for treetrunks? Otherwise it requires adding more textures to my packs.
Can you change this mod so that it uses the game's default textures for treetrunks? Otherwise it requires adding more textures to my packs.
if of course ...
the only problem is I use 2 textures for the crust, one is identical to the game and the other a little brighter, I did it on purpose to give a more realistic sense of lighting.
the superior texture was created in order to adapt better to the shape of the trunk, but also the default textures are well ...
I'm still learning to use GitHub but still leave you the link, and I'll add it to the first post ...
anyone who wants to collaborate, is welcome.
GitHub:
https://github.com/tony-ka/tonyka-minetest-mods
When I pick up the hatch the toilet rotate to north-south direction. Is it normal? I can't pee.
When I pick up the hatch the toilet rotate to north-south direction. Is it normal? I can't pee.
ups ...
my fault, I forgot to turn off the code to open and close the lid ...
use the node-box feature to create all these objects, still in experimental development, and has some flaws, this is one of them ...
Looks really good with my photorealistic textures :-)
Now if only it didn't lag so much (not your fault)
Animated lid is amazing feature. Is there will be possibility to using toilet as a... chest? Not necessarily for excrements ;)
I added the full crafting in HTML format in the zip file
(I have not yet update the image of crafting of the post ... sorry)
Animated lid is amazing feature. Is there will be possibility to using toilet as a... chest? Not necessarily for excrements ;)
I do not know if I could do it ...
are two distinct blocks, one is destroyed, so the other can be put in place ...
there is a mod that allows you to create networks of chests, so if that is possible ...
http://minetest.net/forum/viewtopic.php?id=2538
When I pick up the hatch the toilet rotate to north-south direction. Is it normal? I can't pee.
the toilet open and close properly ...
had an "=" of more ...
I'm stupid with lua : P
I added sound to the toilet
Amazing :) What do you think about adding a looped sound to the tap?
yes, I have this idea
I'm learning lua, step by step, so I'm going so slow, but although I am noob in lua, I think I've managed to do something great
I want to push the limits much more
Tonyka, how hard would it be to make round cactuses like round trees? I messed with the tree texture and here's what it might look like: (click to enlarge)
Tonyka, how hard would it be to make round cactuses like round trees? I messed with the tree texture and here's what it might look like: (click to enlarge)
would be easy, if I have not done it yet is because I have this mod somewhat abandoned ... XD
only instead of cylindrical ||
I would give barrel shaped ()
Can you round the top of the cactus somehow? Maybe create a custom node (that drops a regular cactus) to cap it?
of course
using nodebox
Minetest Forums → Mod Releases → [Mod] 3D Furniture [1.0] [3dforniture]
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 3 official extensions. Copyright © 2003–2009 PunBB.
Generated in 0.043 seconds (93% PHP - 7% DB) with 8 queries