Sure! Here's a description in the same style as the MyFactorySucks GitHub repo, for the setup you showed:
π¨ Train Gate Siren
Trigger a siren when a train crosses the gate.
This blueprint uses a train stop, circuit network, and a programmable speaker to detect when a train enters a specific section and triggers a siren.
π Components:
- 1Γ Train stop (positioned on the track)
- 1Γ Programmable speaker
- 1Γ Decider combinator
- Red and green circuit wires
π§ Logic:
- The train stop is configured to output the Train ID when a train is present.
- The decider combinator checks if any train ID is present (
Train ID > 0). - When the condition is met, the combinator sends a signal to the programmable speaker.
- The speaker plays a sound (siren or custom tone) and displays an alert.
π Circuit:
- Train stop β red wire β decider combinator (
Train ID > 0 β Output A = 1) - Decider combinator β green wire β speaker
π¦ Use case:
- Alert players of incoming trains at crossings
- Automate safety barriers or lights
- Add immersion or realism to train stations
Would you like a blueprint string or a diagram to go with this?
