Clover intersections
- Sperdueoif
- Settler
- Posts: 5
- Joined: 20 Feb 2019, 03:16
- Plugins: Showcase Store
Clover intersections
I made this painstakingly by hand. It would be so much easier if someone could make a cloverleaf interchange into a plug in. Coding to me is like a foriegn language that I can't seem to catch on to.
Re: Clover intersections
You can use plugin creator tools and done this by yourself easily
- Bearbear76
- Former Bearbear65
- Posts: 5730
- Joined: 10 Feb 2017, 14:53
- Location: L2 cache
- Plugins: Showcase Store
-
Plugin Creator
Platform
Re: Clover intersections
creating a plugin with the website is easy indeed, but it doesn't cover functions (fun). so you probably can't make this via the website.yusuf8a684 wrote: ↑20 Jan 2020, 11:35You can use plugin creator tools and done this by yourself easily
Re: Clover intersections
I meant the plugin created by lobby, plugin creator tool. Isn't there a tool which next to /daynight cycle moon, that creates and copies the location codes of an area you selected for adding it to our jsons?Ølsken wrote: ↑20 Jan 2020, 13:41creating a plugin with the website is easy indeed, but it doesn't cover functions (fun). so you probably can't make this via the website.yusuf8a684 wrote: ↑20 Jan 2020, 11:35You can use plugin creator tools and done this by yourself easily
I might didn't understand you, sorry about that
- Bearbear76
- Former Bearbear65
- Posts: 5730
- Joined: 10 Feb 2017, 14:53
- Location: L2 cache
- Plugins: Showcase Store
-
Plugin Creator
Platform
Re: Clover intersections
plugin creator tool? never heard of that. Is there a link or something?yusuf8a684 wrote: ↑20 Jan 2020, 13:48
I meant the plugin created by lobby, plugin creator tool. Isn't there a tool which next to /daynight cycle moon, that creates and copies the location codes of an area you selected for adding it to our jsons?
I might didn't understand you, sorry about that

Re: Clover intersections
It should be in Plugin Store, made by lobby. Has two tools in it currentlyØlsken wrote: ↑20 Jan 2020, 13:50plugin creator tool? never heard of that. Is there a link or something?yusuf8a684 wrote: ↑20 Jan 2020, 13:48
I meant the plugin created by lobby, plugin creator tool. Isn't there a tool which next to /daynight cycle moon, that creates and copies the location codes of an area you selected for adding it to our jsons?
I might didn't understand you, sorry about that![]()
- Bearbear76
- Former Bearbear65
- Posts: 5730
- Joined: 10 Feb 2017, 14:53
- Location: L2 cache
- Plugins: Showcase Store
-
Plugin Creator
Platform
Re: Clover intersections
Cool thanks 

- CommanderABab
- AB
- Posts: 11242
- Joined: 07 Jun 2016, 21:12
- Plugins: Showcase Store
- Version: Beta
-
Plugin Creator
Platform
Re: Clover intersections
It's called composition exttractor:yusuf8a684 wrote: ↑20 Jan 2020, 13:48I meant the plugin created by lobby, plugin creator tool. Isn't there a tool which next to /daynight cycle moon, that creates and copies the location codes of an area you selected for adding it to our jsons?Ølsken wrote: ↑20 Jan 2020, 13:41creating a plugin with the website is easy indeed, but it doesn't cover functions (fun). so you probably can't make this via the website.yusuf8a684 wrote: ↑20 Jan 2020, 11:35You can use plugin creator tools and done this by yourself easily
I might didn't understand you, sorry about that
Here's an example of what it does:
(From a random section of my city, it would be very hard to place if used for such a large area, as the zoning, roads, etc have to match.)
This is what was copied to the clipboard:
Code: Select all
{
"width":6,"height":9,
"composition":[
{"frame":0,"y":0,"id":"$ind15","x":2},
{"frame":0,"y":0,"id":"avocadoparķ","x":4},
{"y0":0,"y1":8,"x0":5,"id":"$greenroad00","x1":5},
{"frame":22,"y":1,"id":"$ab.industtree02","x":4},
{"frame":7,"y":2,"id":"$decoind00","x":3},
{"frame":0,"y":2,"id":"$ind18","x":4},
{"frame":0,"y":3,"id":"$decoind00","x":3},
{"frame":0,"y":3,"id":"$ind18","x":4},
{"frame":0,"y":4,"id":"$decoind00","x":3},
{"frame":0,"y":4,"id":"$abcfgh.jik.i","x":4},
{"frame":23,"y":5,"id":"$decoind00","x":2},
{"frame":8,"y":5,"id":"$decoind00","x":3},
{"frame":3,"y":5,"id":"$ab.usemoonphase","x":4},
{"frame":3,"y":6,"id":"ind25","x":2},
{"frame":7,"y":6,"id":"$ab.usemoonphase","x":3},
{"frame":0,"y":6,"id":"$ind51","x":4},
{"y0":7,"y1":7,"x0":0,"id":"$greenroad00","x1":5},
{"frame":0,"y":8,"id":"$abzi2","x":0},
{"frame":0,"y":8,"id":"$abzi2","x":1},
{"frame":0,"y":8,"id":"$abzi2","x":2},
{"frame":11,"y":8,"id":"$tree00","x":3},
{"frame":6,"y":8,"id":"$tree00","x":4}
]
}