simon-82 / ModVarietyPack

modpack for RimWorld - visit the website :)
http://simon-82.github.io/ModVarietyPack
20 stars 11 forks source link

pawn head not found error #104

Closed TLHeart closed 8 years ago

TLHeart commented 8 years ago

getting this error when loading a save file. Game does play on.

Tried to get pawn head at path Things/Pawn/Humanlike/Heads/Male/Male_Narrow_Normal-Scar1 with color RGBA(0.949, 0.929, 0.878, 1.000) that was not found. Defaulting...

(Filename: C:/buildslave/unity/build/artifacts/StandalonePlayerGenerated/UnityEngineDebug.cpp Line: 56)

Tried to get pawn head at path Things/Pawn/Humanlike/Heads/Male/Male_Narrow_Normal-Scar1 with color RGBA(0.340, 0.320, 0.300, 1.000) that was not found. Defaulting...

simon-82 commented 8 years ago

Head mod is still very new. Not sure why it is even looking for that head. The file is not needed. Added it anyway now. Maybe it wants equal options for different heads.

simon-82 commented 8 years ago

After more testing I think the error is kinda random. Even with those textures added, it then jumps to another head sometimes. I believe it is related to females and males having different heads now, which is not something the vanilla game has. The error is non-critical.

TLHeart commented 8 years ago

It may be non critical, but it is still an error, that you needed to be aware of.

And random errors, can cause other problems with other parts of the game, especially since you are having to do a detour method to even get it to work.