XFREAKAZOIDX
Refugee
Why is modding so hard for this game? I had AI create mods for me, no matter what formatting it uses, it always says ModInfo.xml in legacy format, to try V2... blah blah blah. So I try it, and it still has the error. AI said the error log said its still reading an old format or something. I evee deleted the generation/save folders thinking maybe my old ModInfo file data was saved somewhere else. I used Notepagg++, VS...etc. Using game versionV 2.5 (b32) through Steam
I've tried everything...
This:
<?xml version="1.0" encoding="UTF-8"?>
<xml>
<ModInfo>
<Name value="ZZZ_MyWeatherFix"/>
<DisplayName value="Weather Fix"/>
<Description value="Weather Fix"/>
<Author value="M"/>
<Version value="1.0.0"/>
<Website value=""/>
</ModInfo>
<Mod>
<LoadAfter value=""/>
<LoadBefore value=""/>
<DLL value=""/>
</Mod>
</xml>
I also tried:
<?xml version="1.0" encoding="UTF-8"?>
<xml>
<ModInfo>
<Name value="ZZZ_MyWeatherFix"/>
<DisplayName value="Weather Fix"/>
<Description value="Weather Fixl"/>
<Author value="M"/>
<Version value="1.0.0"/>
<GameVersion value="2.5"/>
<Website value=""/>
</ModInfo>
</xml>
And of course:
<?xml version="1.0" encoding="UTF-8" ?>
<xml>
<Name value="ZZZ_MyWeatherFix"/>
<DisplayName value="Weather Fix"/>
<Version value="1.0"/>
<Description value="Weather Fix"/>
<Author value="M"/>
<Website value=""/>
</xml>
I've tried everything...
This:
<?xml version="1.0" encoding="UTF-8"?>
<xml>
<ModInfo>
<Name value="ZZZ_MyWeatherFix"/>
<DisplayName value="Weather Fix"/>
<Description value="Weather Fix"/>
<Author value="M"/>
<Version value="1.0.0"/>
<Website value=""/>
</ModInfo>
<Mod>
<LoadAfter value=""/>
<LoadBefore value=""/>
<DLL value=""/>
</Mod>
</xml>
I also tried:
<?xml version="1.0" encoding="UTF-8"?>
<xml>
<ModInfo>
<Name value="ZZZ_MyWeatherFix"/>
<DisplayName value="Weather Fix"/>
<Description value="Weather Fixl"/>
<Author value="M"/>
<Version value="1.0.0"/>
<GameVersion value="2.5"/>
<Website value=""/>
</ModInfo>
</xml>
And of course:
<?xml version="1.0" encoding="UTF-8" ?>
<xml>
<Name value="ZZZ_MyWeatherFix"/>
<DisplayName value="Weather Fix"/>
<Version value="1.0"/>
<Description value="Weather Fix"/>
<Author value="M"/>
<Website value=""/>
</xml>