this post was submitted on 17 Nov 2024
166 points (95.6% liked)
Factorio
1004 readers
612 users here now
A Lemmy community for the game Factorio made by Wube Software.
Rules
- Be a good person
- Content must relate to Factorio
- Adhere to Lemmy's Code of Conduct
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm stumped on Vulcanus. I have a "base." It's safe, but I want to scale up, and I've never made a megabase or figured out rails and circuits. I'm slowly figuring out circuits. I can at least limit chests with them now, across multiple chests so I can limit how much of X is being made. Train interrupts I don't understand, so I have to move my spaceships manually.
If there's anything you're curious to know or if you'd like some advice on anything specific, I'd be more than happy to answer the best I can.
I just spent this weekend staying up to 9 AM the next day trying to comb our bootstrapping spaghetti on Vulcanus into a factory that can actually do something at some kind of scale, so I'm very fresh to the problem, lmao.
The main thing I have problems with right now is how to tell a ship to stay put long enough for the cargo to load. I want my first ship, that I call Charon to go to and from Nauvis and Vulcanus. At Nauvis I want it to load 1200 blue chips, and load 4000 Metallurgic Science packs and 1000 Tungsten Plates at Vulcanus. They offload just fine because I have my requests set up at the Cargo Landing Pad, but if there isn't enough stuff already made, they don't wait for the rest of the cargo.
I don't know if I need to use a fullfill all requests or any request or what. I never learned how to use trains either.
Trains and space platforms work the same way as far as scheduling goes. They traverse the station list one at a time, in order, and loop back to the top when they get to the bottom.
When it gets to whatever stop it's targeting, it will start asking, "Can I leave yet? Can I leave yet? Can I leave yet?" incessantly in the background, and it will leave as soon as it hears "yes". By default, if you don't set any conditions, the answer is "yes", and the train or space platform will blow straight through without even stopping. If you set conditions, it will stop, and it won't leave until the combined answer to all of the condition you set is "yes".
The station conditions for trains are different from the station conditions for space platforms. For space platforms, some of the more relevant ones related to cargo are:
The other request-related conditions tend to have uses for interrupts moreso than scheduled stops.
You can think of a train or space platform as always being stopped at a "phantom station" at all times, even when it's in motion, and it's always checking "Can I leave yet? Can I leave yet?" at that phantom station against all of its interrupt conditions at the same time. If any one of the interrupt conditions becomes true, the train or platform will immediately pause whatever it is doing and go to the station you set in the interrupt instead. A sort of "oh shit, emergency stop, gotta do this right now!" situation. Very useful for commanding, say, a platform that is low on fuel to stop what it's doing and head to your designated refueling station.
These negative cargo-based conditions are:
Keep in mind that for space platforms specifically, requests have to be set per-planet. I've already screwed up several times trying to request, oh, green arms from Vulcanus or something to deliver to Nauvis, and I get my platform all the way to Nauvis only to learn the platform never picked anything up because my green arm request was set to pick up from Nauvis and not Vulcanus. Still getting used to that detail.