Distributing a trait like Gender #149
Unanswered
beamercola
asked this question in
Help + Q&A
Replies: 2 comments 1 reply
-
The generator is built to work like your 1 approach.
I'm curious what about that was not working? did you figure it out? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Got the same issue. I thought approach 1 was supposed to work, @nftchef?
How should I tell layersOrder for this kind of folder structure? I get an error that the directory doesn't exist for this config: {
growEditionSizeTo: 50,
layersOrder: [
{
name: 'Background',
options: {
bypassDNA: false,
},
},
{ name: 'Female Body', trait: 'Body Type' },
{ name: 'Female Body Mark', trait: 'Body Mark' },
{ name: 'Female Costume', trait: 'Body Costume' },
{
name: 'Female Hair',
trait: 'Hair',
options: {
bypassDNA: false,
},
},
...
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a pretty simple build that's generating a collection of 2222 pfps split by gender
But I'd like the genders to be shuffled at random.
I considered doing 2 separate builds, then running a 3rd build using them all with "Randomly Insert Rare items". Seems doable but a little funky.
Using js to randomly create a massive 2222 item
layerConfigurations
array, and_.shuffle()
it with lodash 😅Is there a way to do this that I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions