Aviaskins has a new fmd and emd for Leo.
Plus the original French small arms.
I understand that the work is still in progress and the available FM version for LeO-451 is WIP.
I have a request - could you restore the default (for the game) functionality of the lower turret of the gunner? So that it always leaves automatically.
I do get an issue with the bombsight as there is none compared to the Bat 4.2.2 hp4 version. See pic
Copy to the mod and overwrite the contents of the package: -412fm and classes.
In class, he only rewrote small arms.
The code that is responsible for the release of the lower gunner's cabin was not touched.
You can leave only fm in the mod, and remove the hashes/classes with the new French rifle weapons and check how the release of the lower cockpit with the shooter works.
I used classes under patch 4.12.2, Leo's mod in my mod build is installed in patch 4.12.2.
In fm, I changed sections that are responsible for aerodynamics.
Also in fm I registered a link to the motor, which is written according to the schedule of Gnome-Ron-48/49.
try
{
ArrayList arraylist = new ArrayList();
Property.set(class1, "weaponsList", arraylist);
HashMapInt hashmapint = new HashMapInt();
Property.set(class1, "weaponsMap", hashmapint);
byte byte0 = 61;
String s = "default";
Aircraft._WeaponSlot a_lweaponslot[] = new Aircraft._WeaponSlot[byte0];
s = "default";
a_lweaponslot = new Aircraft._WeaponSlot[byte0];
a_lweaponslot[0] = new Aircraft._WeaponSlot(0, "MGunMAC1934ki", 300);
a_lweaponslot[1] = new Aircraft._WeaponSlot(10, "MGunHispanoSuizaHS404_451lt", 120);
a_lweaponslot[2] = new Aircraft._WeaponSlot(11, "MGunMAC1934t", 500);
For comparison, how fm Leo works on another model / airframe of the aircraft:
http://forum.aviaskins.com/showthread.php?p=225647#post225647Plus the original French small arms.
https://drive.google.com/file/d/1KJA8EMJU2vEaT9CtSzCa60G_tO7wBxeO/view?usp=sharingI chose the Ki-21-2 model. The fuselage of the Ki-21 is only slightly shorter than the Leo-451.
When taking off on the runway, the autopilot adequately reads the fm and no negative phenomena in the behavior of the aircraft are observed.
You can also compare with the new test fm for the Ki-21-2 by running this Japanese bomber in a simple editor.
I put classes and files with flight models in the archive.
The wing profile and geometric dimensions of the Ki-21-2 and Leo-451 are very close: NASA 2315/23015.
Ki-21-IIT (test) has a link to fm Leo-451.
I am inclined to think that the behavioral problems of Leo-451 may have arisen at the stage of export from the Tundra to IL-2.
I don't know for sure, I'm not good at 3D models.