Bit Blot Forum

Aquaria => Support => Topic started by: Maira on December 04, 2011, 12:39:08 am

Title: [SOLVED] Shrimp (Over)spawning?
Post by: Maira on December 04, 2011, 12:39:08 am
I'm not sure if this is supposed to be normal. There were so many of the shrimp being spawned that they filled up the entire tunnel and the ones that were being pushed onto the walls were just floating up, because there wasn't any space in the tunnel. The rest were spewing out to the exit, into the water. I have to say, it's a little disturbing having so many of them. It's just a little bit creepy, especially when the swarm starts spewing into the water en masse every few seconds.

Looks like some kind of alien swarm.

Edit: So apparently this is normal. I have to say, though, doesn't make it any less creepy. I'll keep in mind the beast form + health tip, though.

(http://img7.imageshack.us/img7/4977/aquariashrimp.jpg)

Title: Re: Shrimp (Over)spawning?
Post by: False.Genesis on December 04, 2011, 12:53:27 am
Yes, this is normal :D
If you' d dig around older posts a little more you'd see that it has happened to many players, and that shrimp overspawning could cause severe slowdowns or even game crashes.

Not sure if limiting their amount to a sane number (lets say, 100 per map? 200?) would be something to consider for the next patch... opinions?

EDIT: I think i had more than on the screenshot sometimes. Do a beast form jump through them and enjoy. Especially useful when low on health ;)
Title: Re: Shrimp (Over)spawning?
Post by: achurch on December 04, 2011, 01:17:44 pm
FYI, the iPad version already has a limit: (from scripts/entities/krill.lua -- krilleggs.lua has a similar check)

local KRILL_LIMIT = 100
[...]
                if getNumEntitiesNamed("krill", "krilleggs") < KRILL_LIMIT then
                        local eggs = createEntity("KrillEggs", "", entity_getPosition(me))
[...]

(And no, I haven't forgotten about releasing the source! Unfortunately, I had to spend a couple weeks dealing with iOS silliness, which threw a bit of a wrench into my schedule.)
Title: Re: Shrimp (Over)spawning?
Post by: Alec on December 04, 2011, 07:33:55 pm
Haha, awesome screenshot. :)