Author Topic: objectiveType/objectivesRequired help.  (Read 1725 times)

Offline Nord

  • Commander
  • *****
  • Posts: 1637
  • The Gate is open.
    • View Profile
objectiveType/objectivesRequired help.
« on: March 12, 2020, 10:21:20 am »
By some circumstances, i can not finish my new modded alien base without destroying control center.
If i write in base deployment
Code: [Select]
    objectiveType: 14
    objectivesRequired: 1
then mission continues right until i destroy at least one map cell with 14 type.
If i write only
Code: [Select]
    objectiveType: 14as in vanilla, then mission does'nt end at all.
What is going on?
Please help.

Offline Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 8616
    • View Profile
Re: objectiveType/objectivesRequired help.
« Reply #1 on: March 12, 2020, 10:42:57 am »
use a different objectiveType than 14... 14 is reserved for alien brain and its functionality

Offline Nord

  • Commander
  • *****
  • Posts: 1637
  • The Gate is open.
    • View Profile
Re: objectiveType/objectivesRequired help.
« Reply #2 on: March 12, 2020, 12:44:20 pm »
Oh. Unexpected. Thanks.
Is it described somewhere?

Offline Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 8616
    • View Profile
Re: objectiveType/objectivesRequired help.
« Reply #3 on: March 12, 2020, 02:18:25 pm »

Offline Nord

  • Commander
  • *****
  • Posts: 1637
  • The Gate is open.
    • View Profile
Re: objectiveType/objectivesRequired help.
« Reply #4 on: March 12, 2020, 02:55:54 pm »
Ok, got it. Thank you very much.