AviaSkins.Forums

AviaSkins.Forums (http://forum.aviaskins.com/index.php)
-   Вопросы Новичка8 (http://forum.aviaskins.com/forumdisplay.php?f=17)
-   -   егзешник для 4.5м (http://forum.aviaskins.com/showthread.php?t=223)

Novichok8 18.03.2008 20:35

егзешник для 4.5м
 
надо где нибуть его брать для работы модов? а то они не работают.

Novichok8 18.03.2008 21:31

Вложений: 1
ВОТ прога которой я классы редактирую.

Novichok8 18.03.2008 22:24

Что не правельно в классе ме410с он не берет его пишет ошибка и во всех так.
// Decompiled by Jad v1.5.8f. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) fieldsfirst ansi
// Source File Name: ME_410C.java

package com.maddox.il2.objects.air;

import com.maddox.rts.*;
import java.io.IOException;

// Referenced classes of package com.maddox.il2.objects.air:
// ME_210, PaintSchemeFMPar05, TypeFighter, TypeBNZFighter,
// TypeStormovik, TypeStormovikArmored, TypeDiveBomber, NetAircraft,
// Aircraft

public class ME_410C extends ME_210
implements TypeFighter, TypeBNZFighter, TypeStormovik, TypeStormovikArmored, TypeDiveBomber
{

public ME_410C()
{
}

public boolean typeDiveBomberToggleAutomation()
{
return false;
}

public void typeDiveBomberAdjAltitudeReset()
{
}

public void typeDiveBomberAdjAltitudePlus()
{
}

public void typeDiveBomberAdjAltitudeMinus()
{
}

public void typeDiveBomberAdjVelocityReset()
{
}

public void typeDiveBomberAdjVelocityPlus()
{
}

public void typeDiveBomberAdjVelocityMinus()
{
}

public void typeDiveBomberAdjDiveAngleReset()
{
}

public void typeDiveBomberAdjDiveAnglePlus()
{
}

public void typeDiveBomberAdjDiveAngleMinus()
{
}

public void typeDiveBomberReplicateToNet(NetMsgGuaranted netmsgguaranted)
throws IOException
{
}

public void typeDiveBomberReplicateFromNet(NetMsgInput netmsginput)
throws IOException
{
}

static Class _mthclass$(String s)
{
Class class1;
try
{
class1 = Class.forName(s);
}
catch(ClassNotFoundException classnotfoundexception)
{
throw new NoClassDefFoundError(classnotfoundexception.getMes sage());
}
return class1;
}

static
{
Class class1 = com.maddox.il2.objects.air.ME_410C.class;
new NetAircraft.SPAWN(class1);
Property.set(class1, "iconFar_shortClassName", "Me-410");
Property.set(class1, "meshName", "3DO/Plane/Me-210Ca-1/hier.him");
Property.set(class1, "PaintScheme", new PaintSchemeFMPar05());
Property.set(class1, "yearService", 1943F);
Property.set(class1, "yearExpired", 1945.5F);
Property.set(class1, "cockpitClass", new Class[] {
com.maddox.il2.objects.air.CockpitBF_110G.class
});
Property.set(class1, "FlightModel", "FlightModels/P-38L.fmd");
Aircraft.weaponTriggersRegister(class1, new int[] {
0, 0, 1, 1, 10, 10, 3, 3, 3
});
Aircraft.weaponHooksRegister(class1, new String[] {
"_MGUN01", "_MGUN02", "_CANNON01", "_CANNON02", "_MGUN03", "_MGUN04", "_BombSpawn01", "_BombSpawn02", "_BombSpawn03"
});
Aircraft.weaponsRegister(class1, "default", new String[] {
"MGunMG17ki 505", "MGunMG17ki 500", "MGunMG15120k 325", "MGunMG15120k 325", "MGunMG131tj 500", "MGunMG131tj 500", null, null, null
});
Aircraft.weaponsRegister(class1, "2sc250", new String[] {
"MGunMG17ki 505", "MGunMG17ki 500", "MGunMG15120k 325", "MGunMG15120k 325", "MGunMG131tj 500", "MGunMG131tj 500", "BombGunSC250", "BombGunSC250", null
});
Aircraft.weaponsRegister(class1, "2ab250", new String[] {
"MGunMG17ki 505", "MGunMG17ki 500", "MGunMG15120k 325", "MGunMG15120k 325", "MGunMG131tj 500", "MGunMG131tj 500", "BombGunAB250", "BombGunAB250", null
});
Aircraft.weaponsRegister(class1, "2sc500", new String[] {
"MGunMG17ki 505", "MGunMG17ki 500", "MGunMG15120k 325", "MGunMG15120k 325", "MGunMG131tj 500", "MGunMG131tj 500", "BombGunSC500", "BombGunSC500", null
});
Aircraft.weaponsRegister(class1, "2ab500", new String[] {
"MGunMG17ki 505", "MGunMG17ki 500", "MGunMG15120k 325", "MGunMG15120k 325", "MGunMG131tj 500", "MGunMG131tj 500", "BombGunAB500", "BombGunAB500", null
});
Aircraft.weaponsRegister(class1, "2sd500", new String[] {
"MGunMG17ki 505", "MGunMG17ki 500", "MGunMG15120k 325", "MGunMG15120k 325", "MGunMG131tj 500", "MGunMG131tj 500", "BombGunSD500", "BombGunSD500", null
});
Aircraft.weaponsRegister(class1, "none", new String[] {
null, null, null, null, null, null, null, null, null
});
}
}

Novichok8 18.03.2008 22:27

сменил лишь ме410а на ме410с


Текущее время: 07:20. Часовой пояс GMT +3.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd. Перевод: zCarot