Level 0 bridge trick?
- gabrielvt4
- Townsman
- Posts: 62
- Joined: 01 Oct 2018, 04:56
- Location: Brazil
- Plugins: Showcase Store
- Version: Beta
-
Platform
Level 0 bridge trick?
- CommanderABab
- AB
- Posts: 11242
- Joined: 07 Jun 2016, 21:12
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: HELP
It's a road using bridges defined at .
Using this, you can then make some road decorations to make bridges look different than you could otherwise.
Code: Select all
"bridge height":0
Using this, you can then make some road decorations to make bridges look different than you could otherwise.
- gabrielvt4
- Townsman
- Posts: 62
- Joined: 01 Oct 2018, 04:56
- Location: Brazil
- Plugins: Showcase Store
- Version: Beta
-
Platform
Re: HELP
Ok, thanksCommanderABab wrote: ↑01 Feb 2019, 04:18It's a road using bridges defined at.Code: Select all
"bridge height":0
Using this, you can then make some road decorations to make bridges look different than you could otherwise.
- gabrielvt4
- Townsman
- Posts: 62
- Joined: 01 Oct 2018, 04:56
- Location: Brazil
- Plugins: Showcase Store
- Version: Beta
-
Platform
Re: HELP
but how do I make a street like this? Is there a specific plugin?CommanderABab wrote: ↑01 Feb 2019, 04:18It's a road using bridges defined at.Code: Select all
"bridge height":0
Using this, you can then make some road decorations to make bridges look different than you could otherwise.
- Sbb1413
- TheoTown Veteran in Pension
- Posts: 837
- Joined: 30 Apr 2018, 06:53
- Location: India
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: HELP
English: I've tested this a couple of weeks ago.
Español: He probado esto hace un par de semanas.
Español: He probado esto hace un par de semanas.
Code: Select all
[{
"id":"$trickyroad00",
"type":"road",
"level":1,
"frames":[{"x":512,"y":16,"w":32,"h":16,"count":16}],
"bridge frames":[
{"x":512,"y":96,"w":32,"h":48,"count":12},
{"x":896,"y":214,"w":32,"h":26,"count":4},
{"x":512,"y":96,"w":32,"h":48,"count":4},{"x":896,"y":96,"w":32,"h":48,"count":4},{"x":768,"y":96,"w":32,"h":48,"count":4},
{"x":896,"y":214,"w":32,"h":26,"count":4},
{"x":512,"y":144,"w":32,"h":48,"count":12},
{"x":896,"y":214,"w":32,"h":26,"count":4},
{"x":512,"y":144,"w":32,"h":48,"count":4},{"x":896,"y":144,"w":32,"h":48,"count":4},{"x":768,"y":144,"w":32,"h":48,"count":4},
{"x":896,"y":214,"w":32,"h":26,"count":4},
{"x":512,"y":192,"w":32,"h":48,"count":12},
{"x":896,"y":214,"w":32,"h":26,"count":4}
],
"frames per bridge":16,
"tunnel frames":[
{"x":896,"y":192,"w":16,"h":19,"handle y":7},
{"x":912,"y":192,"w":16,"h":19,"handle x":-16,"handle y":7},
{"x":928,"y":192,"w":16,"h":19,"handle y":7},
{"x":944,"y":192,"w":16,"h":19,"handle x":-16,"handle y":7}
],
"bridge height":0,
"traffic lights":[{"x":512,"y":32,"w":32,"h":32,"count":4}],
"green phase":3000,
"yellow phase":500,
"speed":2.0,
"price":200,
"bridge price":2000,
"monthly price":2,
"requirement":{"requirements":[{"type":"RANK", "data":{"lvl":1}}]}
}]
- CommanderABab
- AB
- Posts: 11242
- Joined: 07 Jun 2016, 21:12
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: HELP
The bridge frames need to be nulls for level 0.soumya-8974 wrote: ↑02 Feb 2019, 15:59English: I've tested this a couple of weeks ago.
Español: He probado esto hace un par de semanas.
Sandbox_19-02-02_19.24.26.pngCode: Select all
[{ "id":"$trickyroad00", "type":"road", "level":1, "frames":[{"x":512,"y":16,"w":32,"h":16,"count":16}], "bridge frames":[ {"x":512,"y":96,"w":32,"h":48,"count":12}, {"x":896,"y":214,"w":32,"h":26,"count":4}, {"x":512,"y":96,"w":32,"h":48,"count":4},{"x":896,"y":96,"w":32,"h":48,"count":4},{"x":768,"y":96,"w":32,"h":48,"count":4}, {"x":896,"y":214,"w":32,"h":26,"count":4}, {"x":512,"y":144,"w":32,"h":48,"count":12}, {"x":896,"y":214,"w":32,"h":26,"count":4}, {"x":512,"y":144,"w":32,"h":48,"count":4},{"x":896,"y":144,"w":32,"h":48,"count":4},{"x":768,"y":144,"w":32,"h":48,"count":4}, {"x":896,"y":214,"w":32,"h":26,"count":4}, {"x":512,"y":192,"w":32,"h":48,"count":12}, {"x":896,"y":214,"w":32,"h":26,"count":4} ], "frames per bridge":16, "tunnel frames":[ {"x":896,"y":192,"w":16,"h":19,"handle y":7}, {"x":912,"y":192,"w":16,"h":19,"handle x":-16,"handle y":7}, {"x":928,"y":192,"w":16,"h":19,"handle y":7}, {"x":944,"y":192,"w":16,"h":19,"handle x":-16,"handle y":7} ], "bridge height":0, "traffic lights":[{"x":512,"y":32,"w":32,"h":32,"count":4}], "green phase":3000, "yellow phase":500, "speed":2.0, "price":200, "bridge price":2000, "monthly price":2, "requirement":{"requirements":[{"type":"RANK", "data":{"lvl":1}}]} }]