Search found 6 matches
- Mon Jan 20, 2025 5:28 pm
- Forum: Modding discussion
- Topic: Some "will it mod" questions
- Replies: 2
- Views: 530
Some "will it mod" questions
I'm pretty okay at writing code, but totally unfamiliar with factorio. Before i set off on a journey of discovery to find that I'm in a dead end, I'd like to get a sense of feasibility on some ideas I have for modding the game. For each of these, I'm interesting in knowing whether the modding system ...
- Fri Nov 29, 2024 10:01 pm
- Forum: Gameplay Help
- Topic: How often do trains poll for destinations and interrupts?
- Replies: 3
- Views: 477
Re: How often do trains poll for destinations and interrupts?
Good idea, I didn't realize I could just experiment with the editor like that.
There is definitely some strange behavior when a train program has no stops at all (and all the behaviors are interrupt-driven), it doesn't seem to notice interrupt state changes.
But, as long as the train in question ...
There is definitely some strange behavior when a train program has no stops at all (and all the behaviors are interrupt-driven), it doesn't seem to notice interrupt state changes.
But, as long as the train in question ...
- Fri Nov 29, 2024 6:01 pm
- Forum: Gameplay Help
- Topic: How often do trains poll for destinations and interrupts?
- Replies: 3
- Views: 477
How often do trains poll for destinations and interrupts?
I'm trying to figure out train timing:
Three trains are at a station in automatic mode, each trying to navigate to another station, but that station currently has limit 0. On tick t_0 the station goes to limit 2. How do the three trains prioritize which two select the new station? How often do the ...
Three trains are at a station in automatic mode, each trying to navigate to another station, but that station currently has limit 0. On tick t_0 the station goes to limit 2. How do the three trains prioritize which two select the new station? How often do the ...
- Sat Dec 16, 2017 8:40 pm
- Forum: Releases
- Topic: Version 0.16.0
- Replies: 130
- Views: 125720
Re: Version 0.16.0
Have they changed the way assembler machines keep stacks of resources? I could swear in .15.x and previously, an assembler machine would keep two products in reserve if its output were backed up (say its inserter was turned off), but now I'm looking at an iron gear wheel assembler in my new map ...
- Fri Dec 15, 2017 7:38 pm
- Forum: Releases
- Topic: Version 0.16.0
- Replies: 130
- Views: 125720
Re: Version 0.16.0
Have they changed the way assembler machines keep stacks of resources? I could swear in .15.x and previously, an assembler machine would keep two products in reserve if its output were backed up (say its inserter was turned off), but now I'm looking at an iron gear wheel assembler in my new map ...
- Wed Dec 13, 2017 11:43 pm
- Forum: Releases
- Topic: Version 0.16.0
- Replies: 130
- Views: 125720
Re: Version 0.16.0
Have they changed the way assembler machines keep stacks of resources? I could swear in .15.x and previously, an assembler machine would keep two products in reserve if its output were backed up (say its inserter was turned off), but now I'm looking at an iron gear wheel assembler in my new map that ...