OpenXcom Forum

Modding => Help => Topic started by: Milepexel on April 01, 2025, 11:59:34 am

Title: (Orion's Shadow) bug when intercepting
Post by: Milepexel on April 01, 2025, 11:59:34 am
Intercept using CHINA's Tiger craft. Toggle cautios attack.
The Game will crash.
Title: Re: bug when intercepting
Post by: Meridian on April 01, 2025, 12:11:03 pm
Mission `STR_ALIEN_INTERCEPTION_3` is missing the attribute `operationSpawnZone`.
Alien base (at the start of a new mission) cannot be spawned.
Report to the mod author (Orion's Shadow).

Actually, the whole setup is wrong.
The mission has `operationType`= 6, which suggests it should be used in Hunt missions only (generated by alien bases), but it is used here as a Retaliation mission (generated in dogfight).
Either remove it from possible retaliation missions (and make it a proper Hunt mission); or don't mark it as a Hunt mission and you can keep it as Retaliation mission.
Title: Re: (Orion's Shadow) bug when intercepting
Post by: Milepexel on April 01, 2025, 02:33:50 pm
Thanks for correction (topic) and thank for detailed answer.