#satisfactory

1 messages ยท Page 573 of 1

dim flint
#

It's a nonlinear equation, which also makes things slightly harder.

golden nexus
#

but its not, because the travel time for a train on a track is mostly constant, but its carrying capacity / though put varies widly by adding / removing freight wagons to it

dim flint
golden nexus
#

The rtt doesn't effect thoughput, it just defines the length that the train needs to be

dim flint
#

You have an incorrect definition of throughput.

zenith sage
#

I wish I noted down the timestamp when I finished phase 2... cause I'm guessing it's been like 60h at least since then and I'm nowhere near completing phase 3 hehe

golden nexus
rugged fiber
#

I just used a merger to feed my Dimensional storage instead of making 3 separate ones ๐Ÿ˜

digital grail
#

random quick question for the masses: do you make the factory then add architecture or add it while you build the factory?

dim flint
#

Throughput is the amount of items/min a set of trains can carry between two stations.

golden nexus
rugged fiber
#

I structure as I go to eliminate the OPS i need that to go here

coral marsh
sullen gull
fluid crow
dim flint
coral marsh
#

Forever grateful of that idea but also a Lil pissed I didnt think of it myself

dim flint
#

@golden nexus literally just run my code and play with it. You'll see what I mean.

dim flint
#

Or take the 3 statements that are the actual equations it solves and do the math by hand.

golden nexus
# dim flint That's not the only thing you can alter though. You can also add multiple trains...

If you have a train int he grass fields and you have a factory on the north west coast. You are not going to be greatly chanigng the rtt. The travel time is pritty much a constant with some variability. eg a best case / worse case.... You can calculate the travel time, you then adjust the train which is actually adjusting the thoughput rrt therefore does not effect thoughput, it effects the size of the train.....

dim flint
#

Making fun of my code and saying it looks like a mess or whatever is just insulting and you clearly haven't giving this as much thought as I have.

golden nexus
golden nexus
#

like i would just throw it back at the other dev....

digital grail
golden nexus
#

Simple because the qulity of the work isn't considered professional

dim flint
golden nexus
#

But it is probable that i also work in an enviroment which has much higher standard for code / code reviews...

coral marsh
dim flint
#

It's not professional quality. I hacked it together in a few days. It has some tests and it have a nice CLI parser and help message.

fluid crow
dim flint
#

Wtf is wrong with you. You claim to have worked as a SW dev for 25 years. You would have seen so much worse than this from so many people.

sullen gull
golden nexus
golden nexus
dim flint
zenith shard
#

how to scan for slugs?

golden nexus
#

Its the code.. its just seriously boilerplate heavy for the problem

sullen gull
# dim flint Calling someones code they put time into bad with no actual constructive critici...

Firstly, I didn't look at your code, and don't really care too. Secondly, you are only upset because someone, from what it sounds, has a great deal more experience (Idk them from John, but just going from convo) is criticizing your work. They never insulted you directly, outside of making statements of overthought. Which I also made during the drone convo.

Anyhow, point is, let's try to keep it civil.

dim flint
# golden nexus Yeah, But for some reason its way longer than it needs to be.

That's mostly either input handling and all the cases around the combinations of various input you can give. E.g. asking to solve for a fixed RTT and throughput, vs solving for just a given RTT, etc.

Or it's to establish all the constraints according to the inputs. Which Z3 does this way.

Please tell me where I could make it shorter?

dim flint
golden nexus
dim flint
#

To solve for optimal values.

#

It's technically not the best tool, since it's a linear solver, and the equations are generally nonlinear. But it works well enough for most cases.

#

The fact that you're even asking that shows you don't understand what it's doing.

golden nexus
#

Yeah, You don't actually need it....

dim flint
#

It's not just taking all the inputs of the throughput equation and calculating the throughput. It's taking some of the inputs and giving you mins and maxs for the others.

dim flint
dim flint
#

What's the math for the throughput and RTT then?

golden nexus
#

I explained that already

dim flint
#

No you didn't

#

And even if you think you did, I'd love to see how you attempt to solve this in code. Without a solver of some kind.

digital grail
dim flint
#

Granted, the main reason to use a solver was to get it to tell me the minimum number of trains I needed.

golden nexus
golden nexus
dim flint
#

No

#

Sometimes to get a desired throughput you need either additional cars or trains.

golden nexus
#

Well your max trains is 2... why?

dim flint
#

Sometimes it's easier to add a train than change the platforms.

dim flint
golden nexus
#

as in 2 trains using the same stations

#

Why is the maximum number 2 in satisfactory?

dim flint
#

It can go as high as 50 in my code. I out that limit in just to avoid the solver getting stuck in some cases.

dim flint
golden nexus
#

You tell me...

dim flint
#

I didn't say two did I?

#

I feel like if you just actually read some of the tests or played with it you'd realize it's doing something that makes the calculations easier for you.

golden nexus
#

Well, I am asking you to tell me why the maximum number of trains that can travel between 2 stations is two before you get unwanted adverse peformance

dim flint
#

Instead you think it's too long. And just turn up your nose and insult me.

golden nexus
#

This is an extremly detemrinistic and widly known problem

dim flint
golden nexus
#

Its why you can't use stackers in the game

dim flint
#

Stackers?

dim flint
#

Are you just trolling me now?

golden nexus
#

Nope

#

How many stacks does a train wagon hold?

dim flint
#

32

golden nexus
#

How many stacks does a train station platform hold?

dim flint
golden nexus
zenith shard
dim flint
golden nexus
zenith shard
#

<3

oak nymph
#

I just build 72 refinery it took so looong

dim flint
golden nexus
dim flint
#

Ok

#

What's your point?

#

If your RTT is like 15 min for some reason, you can easily fit more than 3 trains through there.

golden nexus
#

So since yu lack total control over the train schedule and the trains tend to "bunch up" over time when left to run. You would know that if you have more than two trains the 3rd train is going to arrive at an empty platform and have no cargo to load.

sullen gull
dim flint
#

Docking only takes about 30 sec

sullen gull
#

If it was, it'd be 64 ๐Ÿ˜›

golden nexus
sullen gull
dim flint
golden nexus
#

then the max number of trains is 1

dim flint
#

That's demonstrably false.

dim flint
#

I have multiple lines with multiple trains which add throughput.

golden nexus
fickle locust
#

Use wait times

dim flint
#

And it's also just logical that you'd add trains and they would add throughput if you have input to a station which is filling up the platforms faster than the other trains can load it.

fickle locust
#

Yes it's buggy but you can still largely make it work

golden nexus
dim flint
golden nexus
#

Anyway.. this is why you can't have a factorio style stacker in the game. Any more than 2 and the 3rd and sucessive trains risk leaving completly empty and thus is unreliable solution

fierce forum
#

What's the most recent update?

dim flint
fierce forum
golden nexus
dim flint
#

Yes, but adding trains may still increase throughput. You can avoid them falling into a worst case situation where they are completely stacked up on each other.

golden nexus
golden nexus
#

So now you having biten off an argument ever factorio player will shoot you down about it as well as myself. This has been known for a long time about the game

#

Well its all citated

dim flint
#

So explain to me then why I managed to add three trains to my aluminum line and got the desired level of throughput?

coral marsh
dim flint
golden nexus
golden nexus
coral marsh
#

So is it best to limite the number of trains on one line to 2? And not 3?

fickle locust
coral marsh
#

Hrm, thanks

zenith shard
golden nexus
#

Cause hte train platform buffer is 1.5 the size of a train...

#

Yeah you can run 2, but if the 2nd one catches up to it.. the 2nd train will always be half empty

coral marsh
golden nexus
#

So in effect if you add a 2nd train you don't multiply your capacity by 2, you multiple it by about 1.5 in the worse case situaiton...

#

But if you want reliability you have to take the worst case scenario for this...

dim flint
fickle locust
#

Is there a reason we're ignoring the wait until a full load/unload option for trains?

fresh arch
#

So you know thoes small flocks of birds that fly in the distance? yeah you cannot hit/kill them, super disapointed 0/10 game
Devs pls fix

sullen gull
dense violet
fickle locust
dim flint
golden nexus
dim flint
dim flint
golden nexus
dim flint
#

Wait times can help with this.

golden nexus
#

"help with this", nope it still breaks....

dim flint
#

Not in my save.

#

You do need to be aware of trains are backing up for some reason. But if you can avoid it, adding trains can increase throughput.

golden nexus
#

Well, I would never use it, or encourage anyone to use it because it breaks based on what i know. I would encourage them to increase the length of the train.

dim flint
#

That's the sure fire solution, but it requires changing the platform layout and takes more space. Adding a train is free.

golden nexus
#

Well its not free....

dim flint
#

You're such a piece of work.

golden nexus
#

Well if you keep telling lies, I will keep responding to you

#

I will keep calling you out on the bullshit

dim flint
#

Lies!? Surely anyone reading can understand what I mean by free in that context.

golden nexus
#

Well it increases, power usage, track congestion and then also has the other problems just discussed above

#

that ones that you deny exist....

dim flint
#

And you're the one saying that throughput isn't defendant on RTT which is absolutely false.

golden nexus
dim flint
#

That's a totally separate point.

golden nexus
#

Its really not, It basically means your have a teleporter to move the destinaion station closer to remove RTT. You gotta have a conversaiton based in reality here.

dusky hedge
#

are you guys playign the same game? ๐Ÿ˜

sullen gull
#

(playing idiot again, RTT is ... return total time? ๐Ÿ˜› )

toxic zenith
#

I'm going absolutely mad trying to figure out why a throughput monitor is reporting 320 items/minute... when it's fed by 6 machines outputting 60/m + 1 machine outputting 20/m and all 7 report 100% efficiency.

sullen gull
#

๐Ÿ‘

dim flint
#

This guy likes to argue. And thinks that because I was wrong about drones earlier I must be an idiot or something.

toxic zenith
#

RTTT = round trip time, usually.

sullen gull
dim flint
toxic zenith
sullen gull
golden nexus
#

If you train doesn't meet the thoughput requirments, because of rtt, you can't shrink rtt. So therefore rtt is by default considered a constant. So therefore you have to change everything else EXCEPT rrt. This means the default thing to change is the length of the train...

Now, If you alter the length of the train and kept rtt a constant but this has changed thoughput, This proves that thoughput isn't dependant on rtt. Which is the claim your making here and earlier....

dim flint
toxic zenith
#

Yup.

sullen gull
#

Nothing has thier internal buffer backing up?

limpid iron
#

is there a way to disable the SFX from destroying foliage, all the bits and pieces of trees and bushes? lags my game when I destroy a bunch

dim flint
sullen gull
#

Because it's like you are missing the output of a single 60/m machine....

toxic zenith
#

Yeah, which is why I've checked the entire stack like six times now.

dim flint
toxic zenith
#

Admittedly I'm using vertical mergers so them silently discarding one of the inputs wouldn't be completely out of bounds of all the quirks they have.

ebon cobalt
#

i just spent 3 hours planning and building coal power cus 8 gens wasnt enough power =^=

dim flint
#

I swear @golden nexus you are just so stubborn you cannot accept that what I'm saying could be right.

golden nexus
# dim flint I was just saying that you need to know your RTT to calculate throughput. It was...

Yeah, I also said to you that I look at it from a perspective of making the train meet deadline requirements. I don't look at what the train is capable of, I look at what the train is required to do and then make the train meet these requirments. For some reason you seem to be approaching it from what the train can currnetly do... this is why you end up having to solve the linear equation and I do not

sullen gull
toxic zenith
#

Right.

toxic zenith
#

it was vertical lift shenanigans after all

golden nexus
# dim flint "Nonlinear equation"

What your doing from my point of view is building a train and then trying to see what it can fit. I do the opposite of this... which is 99% of players do which is they realise they need to get X to Y at /minute value and then build a train that does that.

#

The result of that isn't a complex maths problem, its actually been optimized away once you know the rtt time of the train. So no complex program tools, maths of code is required to solve the problem

dim flint
# golden nexus Yeah, I also said to you that I look at it from a perspective of making the trai...

Yes, the problem is much simpler as you lock down various variables, it's true. But it's still interesting to be able to solve it more generally. And the ability to choose to optimize for trains vs cars is also a nice trick it can handle.

The math itself is not that hard, but it's not something I want to do by hand every time, so I thought I'd solve it in a flexible way.

You shit on my code, but have not really grasped its utility, nor have you said anything constructive about it at all. Your only point seems to be that it's too long for you.

worn crown
#

I like building 3km long conveyer belts

#

For anyone who may care...

golden nexus
dim flint
dim flint
#

Because I love that kind of stuff.

golden nexus
dim flint
#

And I know plenty of programmers who also love that kind of stuff.

cunning glade
#

Is it possible too sloop 60 particle accelerators

golden nexus
#

The number of peolpe who grossly overcomplicate and over think things but completly miss the bleeding obvious is a nightmare....

dim flint
fickle locust
golden nexus
dim flint
dim flint
dim flint
#

To me a deadline is a time or time interval, so how is it different from RTT?

ebon cobalt
golden nexus
dim flint
craggy vector
dim flint
#

And I was wrong about the drones, but admitted it immediately when I was shown how I was wrong.

dim flint
golden nexus
dim flint
ebon cobalt
golden nexus
dim flint
#

And wait like 30 min to see your production show up

#

Sounds great.

golden nexus
#

The trains absolutely will do a bi-direction track with 2 trains running against each others. Then you expand that track with passing points as your requirments increase. This is an extremly common approach to most games which involve trains from factorio, openttd, captain of industry, satisfactory etc.. etc.. it also what they do in the real world

golden nexus
dim flint
golden nexus
dim flint
#

And I was saying a purely push pull setup will have issues. If you want to design something with passing areas and all that, go for it.

#

Well yea, sounds like they already laid a lot of track. I didn't know that.

#

But calling me wrong about all these things and shitting on my code is uncalled for.

worn crown
#

Pardon my ignorance but does this game have coding in it ? As in a requirement ?

worn crown
#

I see, thank you

dim flint
#

It's just frustrating to me because while it's not super polished or "production grade", I put a decent about of time and effort into that solver. And I wish people would see it for what it is, and not shit on it because they don't like reading the code and think it would fail code review.

worn crown
#

The most mathematics I've done is making sure the output of one machine matches the input requirement of another

dim flint
worn crown
#

I fear that may get more complicated as time goes on

#

I looked at that train-through put link and I saw the equation and could not understand in what case that would have to be used

dim flint
dim flint
#

Pipes are probably the hardest, because I don't know if anyone actually has a working mental model for them in full.

sullen gull
dim flint
sullen gull
#

Oh.. pipes and trains ... ๐Ÿ˜’ ๐Ÿ˜›

glass pagoda
ornate saffron
#

I am building my first fuel factory of the save, I am using mark 2 pipes from the get go. so i keep runniong out of plastic and flushing my heavy oil to get more plastic lol

worn crown
#

Surely you just add more trains if you need more input no ?

dim flint
worn crown
#

I just build right on top of the water so I don't have to get the fluid to travel any distance

dim flint
#

It worked, splitting in the middle, but just because you can make something work, doesn't mean you understand it.

cunning glade
#

Which really makes me concerned about power

glass pagoda
#

How is everyone ๐Ÿ˜›

#

I just finished phase 3 after 400 h of messing around

dim flint
# worn crown Surely you just add more trains if you need more input no ?

See, it's more complex than that. Actually the simplest thing to do is add more cars to your train.... but that can take up more space. The issue is that docking takes 30 seconds, and while the train is docking the station cannot load, so it reduces throughput. Too many trains on one station and the throughput tanks too much. So it's a balancing act. I wrote a little python program to help which I think is neat.

fickle locust
#

I've finished the chain for 5 AI Expansion Servers per minute

sullen gull
fickle locust
#

Except I forgot to pick up dark matter crystallization somehow, so now I need to go hunt some hard drives

sullen gull
#

Oh and head lift issues if you don't have enough headlift prior to reach the top of the buffer

worn crown
dim flint
cunning glade
dim flint
golden nexus
worn crown
sullen gull
fickle locust
worn crown
#

So a small question, after you finish the phases, what do you do in the game ?

dim flint
# golden nexus You also should have a look at getopt

Why would I use that instead of argparse? I'm honestly not a huge python fan. But it seems like argoarse is the more developed tool. I use getopt and getopts in bash sometimes, but they are also lacking in many ways. My favorite is probably clap or docopt, but there are way too many tools for this and none of them are perfect imo.

sullen gull
worn crown
#

Well I guess I'll undertake Satisfactory Speedrunning

dim flint
#

I'm somewhat familiar with the simplex method, and that's about it.

atomic cobalt
#

Hey guys, for the past few days I've been getting the issue:
"Session Creation Failure"
"Failed to create backend session. Check your connection and try
again later."
My internet is working fine. Does anyone know how to fix this?

fickle locust
dim flint
worn crown
dim flint
sullen gull
#

No valves, apparently this is a "hack" ๐Ÿคทโ€โ™‚๏ธ . Just supply 180 water and off it goes

worn crown
dim flint
sullen gull
golden nexus
# dim flint Why would I use that instead of `argparse`? I'm honestly not a huge python fan. ...

I hate hte language, Its broken, I spent some time writting c/c++ callable python wrappers and spent time working inside the runtime for python. Its a shocking failure of an abomination, the dead snakes repo exists because python can't even meet its own standards mostly because its inventing them as it goes along and has been for the last 20 years. perl was actually a better language.. but since nobody could actually read perl after it was written it to also failed as a language long term.

getopt has been the standard on for about 40 years now, python had to come along and also screw that one up as well with argparse. The javascript guys did much the same. getopt complies to all the standard posix rules sets, argparse does not as far as I am aware and its the copy of the one that actually works correctly.

dim flint
dim flint
golden nexus
sullen gull
stone python
#

butterscotch pudding

golden nexus
sullen gull
#

Unless valves. But they calc badly

dim flint
#

But getopt is hardly a standard anymore. Sadly the new ways of doing things, while better in many ways, lack cohesion and standardization. Software developers these days don't standardize as much as they used to in large part because the community is so much larger and fragmented.

dim flint
dim flint
sullen gull
dim flint
#

Right now I have a hack which is a valve which limits the extractors. But every time I add more refineries I need to recalculate the valve rates.

sullen gull
dim flint
#

Yea I'll have two aluminum plants. One for my nuclear build and the other for everything else.

#

Both somewhat large.

golden nexus
# dim flint But getopt is hardly a standard anymore. Sadly the new ways of doing things, whi...

Yes, I know, Its a real problem in the industry. There is a real issue with standards as a whole as well, its got a lot worse in the last 2-5 years since AI code generators are entering... its been a growing problem for years with stackover flow... mostl of the answers on stackoverlow often tell you the positive bit but never the negative outcomes of the help. So they often give examples which look like they work, will pass tests but later fail.

There was a company I worked for which used forced the devs to use scala. They turned over 75% of their staff within 6 months. I come from c/c++ assembler background, rust is also going the same way, it has "issues", a lot of issues with its community which have decided to rewrite a ton of stuff in it and they have been introducing a large number of security holes in the process. It turns out memory safety isn't the only place where you get problems.. you have to actually understand race conditions etc... something that the languages like javascript, python, rust attempt to obscure / hide from people.

golden nexus
dim flint
#

It won't magically fix all your problems. But giving you memory safety without a garbage collector is a serious step forward in the state of the art and allows memory safe code in far greater environments.

There's nothing else quite like it still, and I have no reason to expect it to die, when companies and organizations are pushing for it across the board and bugs per line of code are dramatically lower is the studies I've seen.

dim flint
#

Consider C++ move semantics for example. You can move something, then use it after you move it, in an indeterminate state. Rust statically forbids this. That's a key example of the kind of thing rust makes safer.

golden nexus
surreal hull
#

Passenger cars for the trains when?

hollow brook
#

I am so done. Session ended because of stupid pipes and fear of getting rid of a bad coal power setup >:(

stray wagon
#

Can you use 3 drone ports one connected to each and it will work for example one port is for fuel one is for the resource and one is to receive the resource would that work

dim flint
hollow brook
golden nexus
dim flint
golden nexus
# dim flint Yes

Then you will understand rust does not support this in any way shape or form

versed cosmos
golden nexus
#

It doesn't do it any better than c/c++ does it

sullen gull
hollow brook
versed cosmos
#

You won't be making any power?

dim flint
versed cosmos
#

Just let the grid crash, start up your coal power on some biofuel, and connect it up to restart the rest of the grid.

golden nexus
hollow brook
versed cosmos
#

I mean just the coal power

#

Use the biofuel to get that going

golden nexus
versed cosmos
#

Then it'll support itself

#

Then you connect it up

hollow brook
#

Ohhh, I thought you said instead of relying on my storage stuff to build my new coal power plant

#

Yea, I'll use biofuel for ignition of course.

dim flint
versed cosmos
#

Don't worry about your grid crashing this early

#

It's easy enough to start it up

golden nexus
hollow brook
#

I already got enough stuff in my storages to build a new one. Plus I can also just take the materials that were in the old one too.

sullen gull
wispy osprey
#

I've been taking more breaks from the game lately

dim flint
versed cosmos
#

I gotta take a break

hollow brook
#

But yea, taking a break. Finished a massive silica factory when I noticed my new coal extension was losing water.

versed cosmos
#

Just build a 20,000MW diluted fuel plant to avoid building aluminium lol

hollow brook
#

I rushed over, but the fuse broke before I could get to it

golden nexus
ornate saffron
#

a Packaged Diluted fuel power plant is the silliest thing lol. I saw some one mention early you can do it before blenders.

sullen gull
ornate saffron
#

now that i have done it i feel silly

versed cosmos
#

Oh yeah I'm using blenders lol

#

Also going through all my old fuel plants and converting them to use diluted

dim flint
wispy osprey
ornate saffron
hollow brook
ornate saffron
versed cosmos
#

Tbh I would avoid diluted packaged fuel and just speedrun to blenders

wispy osprey
ornate saffron
versed cosmos
wispy osprey
versed cosmos
#

skip to rocket fuel with nitro rocket fuel recipe lol

ornate saffron
wispy osprey
#

Nitro is a sulfur sink

versed cosmos
#

nitro does use so much sulfur

dim flint
#

@golden nexus you seem like a grumpy old hat, who knows enough to call other people idiots, but who's likely to be left behind as the world keeps moving without you.

I suggest you try to open your mind a bit more and reengage the part of yourself who loves learning. I too struggle with this sometimes, as things evolve so quickly, and so much bullshit and hype exist out there.

Don't throw the baby out with the bath water. Stay young and happy at heart.

Anyway, I need to go to sleep now. Hope you don't take anything I've said too wrong.

wispy osprey
#

I think the majority just does easy rf

versed cosmos
#

wtf lmao

wispy osprey
dim flint
versed cosmos
#

guys why are my power storages showing 99% full when theyre actually 100/100MWh?

wispy osprey
#

Turning 30 in April dude, and life is just this

#

Anyway

sullen gull
golden nexus
versed cosmos
#

damn yall ancient

#

24 here lol

golden nexus
dim flint
wispy osprey
#

What are you on, I want some

dim flint
#

I don't need this kind of hate in my life. The world has enough.

wispy osprey
#

@golden nexus do you have an example of a train yard/ material pickup?

wispy osprey
#

I dunno how big i need to make my train yard

#

I think I'll just leave it as extendable for now

wispy osprey
hallow flicker
#

Iโ€™m 35โ€ฆ but I retired from my engineering job when I was 33.

Now, I have more time to play Satisfactory. ยฏ_(ใƒ„)_/ยฏ

wispy osprey
#

That's too young to retire

hallow flicker
wispy osprey
#

According to me being forced to work for the rest of my miserable life

versed cosmos
#

Just like the pioneer!

dim flint
versed cosmos
#

Can't believe they put a satisfactory reference in real life

wispy osprey
#

I don't mind it that much

#

I got nothing better to do

hallow flicker
#

You could always play Satisfactory.

wispy osprey
#

Genius idea, I didn't think of that

hallow flicker
#

I have my moments

wispy osprey
#

I want my endgame to minmax resources
The sky is the limit

versed cosmos
#

am i the only person who always forgets pumps need power

near frost
#

How many fraightcarts can 1 train support?

gloomy tusk
#

i left like 20 of them without power and wondered why my grid wasn't supplying XD

gloomy tusk
versed cosmos
gloomy tusk
near frost
#

i got 8 carts so do i have 2 trains?

near frost
gloomy tusk
#

"i hate fluids"

versed cosmos
#

yeah u should use 2 trains

near frost
#

it happens ya

#

but i now have my pipes full

#

so they dont slosh any more

charred spire
#

first playthrough, starting to do phase 3, is it worth making a train to get the plastic and rubber from my oil rig 1400m away from base?

carmine beacon
ornate saffron
#

Two way single track is what i did first playthrough

charred spire
#

Im thinking about doing it just to learn trains, so will a two track be better? or are single tracks also used later on?

placid stirrup
#

I default to a double track, pillars are really easy to make in the BP

#

You never know where you'll want to fork off in the future

ornate saffron
#

but more complex espitially once you add signals. I found learniing how to do frustrating but worthwhile

charred spire
#

okay, thanks everyone!

dense violet
#

2 tracks is simpler, all you need is block signals

ornate saffron
versed cosmos
#

mad respect to the hoverpack for letting us down gently isntead of just dropping us out of the sky when we get out of range

undone citrus
#

I'm bored

#

All my friends are asleep lol

onyx echo
#

Anyone know where some sulfur is from the forest spawn?

onyx echo
ornate saffron
onyx echo
#

Thank you

#

Wait how does that work

ornate saffron
onyx echo
#

No

ornate saffron
#

okay then yoyll just have to compare the map in game with the on the website.

onyx echo
#

Ok

distant pulsar
undone citrus
#

Why does the game have to server reset

onyx echo
#

Thanks

distant pulsar
#

just autosaves

undone citrus
#

Neither have I but it just did

onyx echo
#

Wait is the games map identical for every world?

undone citrus
#

Yes

distant pulsar
#

Yes sorry to burst your bubble

ornate saffron
onyx echo
#

Cool

undone citrus
#

It's all just one big world with every thing the same every time

distant pulsar
#

In hindsight it makes sense and why the world is so well designed

undone citrus
#

I'm kinda hoping they add node randomization tho like the rumours

#

Would lead to at least some playthrough difference and force people to adapt

distant pulsar
#

They should make a procedurally generated world where enemies spawn in waves

#

And can destroy your structures

undone citrus
#

I feel like that would take way too long

ornate saffron
distant pulsar
#

I know but they should!!!

ornate saffron
undone citrus
#

A procedurally generated world would be way lower quality

distant pulsar
ornate saffron
distant pulsar
#

Yeah make it a dlc or something... janky prodedurally generated tower defense satisfatory

undone citrus
#

Yeah that would be awesome as long as it's hand made

distant pulsar
#

I would play it

undone citrus
#

Satisfactory would be super fun with tower defense added but they never will

lapis shadow
#

Wait is the blue ring that shows up when placing a pump a preview of the current head lift, or is it the potential head lift if you were to place the pump that you're hovering?

undone citrus
#

A preview

ornate saffron
distant pulsar
#

Potential yeah

zinc mesa
#

woo!

undone citrus
#

Oh wait

#

That's weird wording but yeah that's what the pump will make

distant pulsar
#

Looks cool

zinc mesa
distant pulsar
#

My other fav game is Dyson Sphere Program is reminds me of that a bit

undone citrus
#

My favorite tower defense will always be mindustry

ornate saffron
zinc mesa
#

(Satisfactory Planner needs alpha testing)

distant pulsar
#

Totally I'll get right on that

undone citrus
#

Has factory aspects but mainly capture sectors defeat the enemies and harvest the resources

zinc mesa
#

yay (you can just run the python code if you don't trust random binaries by strangers for some reason)

distant pulsar
zinc mesa
#

(I would appreciate knowing if the windows version works though, I can't try it myself)

undone citrus
#

Unless the flying enemies blow up your generators...

coral marsh
#

Started on the coal gen base for my 2nd world, I transfered a lot of my blueprints from my main world to the second one (super fkin cool we can do that), I have 20 coal gens down lmao, should be 1.5Gw total

undone citrus
#

There's something called a thorium reactor in that game and it's terrifying

distant pulsar
distant pulsar
undone citrus
#

Lol

#

Yeah Thorium reactors are worse

#

You set them up and get your power but if you don't know anything they kaboom

zinc mesa
#

@distant pulsar to be clear this is a new project. I'm not sure if I have a name collision with it

coral marsh
#

Thorium go boom?

undone citrus
#

It's scary, turns out you have to supply cooling liquid

distant pulsar
zinc mesa
#

@distant pulsar so yeah I'm the author of Feep's Satisfactory Planner, which may be a different satisfactory planner than what you're thinking of

undone citrus
#

And if your even remotely under the requirements then boom

#

Anyways Mindustry is fun

distant pulsar
#

There's Satisfactry Calculator, Satisfactory Tools... this is new... Feep's Satisfactory Planner

undone citrus
#

Like factorio but less factory and more tower defense

coral marsh
#

Holy shit, I just got what could be a cool idea for a power gen machine. Chemical reactor, put sodium or any similar metal in it with water and it creates power through chemical explosions (add nitric acid to boost power consumption). Thoughts?

zinc mesa
#

@distant pulsar well I just added on the Feep's because I wasn't sure if there was already a satisfactory planner. anyway the point is you can lay out your blueprint and it'll tell you if any of the belts are too small

onyx echo
#

Finally found that sulfer

distant pulsar
zinc mesa
#

@coral marsh yay! tell me if it works~

#

(also bug reports pls)

coral marsh
fluid crow
#

lazer turrets would still be cool just for show

zinc mesa
#

... make it? it's a binary, I've linked it above

distant pulsar
zinc mesa
#

nope! not at all

#

well, the online ones.

#

big thing is I don't have a requirements solver, so you can't just say "I need 30 rotors"

coral marsh
# zinc mesa <@337891513671483392> yay! tell me if it works~

I would full on add in ways to make sodium, lithium, potassium, all the metals that react with water, id add in metallic alloys as well as sodium and potassium can be combined using nitric acid, which produces a more powerful explosion. (I'd set the base power output to 325Mw)

zinc mesa
#

you can say "I need 30 rotors" and it'll throw "missing item" errors until you add the whole factory chain though

#

@coral marsh sorry you might be talking to the wrong person, or else I'm confused.

coral marsh
#

Im talking to anyone who's interested

zinc mesa
#

.... OH, you were like "power through chemical explosions. also your satisfactory planner looks cool"

coral marsh
#

Yee

distant pulsar
#

I don't know what downloading and running binaries means but it sounds scary ngl

coral marsh
#

Cool personal idea for a mod and I like your idea of a factory planner

hollow onyx
#

does anybody here use optiscaler?

zinc mesa
#

to be clear, I want someone to run that thing and tell me if it works, especially on windows, I've just fed it into pyside6-deploy

coral marsh
#

Its JSON hard to code in at all? (I have zero experience or skill in coding)

zinc mesa
#

json is not a programming language, that said it's designed to be easy to read and change

coral marsh
#

What does UE5 or the game use?

zinc mesa
#

C++

#

which is yeah kinda hard to code in

coral marsh
#

Darn

#

I got a friend who's learning to code anyway, maybe he could make the mod for me at some point in the future

zinc mesa
#

have opus walk you through it, it can google the game wiki and also look up errors

coral marsh
#

If i had a job, id pay someone to make it for me honestly

zinc mesa
#

hardest part would probably be modeling the building

coral marsh
#

Oh 100%

#

Best part about that is, im dating an artist and one of my best friends is also an artist

zinc mesa
#

3d artist?

coral marsh
#

2

zinc mesa
#

ah yeah different thing

coral marsh
#

Dating one and friends with another

#

I knoe itd require the blender so itd be more of a late game power generator, so id honetsly bump it up from 350Mw per machine to a base of 750Mw per machine

zinc mesa
#

@distant pulsar yeah the joke is... don't download binaries from strangers, that's how you get viruses (except I am still asking you to download it lol, I need feedback)

coral marsh
#

Can anyone here code in C++?

distant pulsar
#

Just reading through your commits

#

You're been coding like a madman

ornate saffron
#

okay finally done my packaged Diluted Fuel power plant..... too kforever but i have 24.8GW of power

coral marsh
#

How fun

distant pulsar
#

If I had a recommendation it would be to make it a website

coral marsh
#

Agreed

zinc mesa
#

@distant pulsar "you're" in this case is opus 4.5 to be clear.

#

I have been excessively lazy with this thing

distant pulsar
#

Well as long as it works lol

zinc mesa
#

ikr.

#

website... egh. sure? I guess it's the done thing. I was hoping README would be enough

#

it's not exactly a complicated ux

distant pulsar
#

Generally unless it's something that can't be done with a website, I don't want to download apps they want to click a link and use a webapp

versed cosmos
zinc mesa
#

oh, make the whole app a website? yeah I'm not doing that. That's something I should have decided to do when I started

#

I like desktop apps~

ornate saffron
versed cosmos
#

damn ok

ornate saffron
# versed cosmos damn ok

i keep doing nitro Rocket fuel. Im forcing myself to sdo nuclear this time. So this will laast me til then lol

onyx echo
#

Nobolisks can blow up the fart spewer things right?

onyx echo
sullen gull
coral marsh
#

The nuke nobelisk is very underwhelming, its explosion radius and destruction radi are pathetically small

onyx echo
onyx echo
coral marsh
onyx echo
zinc mesa
#

who needs a gas mask or explosives if you have food lol

onyx echo
#

I gotta go grab more sulfur first

zinc mesa
#

just eat faster than you choke

onyx echo
zinc mesa
#

hey, they literally added two things: one thing that takes health away and one thing that adds it back. this is the game css made!

ornate saffron
onyx echo
#

Is caterium worth it? What other than zip lines do I get for it?

ornate saffron
onyx echo
sullen gull
ornate saffron
zinc mesa
#

find a node, slap 5 hand miners on it and move on with your life

zenith spire
#

Why can I see my character every time from the last logged off place when I log on? This hasnโ€™t ever happened to me b4

coral marsh
#

Im gonna try and refine my power gen idea but is there any way to contact the devs? That isnt customer support

raven axleBOT
unborn oar
#

!cg

#

whats command for coal generators setup?

sullen gull
unborn oar
#

bruh k

zinc mesa
#

insert coal insert water lol

onyx echo
#

Do any of yall know why thereโ€™s no vcs in this server?

sullen gull
onyx echo
#

Fair nuff

sullen gull
onyx echo
#

Yeah it definitely took me a minute to figure out efficient pipes

#

They still look terrible

wispy osprey
#

Pipes are an average, not a constant

Working with a little bit more isn't the end of the world unless you're figuring out recycling logistics

wispy osprey
#

That's just one example

onyx echo
#

Ok

wispy osprey
#

Ok

sullen gull
# onyx echo recycling logistics?

Later in the game, there are builds in which you have a fluid byproduct. You can choose to recylce it back in, which means less is needed from the source, or you can just build something you "use the excess" like wet concrete.

onyx echo
sullen gull
#

Except Nitro Rocket Fuel ๐Ÿ˜ ๐Ÿคฃ

dense violet
#

*except rocket fuel

onyx echo
#

But like what do you benefit adding water to the concrete?

onyx echo
#

Cast screws are good because it saves you a step, takes something out of the equation

#

What does adding things do for you?

dense violet
raven axleBOT
dense violet
onyx echo
#

Ohhhhhh

#

Thereโ€™s a different building thingy

sullen gull
coral marsh
# raven axle

Thats a q&a plus bug report with the community, fun for what its needed for but not what I specifically need..

onyx echo
#

Man this rabbit hole goes deeper and deeper ever day

sullen gull
#

Tougher to manage large quantities with lower belt levels, sure, but doesn't make them "bad"

onyx echo
sullen gull
onyx echo
#

Ok

#

I watched 1 letโ€™s game it out video and now Iโ€™m debating screws at 3am

#

The rabbit hole be deep indeed

hollow onyx
#

is anybody here a pro with satisfactory calculator im trying to mirror a design and its slightly offset for some reason

sterile blade
#

Most "pro"s don't use SCIM to calculate factory plans ๐Ÿ˜…
Anything else (that doesn't make mistakes) is a better choice

hollow onyx
#

just saving time is all

sterile blade
#

Ohhh, sorry I though you were asking about the planner part, not the map part ^^

limpid iron
#

does radiation spread further over time?

#

some uranium ore hitting me from far away compared to some hours ago

sterile blade
sullen gull
limpid iron
#

its just the ore rocks sitting around

sterile blade
sterile blade
sullen gull
#

Try a reload

limpid iron
sullen gull
limpid iron
#

nope lol

#

I would be dead if it were the case

limpid iron
#

potion of lingering uranium rocks

sullen gull
#

And, there was a bug where if you sorted or something, it can cause the radiation to stick, even if you deleted the resource. Not sure if it still exists though.

limpid iron
#

I haven't touched the rocks at all, just been in the area for ages

sullen gull
#

But, yeah, it would peg the radiation.

sterile blade
sterile blade
#

Low priority for a fix

sullen gull
#

Burned through about 100 filters ๐Ÿ˜›

#

But hey, when ya gotta go, ya gotta go ๐Ÿ˜

sterile blade
#

Oh man... jace_happy
That bittersweet feeling when you find a really good video about load-balancing... It has quickness, gets to the point without wasting time and even manages to cover everything! What more could one possibly want from it...
And yet, like almost every tutorial before it, it completely ignores programmable splitters and sushi ๐Ÿ˜ญ tired_jace

#justice-for-sushi

sterile blade
sullen gull
sterile blade
#

Oh. So a total waste of filters xD

sterile blade
limpid iron
sullen gull
#

Fyi, if on PC, you can also upload the save to SCIM and see the plum

limpid iron
sullen gull
limpid iron
#

what im saying is that it didn't use to get me from that far some hours ago

sterile blade
#

Meaning they're not processing it, all radiation is from the ore rocks on the ground

sullen gull
#

goes back to his colouring books.

sullen gull
#

But disregard lol

#

Not appliciable. I am just, in fact, an idiot ๐Ÿคฃ

sterile blade
sterile blade
limpid iron
sullen gull
#

Radition shows if the item is in a machine, storage, miner, etc afaik.

sterile blade
sullen gull
#

Anywhere else but where it came from (depsoit, ore node)

sterile blade
# limpid iron what do I do to possibly see it?

Idea was to upload the savefile on SCIM. That shows a map of all you've built, visualizing radiation too. But it doesn't include radiation from natural sources, I guess... (no rocks, no nodes, just mined/processed stuff)

limpid iron
#

well I guess I gotta deal with it then

sterile blade
#

Verify your game files, whenever you get a chance. That might just be enough ๐Ÿคทโ€โ™‚๏ธ

sullen gull
limpid iron
sullen gull
limpid iron
sullen gull
sullen gull
#

I kid though. can be cool to watch sometimes ๐Ÿ˜›

sterile blade
#

(The "radiation bubble" of each machine is smaller than the machine itself)

sullen gull
limpid iron
#

how do you pull that up

sterile blade
#

SCIM

limpid iron
#

aw

sterile blade
#

Powerful tool. Too bad it's dead to me

sullen gull
reef basin
limpid iron
#

I love how destructible rocks are indestructible if you aren't blowing them up in the correct order

sterile blade
sterile blade
#

Cool........

reef basin
sterile blade
#

I'd rather just not use something than go through hoops just to block what they use to run their stuff...

limpid iron
#

SCIM is satisfactory calculator right?

#

yeah I only really ever used it to look at my infrastructure, but I got the mod to see it in-game

sterile blade
#

Which has no ads, BTW...

sullen gull
limpid iron
sterile blade
#

Yeah xD (or so I hear)

limpid iron
#

I'm personally not affected cuz I got 12gb of VRAM

sullen gull
reef basin
sullen gull
limpid iron
#

I feel like overusing satisfactory tools production calculator is like using AI, rots your brain and then you rely on it

gloomy tusk
limpid iron
#

its very useful for figuring out aluminum though

gloomy tusk
#

Is that a mod

limpid iron
#

no its a website

reef basin
gloomy tusk
#

Only calculator I need is the one in my head

sterile blade
limpid iron
reef basin
sullen gull
#

Hmmmm, not I ๐Ÿคทโ€โ™‚๏ธ

sterile blade
reef basin
#

like 90% of people I see using it do ๐Ÿคท

sullen gull
#

I understand that it is not an "auto-calulator"

limpid iron
reef basin
limpid iron
#

I very rarely have to load balance ๐Ÿคท

limpid iron
# reef basin like what?

from memory when I'm trying to do several alt recipes, like for computers for example, it just calculates a lower output than what it could actually be

sterile blade
reef basin
sterile blade
reef basin
#

though if you feel like there's an issue or something, please do share the production line so that I can have a look

limpid iron
reef basin
sterile blade
sullen gull
gloomy tusk
#

Is it good that I basically have an item sorter on top of my storage

sterile blade
gloomy tusk
#

There is a junk storage container that has multiple smart aplitters to sort into the already existing storage crates of my items

sullen gull
sterile blade
#

Uhm...
It should pop up and stay on screen more aggressively evildoggo

sullen gull
#

But, even that doesn't state you can do what I mentioned before.

sterile blade
#

Yeah, the content is lacking too

limpid iron
sullen gull
#

Unless there has been an update, but a long minute since I looked at that screen ๐Ÿคฃ

reef basin
sterile blade
#

But it could still be a decent start in avoiding some misunderstanding and easily pick up on details if people actually read it

reef basin
#

I mean this looks fine. Are you sure you've enabled all the recipes you have available in your world? Or do you have a plan from different tool/excel/whatever that would show how you're making the 42?

sullen gull
limpid iron
#

with then enabled it calculates 42 rounded

reef basin
surreal hull
#

25 motors a minute factory was alot of work :(

#

i did it with only iron xD

#

iron wire + iron pipe = iron iron iron

#

over 100 machines

#

took foreverrrrrr

sullen gull
#

Ovvvverclocking..... ๐Ÿ˜

surreal hull
#

only a lil

sullen gull
surreal hull
#

nahhh

#

i already used like 20 power shards on it

sullen gull
#

Read the F'in Manual

surreal hull
#

quick question

#

why the fuff is the inventory settings in accessibility instead of gameplay?

sullen gull
#

./s

sullen gull
surreal hull
#

the fact you use emojis honestly makes me like you less

#

:P

#

only text versions allowed

reef basin
#

~(8^(|)=

surreal hull
#

0-0

sullen gull
#

o7

surreal hull
#

Greeny things iron wire + iron pipes is gross xD

reef basin
#

yes, why would I pay 1000 iron

surreal hull
#

1388.89/min for 25 motors/min

sullen gull
#

Hey, If Oxford can make the Cry_laugh emoji word of the day in 2016, it's perfectly acceptable communication ๐Ÿคฃ

tawny steppe
#

Why doesnt the middle mouse button remember the orientation ๐Ÿ˜ญ

reef basin
surreal hull
#

Weak

reef basin
#

yeah, just 37% of resources for same output ๐Ÿ™‚

surreal hull
#

Im fully aware that using only iron is less then efficient

sterile blade
surreal hull
#

But its silly and i wanted to xD

sterile blade
surreal hull
sterile blade
#

Arguably, they're even "worse" xD

surreal hull
sullen gull
reef basin
#

and disabled here for the exact reason you just shown

surreal hull
sullen gull
#

๐Ÿ˜

sterile blade
#

Back in my days, books were on VHSs...

surreal hull
surreal hull
hollow onyx
#

is there any way to make the LOD's not appear so close (im on ultra view distance)

sterile blade
sullen gull
sterile blade
sterile blade
hollow onyx
#

my average fps went down at most by 1 from changing the LOD bruh

sterile blade
#

Worth it

#

There's are entire "packages" of recommended settings for the game engine, based on different specs, if you like toess with graphics ^^

#

I juste use the ones that add all signs to the GI calculations, when taking screenshots

sullen gull
#

needs to know why fps doesn't go above 60 with a 9800x3d, 4070ti, 64gb ram ๐Ÿ˜ญ

sullen gull
hollow onyx
sullen gull
sterile blade
hollow onyx
#

oh wait bruh i forgot 40 series and above have native frame gen

#

im on a bum 3070

#

basically optiscaler just lets 30 series and below use FSR frame gen along with DLSS for upscaling

#

thats odd tho im getting 100-130 fps depending on the area im in

#

are you using lumen

sullen gull
sterile blade
#

I'm pretty sure they also use some of those "engine modifications" hehe

#

Or did you have those on just for recordings/screenshots?

sullen gull
sterile blade
#

Well, probably worth mentioning then xD

hollow onyx
sullen gull
#

The ones you showed before yeah? (Was that you? ๐Ÿ™‚ )

#

Lol, sorry, I've slept since then ๐Ÿคฃ

sterile blade
#

I actually aim for 30 FPS, 1080p, all on low/medium and GI off, so I only activate those commands in special occasions as you can imagine ๐Ÿ˜…

sullen gull
sterile blade
#

FicsitCam to the rescue to make pretty recordings :P

sullen gull
#

I mean, it is at a pretty constant 60, so I'm not really complaining.

sterile blade
#

Yeah, how smooth it is makes a great deal of difference

sullen gull
#

Let's see.. would seeing how many FPS I get in something like Cyberpunk be any good comparison?

sterile blade
#

I prefer to lower the resolution than having to deal with lag spikes, even if I'm at 30 FPS already

sterile blade
short fiber
#

How many coal burners can one water Gen supply too

#

Mk1 pipe

sullen gull
#

!wikisearch cg

raven axleBOT
#
Official Satisfactory Wiki

The Coal-Powered Generator is a power generator building that generates power by burning Coal, Compacted Coal or Petroleum Coke and Water. It is the first fully automated power source the pioneer has access to and also the first power source to use a mined resource.
One Coal-Powered Generator produces...

short fiber
#

But won't I need some if the coal for steel production?

sullen gull
#

Grass Fields?

short fiber
#

Bottom right. The crator with the pure coal node

sullen gull
short fiber
#

I'm not sure. It's also next to a Sam node. Nearing the edge of the map

sullen gull
#

Not sure where you mean off hand. But this is always my preferred place to build a coal plant: #screenshots message

limpid iron
#

is it normal for single player world to say "server will restart in 60 minutes"

limpid iron
#

i think satisfactory thinks ive been playing longer than i actually am, steam session is 7 hours but i got the notification for 12 hours 2 hours ago

limpid iron
#

standing basically right on top of it and no radiation

limpid iron
#

no

#

just been playing and running around the map

sullen gull
#

Huh, strange

limpid iron
#

my world is very strange, i get many random bugs

whole drum
strange sphinx
#

how do I build three conveyor lifts on top of each other so the neatly align with a three stack of belts I need to bring up a floor?

reef basin
sullen gull
#

Pg up and Pg dn for up and down.

whole drum
#

=====]
===] ]
=] ] ]

Something like this

reef basin
#

so many smileys

whole drum
#

This would be the 2nd floor. The 1st would be inverse.

limpid iron
reef basin
limpid iron
short fiber
#

I moved my base and shot at the bean that was on top of it. It left. Built soemthing else there. He is BACK on top of it. There is no ramp or anything that allows it to get on top of there

#

It just does it. Why

short fiber
#

Am i cursed with this bean

whole drum
#

They sorta just spawn wherever

#

Prioritizing belts it seems

short fiber
#

Ah. So I should just treat him like a decoration then?

lapis shadow
#

What happens if you scan another hard drive after you've already unlocked all your available recipes? Like if you just started the game and you don't even have the ability to unlock most of the mid/end game recipes then you would easily be able to get enough hard drives to unlock all your possible recipes. Does the game stop you from scanning? Or does it just allow you to then unlock those mid/end game recipes where it previously wasn't possible?

sullen gull
whole drum
#

Pop him with the rebar once to see if he'll dislodge himself. If not, whack him withthe basher until he moves or goes down.

limpid iron
fluid crow
#

boombox if that doesn't work, pipe bombs

strange sphinx
short fiber
sullen gull
fluid crow
#

I'm just tryen to run a factory you know

short fiber
fluid crow
#

It better

#

I blew one up earlier and they haven't been back

#

and sometimes I see them trying to drink all the water for my coal plant

strange sphinx
lofty phoenix
#

any new update lately?

#

do really hope they have new ideas when their vacation is over

acoustic portal
#

I've 100% the game and got maximum efficiency with fully build factories and no waste at all so what should i do now? Haven't played since last august

cobalt wadi
#

Boys I have a question, in the early game with nodes really far appart, do yo preffer, A. Build manufacturing around the miner and belt finished product where its needed. or B. Belt ore back to a central location?

versed palm
#

i first wanted to do 30ipm but thats kinda insane

sinful reef
#

good morning, over the last couple of days I've been playing with my friend and whoever is the client crashes out after a few minutes does anyone else have this issue or know what is causing it please?

sullen gull
cobalt wadi
#

So nether is more efficient than the other?

dim spoke
#

heavy frame factory go crazy

sinful reef
#

]LogAkAudio: Error: Failed to post invalid AkAudioEvent on Room component 'AkSpatialAudioVolume_0'

#

that is the last line in the report

fading whale
# cobalt wadi So nether is more efficient than the other?

Not really. Efficiency only applies to the machines getting enough resources, and offloading the product fast enough.
Normally, it makes sense to build closest to the nodes you use most.
So if you are producing tons of plates and frames, build close to iron nodes and belt/transport in concrete and steel.
If you are building tons of copper sheets and wire, build close to copper ore and belt in caterium.

cobalt wadi
dense violet
#

people often throw that word around w/o any meaning behind it

#

'more convenient' might be more efficient in how it manages how you build thigns and the time involved?

#

but even then, we don't know which is more convenient for you

fading whale
#

I build a lot of shit that could be considered inefficient by other's standards.
But it looks cool and I like it. So I do it.
Your preferred playstyle is more important than what others call efficient.

reef basin
eager harbor
#

I love u all pookies

unkempt blade
eager harbor
cobalt wadi
#

yeah

unkempt blade
eager harbor
#

Iโ€™ve found a good friend

eager harbor
unkempt blade
sterile blade
#

There's party tricks and then there's carty tricks

unkempt blade
# eager harbor Bruh

and the best part is I can record that as part a of a delivery route and my carts will keep doing it every time they go past

cobalt wadi
#

I have never met someone soo "my way or the highway" before, he had to have everything how he wanted, it did not last long. It did kind of tilt me as he kept screeching about "Efficiency" and how i wanted to do it was inefficient.

eager harbor
#

Huh???

#

I love u gang as a friend trust

fading whale
hallow flicker
#

Abuse is just using your abs

dim spoke
#

what do i do with alien power augmenters

unkempt blade
versed palm
#

Me when i dont see 100% Efficiency in my Machines

sterile blade
fading whale
odd ibex
#

Whats the best location at tiers 3 & 4?

reef basin
hallow flicker
odd ibex
reef basin
#

honestly, at that point you shouldn't have a single location anyway, but rather start thinking about expanding to other biomes

reef basin
# odd ibex really any?

I mean... it's impossible to answer, since everyone does different things in T3+4 and everyone uses different sets of recipes and has different goals

fading whale
odd ibex
odd ibex
reef basin
# odd ibex Coal is the thing im thinking abt

better to think about "location for given factory", rather than "location for whole game"

so e.g. if you're planning to make motors, you calculate how much ore you need for the production you want, then find location that has those ores, then build there, then repeat for any other item

odd ibex
#

ohh ok ty

unkempt blade
fading whale
#

Today?

reef basin
# odd ibex Whats the best location at tiers 3 & 4?

(and also, my recommendation for the whole game is to not ask others how to play, but rather play on your own and explore what the game gives you. You'll learn way more than if you just "blindly copy" whatever other people say)

odd ibex
#

oh

reef basin
#

there's not really a wrong way to play

odd ibex
#

ok imma just do what I think is the best for me and hte most fun

fading whale
odd ibex
#

green fields