Incompatibilities not working #232
Replies: 1 comment 1 reply
-
One thing I'm noticing in your setup, is that you're giving the generator multiple images from the same layer as a forced combination (so helmet_green is in a forced combination with many different visors). And that leads me to think that you're trying to use the forced combinations setup as allowed combinations instead. The generator doesn't work with that; that should be achieved through nesting, I think, or simply by setting all the other stuff as incompatible and not setting up forced combinations for the remaining images. Other than that, I'm on my phone and I can't really check things out very well, but perhaps fixing the above already solves some issues you're having. Try turning the logs on as well to see what's happening. It might have an issue with for example helmet_green appearing multiple times in the setup. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
the images that are being generated, they do have one forced combination treat but the code isn't going further down the forced combination structure. e.g if background green is selected, then it pairs with green suit but when green suit is selected it's not selecting green helmet or green visor.
Below is how my folders and files are organised. All subfolders have equal weights, the images inside those folders have different weights.

This is how I've written the incompatibilities code -
and so on for each folder
And this is how I've written the forced compatibility code -
What am i doing wrong? Please help.
Beta Was this translation helpful? Give feedback.
All reactions