Need help with manifest!
Posted: 28 Jan 2021, 16:14
I need help with manifest please reply for zip file!
A feature rich city builder game for Android, iOS and PC
https://forum.theotown.com/
I followed it, and now I need help win my JSON because I tried everything to also fix that but It did not work lol.Kamikazi wrote: ↑28 Jan 2021, 20:57 I thought plugin.manifest files are actually easier to code than actual .json files.
I mean, this is an easy to follow and short tutorial on how to code them.
viewtopic.php?f=41&t=10950
So what are you trying to code? Can you send it so i can check it?LZS Gaming wrote: ↑28 Jan 2021, 21:27I followed it, and now I need help win my JSON because I tried everything to also fix that but It did not work lol.Kamikazi wrote: ↑28 Jan 2021, 20:57 I thought plugin.manifest files are actually easier to code than actual .json files.
I mean, this is an easy to follow and short tutorial on how to code them.
viewtopic.php?f=41&t=10950
My JSON has an issue I used JSONlint but I cannot solve it, if possible can you fix it for me and I will give you credit and part of the diamond share.Kamikazi wrote: ↑28 Jan 2021, 22:35So what are you trying to code? Can you send it so i can check it?LZS Gaming wrote: ↑28 Jan 2021, 21:27I followed it, and now I need help win my JSON because I tried everything to also fix that but It did not work lol.Kamikazi wrote: ↑28 Jan 2021, 20:57 I thought plugin.manifest files are actually easier to code than actual .json files.
I mean, this is an easy to follow and short tutorial on how to code them.
viewtopic.php?f=41&t=10950
Code: Select all
[{
"id": "$diagonal_road_template00",
"type": "template",
"level": 1,
"traffic lights": [{
"bmp": "trafficlights.png",
"w": 32,
"count": 4
}],
"price": 20,
"monthly price": 1,
"title": "Dia road no sidewalks",
"text": "A country road made in Britain without the sidewalk."
},
{
"hidden": true,
"level": 2,
"id": "$diagonal_road_diagonal00",
"template": "$diagonal_road_template00",
"type": "road",
"draw ground": true,
"speed": 3,
"frames": [
{
"bmp": "diagonal.png",
"w": 32,
"count": 16
}
],
"allow diagonal": true
}
]
It does not show up in my plugins tab or roads section, but TT does not notice errors and lets me play.CommanderABab wrote: ↑29 Jan 2021, 01:10 Probably should be:
Code: Select all
[{ "id": "$diagonal_road_template00", "type": "template", "level": 1, "traffic lights": [{ "bmp": "trafficlights.png", "w": 32, "count": 4 }], "price": 20, "monthly price": 1, "title": "Dia road no sidewalks", "text": "A country road made in Britain without the sidewalk." }, { "hidden": true, "level": 2, "id": "$diagonal_road_diagonal00", "template": "$diagonal_road_template00", "type": "road", "draw ground": true, "speed": 3, "frames": [ { "bmp": "diagonal.png", "w": 32, "count": 16 } ], "allow diagonal": true } ]
Code: Select all
"hidden":true