pawn head placement

Started by ChaosChronicler, April 02, 2017, 08:58:52 PM

Previous topic - Next topic

ChaosChronicler

As the title says I'm wondering where the head goes for a pawn on any body/head type. Trying to draw up armor and clothing but I have no clue on head placement.

RawCode

have you checked game "sources" and have you found exact place that instructs unity engine to render head texture?

if no, you have nice opportunity to do it now.

if yes - post code here and we will track execution flow and detect possible injection points.

Shinzy

To completely undermine RawCode who is rightly instructing you to learn new things and gain accurate information on how stuff works under the hood:

You could just brute force your way to find where the head is placed by using either any of the existing apparel mods as a template or randomizing pawns at the character creation screen and trying to see the head placement from there
Or even just drawing a quick cloth sketches with maybe some visual measurement points and do some testing in-game

but this is definitely the kind of question you'll have to find the answer on your own :p

ChaosChronicler