31.12.2010, 09:26
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
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