Issue loading on non windows system. Case sensitive file name issue
Closed this issue · 2 comments
doughphunghus commented
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:
- Copy the mod in the "Mods" folder of the game
- Start the game (continue/new, etc). Hit "F1" to watch it load (console window appears)
- 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" - When game starts, the mod is not loaded.
Expected behavior
The mod loads without issues
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
dyoung522 commented
Yup, no problem. I'll get this fixed ASAP
dyoung522 commented
All ModInfo.xml
files should now be the proper case.