JSON
Moderator: Plugin Moderators
- Lakan Haraya
- Metropolitan
- Reactions:
- Posts: 125
- Joined: Thu Mar 28, 2019 9:34
- Location: Philippines
- Plugins: Show
- Version: Beta
Re: JSON
Hi :') ... Where can I find the json for the road decorations :/ I can't find it on animation.json, decoration.json, nor road.json ...
"ᜀᜃᜓ ᜀᜅ᜔ ᜁᜌᜓᜅ᜔ ᜑᜇᜌ"
CEO of Haráya Motors
“TheoTown Philippines Council”
“Kapulungan Ng Mga Nagkakaisang Lungsod”
Pinoy? Sali na
https://discord.gg/9n7PFy
CEO of Haráya Motors
“TheoTown Philippines Council”
“Kapulungan Ng Mga Nagkakaisang Lungsod”
Pinoy? Sali na

https://discord.gg/9n7PFy
- CommanderABab
- AB
- Reactions:
- Posts: 9239
- Joined: Tue Jun 07, 2016 21:12
- Plugins: Show
- Version: Beta
Re: JSON road deco sample
Code: Select all
[
{"id":"$anim_roaddeco_sample00_00","type":"animation","frames":[{"bmp":"frames.png","x":0,"w":32,"handle y":8}]},
{"id":"$anim_roaddeco_sample00_01","type":"animation","frames":[{"bmp":"frames.png","x":32,"w":32,"handle y":8}]},
{"id":"$anim_roaddeco_sample00_02","type":"animation","frames":[{"bmp":"frames.png","x":64,"w":32,"handle y":8}]},
{"id":"$anim_roaddeco_sample00_03","type":"animation","frames":[{"bmp":"frames.png","x":92,"w":32,"handle y":8}]},
{
"id":"$roaddeco_sample00",
"type":"road decoration",
"title":"Sample deco",
"text":"I am a road decoration.",
"price":100,
"animation":[
{"id":"$anim_roaddeco_sample00_00"},
{"id":"$anim_roaddeco_sample00_02"}
],
"frame animation indices":[
[0,1],[0,1],[1],[1],
[0],[0],[],[],
[0,1],[0,1],[1],[1],
[0],[0],[],[]
],
"animation fg":[
{"id":"$anim_roaddeco_sample00_01"},
{"id":"$anim_roaddeco_sample00_03"}
],
"frame animation fg indices":[
[0,1],[0],[0,1],[0],
[0,1],[0],[0,1],[0],
[1],[],[1],[],
[1],[],[1],[]
]
}
]

- Lakan Haraya
- Metropolitan
- Reactions:
- Posts: 125
- Joined: Thu Mar 28, 2019 9:34
- Location: Philippines
- Plugins: Show
- Version: Beta
Re: JSON
:/ But how can I put road deco on level bridges? I mean, on json... Because I can't put my road deco plugin into my road (bridge) plugin :/
"ᜀᜃᜓ ᜀᜅ᜔ ᜁᜌᜓᜅ᜔ ᜑᜇᜌ"
CEO of Haráya Motors
“TheoTown Philippines Council”
“Kapulungan Ng Mga Nagkakaisang Lungsod”
Pinoy? Sali na
https://discord.gg/9n7PFy
CEO of Haráya Motors
“TheoTown Philippines Council”
“Kapulungan Ng Mga Nagkakaisang Lungsod”
Pinoy? Sali na

https://discord.gg/9n7PFy
- CommanderABab
- AB
- Reactions:
- Posts: 9239
- Joined: Tue Jun 07, 2016 21:12
- Plugins: Show
- Version: Beta
Re: JSON
The road deco always goes on the top level of road. If you did it in the plugin, you would
Code: Select all
"actions": [
{
"type": "build",
"id": "$roadid"
},
{
"type": "build",
"id": "$roaddecoid"
}
],

- Lakan Haraya
- Metropolitan
- Reactions:
- Posts: 125
- Joined: Thu Mar 28, 2019 9:34
- Location: Philippines
- Plugins: Show
- Version: Beta
Re: JSON
Hmmm... Gonna try that...
Thanks Commander...
Thanks Commander...

"ᜀᜃᜓ ᜀᜅ᜔ ᜁᜌᜓᜅ᜔ ᜑᜇᜌ"
CEO of Haráya Motors
“TheoTown Philippines Council”
“Kapulungan Ng Mga Nagkakaisang Lungsod”
Pinoy? Sali na
https://discord.gg/9n7PFy
CEO of Haráya Motors
“TheoTown Philippines Council”
“Kapulungan Ng Mga Nagkakaisang Lungsod”
Pinoy? Sali na

https://discord.gg/9n7PFy
- rjroldan1
- Inhabitant of a Megalopolis
- Reactions:
- Posts: 647
- Joined: Mon Jul 17, 2017 16:16
- Location: Philippines
- Plugins: Show
- Contact:
Re: JSON
Maybe your road decoration flags aren't the same as your road flagsLakan Haraya wrote: ↑Sun Apr 19, 2020 17:50:/ But how can I put road deco on level bridges? I mean, on json... Because I can't put my road deco plugin into my road (bridge) plugin :/
.╔═╗─────────────╔╗────────
║╬║─╔╗╔╦╗╔═╗╔╗─╔╝║╔═╗─╔═╦╗
║╗╣─╠╣║╔╝║╬║║╚╗║╬║║╬╚╗║║║║
╚╩╝╔╝║╚╝─╚═╝╚═╝╚═╝╚══╝╚╩═╝
───╚═╝────────────────────
T.P.C.
Plugin creator Doesn't had Cities
- rjroldan1
- Inhabitant of a Megalopolis
- Reactions:
- Posts: 647
- Joined: Mon Jul 17, 2017 16:16
- Location: Philippines
- Plugins: Show
- Contact:
Re: JSON
Where's the firebrigades?
.╔═╗─────────────╔╗────────
║╬║─╔╗╔╦╗╔═╗╔╗─╔╝║╔═╗─╔═╦╗
║╗╣─╠╣║╔╝║╬║║╚╗║╬║║╬╚╗║║║║
╚╩╝╔╝║╚╝─╚═╝╚═╝╚═╝╚══╝╚╩═╝
───╚═╝────────────────────
T.P.C.
Plugin creator Doesn't had Cities
Re: JSON
It's not included because it also contains a premium building, however, here's the rest of it:
Code: Select all
{
"id":"$firedepartment01",
"type":"fire brigade",
"width":1,
"height":1,
"frames":[{"x":1888,"y":1296,"w":32,"h":35}],
"animation":[
{"id":"1x3l", "x":7, "y":-7}, {"id":"1x3l", "x":19, "y":-6},
{"id":"$animalertred00","x":18,"y":-2,"on fire":true},
{"id":"$animalertred01","x":13,"y":-13,"on fire":true}
],
"price":2000,
"monthly price":20,
"influence fire department":200,
"requirements":[{"type":"RANK","lvl":1}],
"performance":true
},
{
"id":"$firedepartment00",
"type":"fire brigade",
"width":2,
"height":2,
"frames":[{"x":1632,"y":1024,"w":64,"h":48,"count":1}],
"frames winter":[{"x":896,"y":810,"w":64,"h":48,"offset x":1024,"offset y":2048}],
"animation":[
{"id":"3x3_ltr", "x":39, "y":-11}, {"id":"3x3_ltr", "x":45, "y":-1},
{"id":"$animalertblue00","x":10,"y":-10,"shift":0,"on fire":true},
{"id":"$animalertred00","x":18,"y":-6,"shift":4,"on fire":true},
{"id":"$animalertblue00","x":24,"y":-3,"shift":0,"on fire":true},
{"id":"$animalertred00","x":32,"y":1,"shift":4,"on fire":true}
],
"price":12000,
"monthly price":30,
"influence fire department":100,
"requirements":[{"type":"RANK","lvl":4}],
"performance":true
}
=^._.^= ∫
- TheFennekin
- Neighborhood fox
- Reactions:
- Posts: 2456
- Joined: Thu Aug 24, 2017 11:17
- Location: Wants to be in Tokyo
- Plugins: Show
- Version: Beta
- Contact:
Re: JSON
Just a thought, is it possible to add capacity liken in schools and hospitals to a prison plugin?
- rjroldan1
- Inhabitant of a Megalopolis
- Reactions:
- Posts: 647
- Joined: Mon Jul 17, 2017 16:16
- Location: Philippines
- Plugins: Show
- Contact:
Re: JSON
TheFennekin wrote: ↑Wed Jun 24, 2020 14:22Just a thought, is it possible to add capacity liken in schools and hospitals to a prison plugin?
Yes via lua

.╔═╗─────────────╔╗────────
║╬║─╔╗╔╦╗╔═╗╔╗─╔╝║╔═╗─╔═╦╗
║╗╣─╠╣║╔╝║╬║║╚╗║╬║║╬╚╗║║║║
╚╩╝╔╝║╚╝─╚═╝╚═╝╚═╝╚══╝╚╩═╝
───╚═╝────────────────────
T.P.C.
Plugin creator Doesn't had Cities
- TheFennekin
- Neighborhood fox
- Reactions:
- Posts: 2456
- Joined: Thu Aug 24, 2017 11:17
- Location: Wants to be in Tokyo
- Plugins: Show
- Version: Beta
- Contact:
Re: JSON
I'll try thatrjroldan1 wrote: ↑Wed Jun 24, 2020 14:32TheFennekin wrote: ↑Wed Jun 24, 2020 14:22Just a thought, is it possible to add capacity liken in schools and hospitals to a prison plugin?
Yes via lua![]()

- Uncle Koala
- Metropolitan
- Reactions:
- Posts: 136
- Joined: Sun Apr 05, 2020 14:53
- Location: Pitcairn Islands
- Plugins: Show
- Version: Beta
- Contact:
Re: JSON
Can you please update content_car.json 
EDIT: Thanks!

EDIT: Thanks!

Lua is easy!

Code: Select all
if Car.GoingToCrashIntoEachOther()
then Car.DontCrash
end
- TheoKier[YT]
- Villager
- Reactions:
- Posts: 11
- Joined: Fri Sep 11, 2020 4:58
Re: JSON
How about for waste disposal is there a json for it id like to make one hope you reply thanks 

- CommanderABab
- AB
- Reactions:
- Posts: 9239
- Joined: Tue Jun 07, 2016 21:12
- Plugins: Show
- Version: Beta
Re: JSON
Why not a prison library (school) and a prison infirmary (hospital)?TheFennekin wrote: ↑Wed Jun 24, 2020 14:22Just a thought, is it possible to add capacity liken in schools and hospitals to a prison plugin?


- TheFennekin
- Neighborhood fox
- Reactions:
- Posts: 2456
- Joined: Thu Aug 24, 2017 11:17
- Location: Wants to be in Tokyo
- Plugins: Show
- Version: Beta
- Contact:
- TheFennekin
- Neighborhood fox
- Reactions:
- Posts: 2456
- Joined: Thu Aug 24, 2017 11:17
- Location: Wants to be in Tokyo
- Plugins: Show
- Version: Beta
- Contact:
- rjroldan1
- Inhabitant of a Megalopolis
- Reactions:
- Posts: 647
- Joined: Mon Jul 17, 2017 16:16
- Location: Philippines
- Plugins: Show
- Contact:
Re: JSON
Are all those are updated?
.╔═╗─────────────╔╗────────
║╬║─╔╗╔╦╗╔═╗╔╗─╔╝║╔═╗─╔═╦╗
║╗╣─╠╣║╔╝║╬║║╚╗║╬║║╬╚╗║║║║
╚╩╝╔╝║╚╝─╚═╝╚═╝╚═╝╚══╝╚╩═╝
───╚═╝────────────────────
T.P.C.
Plugin creator Doesn't had Cities
- TheFennekin
- Neighborhood fox
- Reactions:
- Posts: 2456
- Joined: Thu Aug 24, 2017 11:17
- Location: Wants to be in Tokyo
- Plugins: Show
- Version: Beta
- Contact: