Idea: Alien worms can spawn random

Post your ideas and suggestions how to improve the game.

Moderator: ickputzdirwech

Post Reply
Req
Burner Inserter
Burner Inserter
Posts: 12
Joined: Mon Jan 05, 2015 12:23 pm
Contact:

Idea: Alien worms can spawn random

Post by Req »

Idea: Alien worms can spawn random and will increase with pollution, this means new enemies can spawn Inside your base. :D

Alien nests should also be considered for new spawns.

Choumiko
Smart Inserter
Smart Inserter
Posts: 1352
Joined: Fri Mar 21, 2014 10:51 pm
Contact:

Re: Idea: Alien worms can spawn random

Post by Choumiko »

If i understand correctly this is more or less already in the game. As far as i know, biters gather from time to time (time depends on pollution/evolution factor) to then set off to a place where they build a new nest. This leads to "random" attacks on your base, when their travel path leads them into polluted areas/ to your structures and they get distracted. I believe travel distance and size of these groups also depends on pollution/evolution, might be wrong though.
As long as there are no underground/flying biters i don't like the idea of biters spawning out of thin air in a base surrounded by walls. Just feels wrong

Edit: see https://forums.factorio.com/wiki/inde ... #Evolution
Last edited by Choumiko on Mon Jan 05, 2015 1:07 pm, edited 1 time in total.

User avatar
ssilk
Global Moderator
Global Moderator
Posts: 12888
Joined: Tue Apr 16, 2013 10:35 pm
Contact:

Re: Idea: Alien worms can spawn random

Post by ssilk »

@Choumiko: Yes, see https://forums.factorio.com/wiki/inde ... Expansions

In other words: There are mechanisms to prevent exactly that a new alien base spawns in the centre of your base. Cause they would really make some bad destruction.

There are many suggestions about "worms", digging somehow into your base. I think they plan to have plates, to prevent that also. See last FFF. :)
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...

Choumiko
Smart Inserter
Smart Inserter
Posts: 1352
Joined: Fri Mar 21, 2014 10:51 pm
Contact:

Re: Idea: Alien worms can spawn random

Post by Choumiko »

ssilk wrote:@Choumiko: Yes, see https://forums.factorio.com/wiki/inde ... Expansions

In other words: There are mechanisms to prevent exactly that a new alien base spawns in the centre of your base. Cause they would really make some bad destruction.

There are many suggestions about "worms", digging somehow into your base. I think they plan to have plates, to prevent that also. See last FFF. :)
Your post caught me while editing ;)
I knew about the 3 chunk radius, what i'm not sure off is whether "expansion" biters traveldistance/size changes with evolution.

With gates now being a thing, i wonder if it would be possible to change that to sth like: New nest only in areas not surrounded by walls/gates. I sometimes abused the 3 chunk rule by putting down 1 wall to be safe from spawns (as shameful as i find it to admit :lol: )

Req
Burner Inserter
Burner Inserter
Posts: 12
Joined: Mon Jan 05, 2015 12:23 pm
Contact:

Re: Idea: Alien worms can spawn random

Post by Req »

Yes but what I*m looking for is a way for aliens to get inside your base, in other words, you need to protect the entire base, not just perimeter.

I was also thinking about biters crawling up the digged tunnels or something similar :)

This feature also make you want to build small and compact bases.

starholme
Fast Inserter
Fast Inserter
Posts: 201
Joined: Tue Oct 21, 2014 7:25 pm
Contact:

Re: Idea: Alien worms can spawn random

Post by starholme »

Could make for an interesting mod:

Every x minutes(based on evolution factor?, or highest level of pollution?), a worm and group of aliens would appear in a chunk that has at least one player owned structure.
Allow the player to research a seismometer that could give early warning(30 seconds?)

Garm
Filter Inserter
Filter Inserter
Posts: 368
Joined: Mon Nov 18, 2013 9:46 pm
Contact:

Re: Idea: Alien worms can spawn random

Post by Garm »

You might not know it, but biters initially spawned such way.



And let me tell you it was bad.

Large bases were redundant, walls were redundant, players defended themselves by putting turrets everywhere,



I don't think its worthwhile to return back.

User avatar
ssilk
Global Moderator
Global Moderator
Posts: 12888
Joined: Tue Apr 16, 2013 10:35 pm
Contact:

Re: Idea: Alien worms can spawn random

Post by ssilk »

Choumiko wrote:I knew about the 3 chunk radius, what i'm not sure off is whether "expansion" biters traveldistance/size changes with evolution.
I doesn't; look into debug mode https://forums.factorio.com/wiki/inde ... Debug_mode and turn on show_enemy_expansion_candidate_chunks
With gates now being a thing, i wonder if it would be possible to change that to sth like: New nest only in areas not surrounded by walls/gates. I sometimes abused the 3 chunk rule by putting down 1 wall to be safe from spawns (as shameful as i find it to admit :lol: )
It doesn't make sense, cause effective defence doesn't need a full walled factory. It's much more efficient to build single laser posts, instead of a full wall.
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...

Choumiko
Smart Inserter
Smart Inserter
Posts: 1352
Joined: Fri Mar 21, 2014 10:51 pm
Contact:

Re: Idea: Alien worms can spawn random

Post by Choumiko »

ssilk wrote:I doesn't; look into debug mode https://forums.factorio.com/wiki/inde ... Debug_mode and turn on show_enemy_expansion_candidate_chunks
I know, maybe i explained it wrong: Does the number of biters that set off to build a new nest depend on the evolution? And what about the distance they are willing to travel? (has nothing to do with candidate chunks. Maybe some pseudocode is clearer:

Code: Select all

bitergroup = createUnitGroup{size=3*evolution_factor}
newNestPosition = findCandidate{startingPosition=bitergroup.position, distance=14+2*evolution_factor}
This would result in number of biters being between 3 and 9, and the max radius they go to build a new nest being between 16 and 20 chunks. That's what i mean with "depend on evolution": is the evolution_factor in my code the actual evolution_factor or is it 1?
Hope i got my point across this time, if not i haven't had enough coffee yet ;) Next try will be in german if non-germans get my point.
ssilk wrote:It doesn't make sense, cause effective defence doesn't need a full walled factory. It's much more efficient to build single laser posts, instead of a full wall.
Agreed, but: Does it make sense that a laser post chunks away from the target the biters want to attack, when they could simply run past it? When their target is in range of the turret/laser it makes sense. But that's more about a different biter ai i guess

User avatar
ssilk
Global Moderator
Global Moderator
Posts: 12888
Joined: Tue Apr 16, 2013 10:35 pm
Contact:

Re: Idea: Alien worms can spawn random

Post by ssilk »

Ok, simple answer: I don't know. And I also don't know, how that influences the game. For me it makes no sense to depend their spreading numbers on evolution. I would mean: The higher the evolution, the lower the number must be. :)

And about AI: There are interesting ideas, which are about "layers of pheromones".
https://forums.factorio.com/forum/vie ... 440&p=2792

And search for "pheromone"...
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...

1869_Flame
Burner Inserter
Burner Inserter
Posts: 11
Joined: Thu Jan 01, 2015 2:44 pm
Contact:

Re: Idea: Alien worms can spawn random

Post by 1869_Flame »

This idea makes me remember the old days playing Dune II (Wiki) where you had these Sandworms.
Something similar could be fun in this game, better make sure you make some concrete slabs or whatever to prevent them from surfacing in your base :mrgreen:

User avatar
ssilk
Global Moderator
Global Moderator
Posts: 12888
Joined: Tue Apr 16, 2013 10:35 pm
Contact:

Re: Idea: Alien worms can spawn random

Post by ssilk »

Some links:
https://forums.factorio.com/forum/vie ... rms#p23358
Kovarex liked that, now he proposed the development, normally it means, many ideas from there are going into it.

https://forums.factorio.com/forum/vie ... rms#p40987
Great picture...

https://forums.factorio.com/forum/vie ... rms#p40729
Great thread about the "outpost logistic", has nothing to do with this, but I think it is worth reading full.
Cool suggestion: Eatable MOUSE-pointers.
Have you used the Advanced Search today?
Need help, question? FAQ - Wiki - Forum help
I still like small signatures...

Post Reply

Return to “Ideas and Suggestions”