First mod problems [solved]
Posted: Thu Apr 11, 2019 7:54 pm
I was recreating the Fire Armor mod from the wiki tutorial, but the game doesn't load it. I checked for typos like 5 times already. Compared my files against files downloaded from github. Everything seems to be the way its supposed to be but I still get an error in the logfile.
I can't figure out what's wrong.
Here's the info.json
Code: Select all
0.547 Error ModManager.cpp:793: Mod package read error. JSON parser error in package metadata: Unexpected character (0) at C:/Users/Pirat/AppData/Roaming/Factorio/mods/FireArmor_0.1.0/info.json:8
Here's the info.json
Code: Select all
{
"name": "FireArmor",
"version": "0.1.0",
"title": "Fire Armor",
"author": "Pirate",
"contact": "",
"homepage": "",
"factorio_version: "0.17",
"dependencies": ["base >= 0.17"],
"description": "Armor that leaves a fire trail"
}