fritodelay wrote:It's a shame that the last good video on how to create Cyberfaces was made like two games ago and features a different version of Blender given how large the community is. If I didn't know any better, I'd assume people don't want more folks to figure out making cyberfaces. Anywho, gripes aside Blender keeps saying "File Format is not supported" and PNG files won't even show up until I click "enable filtering of files".
Is there a fix to this? because I followed everything the video I saw did religiously, but I think things might've changed since its 2k19.
The only major change that I'm aware of between now and that previous tutorial is that you need to clear out the LOD's. So when you open the hihead.scne file in notepad, at the very bottom there is a section that looks like this:
"Lods": [
"hihead_LODShape1",
"hihead_LODShape2",
"hihead_LODShape3",
"hihead_LODShape4",
"hihead_LODShape5"
Delete the LOD parts so it reads like this:
"Lods": [
"hihead",
"hihead",
"hihead",
"hihead",
"hihead"
Other than that I'm fairly certain the process is the same. And no, those that can create could careless whether more people make faces. It's not a competition.
I will say, it's frustrating for those of us who put the time in learning the process and then new people take issue with all that goes into modding, get frustrated and just ask for others to make faces. But it's clear you're trying so I'm happy to help get the ball rolling if I can.