Page 1 of 1

Help with making a mod

Posted: Fri Dec 26, 2014 7:28 pm
by Eurofighter1200
Hi,

I am trying to create my own mod just for fun, but it doesent work. We were trying to add a new inserter a fast-long-hand-inserter.

Look, here is the folder structure

I copied this from wiki for the info.json data

"name": "foo-mod",
"version": "0.1.0",
"title": "Foo Mod",
"author": "Factorio team",
"contact": "dev@factorio.com",
"homepage": "http://factorio.com",
"description": "Basic mod with all the default game data and standard campaign.",
"dependencies": ["base >= 0.4.1", "scenario-pack", "? bar = 0.3"]

When we tested the firs time, our mod contained only the info.json data, but the game didn't recognize our mod.

Later we had in the mod the info.jason file , graphics, prototype and ressources, but it also dont worked the game dont show our mod so what is wrong we have read the wiki to create a mod but it dosent work.

Thank you for your attention! :D

Re: Help with making a mod

Posted: Sat Dec 27, 2014 7:17 am
by FishSandwich
Are your files in their own folder inside of factorio's mod folder?

Re: Help with making a mod

Posted: Sat Dec 27, 2014 11:34 am
by Eurofighter1200
yes on

C:\Users\User\AppData\Roaming\Factorio\mods\ Modname

its a zip file others mods i downloaded worked all with the system i have copied i would understand if the mod dont would do what i plan but that the mod isnt showing up in the game is really strange for me.

Re: Help with making a mod

Posted: Sat Dec 27, 2014 11:45 am
by FishSandwich
Try putting just the files in the folder, sometimes with zip it doesn't work correctly.

Re: Help with making a mod

Posted: Sat Dec 27, 2014 12:14 pm
by Eurofighter1200
Okay without the zip i get a error pop up when i start the game

this is actually my jason file hope its correct ;)

{
"name": "GeileneueSachen",
"version": "0.11.8",
"title": "GeileneueSachen",
"author": "Pascal",
"contact": "",
"homepage": "",
"description": "Mod that adds a fast-longhand inserter to Factorio"
}

Re: Help with making a mod

Posted: Sat Dec 27, 2014 12:20 pm
by FishSandwich
At least the game is recognizing the mod is there now. :P

The error message is clear ;) The mod folder needs to be called GeileneueSachen_0.1.1

Re: Help with making a mod

Posted: Sat Dec 27, 2014 12:27 pm
by Eurofighter1200
Omg thanks i just feel like a noob :D nice so the mod is showing up not working but that was clear for me just have too correct some files ;)

Re: Help with making a mod

Posted: Sat Dec 27, 2014 12:40 pm
by FishSandwich
No worries, good luck with your mod! :)