Hello!
Clearly it's a version related crash. Prior to 2.1.9 game has never crashed for me during the autosave and as a matter of fact I have never experienced any kind of crashes with the game before.
How come you suggest it's a hardware related issue and what do you mean by hardware specifically ...
Search found 3 matches
- Mon Jul 13, 2026 12:19 pm
- Forum: 1 / 0 magic
- Topic: [2.1.9]Crash on Autosave.
- Replies: 3
- Views: 303
- Tue Apr 14, 2026 10:03 am
- Forum: Gameplay Help
- Topic: Train Interrupts - Rate Limit?
- Replies: 10
- Views: 1358
Re: Train Interrupts - Rate Limit?
Hi, I was playing around with automatic train system and the "problem" you described is the one I just finished solving.
Check out my definitely-not-overcomplicated system and see if it suits your needs. It's definitely not perfect since I have a few more ideas on how to address some more edge-cases ...
Check out my definitely-not-overcomplicated system and see if it suits your needs. It's definitely not perfect since I have a few more ideas on how to address some more edge-cases ...
- Tue Dec 10, 2024 12:36 pm
- Forum: Gameplay Help
- Topic: Force a train to move to the next station (of the same name)
- Replies: 7
- Views: 5284
Re: Force a train to move to the next station (of the same name)
I have been playing around with a similar design and this is what I came up with:
Outpost preview
How it works:
there is a clock set to 600 sec by default. Each minute it checks if the time is right for an artillery train to show up
Clock explanation
L is the limit so only one train shows up ...
Outpost preview
How it works:
there is a clock set to 600 sec by default. Each minute it checks if the time is right for an artillery train to show up
Clock explanation
L is the limit so only one train shows up ...