OpenXcom Forum

Modding => Help => Topic started by: The Martian on June 21, 2023, 06:24:37 pm

Title: Is the alienDeployments: terrains: selection random?
Post by: The Martian on June 21, 2023, 06:24:37 pm
In the Maps from the Deep (https://openxcom.org/forum/index.php/topic,11310.0.html) mod the mission STR_PORT_TERROR has terrains: setup like this in the alienDeployments: section.
Code: [Select]
    terrains:
      - PORT
      - URBAN

When I tested it the URBAN map was called three times in a row without the PORT showing up. Is it randomly choosing between the two terrains or is there something I need to configure to make sure it will randomly select one of these maps for the terror mission?
Title: Re: Is the alienDeployments: terrains: selection random?
Post by: Nord on June 22, 2023, 07:02:39 am
Yes, they are choosen by random. Try to add more terrains or start more battles.
Title: Re: Is the alienDeployments: terrains: selection random?
Post by: The Martian on June 23, 2023, 07:50:32 am
That is a relief.

Thank you for the information.