Factorio Can we do more Factorio art?


Can we do more Factorio art?

Posted: 12 Apr 2018 06:31 PM PDT

What would the consequence be of choosing this option when registering on the Factorio Forums?

Posted: 12 Apr 2018 12:56 PM PDT

The Factorio LA meet up says hi! Thanks to Rseding and Twinsen for hosting us!

Posted: 12 Apr 2018 07:55 PM PDT

Using a separated power network to plot a number

Posted: 12 Apr 2018 12:43 PM PDT

I wanted a plot of "how much iron ore did I have in this logistic network in the past?"

Here's the solution I found for this: https://i.imgur.com/NoJ2JZT.jpg

0eNq9nd2O2lgQhN/F10zk83/Mxb7IKkIe4s1aCzYyJrujEe++MIyyI8UMp7SluorIQDGfu9Pu7oKT1+p5d+oOUz/M1fq16rfjcKzWv79Wx/770O6ufze/HLpqXfVzt69W1dDur4+O466dng7t0O2q86rqh2/dP9XanL+uqm6Y+7nvbjJvD142w2n/3E2XJywKrKrDeLy8Zhyu73fRecqr6uX6x/m8+kXDFmqETzRcoYb9RMOXaZhPJEKZhP9EIpZJpE8kEhaUsKSRsaAsajRYUBY1TA1FZVnDQGFZ1rBQXJY1HBYYuyjiscgsiwQsNMsiEQrNskaCQrOskaHQLGv8l6vtdnvan3btPE5Loflyu671l8UQ27pQJz7QMYU6/oGOLdSxD3Q+pO7p+Ti3b6/9VaZ+IOPLfh3zQCaUybgHMrFMJjyQSWUy6YFMBlPQ3tH5UHb37W73tGv3h6UMvIlcbvaXHmGext3mufuz/dFf3vPyjN34vT/O/XZz+eG3n6/7o5+O8+ZBK9FP4/A0Tl11k74ky7UXMXVdXx/vD+30Braufnt/xtBt5808bn6+59DNf4/TX9V6nk7d4u2+LmNMWkYioCkD9FpARw2iLWMMWkZLZXRljE7L6KmMvozRahkDlTGUMRotY6QyxiLGWouYqIipCFEcxUxFzEWI4n+MDRWxrMNx+gaHx+jLOhzx/d9Quzhf1uSI7/+G2gD4siZH3YxTGznvsAHozuDiPTgA+Ts6ARmAnOyaUxsSH5EJSAdJ7Sx9QiC9bEKg3rB9RtJVB0m9ZfsGmfV06UptoEONDO06SGoLHQwSSa/cTBAhLRJJHSS1/QrQbkKXrtTqGqDlhA6SWl1DQCKpS1dqJx0iEkkdJLWVDgnZMznlTpQImYFFk46RW1wbJJC6bKX257EGAqljpA5a0QArQ12yUktrtMDOUMdIrazRAXHU5Sp1AIkeiKOOkTp/xAAsf3W5yq2rEVj+6hi5dTUBcdTlKnX4iBmIo46ROnvEBlji63KVWldTDSzxdYzUupoQM8YrP6hAZETMGB0jdfBIoBlzx0RJqBkT7+gEZIUfZNec2j+niKzwdZDUBjpBZkyUfcyHW+khM0YHyS31kBmjS1dqD50hM0YHSW2iM2TG6NKV2kVnyIzRQVLb6AyZMbp0pVbXDJkxOkhqdc2QGROVHxUlQkJmjA6S2kpnyIzRpSu3uiJmjI6RW1whM0aXrdQhpEHMGB0jdQZpEDMmKL9pQGREzBgdI7WyNogZo8tV6gDSIGaMjpE6fzSIGaPLVW5dRcwYHSO3riJmjC5XqcNHg5gxOkbq7NEgZowuV6l11dSIG6ODDFxIxI7RZWvmQiJ+jA6y4UKChswdI8XUqCOT7wlBlkxSftGTedkhT0ZHabiUkCmTZd9oJVd8yJXRUZJLPmTL6DKW2k0bA/kyOkrHpYSMGV3GRi4l5MzoKBOXErJmdBnLrbEG8mZ0lNwaayBzRpex3L7aQO6MjpLbWBvIntFlLLnGIv6MDpJcYiGDJitPLSFSWsSh0UFyJxKLWDS6fOUWWIt4NDpIbn21iEmjS1fuOGIRl0YHyZ1GLGLTJOWxV0xIxKfRQZKrK2LU6NKVO4pYxKnRQXInEYtYNbp05VZXh1g1OkhudXWIVaNLV+4Y4hCrRgfJHUMcaNXcc1hKT0S9beUb2dXiNsEOOmdNR8ntggtPRX3f5DbS0yaZmAlZ5Qoxuf1T4emo7/s/ISb5vtsgC0AhJvfOW3hI6vvaSIjJ7YcLz0mt1ZTchrjwpFR5LLl9lHfAvkFIyW2kvAfGVCEltwEqPGhWfsvkNkCFJ82q+x/ucdum8KjZqKb8H+3P19XtPdYf/ku4VfWjm45vv1jMyZrsYu38+fwvSQQouw== 

Depending on the amount of iron ore in the network, more and more lamps turn on.
Because it is a separated power network, I get a plot of the power usage for free from factorio!

You can use this idea with any circuit network number, just hook it up to all the lamps and change the conditions

 

Appendix: Since I didn't want to configure 100 lamps by hand, I used the following python script to generate the blueprint. I feed it a blueprint with all the lamps, but all configured to the same value, and it changes the "constant" on all the lamps to the correct one.

import zlib, base64, sys, json bp_string = ''.join(l for l in sys.stdin) data = json.loads(str(zlib.decompress(base64.b64decode(bp_string[1:])))) for entity in data["blueprint"]["entities"]: i = entity["position"]["x"] + 7 + (entity["position"]["y"] +4) * 14 entity["control_behavior"]["logistic_condition"]["constant"] = 1000 * i print "0" + str(base64.b64encode(zlib.compress(json.dumps(data),9))) 
submitted by /u/IamaTarsierAMA
[link] [comments]

Time to automate red science!

Posted: 11 Apr 2018 10:05 PM PDT

Is there an easy way to bot things like concrete production or e-engines with a setup like this?

Posted: 12 Apr 2018 04:40 PM PDT

I just felt a sense of great pride and accomplishment for only 20 bucks! [Base with comment in comments]

Posted: 12 Apr 2018 10:25 AM PDT

Nice to know the labs get their own funny names

Posted: 12 Apr 2018 05:32 PM PDT

Am I dying?

Posted: 12 Apr 2018 11:11 AM PDT

30 hours of Factorio in 2 days, 2 hours of sleep last night, keep seeing still surfaces moving as if I was on acid, can't tell if it is from sleep deprivation or the Tetris effect, help

edit: moving surfaces move like belts

submitted by /u/smokeyjam1405
[link] [comments]

Tankless Pumpless Lossless 1120MW Reactor

Posted: 12 Apr 2018 01:39 AM PDT

Screenshot

Thanks to u/idkravitz and his heatpipe layout I was able to abandon trying to find a 100% efficient and aesthetically pleasing layout and just get on with testing and tuning. No real point in this design I just can't stand the absurd number of tanks or wasting fuel cells, though it does appear to be 10-20% more UPS efficient.

Instead of monitoring steam it monitors water flow which is equal to the heat removed from the reactor. It uses two pipe to barrel to pipe assemblies to monitor water flow for aesthetics and can work with only one. However it is fragile:

  • Loss of water pressure will corrupt its flow count massively.
  • Missing fuel cells will not be replaced and uneven loading changes the output corrupting the flow count.
  • Drawing power during startup will slow the startup and corrupt the flow count.

But it works, tested from idle to max in 100MW increments and varying load changes and timings. Most of the fragility could be removed with more circuitry but I don't care enough to bother.

Startup instructions:

  • Make sure not to connect the turbine arrays to your power network, startup power needs to be supplied to the center.
  • Connect each water pipe with at least 825 water/s, thats hundreds of undergrounds without pumps.
  • Put 40 barrels in each barreling machine.
  • Add a provider chest with 16 fuel cells and a source that supplies at least 1 fuel cell per 25 seconds.
  • Turn the constant combinator on.

After 5 minutes the light will turn green and it will connect the turbine arrays to the center. You can then remove the startup circuitry if you want, the outermost combinator bank that all reference T. You could also remove the power switches and connect the turbine arrays to the center or whatever. One benefit of using 2 flow meters is you don't need to be careful doing that since each side is monitored independently.

For the math:

  • 1120MW * 200s / (340MJ/C + 112MJ/C + 8 * 10MJ/C) = 421C/load I rounded up to 425C/load because that formula is naive but close enough.
  • (990C - 15C) / 425C/load = ~2.3loads number to reach target reactor temperature
  • 80MW * 200s / 200J/C / 485C/water / 50water/barrel * 97 = 320000 barrels per turbine bank per load I multiplied by 97 to use whole numbers
  • 320000 * 0.3 = 96000 the 0.3 is the fraction of a load missing from hitting the target temperature after inserting 2 loads or put another way its the portion of the second load that has already been used.

So the meter circuit multiplies emptied barrels by 97, accumulates it until it exceeds 640000(2 meters), and then subtracts 640000. The loading circuit inserts 2 loads, adds 192000(2 meters) to the meter circuit, and then waits 5 minutes for all the heat exchangers to reach operating temperature. Then the power switches close, the green light comes on, and I've wasted the better part of the past 3 days working on something that I'll hardly use since I'm almost done with achievements and a simple flow meter or temperature reading mod simplifies the design greatly and negates the need for the extensive testing I did to ensure even flow when using 1 or 2 meters.

!blueprint https://pastebin.com/6u1ZmyL0

submitted by /u/daed1ne
[link] [comments]

An unusual cracktorio experience.

Posted: 12 Apr 2018 06:11 AM PDT

For me, like many, this game is highly addicting, but somehow it has made me do my homework more reliably and earlier, which doesn't seem to be the case for many others. I'm not sure why this is, maybe so I can play more Cracktorio stress-free or for efficiency (factorio makes me want to be more efficienct?). Have any of you had this happen or am I just insane?

submitted by /u/MelodicaMan
[link] [comments]

KILL. THEM. ALL.

Posted: 12 Apr 2018 01:43 AM PDT

So I'm using Rampant and Bobs Enemies annnd i left this game running on speed 100 being in god mode, and biters NEVER expanded from this starting position? I like a biter filled world so I'm not sure how to fix this.

Posted: 12 Apr 2018 03:17 PM PDT

Pyanodons mods

Posted: 12 Apr 2018 04:26 PM PDT

So i am currently attempting to use the full suite in the Pyanodons mods with bobs ( high tech, industry, coal process, and fusion energy) and the early game seems to be the most frustrating thing i have ever done in factorio. I have literally spent almost 3 hours just to get automated red science only to be killed by biters. Anyone else use this mod combination and have some pointers for me?

submitted by /u/Elkillo
[link] [comments]

Beaconed copper cable assemblers need bigger internal buffers?

Posted: 12 Apr 2018 05:06 PM PDT

I don't have all the numbers to defend this yet, but some tests I've been running seem to indicate that copper cable assemblers when beaconed with many (say 12) effect sources, can't perform at full efficiency because their internal output stack is too small, and that they can't get fed fast enough with a maxed out stack inserted because their internal input buffer is also too small.

Am I full of biter dung?

submitted by /u/Theanderblast
[link] [comments]

Buying multiple codes at once?

Posted: 12 Apr 2018 12:16 PM PDT

I am interested in buying 17 copies of factorio for my team at work (one per person). I see I can buy through Humble and check the box to get a code that I can then share, but I don't see a way to do more than one at a time. Anyone know of a way?

submitted by /u/fireduck
[link] [comments]

I have a question about the Factorissimo mod

Posted: 12 Apr 2018 04:41 PM PDT

How can you get the conveyor belts to be hauling the resources in and out of the factories?

submitted by /u/Zhid13
[link] [comments]

Angels & Bob's Factory size?

Posted: 12 Apr 2018 06:01 PM PDT

My first Angels + Bob's playthrough here. I'm still very early game (only recently got copper & tin wire spools), but my factory is already enormous.

Is this normal? Or is it likely a sign that I'm doing something horribly wrong? :P

submitted by /u/Bizobinator
[link] [comments]

FARL, Bob’s, and Biters: Oh My!

Posted: 12 Apr 2018 08:33 AM PDT

I'd like to head deep into the wilderness to get some denser ore patches. I've done all science that doesn't require yellow. Not sure it matters, but I've got angles installed as well, but my question is regarding Bob's Warfare and FARL. Biter expansion is turned off but otherwise their settings were left at whatever default RSO/Angle/Bob mods put them at.

My first question is about FARL. I've never used it. I installed it yesterday and couldn't figure out how to get it to lay two parallel tracks with rail signals on both sides. I run double header trains that I believe are Right Hand Drive. I want FARL to lay my mainline as I go. Does anyone have a suggested resource for figuring out how to build a blueprint that will work properly? Laying landfill would also be very nice.

Next question is, what's a MK2 train loadout that will be adequate for protection and trail blazing? I've got gargantuan+ worms and behemoth+ biters in my path. Should I load up on laser defenses, or are those big siege type lasers enough to do the trick? If anyone has some suggestions I'd greatly appreciate.

Thanks!

submitted by /u/LordOfSwans
[link] [comments]

are there any other major modpacks?

Posted: 12 Apr 2018 08:31 AM PDT

i have been an avid factorio fan for a while, but i only played the vanilla game, i recently started playing seablock, and love it, and while i am going to finish it before i start anything else, are there any other well done major modpacks out there?

submitted by /u/PugWizardGaming
[link] [comments]

Rampant / Bob's Enemies / Both ?

Posted: 12 Apr 2018 10:56 AM PDT

I'm planning to start a new playthrough this weekend with a friend, here are the major mods we'll play with :

  • All Bob's Mods     (3rd playthrough with them)
  • RSO (+ Rail World settings)     (numerous playthroughs)
  • Space Extension     (2nd playthrough)

We usually play with biters turned off, but we want to try the 0.16 artillery train, so why not also check out Rampant and/or Bob's Enemies ?

 

My question is : which one of these 2 (or both) would you recommend ?

  • Rampant seems more interesting from a gameplay standpoint
  • Bob's Enemies seems to just add more biters tiers for lategame
  • Both add new types of enemies
  • Both are technically compatible, since Bob's Enemies is an optional dependency for Rampant ; but I don't know if they go well together on a gameplay level

 

Thanks !

submitted by /u/hannibal_f4e
[link] [comments]

My first large train interception, feedback appreciated!

Posted: 12 Apr 2018 07:28 PM PDT

Help with Vehicle Input Lag - Headless server

Posted: 12 Apr 2018 11:31 AM PDT

Experiencing an issue with input lag and driving vehicles, but only in multiplayer. It takes the vehicle a good 500-1000 ms to respond to any input keypress. No other lag issues. Ping time to server is consistently < 50 ms. Found this thread from a year ago:

https://www.reddit.com/r/factorio/comments/4kjaun/vehicle_lag_in_multiplayer/

However, I can't find anything on how to adjust the "ping" setting they're talking about. I don't see it in the example server-settings.json file. I couldn't find full documentation of other settings, if they're available. Any advice or help?

submitted by /u/jfjohnny5
[link] [comments]

Post a Comment

Powered by Blogger.