need help textrue error

Started by Austintrollinski, September 20, 2017, 06:29:53 PM

Previous topic - Next topic

Austintrollinski

i have just started modding and am having a problem with getting the textures to work i dont know what am doing wrong


Failed to find any texture while constructing Multi(initPath=Things/Pawn/Animal/Goldoren, color=RGBA(0.690, 0.588, 0.416, 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(Type, String, Shader, Vector2, Color, Color, GraphicData)
Verse.GraphicData:Init()
Verse.GraphicData:get_Graphic()
Verse.PawnGraphicSet:ResolveAllGraphics()
Verse.Pawn_AgeTracker:<RecalculateLifeStageIndex>m__8F1()
Verse.LongEventHandler:ExecuteToExecuteWhenFinished()
Verse.LongEventHandler:ExecuteWhenFinished(Action)
Verse.Pawn_AgeTracker:RecalculateLifeStageIndex()
Verse.Pawn_AgeTracker:get_CurLifeStageIndex()
Verse.Pawn_AgeTracker:get_CurLifeStageRace()
Verse.Pawn_AgeTracker:get_CurLifeStage()
Verse.Pawn:get_BodySize()
RimWorld.Need_Food:get_MaxLevel()
RimWorld.Need:set_CurLevelPercentage(Single)
RimWorld.Need_Food:SetInitialLevel()
RimWorld.Need:.ctor(Pawn)
RimWorld.Need_Food:.ctor(Pawn)
System.Reflection.MonoCMethod:InternalInvoke(Object, Object[], Exception&)
System.Reflection.MonoCMethod:Invoke(Object, BindingFlags, Binder, Object[], CultureInfo)
System.Reflection.MonoCMethod:Invoke(BindingFlags, Binder, Object[], CultureInfo)
System.Activator:CreateInstance(Type, BindingFlags, Binder, Object[], CultureInfo, Object[])
System.Activator:CreateInstance(Type, Object[], Object[])
System.Activator:CreateInstance(Type, Object[])
RimWorld.Pawn_NeedsTracker:AddNeed(NeedDef)
RimWorld.Pawn_NeedsTracker:AddOrRemoveNeedsAsAppropriate()
RimWorld.Pawn_NeedsTracker:.ctor(Pawn)
RimWorld.PawnComponentsUtility:CreateInitialComponents(Pawn)
Verse.PawnGenerator:TryGenerateNewNakedPawn(PawnGenerationRequest&, String&, Boolean)
Verse.PawnGenerator:GenerateNewNakedPawn(PawnGenerationRequest&)
Verse.PawnGenerator:GeneratePawn(PawnGenerationRequest)
Verse.PawnGenerator:GeneratePawn(PawnKindDef, Faction)
Verse.<DoListingItems_MapTools>c__AnonStorey5BB:<>m__B5D()
Verse.DebugTool:DebugToolOnGUI()
Verse.DebugTools:DebugToolsOnGUI()
RimWorld.UIRoot_Play:UIRootOnGUI()
Verse.Root:OnGUI()



<Defs>

<ThingDef ParentName="AnimalThingBase">
    <defName>Goldoren</defName>
    <label>goldoren</label>
    <description>NA.</description>
    <statBases>
      <MoveSpeed>1.15</MoveSpeed>
      <ComfyTemperatureMin>-15</ComfyTemperatureMin>
      <MarketValue>3000</MarketValue>
    </statBases>
    <verbs>
      <li>
        <verbClass>Verb_MeleeAttack</verbClass>
        <defaultCooldownTime>1.65</defaultCooldownTime>
        <meleeDamageBaseAmount>9</meleeDamageBaseAmount>
        <meleeDamageDef>Blunt</meleeDamageDef>
        <linkedBodyPartsGroup>HeadAttackTool</linkedBodyPartsGroup>
      </li>
    </verbs>
    <race>
      <body>QuadrupedAnimalWithHoovesAndHump</body>
      <deathActionWorkerClass>DeathActionWorker_BigExplosion</deathActionWorkerClass>
      <executionRange>6</executionRange>
      <herdAnimal>true</herdAnimal>
      <baseBodySize>1.5</baseBodySize>
      <baseHungerRate>1</baseHungerRate>
      <baseHealthScale>0.65</baseHealthScale>
      <foodType>VegetarianRoughAnimal</foodType>
      <leatherColor>(176,150,106)</leatherColor>
      <leatherInsulation>0.9</leatherInsulation>
      <wildness>0.6</wildness>
      <canBePredatorPrey>false</canBePredatorPrey>
      <gestationPeriodDays>30</gestationPeriodDays>
      <lifeExpectancy>15</lifeExpectancy>
      <lifeStageAges>
        <li>
          <def>AnimalBaby</def>
          <minAge>0</minAge>
        </li>
        <li>
          <def>AnimalJuvenile</def>
          <minAge>0.2</minAge>
        </li>
        <li>
          <def>AnimalAdult</def>
          <minAge>0.5</minAge>
          <soundWounded>Pawn_Muffalo_Wounded</soundWounded>
          <soundDeath>Pawn_Muffalo_Death</soundDeath>
          <soundCall>Pawn_Muffalo_Call</soundCall>
          <soundAngry>Pawn_Muffalo_Angry</soundAngry>
        </li>
      </lifeStageAges>
      <soundMeleeHitPawn>Pawn_Melee_BigBash_HitPawn</soundMeleeHitPawn>
      <soundMeleeHitBuilding>Pawn_Melee_BigBash_HitBuilding</soundMeleeHitBuilding>
      <soundMeleeMiss>Pawn_Melee_BigBash_Miss</soundMeleeMiss>
    </race>
    <tradeTags>
      <li>StandardAnimal</li>
      <li>BadassAnimal</li>
    </tradeTags>
  </ThingDef>
 
  <PawnKindDef ParentName="AnimalKindBase">
    <defName>Goldoren</defName>
    <label>goldoren</label>
    <race>Goldoren</race>
    <combatPower>95</combatPower>
    <wildSpawn_spawnWild>true</wildSpawn_spawnWild>
    <wildSpawn_EcoSystemWeight>0.75</wildSpawn_EcoSystemWeight>
    <wildSpawn_GroupSizeRange>
      <min>3</min>
      <max>6</max>
    </wildSpawn_GroupSizeRange>
    <lifeStages>
      <li>
        <label>goldoren calf</label>
        <labelPlural>goldoren calves</labelPlural>
        <bodyGraphicData>
          <texPath>Things/Pawn/Animal/Goldoren/Goldoren</texPath>
          <color>(176,150,106)</color>
          <drawSize>1.0</drawSize>
          <shaderType>CutoutComplex</shaderType>
          <shadowData>
            <volume>(0.4, 0.3, 0.3)</volume>
            <offset>(0,0,-0.2)</offset>
          </shadowData>
        </bodyGraphicData>
        <dessicatedBodyGraphicData>
          <texPath>Things/Pawn/Animal/Dessicated/CritterDessicatedMedium</texPath>
          <drawSize>1.3</drawSize>
        </dessicatedBodyGraphicData>
      </li>
      <li>
        <bodyGraphicData>
          <texPath>Things/Pawn/Animal/Goldoren/Goldoren</texPath>
          <color>(176,150,106)</color>
          <drawSize>1.5</drawSize>
          <shaderType>CutoutComplex</shaderType>
          <shadowData>
            <volume>(0.6, 0.45, 0.45)</volume>
            <offset>(0,0,-0.25)</offset>
          </shadowData>
        </bodyGraphicData>
        <dessicatedBodyGraphicData>
          <texPath>Things/Pawn/Animal/Dessicated/CritterDessicatedMedium</texPath>
          <drawSize>2</drawSize>
        </dessicatedBodyGraphicData>
      </li>
      <li>
        <bodyGraphicData>
          <texPath>Things/Pawn/Animal/Goldoren/Goldoren</texPath>
          <color>(176,150,106)</color>
          <drawSize>2.0</drawSize>
          <shaderType>CutoutComplex</shaderType>
          <shadowData>
            <volume>(0.8, 0.6, 0.6)</volume>
            <offset>(0,0,-0.3)</offset>
          </shadowData>
        </bodyGraphicData>
        <dessicatedBodyGraphicData>
          <texPath>Things/Pawn/Animal/Dessicated/CritterDessicatedMedium</texPath>
          <drawSize>2.5</drawSize>
        </dessicatedBodyGraphicData>

CannibarRechter

What is the FULL PATH to the textures you made and what did you call them?
CR All Mods and Tools Download Link
CR Total Texture Overhaul : Gives RimWorld a Natural Feel
CR Moddable: make RimWorld more moddable.
CR CompFX: display dynamic effects over RimWorld objects

Austintrollinski


Anti-Viruz