TL;DR traffic lights suck in both games and there are super easy fixes, like for support
Unnecessarily long red lights at traffic signals are a large issue in both games. We should all be familiar with some especially awful signals in v2 like the ones by DOT/pool which for some reason are red in all directions for a while, or at the Prom end of the 401 which has four protected left turns which makes driving straight through the intersection feel like a couple minutes. This added time comes from unneeded protected left turns or because smaller intersecting streets are green for too long. Today I went into v3 and found some more annoying signals:
This intersection by the bus depot/ SCMC has obnoxious waiting times for the main road considering it only intersects with usually empty parking lots.
This intersection by the RW city hall wasn’t terrible. The green light was around 20 seconds in both directions, which doesn’t make that much sense since the side street intersecting with the large highway won’t have much traffic.
This one also wasn’t terrible, but the light was inexplicably red in all directions for about 10 seconds??
The worst one I found was this one by the courthouse and mall, where the signal going down the main road was green for about 20 seconds and then red for over a minute as a result of the left turn signals from the parking lots, which is ridiculous considering there’s zero traffic ever coming from these lots.
Most of the other intersections in Prom have a dedicated green light for the left turn lanes with both other directions red for the duration, which would make sense in real life but is unnecessary in v3 with low traffic volume on the roads.
There are a few simple fixes to these problems:
- Remove the protected left turn signals and replace them with something that doesn’t add a turning cycle
- Keep important roads (like the FS98 in RW) green all the time and have the small intersecting roads (like the one pictured) on either a shorter timer or a traffic sensor that will turn the main road red only when a car comes
- Replace some traffic signals with just single red/yellow flashers (or even just stop signs) at some intersections
These changes should be easy to implement in both games, even the traffic sensors. The traffic lights were done with the TwentyTwoPilots plugin, which means that adding sensors and changing signals should be very easy. I toyed around with the plugin for some time, and while I couldn’t figure out the sensors, it appears that all that needs to be done is change the type of arrow signal and change some IntValues that control the duration of the light.
Like the post if you’d like to see these changes implemented.