Incompatible Version - with 0.15.18 [SOLVED]

Place to get help with not working mods / modding interface.
quadrox
Long Handed Inserter
Long Handed Inserter
Posts: 73
Joined: Tue Apr 05, 2016 9:09 am
Contact:

Incompatible Version - with 0.15.18 [SOLVED]

Post by quadrox »

I am just starting out with modding.

I have created the basic directoyr structure with info.json (see below) and empty control.lua and data.lua.

Code: Select all

{
	"name": "ConstructionAssistant",
	"version": "0.1",
	"title": "Construction Assistant",
	"author": "quadrox",
	"contact": "no-spam",
	"homepage": "N/A",
	"description": "Secret for now",
	"dependencies": ["base >= 0.15.18"]
}
My factorio version is the latest version (0.15.18), and yet in the mods screen it says my mod is incompatible and something about factorio version 0.12. Why does this happen?
Last edited by quadrox on Thu Jun 08, 2017 5:09 am, edited 1 time in total.
orzelek
Smart Inserter
Smart Inserter
Posts: 3928
Joined: Fri Apr 03, 2015 10:20 am
Contact:

Re: Incompatible Version - with 0.15.18

Post by orzelek »

You are missing one line:

Code: Select all

  "factorio_version": "0.15",
Thats how game validates the version - not by base dependency.
quadrox
Long Handed Inserter
Long Handed Inserter
Posts: 73
Joined: Tue Apr 05, 2016 9:09 am
Contact:

Re: Incompatible Version - with 0.15.18

Post by quadrox »

Thanks a lot - I thought it must be something like that, though I couldn't spot the problem myself.
Post Reply

Return to “Modding help”