OpenXcom Forum

OpenXcom => Troubleshooting => Topic started by: Buscher on April 10, 2022, 02:02:51 am

Title: Unintended Slit in Avenger Cockpit?
Post by: Buscher 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 (https://openxcom.org/downloads-extras/) 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)
Title: Re: Unintended Slit in Avenger Cockpit?
Post by: The Reaver of Darkness 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]