air files - Fsix - 29.12.2010
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.
Re: air files - Heinkel-162 - 29.12.2010
That is the name of the class file the plane uses.
Re: air files - Fsix - 29.12.2010
but my class file decompiler doesn't work on them
Re: air files - Heinkel-162 - 29.12.2010
Check your Pm's.
Re: air files - Russ_Ace - 29.12.2010
tryed opening them with notepad?
Re: air files - Heinkel-162 - 30.12.2010
Russ_Ace Wrote:tryed opening them with notepad?
hehe no they are java files.
Re: air files - Fsix - 30.12.2010
What do I use to open and edit these files?
Re: air files -
{HVY-E}Jinxx - 31.12.2010
A Java editor.
Re: air files -
Storebror - 31.12.2010
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