Re: "Failed to read info.json" on uploaded, yet functional mod
Posted: Mon Dec 18, 2017 4:17 pm
by posila
fishycat wrote:Sorry, maybe I'm a little dumb here, but my info.json is like all the others
info.json
{
"name": "AlienSpaceScience",
"version": "0.0.4",
"title": "Alien Space Science",
"author": "engin33rguy",
"contact": "engin33rguyplays@gmail.com",
"homepage": "https://mods.factorio.com/mods/engin33r ... ce-science",
"description": "Adds alien artifacts back in to make Space Science.
Updated to 0.16 and edited by fishycat.",
"factorio_version": "0.16",
"dependencies": ["base >= 0.16.0"]
}
Json format doesn't allow multiline strings as you have in description. If you need to add new line, you need to type \n instead of it.
Re: "Failed to read info.json" on uploaded, yet functional mod
Posted: Mon Dec 18, 2017 4:30 pm
by fishycat
aah finally, thanks man, that did the trick.
Re: "Failed to read info.json" on uploaded, yet functional mod
Posted: Mon Dec 18, 2017 10:31 pm
by HanziQ
Strange, when I unzipped it, the ending brace was missing. Maybe an error on my part then, I didn't even look at the string.