Factorio-Access / FactorioAccess

An accessibility mod for the video game Factorio, making the game accessible to the blind and visually impaired.
Other
20 stars 9 forks source link

Low level train track warning sounds should be more accurate #174

Open LevFendi opened 3 months ago

LevFendi commented 3 months ago

At the moment, if the low level train alerts for when you are crossing over a train track play if trains are moving in your vicinity, without actually checking if your tracks connect to the moving train's tracks.

The feature can be upgraded to iterate over connecting tracks and rail blocks. However, this is complex because of the way blocks are defined and it might turn out to be too computationally expensive. On the other hand, there might be new ideas or new API features that might assist with this goal.