aliens

Author Topic: Unintended Slit in Avenger Cockpit?  (Read 2760 times)

Offline Buscher

  • Colonel
  • ****
  • Posts: 167
    • View Profile
Unintended Slit in Avenger Cockpit?
« on: April 10, 2022, 02:02:51 am »
There was a complaint on the XCF Discord that a turret on height L2 could shoot inside the Avenger and kill their agents.

After taking a look I found that there is a slit in the Avenger Cockpit. I also checked the OpenXCOM UFO Patch if it would have fixed it. This is not the case.

Would you consider this slit to be 'part of the window' or more of an oversight that should be fixed?

Proposed fix: For MCD Index 24 and 25 turn loft 12 from value 12 to 14 (see AVENGER.MCD)

Offline The Reaver of Darkness

  • Commander
  • *****
  • Posts: 1510
    • View Profile
Re: Unintended Slit in Avenger Cockpit?
« Reply #1 on: April 12, 2022, 01:03:21 am »
Thanks for pointing this out. I fixed it by adding this to my mod:

Code: [Select]
MCDPatches:
  - type: AVENGER
    data:
      - MCDIndex: 24
        LOFTS: [12,14,42,43,43,44,0,0,0,0,0,0]
      - MCDIndex: 25
        LOFTS: [12,14,42,43,43,44,0,0,0,0,0,0]