...............................
Sorry Vasya...
I expressed myself badly and did not give you all the explanations:
........................
It is from post 46 that the selection no longer works ...
................................
Greetings,
Gilles
In the simple editor and in the mission the boat color also does not change.
I removed the weapons section from the class and placed the code file
-1241935130 with weapons in the folder, but nothing changed.
I think that after decompilation this section changed:
public void onAircraftLoaded()
{
super.onAircraftLoaded();
if(super.thisWeaponsName.startsWith("LG"))
{
hierMesh().chunkVisible("FloatCx", true);
hierMesh().chunkVisible("FloatRx", true);
hierMesh().chunkVisible("FloatLx", true);
hierMesh().chunkVisible("GearC2_D0", false);
hierMesh().chunkVisible("GearR2_D0", false);
hierMesh().chunkVisible("GearL2_D0", false);
}
}
I don't have the source code (Java file) of the class, only after decompilation.
If any of the users care about the color of the boat under the plane, they can use the old class/hash.
In my patch 4.13.4 it doesn't matter which class works: with the old class
https://drive.google.com/file/d/1qkBNcklLq3W5eUv9Zuob78GLB8UtaAJx/view?usp=sharingand the new (recompiled class) with the added section of weapons, the boat under the plane does not change color.
I think it's better to trot the color of the boat on the skin.
Why the class section
public void onAircraftLoaded()
{
super.onAircraftLoaded();
if(super.thisWeaponsName.startsWith("LG"))
for changing the color of the boat does not work in the mission - I don't know.