Hello, could someone please tell me what file format files like air.randomplanename, when I click properties it says its a file. What kind of file and how do I open and edit it? Thanks. S! PS, if the answer is tied to FM and you don't want to post it public please pm me.
That is the name of the class file the plane uses.
but my class file decompiler doesn't work on them
tryed opening them with notepad?
Posts: 1.222
Threads: 42
Joined: Nov 2007
Posts: 458
Threads: 22
Joined: May 2009
Usually the files shouldn't be called "com.maddox.il.", rather all those parts coming before the aircraft name are folder structures, e.g. the aircraft files should reside in the subfolder com/maddox/il2/objects/air.
If you're using the recommended way (e.g. gathering the class files with a classdumper, unhashing them with the classresolver) you'll get the structure automatically.
The class files should have the extension ".class" (again, the classresolver does this automatically).
When you got that far, you can open the ".class" files with a java class file editor / decompiler of your choice, e.g. DJ Java Decompiler, JoDe (with user interface: JD GUI) etc. pp.
Best regards - Mike