Page 1 of 1

narrower road?

Posted: 06 Jun 2020 10:52
by michael1302
Is there any way to make narrower road?
Default scs road is too large, so I wanna make my own road narrower.
(I know how to narrower 2 lane road, using "lane_offsets", but I'm asking is there any way to change actual width between lanes)

Re: narrower road?

Posted: 06 Jun 2020 11:45
by Vøytek
You can edit the model of the road in Blender.

Re: narrower road?

Posted: 06 Jun 2020 11:53
by michael1302
Image

I know that, actually I mean I wanna make that green arrows narrower.

Added in 1 minute 3 seconds:
regardless of modeling.

Re: narrower road?

Posted: 06 Jun 2020 11:55
by SeZu
If you make your own narrow roads, then you will have to make the same narrow crosses for them, since the default crosses will not work correctly..

Re: narrower road?

Posted: 06 Jun 2020 11:57
by michael1302
Yes. I'm aware with that problem.
I just wanna know is that possible

Re: narrower road?

Posted: 06 Jun 2020 12:03
by SeZu
Then use the parameters in “road_look.template.sii”:
lane_offsets_left []: (-x.-x, x.x)
lane_offsets_left []: (-x.-x, x.x)
lane_offsets_left []: (-x.-x, x.x)

lane_offsets_right []: (-x.x, x.x)
lane_offsets_right []: (-x.x, x.x)
lane_offsets_right []: (-x.x, x.x)

These parameters simply shift the traffic in the lanes (in this case, on a 3-lane two-way road)

Re: narrower road?

Posted: 06 Jun 2020 12:09
by michael1302
I've already tried, it doesn't work like I explained

It just moves whole part of the right/left road

Added in 44 seconds:
Oh, I didn't thought about using them more, I'll try soon

Re: narrower road?

Posted: 06 Jun 2020 12:20
by SeZu
road_offset: - shifts the road from the center (node)
lane_offsets_right []: - shifts traffic lanes to the right on the road
lane _offsets_left []: - ... and to the left

Re: narrower road?

Posted: 06 Jun 2020 12:33
by michael1302
Worked perfectly what I wanted. Thank you so much xD