pinosante / VAM-Evolutionary-Character-Creation

Create beatiful girls, guys and futas using a sophisticated genetic algorithm.
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

Comment on milestone #44

Open chris-b-pacon opened 1 year ago

chris-b-pacon commented 1 year ago

Is there a list of "standard" morphs?

pinosante commented 1 year ago

Well, one way to get them, which takes quite some time, is to do a clean install with vam (I did that) and create a new character, and filter the morphs on Morph/Head/Brow or whatever, and then set the values of the morphs which you can choose, to something not 0. And then save the appearance. You can then read the .vap file to see what are the names of the Morphs.

pinosante commented 1 year ago

Head Morphs.zip Here is an example of where I did this for the head morphs. (And then got fed up with it). You can open the .vap's and see the morphs json. You could parse that easily and only take the non 0 values and that would give you all the uid's and names of the morphs affecting the head.

pinosante commented 1 year ago

Btw, if we go on with this milestone it's no problem to just do what I described above. It's probably just an hour of mindless clicking to make that happen. I won't/don't mind.

chris-b-pacon commented 1 year ago

Well, one way to get them, which takes quite some time, is to do a clean install with vam (I did that) and create a new character, and filter the morphs on Morph/Head/Brow or whatever, and then set the values of the morphs which you can choose, to something not 0. And then save the appearance. You can then read the .vap file to see what are the names of the Morphs.

Sounds complicated.