Force specific traits / colors? #274
-
Hi there community, I recently stumbled upon this project and after giving it a few tests it looks really promising, kudos to the developers at Hashlips and to this modified fork by nftchef :) I am having a little issue or question here so some guidance would be greatly appreciated. Is there a way to enforce the same color being used based on different layers? Let me give you an example, here is a sample structure:
In an ideal case scenario, I would like to choose same color traits when running the script, meaning that if I have Yellow Hair I should also have a Yellow Beard? I hope this makes sense. It would be greatly appreciated if someone can point me in the right direction, thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
One way I've worked around this is running the logic from color first.
|
Beta Was this translation helpful? Give feedback.
-
That's an awesome suggestion, thank you @neilryanh I get the gist of the idea, but could you show me how this would look like in the actual layerConfigurations? I can't seem to grasp it. Thank you so much, your help is greatly appreciated. |
Beta Was this translation helpful? Give feedback.
-
EDIT: Then, in your config, all you call is the top folder |
Beta Was this translation helpful? Give feedback.
-
Fantastic, thank you so much @neilryanh you're a life-saver, next coffee is on me :) |
Beta Was this translation helpful? Give feedback.
-
Just tested this method and I can confirm it works! 1000 Thanks again @neilryanh |
Beta Was this translation helpful? Give feedback.
-
Awesome! Happy to help. |
Beta Was this translation helpful? Give feedback.
EDIT: Then, in your config, all you call is the t…