Ludeon Forums

RimWorld => Mods => Help => Topic started by: Ouzbel on January 15, 2017, 06:57:33 PM

Title: Pawn Texture Editing
Post by: Ouzbel on January 15, 2017, 06:57:33 PM
I'm trying to work on a custom texture pack, but the heads are defaulting to the vanilla texture.  I'm placing them in Textures\Things\Pawn\Humanlike\Heads.  I've only provided textures for the front to see if I can get any texture to load at all.  Do I need to provide back and side textures as well?  Using version 0.16.1393
Title: Re: Pawn Texture Editing
Post by: Thirite on January 15, 2017, 07:50:10 PM
> Do I need to provide back and side textures as well?
I believe you do. The three separate textures are treated as a single object in the engine, so if it didn't find all three it probably doesn't load them at all.
Title: Re: Pawn Texture Editing
Post by: Ouzbel on January 15, 2017, 09:47:43 PM
Tested it out with the side and back textures. Still didn't work.
Title: Re: Pawn Texture Editing
Post by: Thirite on January 15, 2017, 11:10:38 PM
I had a quick look in the decompiled source; you might be missing the Male and Female subfolders under the "Heads" folder.
Title: Re: Pawn Texture Editing
Post by: Ouzbel on January 16, 2017, 12:01:38 AM
You mean like this?
RimWorld\Mods\TestMod\Textures\Things\Pawn\Humanlike\Heads\Male
RimWorld\Mods\TestMod\Textures\Things\Pawn\Humanlike\Heads\Female
Already tried that.  Tried seeing if Individual Appearance grabbed from nexusmods would work as well, since all that does is change the heads, too.  Threw back a warning about the target version being wrong, and didn't change anything either.  Even unloaded the few steam mods I had loaded and restarted, still nothing.  Only difference I saw was that those files were Male_Average_Normal_front.png whereas the alpha 13 art sources were Male_Average_Normal_front.tex.png, which I saved my files as.
Title: Re: Pawn Texture Editing
Post by: Thirite on January 16, 2017, 01:04:13 AM
Get rid of the .tex in the file name
Title: Re: Pawn Texture Editing
Post by: Ouzbel on January 16, 2017, 06:16:17 PM
Got it. Thanks.
Title: Re: Pawn Texture Editing
Post by: tiltos on May 11, 2017, 09:25:07 AM
Ouzbel did that fix it? Mine's not working. From what I've been reading it may be something to do with heads being hardcoded?