Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The collosal units are spawning so little, becouse there is too much normal aliens. That should be fixed in the next update (hopefully late, late this night).
Hydracorals growth will be changed. Since increasing their growth did not work very well, level 3 hydracorals will instead of dying spawn level 1 hydracorals (the cycle of life ;) ) with a chance to spawn another level 1 in adjacent plot. I am also thinking of making them spread some nasty thing in ocean (something like miasma) - but I guess I will do that in another mod...
I think I figured out how to make scaling aliens, but it is a little bit time consuming to test it and even more time consuming to write the whole code :P But hopefully I can do that tonight ;)
The same goes for random nest spawning.
Here is my thoery: because the aliens are starting as Hostile (orange), their pathing AI tells them to move into position to attack, however, they can't attack until the player attacks first. This causes the aliens to move into attack position but not attack, and therefore pile up and surround all player units and cities. While kind of hilarious this is also extremely frustrating.
My suggestion is this: either start the alien agression a single tick bellow hostile (so that one attack from the player will turn them hostile) or modify the Alien AI in such a way as to eliminate this behavior. Option 1 is easier, but option 2 is actually adressing the problem and not just treating the symptom.
Hi there :) The first option is already in place. It´s actually vanilla mechanic, unless you attack the aliens they just wont attack you... well except for worms, sicne they move "non-sentiently" and just destroy everything in their path... its not on purpuse... they just want to hug you!
The "hostility" rating changes only their agressivness, spawning and targeting... ;)