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!
Help with making a mod
-
- Inserter
- Posts: 48
- Joined: Fri Oct 31, 2014 5:22 pm
- Contact:
-
- Smart Inserter
- Posts: 1847
- Joined: Sun Feb 23, 2014 3:37 pm
- Contact:
Re: Help with making a mod
Are your files in their own folder inside of factorio's mod folder?
-
- Inserter
- Posts: 48
- Joined: Fri Oct 31, 2014 5:22 pm
- Contact:
Re: Help with making a mod
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.
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.
-
- Smart Inserter
- Posts: 1847
- Joined: Sun Feb 23, 2014 3:37 pm
- Contact:
Re: Help with making a mod
Try putting just the files in the folder, sometimes with zip it doesn't work correctly.
-
- Inserter
- Posts: 48
- Joined: Fri Oct 31, 2014 5:22 pm
- Contact:
Re: Help with making a mod
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"
}
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"
}
- Attachments
-
- error mod.png (84.44 KiB) Viewed 3606 times
-
- Smart Inserter
- Posts: 1847
- Joined: Sun Feb 23, 2014 3:37 pm
- Contact:
Re: Help with making a mod
At least the game is recognizing the mod is there now.
The error message is clear The mod folder needs to be called GeileneueSachen_0.1.1
The error message is clear The mod folder needs to be called GeileneueSachen_0.1.1
-
- Inserter
- Posts: 48
- Joined: Fri Oct 31, 2014 5:22 pm
- Contact:
Re: Help with making a mod
Omg thanks i just feel like a noob nice so the mod is showing up not working but that was clear for me just have too correct some files
-
- Smart Inserter
- Posts: 1847
- Joined: Sun Feb 23, 2014 3:37 pm
- Contact:
Re: Help with making a mod
No worries, good luck with your mod!