Page 1 of 2

[Mod] mydeck [mydeck]

PostPosted: Sat Apr 04, 2015 23:21
by Don
Image

mydeck - build realistic decks
___________________________________________________________________________________________

Depends - Default
Download - mydeck
Github - mydeck
License - DWYWPL
Collaborators - ssieb
___________________________________________________________________________________________

Tired of using wood blocks for a deck? Now you can make a realistic looking deck.

The latest version adds support for all dye colors.
You have to craft the stain brush and then use dye for the color.
Stain brushes wear out.

To Make a deck you need to craft a machine to make the parts.
When you place a joist on a beam they go together. Place the deck boards on the joists and they go together.
Use the stain brush to stain your deck.
(I will post more info soon)

+ Screenshots

Re: [mod]mydeck[mydeck]

PostPosted: Sun Apr 05, 2015 00:48
by Napiophelios
are those hurricane clips on your framing?
thats so cool.

Re: [mod]mydeck[mydeck]

PostPosted: Sun Apr 05, 2015 04:35
by Nathan.S
This is totally sick, amazing work Don, you never cease to amaze.

Re: [mod]mydeck[mydeck]

PostPosted: Sun Apr 05, 2015 07:55
by Krock
Amazing idea, Don!
In my opinion, it would be better to use the default wood texture to fit better with wooden houses.

Re: [mod]mydeck[mydeck]

PostPosted: Sun Apr 05, 2015 08:34
by jp
Nice work... but you really ought to learn Blender somewhen ;)

Re: [mod]mydeck[mydeck]

PostPosted: Sun Apr 05, 2015 11:58
by Linuxdirk
Looks very great! :)

Try to get rid of the textures and use texture combinators and alpha masks so this mod blends in with all 16×16 texture packs :)

Re: [mod]mydeck[mydeck]

PostPosted: Sun Apr 05, 2015 12:56
by Don
Thanks everyone.
I will consider switching the textures to default wood. If I do that then I will also add support for pinewood and jungle wood. Might even add moretrees support.
@jp - I plan on learning how to use blender after I learn how to write lua. Still a lot to learn.

Re: [mod]mydeck[mydeck]

PostPosted: Mon Apr 06, 2015 12:39
by Don
After a little consideration I decided not to use the default wood texture. I don't like the look of it. I am working on getting the number of images used down a bit.
If you have any more suggestions then please let me know.

Image

Re: [mod]mydeck[mydeck]

PostPosted: Mon Apr 06, 2015 12:56
by 12Me21
The current texture looks really awesome, much better than the default wood texture. Maybe if you do use the default wood texture, make the gaps between the planks line up with the dark lines in the texture.

You should have more colors of stain, (like a darker one) and make different types of planks (for each type of tree). The current one could be for pine.

Re: [mod]mydeck[mydeck]

PostPosted: Mon Apr 06, 2015 14:00
by ExeterDad
I'm all for optimizing and using already loaded textures, but I'm opposed to using the default textures in this case. This mod is beautiful and it's appearance would degrade drastically. Don's latest screenshot says it all.

Re: [mod]mydeck[mydeck]

PostPosted: Mon Apr 06, 2015 14:24
by Don
Thanks for the support. I am optimizing right now.
I am going to use alpha textures for stain. Thanks Linuxdirk for the suggestion.

Re: [mod]mydeck[mydeck]

PostPosted: Mon Apr 06, 2015 14:28
by Sokomine
Looks very nice! I hope to find this on servers soon so that it may be used for buildings.

The texture is indeed a problem. Lining up the gaps between the planks with the end of the elements might indeed help a bit.

Re: [mod]mydeck[mydeck]

PostPosted: Mon Apr 06, 2015 14:59
by Nathan.S
I just played around with this mod, have to say it is as amazing as it looks, but I'm seeing two problems. Corner rails don't always rotate to connect the two side rails and the floor joists seem a little finky in placing, they seem to rotate either direction without caring what they are being placed against. I could be just doing it all wrong though.

Re: [mod]mydeck[mydeck]

PostPosted: Mon Apr 06, 2015 15:16
by 12Me21
ExeterDad wrote:I'm all for optimizing and using already loaded textures, but I'm opposed to using the default textures in this case. This mod is beautiful and it's appearance would degrade drastically. Don's latest screenshot says it all.


The reason that screenshot looks bad is because the textures don't line up with the node boxes. with a small amount of work, you could make the lines in the wood line up with the holes between the planks, and it would look better. Of course, this wouldn't be a replacement for the original textures, but just another alternative.

Re: [mod]mydeck[mydeck]

PostPosted: Mon Apr 06, 2015 15:21
by Don
Nathan.S wrote:I just played around with this mod, have to say it is as amazing as it looks, but I'm seeing two problems. Corner rails don't always rotate to connect the two side rails and the floor joists seem a little finky in placing, they seem to rotate either direction without caring what they are being placed against. I could be just doing it all wrong though.

When you place the nodes they place based on what direction you are facing. I will do a little more testing to make sure I have it right.
The corner rail is also based on your facedir. It places along the back and right side.

Re: [mod]mydeck[mydeck]

PostPosted: Mon Apr 06, 2015 15:24
by 12Me21
Don wrote:
Nathan.S wrote:I just played around with this mod, have to say it is as amazing as it looks, but I'm seeing two problems. Corner rails don't always rotate to connect the two side rails and the floor joists seem a little finky in placing, they seem to rotate either direction without caring what they are being placed against. I could be just doing it all wrong though.

When you place the nodes they place based on what direction you are facing. I will do a little more testing to make sure I have it right.
The corner rail is also based on your facedir. It places along the back and right side.

Maybe you could have them autoconnect, like with mesecons. (but not as complex, though!)

Re: [mod]mydeck[mydeck]

PostPosted: Mon Apr 06, 2015 15:26
by Don
Just pushed the new changes to github. Using an alpha texture for stain now.
https://github.com/DonBatman/mydeck/archive/master.zip

Re: [mod]mydeck[mydeck]

PostPosted: Mon Apr 06, 2015 15:30
by Don
12Me21 wrote:
Don wrote:
Nathan.S wrote:I just played around with this mod, have to say it is as amazing as it looks, but I'm seeing two problems. Corner rails don't always rotate to connect the two side rails and the floor joists seem a little finky in placing, they seem to rotate either direction without caring what they are being placed against. I could be just doing it all wrong though.

When you place the nodes they place based on what direction you are facing. I will do a little more testing to make sure I have it right.
The corner rail is also based on your facedir. It places along the back and right side.

Maybe you could have them autoconnect, like with mesecons. (but not as complex, though!)

As soon as I figure out how to make that happen then I will. I am just learning how to program so there is a lot I still do not know.
If anyone wants to help with this or anything else please feel free to do so. Whether it is comments, point to where to find the info to make things work or help write the code. I appreciate it all.

Re: [mod]mydeck[mydeck]

PostPosted: Mon Apr 06, 2015 15:42
by Nathan.S
Thanks, Now I won't have a deck that looks like a checker board.

Re: [mod]mydeck[mydeck]

PostPosted: Mon Apr 06, 2015 17:46
by TG-MyinaWD
WOW DON!
This beyond minetest!
I am really going add this to my Realism Life (minetest subgame).
Just wait until you see I make with some HD textures.

Keep these awesome ideas coming. since I just might add them all to my Subgame XD
And you sir deserving to have an an Rating.

+ My Rating


+ Screenshots in Realism Life (Placeholder for an edit)

Re: [mod]mydeck[mydeck]

PostPosted: Mon Apr 06, 2015 18:12
by Don
Alt. Tester wrote:WOW DON!
This beyond minetest!
I am really going add this to my Realism Life (minetest subgame).
Just wait until you see I make with some HD textures.

Keep these awesome ideas coming. since I just might add them all to my Subgame XD
And you sir deserving to have an an Rating.

+ My Rating


+ Screenshots in Realism Life (Placeholder for an edit)

Thank you. Glad people like it. You might want to take a look on my website to see if any of my other mods would work in your game. I don't have them all on the forum yet. Link in my signature.

Re: [mod]mydeck[mydeck]

PostPosted: Mon Apr 06, 2015 20:59
by 12Me21
Don wrote:
12Me21 wrote:
Don wrote:--
When you place the nodes they place based on what direction you are facing. I will do a little more testing to make sure I have it right.
The corner rail is also based on your facedir. It places along the back and right side.

Maybe you could have them autoconnect, like with mesecons. (but not as complex, though!)

As soon as I figure out how to make that happen then I will. I am just learning how to program so there is a lot I still do not know.
If anyone wants to help with this or anything else please feel free to do so. Whether it is comments, point to where to find the info to make things work or help write the code. I appreciate it all.


I can help with making the autoconnect (hopefully)

Re: [mod]mydeck[mydeck]

PostPosted: Mon Apr 06, 2015 21:07
by Don
Awesome. 12Me21. I would love the help. Maybe you could teach me something.

Re: [mod]mydeck[mydeck]

PostPosted: Mon Apr 06, 2015 21:45
by 12Me21
Why are there so many lua files!

Re: [mod]mydeck[mydeck]

PostPosted: Mon Apr 06, 2015 21:51
by Thermal_Shock
This mod really is very impressive. You could easily go hog wild and create the deck and patio version of Home Decor if you wanted to.

Screw those cheap autocad technical drawings. Create your backyard oasis with Minetest!

Re: [mod]mydeck[mydeck]

PostPosted: Mon Apr 06, 2015 22:56
by Don
Update

Added sound
added sunlight propogates to a few I missed
added depends.txt
made it so deckboards can be fastened to beams. They go together so the top is at half a block. Handy for a few things but makes a great bridge for a foot path.
Image

Re: [mod]mydeck[mydeck]

PostPosted: Tue Apr 07, 2015 01:08
by 12Me21
This should definitely go in homedecor!

Anyway, what are all those on_place functions? I haven't used the mod very much, but so far I haven't seen them do anything.

Re: [mod]mydeck[mydeck]

PostPosted: Tue Apr 07, 2015 01:14
by Don
They set the node or replace the existing node. Play with the mod a bit to see how it works.

Re: [mod]mydeck[mydeck]

PostPosted: Sun Apr 12, 2015 20:18
by Don
Mydecks updated.
Made them flammable.
Use any wood to make them now.

Thanks Nathan for pointing out the issues.

Re: [mod]mydeck[mydeck]

PostPosted: Sat May 16, 2015 17:50
by Don
Update
The latest version adds support for all dye colors.
You have to craft the stain brush and then use dye for the color.
Stain brushes wear out.