This sounds like a great way to indirectly convey damage! If this is doable, Iβd love to see it in game.
Friday Facts #335 - Scenario changes, Damage effect filtering
Re: Friday Facts #335 - Scenario changes, Damage effect filtering
is the changed wave-scenario already implemented or do we have to wait for the next patch?
Re: Friday Facts #335 - Scenario changes, Damage effect filtering
next patch, probably Tuesday (but anything can happen!)
- Unknow0059
- Fast Inserter
- Posts: 101
- Joined: Tue Aug 08, 2017 7:37 pm
- Contact:
Re: Friday Facts #335 - Scenario changes, Damage effect filtering
People would appreciate being able to use that in normal gameplay.There is no item available to place color concrete, but players will be able to access them in the editor mode.
Re: Friday Facts #335 - Scenario changes, Damage effect filtering
Since you are looking at combat, the first think I would ask, is how smart or dumb are the biters, what are the biters natural inclination to combat. To what extent to they rely on principles of war, https://en.wikipedia.org/wiki/Principles_of_war. Since I am familiar the US Armed Forces definition as written up in FM 3-0, therefore, I'll focus my comments based on that.
From a gaming perspective, simplicity, unity, or objective of command is somewhat not practical to code, while mass is fairly easy, just add more bugs. It is OK, for biters to predominantly rely on mass, i.e. zombie hoard tactic, to attempt to overwhelm the defense, but does it make sense that some of the time there would be another use maneuver. Granted that this might require more extensive pathing algorithm, as well as more extensive coding on the back end to replicate some of the other attributes defined within the principles of war wiki web page to implement maneuver, or economy of force operations. Security and surprise might be fairly easy to program.
There is no reason why every now and then the bugs can spawn a Patton, Sun Tzu, von Clausewitz, or a Suvorov every now and then, for example necessitating the player to change the way the defend the base.
This might not make sense to implement for 1.0, but might make interesting downloadable content post release 1.0.
Hiladdar
From a gaming perspective, simplicity, unity, or objective of command is somewhat not practical to code, while mass is fairly easy, just add more bugs. It is OK, for biters to predominantly rely on mass, i.e. zombie hoard tactic, to attempt to overwhelm the defense, but does it make sense that some of the time there would be another use maneuver. Granted that this might require more extensive pathing algorithm, as well as more extensive coding on the back end to replicate some of the other attributes defined within the principles of war wiki web page to implement maneuver, or economy of force operations. Security and surprise might be fairly easy to program.
There is no reason why every now and then the bugs can spawn a Patton, Sun Tzu, von Clausewitz, or a Suvorov every now and then, for example necessitating the player to change the way the defend the base.
This might not make sense to implement for 1.0, but might make interesting downloadable content post release 1.0.
Hiladdar
Re: Friday Facts #335 - Scenario changes, Damage effect filtering
i had another thought, a response to this winning attitude; you have given source access to other developers before. i could easily show you in your own codebase how it is done.
My Mods - Crashed spaceship belt balancer
PHP Train Schedule Editor
β’ β’ β’
Base: Bob's @ 1 Million SPM
β’ β’ β’
Tool: Linux-optimized Factorio launch script
PHP Train Schedule Editor
β’ β’ β’
Base: Bob's @ 1 Million SPM
β’ β’ β’
Tool: Linux-optimized Factorio launch script
- PumpkinVision
- Burner Inserter
- Posts: 8
- Joined: Sat Feb 15, 2020 10:46 pm
- Contact:
Re: Friday Facts #335 - Scenario changes, Damage effect filtering
Different colored concrete would be nice. Not only would it add to base aesthetics, but it could be used for high level planning of production areas.
Re: Friday Facts #335 - Scenario changes, Damage effect filtering
interesting DOT every 10 ticks instead of every, that should render a decent performance net.
however if particle effects are affecting performance delta at such a rate, perhaps cutting their generation by a margin that is configurable by the user could be optional, personally i could use half or one quarter of the normally generated effects and be perfectly content.
however if particle effects are affecting performance delta at such a rate, perhaps cutting their generation by a margin that is configurable by the user could be optional, personally i could use half or one quarter of the normally generated effects and be perfectly content.
biter / spitters grow in evolution, and i think that they even produce more medium and fewer small, as evolution grows, even mediums are all but not generated when behemoths arrive on scene, however special boss biters could be randomly generated with a wave a little earlier. but this would probably be a mod and not vanilla, if you are looking for a challenge try out natural evolution or rampant
Re: Friday Facts #335 - Scenario changes, Damage effect filtering
A mod to unlock them will be released in about 0.12 seconds after the update.Unknow0059 wrote: βFri Feb 21, 2020 8:27 pmPeople would appreciate being able to use that in normal gameplay.There is no item available to place color concrete, but players will be able to access them in the editor mode.
Maybe slightly longer, but realistically speaking mods that turn on hidden game entities don't take much effort.
Re: Friday Facts #335 - Scenario changes, Damage effect filtering
I doubt anyone will really like this idea, but ... increase the base range by 20-40 percent, and remove the range increase techs. If you want to have a bigger area cleared, place more artillery. No increased range tech, no sudden slow/near stop of the game for completing a tech. And this makes any such slow/near stop purely a result of the playerβs direct action (not an action undertaken some time ago).Rseding91 wrote: βFri Feb 21, 2020 3:19 pmThat 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.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.
-
- Inserter
- Posts: 30
- Joined: Tue Mar 12, 2019 4:50 am
- Contact:
Re: Friday Facts #335 - Scenario changes, Damage effect filtering
Not the bird!So Rseding has gone ahead and killed 2/3 birds
Re: Friday Facts #335 - Scenario changes, Damage effect filtering
Of turrets could be connected to the circuit network ...Rseding91 wrote: βFri Feb 21, 2020 4:18 pmWe 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.Henry Loenwind wrote: βFri Feb 21, 2020 3:59 pmMaybe 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.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.
Sorry, just throwing around random ideas...
You can do a workaround with a timer and an inserter.
Re: Friday Facts #335 - Scenario changes, Damage effect filtering
Wave defense
Are the biters going to evolve? But the only means of getting points is killing their bases? I'm not in favor of this change.
How do you get points while working on your base? You seem to think players will always be playing this multi-player, such that there are extra hands to do tasks, but the rocket won't launch on its own.
Oh well, you guys love changing the rules of the game instead of just polishing. It's the factorio way, fixing something when it's not broken. No doubt there are other issues yet to come to light as a result of this fundamental change to the way wave defense points are earned.
Are the biters going to evolve? But the only means of getting points is killing their bases? I'm not in favor of this change.
How do you get points while working on your base? You seem to think players will always be playing this multi-player, such that there are extra hands to do tasks, but the rocket won't launch on its own.
Oh well, you guys love changing the rules of the game instead of just polishing. It's the factorio way, fixing something when it's not broken. No doubt there are other issues yet to come to light as a result of this fundamental change to the way wave defense points are earned.
Re: Friday Facts #335 - Scenario changes, Damage effect filtering
biters dont give money anymore? xD
thanks for ruining your scenario so my mod looks even more compelling
https://mods.factorio.com/mod/Wave_Defense_Unlimited
thanks for ruining your scenario so my mod looks even more compelling
https://mods.factorio.com/mod/Wave_Defense_Unlimited
mods.factorio.com/user/ownlyme
My requests: uiAbove||Grenade arc||Blueprint allies||Creeps forget command/ don't get removed||Player Modifiers||textbox::selection||Better Heat IF||Singleplayer RCON||tank bug w/ min_range >= projectile_creation_distance
My requests: uiAbove||Grenade arc||Blueprint allies||Creeps forget command/ don't get removed||Player Modifiers||textbox::selection||Better Heat IF||Singleplayer RCON||tank bug w/ min_range >= projectile_creation_distance
Re: Friday Facts #335 - Scenario changes, Damage effect filtering
Sorry, but I agree with the other guy. Generally the Factorio staff come across as super nice dudes, but my immediate reaction to Rseding's comment was a vocal "hahaha jeez dude, ok then". It was noticeably out of character for the Factorio devs. Yeah, the OP he was responding to might have been a little negative, but honestly not nearly enough to get that kind of response. The OP certainly wasn't being rude.milo christiansen wrote: βFri Feb 21, 2020 5:56 pmI don't think Rseding was the person who woke up pissed.
Re: Friday Facts #335 - Scenario changes, Damage effect filtering
[Koub] I'd like not to have to use aggressive moderation, so please refocus on the FFF, and don't add fuel to the fire.
Koub - Please consider English is not my native language.
-
- Filter Inserter
- Posts: 500
- Joined: Tue Jun 26, 2018 10:14 am
- Contact:
Re: Friday Facts #335 - Scenario changes, Damage effect filtering
Colored concrete would be great, though I'd say it's oversaturated. Everytime people want to color something, they give near 100% saturation. Damn it... Pure colors look synthetic.
Also lightness of concrete is very different, I'm not sure whether it is good or not. This is kinda not consistent.
By the way, how do you choose colors? You should know RGB colorspace is evil. Do you know HSL is evil too? That's because they has nothing to how colors are perceived by human eye. You may be interested in HCL colorspace (cylindrical CIELab), though it's also not the very best. Check a colorpicker I have found.
Also lightness of concrete is very different, I'm not sure whether it is good or not. This is kinda not consistent.
By the way, how do you choose colors? You should know RGB colorspace is evil. Do you know HSL is evil too? That's because they has nothing to how colors are perceived by human eye. You may be interested in HCL colorspace (cylindrical CIELab), though it's also not the very best. Check a colorpicker I have found.
-
- Long Handed Inserter
- Posts: 69
- Joined: Tue Apr 17, 2018 11:45 pm
- Contact:
Re: Friday Facts #335 - Scenario changes, Damage effect filtering
It appears its purpose was not to look good for general use but to stand out in the launch area of one specific scenario. I think they succeeded in that goal.coppercoil wrote: βSat Feb 22, 2020 2:14 pm Colored concrete would be great, though I'd say it's oversaturated. Everytime people want to color something, they give near 100% saturation. Damn it... Pure colors look synthetic.
Also lightness of concrete is very different, I'm not sure whether it is good or not. This is kinda not consistent.