Trying to add more garden plants-need help

Post Reply
BMandarino
New member
Posts: 9
Joined: Wed Mar 18, 2015 22:03
In-game: BMandarino

Trying to add more garden plants-need help

by BMandarino » Post

I have been wanting to make a mod for more garden plants, but I'm not so good with coding. I kind of get overloaded when I look at sample lua code. I have the textures and have been able to make the placing of flowers work by copying the default flowers mod and editing it, but I remember something about abms being slow. Does anybody know a better way? I also want to try to add flowering bushes, trees, and maybe flowering vines.
Attachments
garden_blooms.zip
Here's the code to look at:
(277.6 KiB) Downloaded 94 times

Sokomine
Member
Posts: 4289
Joined: Sun Sep 09, 2012 17:31
GitHub: Sokomine
IRC: Sokomine
In-game: Sokomine

Re: Trying to add more garden plants-need help

by Sokomine » Post

You ought to talk to VanessaE. More plants would certainly be welcomed by plants_lib. Can you show us a few screenshots?
A list of my mods can be found here.

BMandarino
New member
Posts: 9
Joined: Wed Mar 18, 2015 22:03
In-game: BMandarino

Re: Trying to add more garden plants-need help

by BMandarino » Post

mums, lily of the valley, alliums, dianthus, and calceolaria
mums, lily of the valley, alliums, dianthus, and calceolaria
screenshot_651874.png (205 KiB) Viewed 686 times

User avatar
Don
Member
Posts: 1643
Joined: Sat May 17, 2014 18:40
GitHub: DonBatman
IRC: Batman
In-game: Batman

Re: Trying to add more garden plants-need help

by Don » Post

BMandarino wrote:
screenshot_651874.png
Those look nice.
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!

A list of my mods can be found here

Sokomine
Member
Posts: 4289
Joined: Sun Sep 09, 2012 17:31
GitHub: Sokomine
IRC: Sokomine
In-game: Sokomine

Re: Trying to add more garden plants-need help

by Sokomine » Post

Nice plants! Hope they can get added. The world looks better if more plants are growing in it.
A list of my mods can be found here.

BMandarino
New member
Posts: 9
Joined: Wed Mar 18, 2015 22:03
In-game: BMandarino

Re: Trying to add more garden plants-need help

by BMandarino » Post

narcissis, techophilaea, gentiana, lupine
narcissis, techophilaea, gentiana, lupine
screenshot_1230128.png (190.7 KiB) Viewed 686 times
I added new flowers. I am trying to figure out how to add trees. The leaves would be flowers. I'll look at default again.

twoelk
Member
Posts: 1482
Joined: Fri Apr 19, 2013 16:19
GitHub: twoelk
IRC: twoelk
In-game: twoelk
Location: northern Germany

Re: Trying to add more garden plants-need help

by twoelk » Post

yay! more flowers :-)

A greater variaty in flowers would be great for creating gardens. A nice choice of clusters, pillows. formal arrangements, bushes, high stem, varying hights and fencelike combining of adjoining plant nodes would make gardening much more interesting.

User avatar
Topywo
Member
Posts: 1721
Joined: Fri May 18, 2012 20:27

Re: Trying to add more garden plants-need help

by Topywo » Post

Your flowers look great!

User avatar
ExeterDad
Member
Posts: 1717
Joined: Sun Jun 01, 2014 20:00
In-game: ExeterDad
Location: New Hampshire U.S.A

Re: Trying to add more garden plants-need help

by ExeterDad » Post

I was checking out your screenies when the wife walked by. She says "Ooooooooooh."
I think she approves :)

User avatar
helgajones
New member
Posts: 1
Joined: Wed May 27, 2015 07:46

Re: Trying to add more garden plants-need help

by helgajones » Post

It is always a nice idea to have more plants in your garden. You should try planting some new flowers for your garden. You can also add some new decorations and some furniture to make your garden more attractive.

BMandarino
New member
Posts: 9
Joined: Wed Mar 18, 2015 22:03
In-game: BMandarino

Re: Trying to add more garden plants-need help

by BMandarino » Post

Sorry this has taken a while. Stuff got in the way. Like technical issues and life. Does anyone know how to make trees? I want to add flowering trees next. Also people can do whatever they want with my pictures and code.

BMandarino
New member
Posts: 9
Joined: Wed Mar 18, 2015 22:03
In-game: BMandarino

Re: Trying to add more garden plants-need help

by BMandarino » Post

hankercheif tree
hankercheif tree
hankercheif_tree.png (11.98 KiB) Viewed 686 times
manna ash
manna ash
manna_ash.png (10.67 KiB) Viewed 686 times

User avatar
kaadmy
Member
Posts: 706
Joined: Thu Aug 27, 2015 23:07
GitHub: kaadmy
IRC: KaadmY
In-game: KaadmY kaadmy NeD

Re: Trying to add more garden plants-need help

by kaadmy » Post

As for letting people do what they want with the code/images, you should attach a formal license, like CC0 or WTFPL(Read both of them, see if you like either.)

As for images, they should be the same size as the default textures, ie. 16x16.
Never paint white stripes on roads near Zebra crossings.

Pixture

BMandarino
New member
Posts: 9
Joined: Wed Mar 18, 2015 22:03
In-game: BMandarino

Re: Trying to add more garden plants-need help

by BMandarino » Post

WT*PL. I can't get the detail in the 16x16 I need for flowers, especially trees.

User avatar
kaadmy
Member
Posts: 706
Joined: Thu Aug 27, 2015 23:07
GitHub: kaadmy
IRC: KaadmY
In-game: KaadmY kaadmy NeD

Re: Trying to add more garden plants-need help

by kaadmy » Post

Ah, ok.
Never paint white stripes on roads near Zebra crossings.

Pixture

Sokomine
Member
Posts: 4289
Joined: Sun Sep 09, 2012 17:31
GitHub: Sokomine
IRC: Sokomine
In-game: Sokomine

Re: Trying to add more garden plants-need help

by Sokomine » Post

BMandarino wrote: Sorry this has taken a while. Stuff got in the way. Like technical issues and life. Does anyone know how to make trees? I want to add flowering trees next. Also people can do whatever they want with my pictures and code.
I'm working on a trees_lib that will (hopefully!) allow to easily add new trees. In general, the following textures are helpful: Tree trunk as seen from the side, tree trunk as seen from top, wood texture, leaf texture (seems you did two leaf textures?), (optional) fruit texture. Maybe your leaf textures can be combined with a tree that has only trunks so far. It's always nice to have more growing stuff!
A list of my mods can be found here.

BMandarino
New member
Posts: 9
Joined: Wed Mar 18, 2015 22:03
In-game: BMandarino

Re: Trying to add more garden plants-need help

by BMandarino » Post

Yes, those are leaf textures. I don't mind if they are combined with other trunks. Thanks for trying to help. I hope it works.

BMandarino
New member
Posts: 9
Joined: Wed Mar 18, 2015 22:03
In-game: BMandarino

Re: Trying to add more garden plants-need help

by BMandarino » Post

I know I haven't really done much with this mod, but I don't think I will continue it due to major health concerns. I am sorry, but I thought I should let you know. Anyone is free to pick up this project if they want.

Post Reply

Who is online

Users browsing this forum: SkyBuilder1717 and 6 guests