EoaNB-Team / EoaNB

End of a New Beginning
GNU General Public License v3.0
31 stars 34 forks source link

Early Aircraft Issues #17

Open McClainJ opened 1 year ago

McClainJ commented 1 year ago

Description All of the pre-1930s aircraft are unusable when playing as the British Raj. They may be assigned to air wings, but they are not accessible afterwards. The air wings can also not be deleted, or assigned to an air-region. Every plane and airship up to the Hart and Whitley don't have any allowed missions that they can perform, which is probably related. So even if you do try to build and set some up, they can't be assigned to any missions.

Branch Github - Main (2/10/2023)

Reproduction If applicable, steps to reproduce the behavior:

  1. Build aircraft before the Hart or Whitley as the British Raj
  2. Assign the aircraft to an air wing.
  3. Errors occur

Expected behavior Air wings should be able to be deleted, assigned missions, and have an air-region designated.

Desktop If applicable:

ChrisSGD commented 1 year ago

We are aware of this, but aircraft are still some way beyond the latest available content atm, so fixing this is not a priority atm.

McClainJ commented 1 year ago

Thank you for the quick reply. While looking through the mod-files I noticed that the airships and early aircraft don't have "allow_mission_type" entries. I added

allow_mission_type = {
    strategic_bomber
}

to each of the Zeppelin types on my local machine and they work for normal bombing now. Took longer to test than to fix, Hoi4 is what it is I guess. Disregard this information if it is not important. Sorry if it was a bother.

ChrisSGD commented 1 year ago

That's a good suggestion, we'll look into it. Thanks for bringing it up and investigating yourself, it's appreciated!