are stackable plantlike nodes possible?

Post Reply
User avatar
Neuromancer
Member
Posts: 964
Joined: Tue Jun 12, 2012 22:28
GitHub: Neuromancer56

are stackable plantlike nodes possible?

by Neuromancer » Post

Is there a way to make a plantlike node that is placeable on top of another plantlike node? If so what is the property to set?

User avatar
Casimir
Member
Posts: 1207
Joined: Fri Aug 03, 2012 16:59
GitHub: CasimirKaPazi

by Casimir » Post

You mean like papyrus? "Plantlike" is about visual appearance, everything else is independent from it.

User avatar
Wuzzy
Member
Posts: 4803
Joined: Mon Sep 24, 2012 15:01
GitHub: Wuzzy2
IRC: Wuzzy
In-game: Wuzzy
Contact:

by Wuzzy » Post

Neuromancer wrote:Is there a way to make a plantlike node that is placeable on top of another plantlike node?
Yes.
Neuromancer wrote:If so what is the property to set?
For the node you want to build to:

Code: Select all

pointable = true,
buildable_to = false,
You normally don’t have to set these properties, since they are implied if you do not mention them in your node definition.

For both nodes:

Code: Select all

drawtype = "plantlike",     -- I hope that’s obvious
Last edited by Wuzzy on Sat Oct 19, 2013 11:15, edited 1 time in total.

Post Reply

Who is online

Users browsing this forum: Semrush [Bot] and 24 guests