Trait variations #316
-
Hi, is it possible to choose trait from list and then choose it's random variation while in DNA it still shows up as base trait? I hope my question is clearly written :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Actually my knowledge about coding is close to zero but i foud an answer myself. I don't know it's best way, but it works. So if I want to have traits variations like color or something, but maintain the same trait value, I made new folder with name of trait value and in this folder I put every variation .png files. Each file have same name, just changed weight so explorer won't show error that files are the same names. Eg.: So now my Hair can have: |
Beta Was this translation helpful? Give feedback.
Actually my knowledge about coding is close to zero but i foud an answer myself. I don't know it's best way, but it works. So if I want to have traits variations like color or something, but maintain the same trait value, I made new folder with name of trait value and in this folder I put every variation .png files. Each file have same name, just changed weight so explorer won't show error that files are the same names.
Eg.:
-HAIR <-- this is root/layer folder
---long#10.png
---medium#10 <-- this is the nested folder
---medium#20.png <---this is let's say blonde color variation
---medium#21.png <---this is brown color variation
---medium#22.png <---this is dark color variation
---mohawk#1…