DonovanMods / donovan-7d2d-modlets

Modlets for the game "7 Days to Die"
MIT License
24 stars 38 forks source link

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

Closed doughphunghus closed 2 years ago

doughphunghus commented 4 years ago

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):

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

Additional context

dyoung522 commented 4 years ago

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

dyoung522 commented 2 years ago

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