Ludeon Forums

RimWorld => Mods => Help => Topic started by: _Luke_ on June 24, 2018, 01:38:39 PM

Title: Failed to find any texture
Post by: _Luke_ on June 24, 2018, 01:38:39 PM
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.

(https://orig00.deviantart.net/2aa5/f/2018/175/0/6/06c3fe1fe5063e41454fd0f34acc1f3b-dcfb458.png)

If anyone is able to help it will be much appreciated.
Title: Re: Failed to find any texture
Post by: dninemfive on June 27, 2018, 07:01:31 PM
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
Title: Re: Failed to find any texture
Post by: jamaicancastle on June 28, 2018, 04:12:42 AM
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.