Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!
Test Subject
Original Poster
#1 Old 10th Sep 2022 at 12:11 PM
Default Accessory hair is transparent but with incorect alpha reading?
I was inspired by long side bangs hair accessory cc i found to create short version for my own use. Mesh itself works properly, and alpha is there but i think overlapping mesh causes everything to be more transparent then it should.
In other words, only one-two strands shows up. I made sure alpha is on blend and i changed spec, diff and other values to match hair shader values. Is there a workaround this?
file:https://www.mediafire.com/file/v9eb..._short.zip/file

Advertisement
Mad Poster
#2 Old 10th Sep 2022 at 3:37 PM
If you started with a glasses recolor straight from Bodyshop, you need to make these changes, because those have some inbuilt issues:

Go to the TXMT/Material Definition resources, and the "cMaterialDefinition" tab.
Check all the "Type" lines in all the "Frame_txmt" and change all the "StandardMaterial" to "SimStandardMaterial". The "StandardMaterial" causes the items to turn inside-out from certain angles for CAS items.

Copying these off a hair could be a good idea (like you've already done) to get the proper shading:
- stdMatDiffCoef
-stdMatSpecCoef
-stdMatSpecPower

You'll have to change the settings for all the "frame" groups, or all the groups that have visible mesh parts (lens excluded, if you're using the regular group names and hide the lens).

---

As for the mesh, make sure you've set it up so the inner layer is at the top in SimPE, then the next, etc., and the outer layer is at the bottom. Otherwise you'll also get transparency issues. It's the same process for hairs.
Test Subject
Original Poster
#3 Old 10th Sep 2022 at 4:32 PM
Thank you, i did change material on all frame parts to SimStandardMaterial beforehand like you mentioned, but i didn't know about layering. All mesh layers should be called "frame" if I'm correct?
Mad Poster
#4 Old 10th Sep 2022 at 6:45 PM
Yes.

Not sure if the program you're using has some form of opacity layering in the mesh that deals with the mesh order (Milkshape does in the comments, I'm more used to dealing with that one for layering because it has a few not so annoying export features that don't drive me bonkers), but if it doesn't, you can rename the layers frame1, frame2, frame3, etc. and rename them in SimPE after importing (Groups tab in GMDC), so you know they've imported in the proper order. Make sure to check.

Some programs will import in some or another naming order, which can be hell gone supernova to figure out when all the layers/groups are named the same.
Back to top