Page 1 of 1
My Mod does not show on the mod list.[SOLVED]
Posted: Mon Aug 20, 2018 11:37 pm
by Raxoraptor
I've been trying t learn how to mod, but I can't seem to get my mod to show up on the mod list once I launch the game. If someone could help, it would mean a lot to me. I've attached my little test mod. (Virus free)

Re: My Mod does not show on the mod list.
Posted: Tue Aug 21, 2018 5:19 am
by Koub
Can you try this ?
Re: My Mod does not show on the mod list.
Posted: Tue Aug 21, 2018 5:37 am
by eradicator
If it doesn't show up that's a problem with info.json in 99.9% of all cases. Because that's the only thing that doesn't throw an error. (Well, unless your mod is in the wrong directory or something :p).
Re: My Mod does not show on the mod list.
Posted: Tue Aug 21, 2018 6:00 am
by Bilka
eradicator wrote:If it doesn't show up that's a problem with info.json in 99.9% of all cases. Because that's the only thing that doesn't throw an error.
Some of the info.json errors can be found in the log file.
Re: My Mod does not show on the mod list.
Posted: Tue Aug 21, 2018 5:54 pm
by Raxoraptor
Oof. I feel stupid. It turns out i had the mod inside of an unneeded folder. i as looking at other mods to see how they worked, and i saw they were in an extra folder, so i thought that's how they were supposed to be structured. but in reality, it was just winrar putting them in an extra folder when i extracted them. It's working now. Thanks for trying to help!

Re: My Mod does not show on the mod list.[SOLVED]
Posted: Wed Aug 22, 2018 3:09 pm
by eradicator
Zipped mods are in a "extra" folder inside the zip, but extracted mods are directly in the folder:
ModName.zip\ModName\data.lua
vs
ModName\data.lua