Author Topic: [Solved] Meaning of "genMissionLimit"  (Read 2567 times)

Offline Ethereal

  • Commander
  • *****
  • Posts: 619
    • View Profile
[Solved] Meaning of "genMissionLimit"
« on: August 03, 2018, 12:32:11 am »
The question arose of selecting "genMissionLimit:". This parameter specifies the limit of simultaneous "genMission:" or is it the maximum number of missions available for generation and if the limit is reached, then the missions are never generated again? If the latter, is it possible to remove the  limitation?
« Last Edit: February 11, 2023, 05:24:47 pm by Meridian »

Offline Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 8597
    • View Profile
Re: [Question] Meaning of "genMissionLimit"
« Reply #1 on: August 03, 2018, 11:29:06 am »
It's a limit for total number of supply missions spawned for one particular base.

It is possible to remove the limitation by setting it to high enough number... for example 1000 (which is also its default value).

Offline Ethereal

  • Commander
  • *****
  • Posts: 619
    • View Profile
Re: [Question] Meaning of "genMissionLimit"
« Reply #2 on: August 03, 2018, 01:44:28 pm »
A value greater than 1000 are supported? Not that it was a practical necessity, but to create the illusion of limitlessness, it would be useful.

Just there is a base of aliens the tenth month and feeds X-COM Elerium 115. And suddenly the base ceases to generate the mission supply and only hurts the missions of Retaliation. Mega bummer!

Offline Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 8597
    • View Profile
Re: [Question] Meaning of "genMissionLimit"
« Reply #3 on: August 03, 2018, 02:20:07 pm »
A value greater than 1000 are supported?

Yes, all the way to 32-bit signed integer limit.

Offline Ethereal

  • Commander
  • *****
  • Posts: 619
    • View Profile
Re: [Question] Meaning of "genMissionLimit"
« Reply #4 on: August 03, 2018, 03:30:39 pm »
Yes, all the way to 32-bit signed integer limit.

By game standards, it is really infinity.  :)  Understood. Thank you.