Page 3 of 7

Re: Roads

Posted: 07 Sep 2018, 16:37
by ElephantEthan
@Lobby How or when can we disable emergency cars on custom roads?
I downloaded the Pedestrian Zone plugin and I really don't like this:
Euife_18-09-07_16.32.10.png

Re: Roads

Posted: 08 Sep 2018, 23:11
by Lobby
Should be fixed by now.

Re: Roads

Posted: 23 Jan 2019, 06:53
by Shama
Does anyone know if there's a way to have a choice of traffic lights in game?

Like you do with "bridge frames" in the json so that when you click the bridge you can rebuild with different styles. Have traffic light designs I would like to switch on demand like the bridges.

Re: Roads

Posted: 23 Jan 2019, 10:33
by Lobby
I'm afraid there's only one traffic light supported per road.

Re: Roads

Posted: 23 Jan 2019, 20:32
by CommanderABab
Shama wrote:
23 Jan 2019, 06:53
Does anyone know if there's a way to have a choice of traffic lights in game?

Like you do with "bridge frames" in the json so that when you click the bridge you can rebuild with different styles. Have traffic light designs I would like to switch on demand like the bridges.


(https://youtu.be/Ff3a7TQJJbk I put a marker to the actual content in the comments.)

This can be done on roads with the same priority level easily.

Re: Roads

Posted: 23 Jan 2019, 20:37
by CommanderABab
You can in the settings adjust if traffic lights are built automatically with the roads. I always keep this off myself.

Re: Roads

Posted: 31 Jan 2019, 07:01
by Shama
Lobby wrote:
23 Jan 2019, 10:33
I'm afraid there's only one traffic light supported per road.
No big deal! Have enough variety with types of roads and sidewalks etc i don't need the extra work. Just gonna put different light types for certain roads. thinking stop signs for suburban roads and flashing four way for country expressways. Which leads me to another question. I want to make a flashing yellow for the cars on the expressway (will just use a yellow in the green phase, and use the yellow phase for the dark part of the flash) and flashing red for the cross street (same as above)... but... is there any way to make the cars actually not stop for the "flashing" yellow light (im thinking like non stopping crossings plugin) and actually stop for the "flashing" red? even if its a deco add on.

Re: Roads

Posted: 19 Mar 2019, 20:59
by Tiar/A
Okay, so aside from the Walmart plugin, I want to create a new freeway.

It will consist of three kinds of one-way roads.

Inner freeway
Inner freeway
Center freeway
Center freeway
Outer freeway
Outer freeway
The "Inner freeway" will have a solid yellow line on the left side.

The "Center freeway" will be a filler in case you want that side of the freeway to have more lanes ...

And the "Outer freeway" will have a solid WHITE line on the RIGHT side.

When put together,vthe freeway should look like this ...

8-lane freeway
8-lane freeway

... or like this, if you want more lanes.

12-lane freeway
12-lane freeway

When utilizing the Center Freeway, there is no limit to how many lanes are on one side of your freeway.

I may need help with this, as there is a specific way I want to do the lane separation lines. I want them to be 6 pixels wide, and 3 pixels tall.

Re: Roads

Posted: 19 Mar 2019, 23:48
by -LeoLeo-
@TiarDVaughn Well, lucky for you that's what I like, that's what I like!

No, seriously. I already have a plan to do something like that. With all the decos and stuff

Re: Roads

Posted: 20 Mar 2019, 00:33
by Brody Craft
Looks like someone plays Intersection Controller.

Re: Roads

Posted: 20 Mar 2019, 16:10
by Tiar/A
Brody Craft wrote:
20 Mar 2019, 00:33
Looks like someone plays Intersection Controller.
Yes I do ... is that a bad thing?

Re: Roads

Posted: 20 Mar 2019, 16:12
by Tiar/A
-LeoLeo- wrote:
19 Mar 2019, 23:48
@TiarDVaughn Well, lucky for you that's what I like, that's what I like!

No, seriously. I already have a plan to do something like that. With all the decos and stuff
Yay! Wait, does that mean you'll help me?

Re: Roads

Posted: 21 Mar 2019, 09:33
by Brody Craft
TiarDVaughn wrote:
20 Mar 2019, 16:10
Brody Craft wrote:
20 Mar 2019, 00:33
Looks like someone plays Intersection Controller.
Yes I do ... is that a bad thing?
No, i play it as well, im trying to build a big town thing.

Re: Roads

Posted: 21 Mar 2019, 22:29
by Tiar/A
Brody Craft wrote:
21 Mar 2019, 09:33

No, i play it as well, im trying to build a big town thing.
Cool! What's your game name?

Re: Roads

Posted: 22 Mar 2019, 00:44
by Brody Craft
TiarDVaughn wrote:
21 Mar 2019, 22:29
Brody Craft wrote:
21 Mar 2019, 09:33

No, i play it as well, im trying to build a big town thing.
Cool! What's your game name?
Brody Jones.

Re: Roads

Posted: 22 Mar 2019, 18:45
by Tiar/A
Brody Craft wrote:
22 Mar 2019, 00:44

Brody Jones.
Okay. I'll find you on Intersection Controller.

Re: Roads

Posted: 08 Jun 2019, 17:48
by Lobby
Added a note on how to handle terrain :66:

Re: Roads

Posted: 11 Jun 2019, 13:00
by yusuf8a684
JustAnyone wrote:
30 Apr 2018, 18:13
Not sure.
Just use this code which is @Lobbu's

Code: Select all

"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}
      ],
Will that work with new versions?

Re: Roads

Posted: 11 Jun 2019, 17:19
by JustAnyone
Yes.

Re: Roads

Posted: 11 Jun 2019, 18:29
by CommanderABab

Code: Select all

"frames per bridge":16,
is also required.