mazuvir

mazuvir

0 Abonnenten

Aktivität

mazuvir mazuvir hat auf einen Kommentar zu einem Mod geantwortet
mazuvir

.If your mod doesn't show up in-game even though it's installed and appears in the "Downloaded Content" menu, check the <version> number in the modDesc.xml file.  The game now requires the version number to start with 1. or higher (like 1.0.0.0) to be recognized properly. In my case, the mod had a version like 0.4.2.0, and the game ignored it. Changing it to 1.0.0.0 fixed the problem instantly. To fix it: Open modDesc.xml (inside the mod folder) with a text editor. Find the <version> tag. Replace the old version (e.g., 0.4.2.0) with 1.0.0.0 or higher. Notice that you only need to change the first number into 1. Don't tuch the other numbers.  Save the file and restart the game. Hope this helps someone out there!

@cindu A fixed version isn't available for download yet, so you'll need to manually edit the file inside the mod folder yourself and notice that you only need to change the first 0 of the version into 1.

mazuvir mazuvir hat einen Mod kommentiert

.If your mod doesn't show up in-game even though it's installed and appears in the "Downloaded Content" menu, check the <version> number in the modDesc.xml file.  The game now requires the version number to start with 1. or higher (like 1.0.0.0) to be recognized properly. In my case, the mod had a version like 0.4.2.0, and the game ignored it. Changing it to 1.0.0.0 fixed the problem instantly. To fix it: Open modDesc.xml (inside the mod folder) with a text editor. Find the <version> tag. Replace the old version (e.g., 0.4.2.0) with 1.0.0.0 or higher. Notice that you only need to change the first number into 1. Don't tuch the other numbers.  Save the file and restart the game. Hope this helps someone out there!