Can Somebody tell me what is this ?
Is anybody getting this .is not just this mod it;s all the mods . The mood was created in the editor right now so it should be god but instead is showing me this.
Mods can tell which version of the game they were made for:
Code:
<DependedModules>
<DependedModule Id="Native" DependentVersion="e1.5.7" />
<DependedModule Id="SandBoxCore" DependentVersion="e1.5.7" />
<DependedModule Id="Sandbox" DependentVersion="e1.5.7" />
<DependedModule Id="StoryMode" DependentVersion="e1.5.7" />
</DependedModules>
Using a more recent version doesn't necessarily mean the mod is broken (so "dependent" is a bit misleading), just that it may not work and that you may need to update it. So that message appears.
The thing is, "DependentVersion" is an optional field. Not filling it used to be fine, or maybe it didn't exist before. In any case it takes "i-1.-1.-1.-1" as being the targeted version when it's absent.
In short... It's nothing, ignore it. Just annoying noise.
On a side note, I'm not sure what happens when the "DependentVersion" is more recent than the actual version of the game. Also modders should be able to set a range (like "e1.5.6-e1.5.7").