OpenXcom Forum
Modding => Help => Topic started by: Nord on July 07, 2021, 08:16:06 am
-
I think i'we allready asked that, but can not find.
So.
Is there a way to capture two different aliens as two same geoscape aliens, like dead bodies with "corpseGeo"?
Thanks.
-
It was changed recently in OXCE that different aliens unit can have same live alien.
-
Great, but how?
Something with "liveAlien: true" in item section, i suppose. But how will correct syntax be?
-
units:
- type: STR_DOG_BLACK
liveAlien: STR_DOG
- type: STR_DOG_WHITE
liveAlien: STR_DOG
[ps]
I update wiki:
https://www.ufopaedia.org/index.php/Ruleset_Reference_Nightly_(OpenXcom)#AI_Units_.28Aliens.2FCivilians.29
-
Great, thanks!