Search found 4 matches
- Tue Jun 28, 2022 2:42 pm
- Forum: Translations
- Topic: When will Swedish proofreading be done?
- Replies: 0
- Views: 1618
When will Swedish proofreading be done?
0% has been proofread. Are there any swedish proofreaders? I'm happy to proofread it. Crowdin username: BronzW
- Fri Jun 24, 2022 8:56 am
- Forum: Modding interface requests
- Topic: Adding RailSignal::getTrainsInBlock
- Replies: 0
- Views: 583
Adding RailSignal::getTrainsInBlock
Since you can already see the amount of trains in a block, it would be useful to see the properties of those trains aswell. (their speed, length and so on).
This was mentioned in another topic, but was disregarded for the other requested function so I made this new one instead.
This was mentioned in another topic, but was disregarded for the other requested function so I made this new one instead.
- Thu Jun 23, 2022 10:14 pm
- Forum: Won't implement
- Topic: Adding RailSignal.changeState
- Replies: 3
- Views: 1421
Re: Adding RailSignal.getTrainsInBlock and RailSignal.changeRailSignalState
Unfortunately no. There is no easy way to control the state of signals from Lua in a way to make it possible to implement new custom signals. Rail signals (both normal and chain) can be seen as 2 separate functions which for many may not be obvious they are separate. First there is the signal part ...
- Thu Jun 23, 2022 7:06 pm
- Forum: Won't implement
- Topic: Adding RailSignal.changeState
- Replies: 3
- Views: 1421
Adding RailSignal.changeState
Useful for creating custom rail signals which depend on things like the state of trains.