Page 1 of 1

Errors when starting

Posted: Wed Oct 09, 2013 11:04 am
by Math3vv
hey, im working on a mod but when i wanted to test it i got this massage (this is when i start the factorio.exe)
Image

so i looked at some other mods and how they did ther path and i still have no clue (i did it the same way as the other mods)

note : these mods are from 0.6.4 (maby it changed the way the path works ?)

can anyone help me ?

tnx for the help :D

fixed it : it sould have been a "__medic-mod__" and not a "_medic-mod_"

Re: Errors when starting

Posted: Wed Oct 09, 2013 11:06 am
by Nirahiel
What is the structure of your mod's directories exactly ?

Re: Errors when starting

Posted: Wed Oct 09, 2013 11:08 am
by kovarex
I believe, that the problem is, that you are using single underscore (_) instead of double underscore (__) in the "_medic-mod_" part of the file name.

Re: Errors when starting

Posted: Wed Oct 09, 2013 11:22 am
by Nirahiel
Oh yeah, why didn't I see that ? :)