Friday Facts #335 - Scenario changes, Damage effect filtering

Regular reports on Factorio development.
User avatar
FactorioBot
Factorio Staff
Factorio Staff
Posts: 405
Joined: Tue May 12, 2015 1:48 pm

Friday Facts #335 - Scenario changes, Damage effect filtering

Post by FactorioBot »


User avatar
steinio
Smart Inserter
Smart Inserter
Posts: 2632
Joined: Sat Mar 12, 2016 4:19 pm
Contact:

Re: Friday Facts #335 - Scenario changes, Damage effect filtering

Post by steinio »

Why not just add the colored concrete to the base game, please? This step shouldn't take that much coding time but let us make the base a bit lesser grayish.
Image

Transport Belt Repair Man

View unread Posts

Henry Loenwind
Long Handed Inserter
Long Handed Inserter
Posts: 52
Joined: Fri Mar 09, 2018 7:33 pm
Contact:

Re: Friday Facts #335 - Scenario changes, Damage effect filtering

Post by Henry Loenwind »

While you're optimising things, may I remind you that researching an arty range upgrade is still a great way to have your game grind to a halt? Even placing a new arty 2 roboport ranges forward from your existing arties is enough to take a lengthy coffee break.

Rseding91
Factorio Staff
Factorio Staff
Posts: 13178
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: Friday Facts #335 - Scenario changes, Damage effect filtering

Post by Rseding91 »

Henry Loenwind wrote: ↑
Fri Feb 21, 2020 3:11 pm
While you're optimising things, may I remind you that researching an arty range upgrade is still a great way to have your game grind to a halt? Even placing a new arty 2 roboport ranges forward from your existing arties is enough to take a lengthy coffee break.
That has already been severely optimized. The fact it works at all now instead of just locking up the game shows that. Unfortunately that's just a numbers thing; biters moving is slow and will always be slow. There's nothing that can be done about that. Shooting at a massive amount of them causing them all to run at 1 point just takes a lot of CPU time.
If you want to get ahold of me I'm almost always on Discord.

Pinga
Inserter
Inserter
Posts: 40
Joined: Fri Oct 27, 2017 3:59 pm
Contact:

Re: Friday Facts #335 - Scenario changes, Damage effect filtering

Post by Pinga »

A problem with scaling wave defense scenarios is that the only way to scale attacks is to increase the ammount of biters. As you increase the number of players, and they get gear, waves become trivial, even when you have thousands of enemies. But at that point, half the server stopped playing anyways because everything is so laggy and few can even handle the simulation.

A better solution would be the ability to increase the health of biters (during the scenario, outside of its entity definition), so you have fewer entities. This way you could support a lot more players and even have stuff like boss waves (I'm sure the community will get creative about it).

bman212121
Fast Inserter
Fast Inserter
Posts: 141
Joined: Mon Apr 18, 2016 8:08 pm
Contact:

Re: Friday Facts #335 - Scenario changes, Damage effect filtering

Post by bman212121 »

steinio wrote: ↑
Fri Feb 21, 2020 3:05 pm
Why not just add the colored concrete to the base game, please? This step shouldn't take that much coding time but let us make the base a bit lesser grayish.
I actually wouldn't want that. It would be yet another item that doesn't add value to the game outside of ascetics. I think colored concrete is much better suited to being put into a mod, so the mod developer can decide how they want to handle it.

For instance, you'd probably need to put that behind a tech upgrade, so there's another unlock in the tree. Then you need to decide if you want to change the recipes for each color. It would be a bit lame if you can magically make all color types of concrete without having to change the recipe. The base game doesn't really have anything obvious for this, where other mods might have colored items in them already. (Geodes come to mind)

Then the 3rd problem is how does it clash with game items. Does blue concrete work with a blue factory on it? Is it too hard to see? Does blue belts cause the same issue? So there are a lot more things that could cascade of out simply adding the item into the game.

Henry Loenwind
Long Handed Inserter
Long Handed Inserter
Posts: 52
Joined: Fri Mar 09, 2018 7:33 pm
Contact:

Re: Friday Facts #335 - Scenario changes, Damage effect filtering

Post by Henry Loenwind »

Rseding91 wrote: ↑
Fri Feb 21, 2020 3:19 pm
That has already been severely optimized. The fact it works at all now instead of just locking up the game shows that. Unfortunately that's just a numbers thing; biters moving is slow and will always be slow. There's nothing that can be done about that. Shooting at a massive amount of them causing them all to run at 1 point just takes a lot of CPU time.
Maybe it would make sense to apply the increase over time, so the newly angered biters have a chance to die. But I'm not sure if this can be balanced in a way to actually work well enough. A dirty cheat could be to prevent arties from firing into sleeping biters while there are more than x biters moving on the map already. Or to simply disable auto-firing while there's an UPS slowdown and biter movement makes up a more than a certain percentage of the UPS.

Sorry, just throwing around random ideas...

Rseding91
Factorio Staff
Factorio Staff
Posts: 13178
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: Friday Facts #335 - Scenario changes, Damage effect filtering

Post by Rseding91 »

Henry Loenwind wrote: ↑
Fri Feb 21, 2020 3:59 pm
Rseding91 wrote: ↑
Fri Feb 21, 2020 3:19 pm
That has already been severely optimized. The fact it works at all now instead of just locking up the game shows that. Unfortunately that's just a numbers thing; biters moving is slow and will always be slow. There's nothing that can be done about that. Shooting at a massive amount of them causing them all to run at 1 point just takes a lot of CPU time.
Maybe it would make sense to apply the increase over time, so the newly angered biters have a chance to die. But I'm not sure if this can be balanced in a way to actually work well enough. A dirty cheat could be to prevent arties from firing into sleeping biters while there are more than x biters moving on the map already. Or to simply disable auto-firing while there's an UPS slowdown and biter movement makes up a more than a certain percentage of the UPS.

Sorry, just throwing around random ideas...
We already do logic like that for construction robots and get complaints about them all the time when people build crazy amounts of things at once. There's no solution so we just leave it as is.
If you want to get ahold of me I'm almost always on Discord.

User avatar
Ranakastrasz
Smart Inserter
Smart Inserter
Posts: 2124
Joined: Thu Jun 12, 2014 3:05 am
Contact:

Re: Friday Facts #335 - Scenario changes, Damage effect filtering

Post by Ranakastrasz »

bman212121 wrote: ↑
Fri Feb 21, 2020 3:54 pm
steinio wrote: ↑
Fri Feb 21, 2020 3:05 pm
Why not just add the colored concrete to the base game, please? This step shouldn't take that much coding time but let us make the base a bit lesser grayish.
I actually wouldn't want that. It would be yet another item that doesn't add value to the game outside of ascetics. I think colored concrete is much better suited to being put into a mod, so the mod developer can decide how they want to handle it.

For instance, you'd probably need to put that behind a tech upgrade, so there's another unlock in the tree. Then you need to decide if you want to change the recipes for each color. It would be a bit lame if you can magically make all color types of concrete without having to change the recipe. The base game doesn't really have anything obvious for this, where other mods might have colored items in them already. (Geodes come to mind)

Then the 3rd problem is how does it clash with game items. Does blue concrete work with a blue factory on it? Is it too hard to see? Does blue belts cause the same issue? So there are a lot more things that could cascade of out simply adding the item into the game.
I would just make it like hazard concrete rotation. Except probably a different option because blueprint rotation would alter the colors. No need for more items, but allows for asthetic changes.
Could allow that in general for a lot of things, though it may cause problems, since changing color is the basic way to copy a model and use it for something else.

I would also go and add a mirror option, for liquid assemblers, splitters, burner drills and so on, but that is out of scope.
My Mods:
Modular Armor Revamp - V16
Large Chests - V16
Agent Orange - V16
Flare - V16
Easy Refineries - V16

deef0000dragon1
Long Handed Inserter
Long Handed Inserter
Posts: 65
Joined: Fri Jan 02, 2015 11:46 pm
Contact:

Re: Friday Facts #335 - Scenario changes, Damage effect filtering

Post by deef0000dragon1 »

I think the colored concrete is cool. Would like the ability to use it in the base game, but I dont know if it would make sense as a normal item.
1: are the colors shown the only colors or does it work like the trains where you can have any arbitrary color
2: if not an item, would getting a blueprint that allows you to set the color work?

0111narwhalz
Burner Inserter
Burner Inserter
Posts: 7
Joined: Tue Nov 01, 2016 3:35 pm
Contact:

Re: Friday Facts #335 - Scenario changes, Damage effect filtering

Post by 0111narwhalz »

This would probably not help much overall, but maybe you could spread out the arty-aggro'd biter pathing across multiple updates in a wave? The cost of checking whether each biter is within the appropriate range may still be significant, but it's probably less than the cost of actually doing the pathfind all at once. Wouldn't scale great with lots of turrets, I guess.
It could be interesting if biter reaction times were limited to the speed of sound or something.

User avatar
ptx0
Smart Inserter
Smart Inserter
Posts: 1507
Joined: Wed Jan 01, 2020 7:16 pm
Contact:

Re: Friday Facts #335 - Scenario changes, Damage effect filtering

Post by ptx0 »

0111narwhalz wrote: ↑
Fri Feb 21, 2020 5:19 pm
This would probably not help much overall, but maybe you could spread out the arty-aggro'd biter pathing across multiple updates in a wave? The cost of checking whether each biter is within the appropriate range may still be significant, but it's probably less than the cost of actually doing the pathfind all at once. Wouldn't scale great with lots of turrets, I guess.
It could be interesting if biter reaction times were limited to the speed of sound or something.
yep, it's called batching, and they refuse to do it.

Rseding91
Factorio Staff
Factorio Staff
Posts: 13178
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: Friday Facts #335 - Scenario changes, Damage effect filtering

Post by Rseding91 »

ptx0 wrote: ↑
Fri Feb 21, 2020 5:24 pm
yep, it's called batching, and they refuse to do it.
We already do it: https://factorio.com/blog/post/fff-317 and wayyyy moree.
If you want to get ahold of me I'm almost always on Discord.

User avatar
ptx0
Smart Inserter
Smart Inserter
Posts: 1507
Joined: Wed Jan 01, 2020 7:16 pm
Contact:

Re: Friday Facts #335 - Scenario changes, Damage effect filtering

Post by ptx0 »

Rseding91 wrote: ↑
Fri Feb 21, 2020 5:34 pm
ptx0 wrote: ↑
Fri Feb 21, 2020 5:24 pm
yep, it's called batching, and they refuse to do it.
We already do it: https://factorio.com/blog/post/fff-317 and wayyyy moree.
yeah, it's much better in .18.x but still, firing 7 nukes into a vanilla mega nest is a good way to drop FPS to 0. any fewer nukes and we die instead.

Ubertwink
Long Handed Inserter
Long Handed Inserter
Posts: 71
Joined: Sun Oct 18, 2015 5:47 pm
Contact:

Re: Friday Facts #335 - Scenario changes, Damage effect filtering

Post by Ubertwink »

To be honest, I am a big fan of DoT being applied every game tick, which makes it feel much more natural. I do understant that it comes at a perfornance cost, but it's a big "feels good" moment.

Rseding91
Factorio Staff
Factorio Staff
Posts: 13178
Joined: Wed Jun 11, 2014 5:23 am
Contact:

Re: Friday Facts #335 - Scenario changes, Damage effect filtering

Post by Rseding91 »

ptx0 wrote: ↑
Fri Feb 21, 2020 5:37 pm
yeah, it's much better in .18.x but still, firing 7 nukes into a vanilla mega nest is a good way to drop FPS to 0. any fewer nukes and we die instead.
That has nothing to do with biter path finding, artillery, or biter movement. You seem to just want to complain.

Maybe you can make your own game and show us how to do it properly?
If you want to get ahold of me I'm almost always on Discord.

milo christiansen
Fast Inserter
Fast Inserter
Posts: 106
Joined: Thu Jul 30, 2015 7:11 pm
Contact:

Re: Friday Facts #335 - Scenario changes, Damage effect filtering

Post by milo christiansen »

Ubertwink wrote: ↑
Fri Feb 21, 2020 5:37 pm
To be honest, I am a big fan of DoT being applied every game tick, which makes it feel much more natural. I do understant that it comes at a perfornance cost, but it's a big "feels good" moment.
At 60TPS you won't notice a difference.

User avatar
ptx0
Smart Inserter
Smart Inserter
Posts: 1507
Joined: Wed Jan 01, 2020 7:16 pm
Contact:

Re: Friday Facts #335 - Scenario changes, Damage effect filtering

Post by ptx0 »

Rseding91 wrote: ↑
Fri Feb 21, 2020 5:39 pm
ptx0 wrote: ↑
Fri Feb 21, 2020 5:37 pm
yeah, it's much better in .18.x but still, firing 7 nukes into a vanilla mega nest is a good way to drop FPS to 0. any fewer nukes and we die instead.
That has nothing to do with biter path finding, artillery, or biter movement. You seem to just want to complain.

Maybe you can make your own game and show us how to do it properly?
you seem to have woken up on the wrong side of the bed today.

i'm sure firing nukes into a massive nest that lags players who aren't even standing nearby or with enemies visible on screen has absolutely nothing to do with biter path finding, artillery, or biter movements. it has nothing to do with them clumping in multiple thousand large swarms of enemies that consume CPU time. which we reported last week...

milo christiansen
Fast Inserter
Fast Inserter
Posts: 106
Joined: Thu Jul 30, 2015 7:11 pm
Contact:

Re: Friday Facts #335 - Scenario changes, Damage effect filtering

Post by milo christiansen »

ptx0 wrote: ↑
Fri Feb 21, 2020 5:46 pm
you seem to have woken up on the wrong side of the bed today.
I don't think Rseding was the person who woke up pissed.

User avatar
<NO_NAME>
Filter Inserter
Filter Inserter
Posts: 291
Joined: Tue Aug 02, 2016 9:52 am
Contact:

Re: Friday Facts #335 - Scenario changes, Damage effect filtering

Post by <NO_NAME> »

You could also limit the number of particles per amount of damage done.
Particles would double as damage indicator, then.
I am a translator. And what did you do for Factorio?
Check out my mod "Realistic Ores" and my other mods!

Post Reply

Return to β€œNews”