Failed to find any texture

Started by _Luke_, June 24, 2018, 01:38:39 PM

Previous topic - Next topic

_Luke_

Hi i have currently been working on a mod for rimworld which i got an error when trying to add armour to the game i have looked at other mods that add armour to the game and i just can't figure out what is wrong this is the error i get.

Failed to find any texture while constructing Multi(initPath=Things/Pawn/Humanlike/Apparel/Armor/leatherArmour_Female, color=RGBA(1.000, 1.000, 1.000, 1.000), colorTwo=RGBA(1.000, 1.000, 1.000, 1.000))
Verse.Log:Error(String)
Verse.Graphic_Multi:Init(GraphicRequest)
Verse.GraphicDatabase:GetInner(GraphicRequest)
Verse.GraphicDatabase:Get(String, Shader, Vector2, Color)
RimWorld.ApparelGraphicRecordGetter:TryGetGraphicApparel(Apparel, BodyType, ApparelGraphicRecord&)
Verse.PawnGraphicSet:ResolveApparelGraphics()
RimWorld.Pawn_ApparelTracker:<ApparelChanged>m__1()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished()
Verse.LongEventHandler:UpdateCurrentAsynchronousEvent()
Verse.LongEventHandler:LongEventsUpdate(Boolean&)
Verse.Root:Update_Patch1(Object)
Verse.Root_Play:Update()

And this is what happens when i try to get them to put the armour on.



If anyone is able to help it will be much appreciated.

dninemfive

What's you XML and file structure look like? Make sure the texture names and path match, and remember that for worn graphics you need all of the following, where "name" is the name at the end of the texture path:

name_Fat_back, name_Fat_front, name_Fat_side, name_Female_back, name_Female_front, name_Female_side, name_Hulk_back, name_Hulk_front, name_Hulk_side, name_Male_back, name_Male_front, name_Male_side, name_Thin_back, name_Thin_front, name_Thin_side

jamaicancastle

Note that if you've opted in to the 1.0 unstable branch, the _front, _back, and _side suffixes have been renamed _south, _north, and _east respectively.