Help with making a mod

Place to get help with not working mods / modding interface.
Post Reply
Eurofighter1200
Inserter
Inserter
Posts: 48
Joined: Fri Oct 31, 2014 5:22 pm
Contact:

Help with making a mod

Post 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

FishSandwich
Smart Inserter
Smart Inserter
Posts: 1847
Joined: Sun Feb 23, 2014 3:37 pm
Contact:

Re: Help with making a mod

Post by FishSandwich »

Are your files in their own folder inside of factorio's mod folder?

Eurofighter1200
Inserter
Inserter
Posts: 48
Joined: Fri Oct 31, 2014 5:22 pm
Contact:

Re: Help with making a mod

Post 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.

FishSandwich
Smart Inserter
Smart Inserter
Posts: 1847
Joined: Sun Feb 23, 2014 3:37 pm
Contact:

Re: Help with making a mod

Post by FishSandwich »

Try putting just the files in the folder, sometimes with zip it doesn't work correctly.

Eurofighter1200
Inserter
Inserter
Posts: 48
Joined: Fri Oct 31, 2014 5:22 pm
Contact:

Re: Help with making a mod

Post 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"
}
Attachments
error mod.png
error mod.png (84.44 KiB) Viewed 3312 times

FishSandwich
Smart Inserter
Smart Inserter
Posts: 1847
Joined: Sun Feb 23, 2014 3:37 pm
Contact:

Re: Help with making a mod

Post 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

Eurofighter1200
Inserter
Inserter
Posts: 48
Joined: Fri Oct 31, 2014 5:22 pm
Contact:

Re: Help with making a mod

Post 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 ;)

FishSandwich
Smart Inserter
Smart Inserter
Posts: 1847
Joined: Sun Feb 23, 2014 3:37 pm
Contact:

Re: Help with making a mod

Post by FishSandwich »

No worries, good luck with your mod! :)

Post Reply

Return to “Modding help”