Page 1 of 1

Bug in PilzAdam's Mod

PostPosted: Fri Oct 18, 2013 17:40
by brainiacbob
i am trying to run the mod - PilzAdam-mobs-c49cc47 - and it will not run. this is what the debug file says -

-------------
Separator
-------------

13:34:18: ERROR[main]: Error loading mod "PilzAdam-mobs-c49cc47": modname does not follow naming conventions: Only chararacters [a-z0-9_] are allowed.
13:34:18: ERROR[main]: Server: Failed to load and run C:\Users\-----\Desktop\Games\minetest-0.4.7\minetest-0.4.7\bin\..\mods\PilzAdam-mobs-c49cc47\init.lua
13:34:18: ERROR[main]: ModError: Failed to load and run C:\Users\-----\Desktop\Games\minetest-0.4.7\minetest-0.4.7\bin\..\mods\PilzAdam-mobs-c49cc47\init.lua



any help???

Thanks -
Brainiacbob

PostPosted: Fri Oct 18, 2013 17:48
by webdesigner97
Rename the mod folder to just mobs. Next time post in the topic of the mod.

PostPosted: Fri Oct 18, 2013 17:50
by Menche
Please put that report here, where it belongs: https://forum.minetest.net/viewtopic.php?id=3063

For the sake of time I'll answer that question here; modnames can only contain certain characters, as the error message says, and also has to be the same name as certain names inside the mod's code, but GitHub messes that up by changing the folder name.

Simply rename it to just "mobs".

PostPosted: Fri Oct 18, 2013 20:17
by brainiacbob
thanks