DonovanMods/donovan-7d2d-modlets

Issue loading on non windows system. Case sensitive file name issue

Closed this issue · 2 comments

Describe the bug
Non windows systems are usually "case sensitive" in their file names, and it appears the game (on non-windows systems) requires the "modinfo.xml" file in your mod to be named "ModInfo.xml". This change should not break the mod on windows systems. I
renamed the file to ModInfo.xml and it worked

To Reproduce
Steps to reproduce the behavior:

  1. Copy the mod in the "Mods" folder of the game
  2. Start the game (continue/new, etc). Hit "F1" to watch it load (console window appears)
  3. Game will say "Trying to load from folder: donovan-nightfog" but will then say "Folder donovan-nightfog does not contain a ModInfo.xml, ignoring"
    "Failed loading mod from folder: donovan-nightfog"
  4. When game starts, the mod is not loaded.

Expected behavior
The mod loads without issues

Screenshots
20200923201242_1

Desktop (please complete the following information):

  • OS: Ubuntu
  • Browser: Err...Steam?
  • Version:
    7 Days to Die game: a19.1 b8.
    Your mod: Version "19.0.1.0"

Smartphone (please complete the following information):
N/A

Additional context

Yup, no problem. I'll get this fixed ASAP

All ModInfo.xml files should now be the proper case.