Special Aircraft Service

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1] 2 3   Go Down

Author Topic: Dewoitine 520 from 4.15 (updated)  (Read 6743 times)

0 Members and 1 Guest are viewing this topic.

Dreamk

  • Modder
  • member
  • Offline Offline
  • Posts: 2017
Dewoitine 520 from 4.15 (updated)
« on: September 28, 2022, 04:08:09 AM »

Here's the D520 extracted from 415 and with java classes and FM adapted to 4.12 (The conflict with the current D520 has been solved)
https://www.mediafire.com/file/g5w1clqwa2qgdpz/!D520+new.7z/file

air.ini additions
D520N                air.D520N    1                       f01    SUMMER

Skins folder
D520N

(The files have been updated to solve conflicts with older versions of this plane present in BAT)


I do not see much difference with the current model, but has Hayate has made a plethora of wonderful skins for this new plane, it's worth installing.
Skisn are available at M4T:
France 1940
https://www.mission4today.com/index.php?name=Downloads2&file=details&id=8289
Vichy France
https://www.mission4today.com/index.php?name=Downloads2&file=details&id=8292
Free French
https://www.mission4today.com/index.php?name=Downloads2&file=details&id=8294
Bulgaria, Italy, Germany
https://www.mission4today.com/index.php?name=Downloads2&file=details&id=8293

Enjoy and thanks to Hayate and the creators of this plane for 4.15


Logged

erafitti

  • member
  • Offline Offline
  • Posts: 367
Re: Dewoitine 520 from 4.15
« Reply #1 on: September 28, 2022, 04:12:57 AM »

Gracias. ;)

Un saludo.
Logged

Kelso

  • member
  • Offline Offline
  • Posts: 490
Re: Dewoitine 520 from 4.15
« Reply #2 on: September 28, 2022, 06:26:59 AM »

Thank you very much!
Logged

Knochenlutscher

  • Flying Ass Clown #10
  • Modder
  • member
  • Offline Offline
  • Posts: 4573
  • aka Segfej
Re: Dewoitine 520 from 4.15
« Reply #3 on: September 28, 2022, 06:48:37 AM »

Okay, scratch my first thought,

Here is the necessary Class to be put into DreamKs Mod above.
It fixes my BAT Errors, CTD on loading a Mission.

adds missing Class:
D520xyz


For BAT Users only, I dunno how the state of D520 in other Modpacks is.
Test and see...
Here in BAT this substitutes the older Minecraft Model, what I see is a fine result.
Neat curves, a very good Cockpit. My point of view.

Before applying this Mod, I recommend doing a Backup of the old Skinfolder.
Just in case you need to revert.


Thanks for the work

Best wishes
Tobias
Logged
Wiseman : "Did you speak the exact words?" Ash : "Look, maybe I didn't say every single little tiny syllable, no. But basically I said them, yeah."

urmel

  • member
  • Offline Offline
  • Posts: 815
Re: Dewoitine 520 from 4.15
« Reply #4 on: September 28, 2022, 09:46:51 AM »

Beautiful! Thank you.
Logged

Dreamk

  • Modder
  • member
  • Offline Offline
  • Posts: 2017
Re: Dewoitine 520 from 4.15
« Reply #5 on: September 28, 2022, 12:36:06 PM »

Tobias Hi!

The D520xyz belongs to the SAS D520 not to this mod.
They have no relation with the 415 mod and are not needed, nor do they interfere with it.

Check that air ini contains these 2 lines
D520                air.D520    1                       f01    SUMMER
= the new 415 mod
and
D-520                air.D_520    1                       f01    SUMMER
= the SAS mod
Logged

dona

  • Modder
  • member
  • Offline Offline
  • Posts: 1327
Re: Dewoitine 520 from 4.15
« Reply #6 on: September 28, 2022, 03:46:31 PM »

Thank you!
Logged

ben_wh

  • member
  • Offline Offline
  • Posts: 379
Re: Dewoitine 520 from 4.15
« Reply #7 on: September 28, 2022, 06:54:38 PM »

Thank you, Dreamk!  Understand that there is a lot of hard work involved to make this compatible with 4.12 - very much appreciated.
Logged

Dreamk

  • Modder
  • member
  • Offline Offline
  • Posts: 2017
Re: Dewoitine 520 from 4.15
« Reply #8 on: September 29, 2022, 03:15:29 AM »

Vasya from Aviaskins has made a new FM for this mod from 415:

http://forum.aviaskins.com/showpost.php?p=222939&postcount=9373

and here're the direct links for these new FMs from this post
For the D520 from 415 (D_520_FM)
http://forum.aviaskins.com/attachment.php?attachmentid=72549&d=1664409319

as well as for the SAS (IES) D520 (D_520FM)
http://forum.aviaskins.com/attachment.php?attachmentid=72548&d=1664409319
Logged

Knochenlutscher

  • Flying Ass Clown #10
  • Modder
  • member
  • Offline Offline
  • Posts: 4573
  • aka Segfej
Re: Dewoitine 520 from 4.15
« Reply #9 on: September 29, 2022, 11:54:10 AM »

1. Look up your Java again...
CockpitD520N.java


Code: [Select]
...
// Referenced classes of package com.maddox.il2.objects.air:
//            CockpitPilot, Cockpit, D520, D520xyz

public class CockpitD520N extends com.maddox.il2.objects.air.CockpitPilot
{
    class Interpolater extends com.maddox.il2.engine.InterpolateRef
    {
...

Without that referenced class it can't work here in BAT...
Game crashes at 85% Mission loading Error, try in BAT yourself and see...

2.
In BAT your

D520                air.D520    1                       f01    SUMMER

is already inside, if I add this again, I end up having 2 Lines.

I can see as your entry has already a Weapons.properties setup before. Sth. I never add for custom Mods.
That's a simple Testing purpose.
Only the Cockpit Java has different name.

Best wishes
Tobias
Logged
Wiseman : "Did you speak the exact words?" Ash : "Look, maybe I didn't say every single little tiny syllable, no. But basically I said them, yeah."

Dreamk

  • Modder
  • member
  • Offline Offline
  • Posts: 2017
Re: Dewoitine 520 from 4.15
« Reply #10 on: September 29, 2022, 03:36:28 PM »

I went to check the issue and the resulting picture is much more complicated:

By Now, there are no less than 5 versions of the Dewoitine 520

1. 415
D520.class                                   (extends Scheme1)
CockpitD520N.class

2. Dimon
D_520.class                                 (extends Scheme1)
CockpitD520.class

3. IES (FRed)                         (included in BAT)
Dewoitine520.class                       (extends D_520)
D_520.class                                 (extends Scheme1)
CockpitD_520.class      

4.  Old Franken by Ranwers ? (included in BAT)
D520 .class                             (extends Scheme1)   
CockpitD520.class   

5. Old Franken
D520.class                                          (extends D520xyz)
D520xyz.class                                     (extends Scheme1)   
CockpitD520.class

So in 4.12 modact
1 & 2 can co-exist without conflict
1 & 3 can co-exist without conflict
2 & 3 share the same class but different cockpits - the one that will load first (depending of the name given to this mod folder) will take the slot
1 & 4 share the same class but different cockpits - the one that will load first (depending of the name given to this mod folder) will take the slot
2 & 4 have different class names for the plane but similar cockpit names - I am not sure of what will happen when they load

in BAT
Both 1 & 2 need to have their plane class renamed to integrate smoothly in BAT.
I'll try to find some moments to do that and upload the updated renamed classes

PS - these lines in the code are not supposed to load as they are preceded by //

Code: [Select]
// Referenced classes of package com.maddox.il2.objects.air:
//            CockpitPilot, Cockpit, D520, D520xyz
These were remnant of the development process, as it often happens. However in the renewed check of the class I made,  I found that in the cockpit class of this plane there was indeed a mention of a D520xyz in relation with emergency pressure. This has been now corrected.
             
Logged

Dreamk

  • Modder
  • member
  • Offline Offline
  • Posts: 2017
Re: Dewoitine 520 from 4.15
« Reply #11 on: September 29, 2022, 04:25:57 PM »

Done!
The D520 from 415 is renamed D520N (and its cockpit CockpitD520N)
The updated mod can be found here:
https://www.mediafire.com/file/g5w1clqwa2qgdpz/!D520+new.7z/file

The D520 by Dimon is renamed D520D (and its cockpit Cockpit D520D)
The updated mod can be found here:
https://www.mediafire.com/file/gw9l9onz8sw0bfx/Dewoitine+D.520.7z/file

You can add the new FMs by Vasya and of course the wonderful skins by Hayate for the 415 D520

air ini entries for these planes are therefore:
D520N                air.D520N    1                       f01    SUMMER
D520D                air.D520D    1                       f01    SUMMER



Logged
Pages: [1] 2 3   Go Up
 

Page created in 0.036 seconds with 26 queries.