Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I have a question about NFT generation #1598

Open
Samuil-end opened this issue May 13, 2024 · 2 comments
Open

I have a question about NFT generation #1598

Samuil-end opened this issue May 13, 2024 · 2 comments

Comments

@Samuil-end
Copy link

I have a question:

  1. is there any way to add exceptions so that a certain layer does not overlap each other ?
    For example, there is a layer of ears and horns
    there are long rabbit-like ears in the ears, and they shouldn't overlap the horns, but there are also elf ears there, so they can already overlap the horns

  2. Is it possible to start generating immediately from the number 64512?

@bolshoytoster
Copy link

@Samuil-end

  1. You could have two separate layerConfigurations, one with long ears without horns, and the other with short ears with horns.

  2. You could change line ~343 in src/main.js:

    for (
    let i = network == NETWORK.sol ? 0 : 1;
    i <= layerConfigurations[layerConfigurations.length - 1].growEditionSizeTo;

to

    let i = 64512;

@Samuil-end
Copy link
Author

1.but these are different items in the collection, and they are presented in different categories

And if I do as you say, they will fall into the category of ears, not horns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants