Вот Ультимат-пак-4 с моим корявым классом 2019 года.
Самолёт БФ-109Е-7. Бронестекло установлено кривовато - древность игры, однако.
----------------
Вместо кейса в твоём моде его можно прописать по типу Ф-2/4.
Если бы знать как называется меш бронестекла и его положение в хиер-хим.
Код:
protected void reflectPlaneMats()
{
if(Actor.isValid(((Interpolate) (super.fm)).actor) && ((((Interpolate) (super.fm)).actor instanceof BF_109E4B) || (((Interpolate) (super.fm)).actor instanceof BF_109E7) || (((Interpolate) (super.fm)).actor instanceof BF_109E7N) || (((Interpolate) (super.fm)).actor instanceof BF_109E7NZ) || (((Interpolate) (super.fm)).actor instanceof BF_109T_1) || (((Interpolate) (super.fm)).actor instanceof BF_109T_2)))
super.mesh.chunkVisible("Z_Armor_D1", true);
else
if(Actor.isValid(((Interpolate) (super.fm)).actor) && ((((Interpolate) (super.fm)).actor instanceof BF_109E4) || (((Interpolate) (super.fm)).actor instanceof BF_109E4N)))
super.mesh.chunkVisible("Z_Armor_D1", false);
}