this post was submitted on 30 Sep 2023
9 points (100.0% liked)

Factorio

1472 readers
18 users here now

A Lemmy community for the game Factorio made by Wube Software.

Rules

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] Deestan@lemmy.world 1 points 2 years ago (1 children)

Oh, I see! In my SE, I use a timer to stop the request for two minutes after launching. I am thinking to replace it with a state machine, like HAVE_REQUESTS (request active), when requests are loaded it goes to LAUNCH_READY (requests inactive), and when receiving pad signals it has cleared the pad and low bot activity it resets to first state.

[โ€“] drekly@lemmy.world 2 points 2 years ago

Ooo that sounds good! I'll look into making a timer!