All-Aircraft-Simulations
air files - Printable Version

+- All-Aircraft-Simulations (https://allaircraftsimulations.com)
+-- Forum: IL2 Work In Progress MODS Download & Discussion (https://allaircraftsimulations.com/forumdisplay.php?fid=268)
+--- Forum: MOD Creation Tutorials and Assistance (https://allaircraftsimulations.com/forumdisplay.php?fid=312)
+--- Thread: air files (/showthread.php?tid=72540)



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?

[Image: likethis.jpg]


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