
(3 units of width, if it helps)
Thank you in advance for your response

Moderators: Scenario Moderators, Plugin Moderators
I mean alley with decos in the middle like military fence (in decoration category)
Yeah, but I want to do it more quicklyAwkwrdPrtMskrt wrote: ↑04 Dec 2017, 13:11 Best I can think of is just replace the trees by building over them.
Code: Select all
[
{
"id":"$abroadpalmdeco01","type":"decoration","title":"deco for road",
"text":"5","author":"CommanderABab",
"width":1, "height":1,
"draw ground":true,
"frames":[
{"bmp":"2palm.png","w":32,"count":2}
]
},
{
"active": true,
"id":"$aballey03palm",
"type":"road",
"author": "Commander ABab",
"level":3,
"width":3,
"height":1,
"decoration buildings":[
"$abroadpalmdeco01"
],
"frames":[
{"bmp":"greyroad road.png","w":32,"count":16},
{"bmp":"greyroad road.png","w":32,"count":16},
{"bmp":"greyroad road.png","w":32,"count":16},
{"bmp":"greyroad road.png","w":32,"count":16}
],
"bridge frames":[
{"bmp":"greyroad bridge.png","w":32,"count":12},
{"bmp":"greyroad bridge.png","w":32,"count":12},
{"bmp":"greyroad bridge.png","w":32,"count":12}
],
"one way frames":[
{"bmp":"a3.png"},
{"bmp":"a1.png"},
{"bmp":"a2.png"},
{"bmp":"a4.png"}
],
"show arrows":true,
"traffic lights":[
{"bmp":"Gtl3.png"},
{"bmp":"Gtl4.png"},
{"bmp":"Gtl1.png"},
{"bmp":"Gtl2.png"}
],
"overrunnable": true,
"one way": true,
"bridge height": 12,
"green phase":5000,
"yellow phase":1500,
"speed": 50.2,
"price": 50,
"monthly price": 4,
"auto join": false,
"allow bus stop": false,
"allow crossing": true,
"allow transfer": true,
"title":"Grey two span divided highway",
"text":"For faster travel.\n\nBecause, why not? :)"
}
]
Code: Select all
"decoration buildings":[
"$abroadpalmdeco01"
],