I need help!!!

Started by TheSpanishLlama, January 01, 2019, 07:06:58 PM

Previous topic - Next topic

TheSpanishLlama

I was trying to make a texture for rice change but it doesnt work when I load rim world. I get an error like this:
Mod BryanTexturePack has incorrectly formatted target version 'Unknown'. For the current version, write: <targetVersion>1.0.2096</targetVersion>
Verse.Log:Error(String, Boolean)
Verse.Log:ErrorOnce(String, Int32, Boolean)
Verse.ModMetaData:Init()
Verse.ModMetaData:.ctor(String)
Verse.ModLister:RebuildModList()
Verse.ModLister:.cctor()
Verse.<>c__Iterator0:MoveNext()
Verse.<>c__Iterator0:MoveNext()
System.Collections.Generic.List`1:AddEnumerable(IEnumerable`1)
System.Collections.Generic.List`1:.ctor(IEnumerable`1)
System.Linq.Enumerable:ToList(IEnumerable`1)
Verse.LoadedModManager:InitializeMods()
Verse.LoadedModManager:LoadAllActiveMods()
Verse.PlayDataLoader:DoPlayLoad()
Verse.PlayDataLoader:LoadAllPlayData(Boolean)
Verse.Root:<Start>m__1()
Verse.LongEventHandler:RunEventFromAnotherThread(Action)
Verse.LongEventHandler:<UpdateCurrentAsynchronousEvent>m__1()


I am very confused on what to do Please Help me!

Haplo

Add this to your About file. As the error states, it is missing :)
<targetVersion>1.0.2096</targetVersion>