Page 1 of 1

Clover intersections

Posted: 20 Jan 2020, 10:10
by Sperdueoif
20200120_020300.jpg
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

Posted: 20 Jan 2020, 11:35
by yusuf8a684
You can use plugin creator tools and done this by yourself easily

Re: Clover intersections

Posted: 20 Jan 2020, 13:41
by Bearbear76
yusuf8a684 wrote:
20 Jan 2020, 11:35
You can use plugin creator tools and done this by yourself easily
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.

Re: Clover intersections

Posted: 20 Jan 2020, 13:48
by yusuf8a684
Ølsken wrote:
20 Jan 2020, 13:41
yusuf8a684 wrote:
20 Jan 2020, 11:35
You can use plugin creator tools and done this by yourself easily
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.
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

Posted: 20 Jan 2020, 13:50
by Bearbear76
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
plugin creator tool? never heard of that. Is there a link or something? :lol:

Re: Clover intersections

Posted: 20 Jan 2020, 14:07
by yusuf8a684
Ølsken wrote:
20 Jan 2020, 13:50
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
plugin creator tool? never heard of that. Is there a link or something? :lol:
It should be in Plugin Store, made by lobby. Has two tools in it currently

Re: Clover intersections

Posted: 20 Jan 2020, 15:32
by Bearbear76
Cool thanks :bc

Re: Clover intersections

Posted: 20 Jan 2020, 18:28
by CommanderABab
yusuf8a684 wrote:
20 Jan 2020, 13:48
Ølsken wrote:
20 Jan 2020, 13:41
yusuf8a684 wrote:
20 Jan 2020, 11:35
You can use plugin creator tools and done this by yourself easily
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.
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
Screenshot_20200120-110531.png
It's called composition exttractor:

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}
  ]
}

Re: Clover intersections

Posted: 20 Jan 2020, 18:43
by yusuf8a684
Yes that thing