ISOR3X / pawn-editor

5 stars 4 forks source link

Teenager clothes don't render if the pawn is created via Pawn Editor #104

Open carpevenenum opened 6 months ago

carpevenenum commented 6 months ago

https://gist.github.com/HugsLibRecordKeeper/dd1156e659fe3f39508724c05af5762d

Failed to find any textures at Things/Pawn/Humanlike/Apparel/ShirtBasic/ShirtBasic_Child while constructing Multi(initPath=Things/Pawn/Humanlike/Apparel/ShirtBasic/ShirtBasic_Child, color=RGBA(0.329, 0.357, 0.353, 1.000), colorTwo=RGBA(1.000, 1.000, 1.000, 1.000)) (Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 39)

Steps to reproduce:

  1. Generate a pawn
  2. Make it a child of age 13 or above
  3. Equip a T-shirt
  4. The shirt doesn't render, an error is thrown

Teenagers generated by the game (for example, by generating a teenager via dev tools) have their clothes rendered normally. The issue with Pawn Editor-created teenagers doesn't go away even if Pawn Editor is removed from the save.

ISOR3X commented 6 months ago

How exactly are you creating the child?

carpevenenum commented 6 months ago

I created a new colony with the Crashlanded scenario with Pawn Editor replacing the default screen, then changed a colonist's life stage from Adult to Child.