aliens

Author Topic: Is the alienDeployments: terrains: selection random?  (Read 925 times)

Offline The Martian

  • Commander
  • *****
  • Posts: 754
  • "It implores you to listen to its arguments..."
    • View Profile
Is the alienDeployments: terrains: selection random?
« on: June 21, 2023, 06:24:37 pm »
In the Maps from the Deep 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?

Online Nord

  • Commander
  • *****
  • Posts: 1643
  • The Gate is open.
    • View Profile
Re: Is the alienDeployments: terrains: selection random?
« Reply #1 on: June 22, 2023, 07:02:39 am »
Yes, they are choosen by random. Try to add more terrains or start more battles.

Offline The Martian

  • Commander
  • *****
  • Posts: 754
  • "It implores you to listen to its arguments..."
    • View Profile
Re: Is the alienDeployments: terrains: selection random?
« Reply #2 on: June 23, 2023, 07:50:32 am »
That is a relief.

Thank you for the information.