14.11.2007, 16:28
Some progress has been made, my BF_109G10 compiles. I used classhasher and put the resulting file in files folder, however, if I do that - the game will not run, it does not even show the splach screen
I tried changing the line 137 from
to
But I do not think it's this particular line since I can not make it work even if I use the original decompiled code specifying mk108 as default weapon. Tried a few others as well.
My guess is it must be some compiler option or I'm missing something...
Hopefully there should be a way to run this thing in debug mode so I can see what the actual error is.
Too bad I'm not Java developer. any Java devs here?
I tried changing the line 137 from
Code:
Aircraft.weaponsRegister(class1, "default", new String[] {
"MGunMG131si 300", "MGunMG131si 300", null, "MGunMK108ki 65", null, null, null, null, null, null
});
to
Code:
Aircraft.weaponsRegister(class1, "default", new String[] {
"MGunMG131si 300", "MGunMG131si 300", null, "MGunMG15120MGki 200", null, null, null, null, null, null
});
But I do not think it's this particular line since I can not make it work even if I use the original decompiled code specifying mk108 as default weapon. Tried a few others as well.
My guess is it must be some compiler option or I'm missing something...
Hopefully there should be a way to run this thing in debug mode so I can see what the actual error is.
Too bad I'm not Java developer. any Java devs here?