Special Aircraft Service

Please login or register.

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

Author Topic: SBD-3 & 5 - Bombs Release Gear  (Read 21405 times)

0 Members and 1 Guest are viewing this topic.

Epervier

  • 4.09 Guardian Angel !
  • SAS Team
  • member
  • Offline Offline
  • Posts: 9541
  • I'm French and Rebel_409! Nobody is perfect!
    • Some tinkering here
Re: SBD-3 & 5 - Bombs Release Gear
« Reply #24 on: February 01, 2013, 01:49:44 AM »

(Now, if someone knows how to amend the hidden SNJ-5C  :P..)
It is not very well hidden! This aircraft is in UP3... So this problem can affect those users.
For users of the SNJ-5C (UP3 and/or DBW) see first post for link !
Logged
If your results do not live up to your expectations, tell yourself that the great oak was once an acorn too. - Lao Zi -

coberrick

  • member
  • Offline Offline
  • Posts: 55
Re: SBD-3 & 5 - Bombs Release Gear
« Reply #25 on: July 23, 2013, 02:58:27 PM »

is there any way for this to work in 4.11.1 Modact 4? I tried installing it and now the Dauntless doesn't work/showup at all. Thanks

Semper Fi
Logged
Semper Fi

BravoFxTrt

  • "BIGFOOT"
  • Modder
  • member
  • Offline Offline
  • Posts: 13433
  • Flying Ass Clown #13
Re: SBD-3 & 5 - Bombs Release Gear
« Reply #26 on: July 23, 2013, 03:39:42 PM »

Sorry buddy, I tried it in my MA 4.0 as well, and it just dont work in 4.11.1m
Logged
MSI R9 280X 6GB x2/Crossfire /ASUS M5A99FX PRO R2.0 Mobo/AMD FX 4170 Bulldozer 4core CPU/RAM Kingston HyperX FURY 16GB/ Corsair RM 1000WATT PSU/Windows 10 Enterprise 64bit

coberrick

  • member
  • Offline Offline
  • Posts: 55
Re: SBD-3 & 5 - Bombs Release Gear
« Reply #27 on: July 23, 2013, 05:12:47 PM »

bummer. does that go for the rest of the tire/cowl fixes included in the larger package too?

Semper Fi
Logged
Semper Fi

BravoFxTrt

  • "BIGFOOT"
  • Modder
  • member
  • Offline Offline
  • Posts: 13433
  • Flying Ass Clown #13
Re: SBD-3 & 5 - Bombs Release Gear
« Reply #28 on: July 23, 2013, 05:14:59 PM »

No you can have the cowl's a wheel fixes in MA 4.0, and the SBD's work but not the release gear.

This is from New-TFM


Logged
MSI R9 280X 6GB x2/Crossfire /ASUS M5A99FX PRO R2.0 Mobo/AMD FX 4170 Bulldozer 4core CPU/RAM Kingston HyperX FURY 16GB/ Corsair RM 1000WATT PSU/Windows 10 Enterprise 64bit

The Radge

  • Modder
  • member
  • Offline Offline
  • Posts: 1023
Re: SBD-3 & 5 - Bombs Release Gear
« Reply #29 on: September 16, 2014, 04:57:56 AM »

Hello, Bravo, guys! :D
So, it works in the 4.12?

I can't get it to work in my 4.12.2+MA 5.3...
Logged

SAS~Gerax

  • SAS Team
  • member
  • Offline Offline
  • Posts: 4766
Re: SBD-3 & 5 - Bombs Release Gear
« Reply #30 on: September 16, 2014, 08:43:06 AM »

Look at the date of his post.
Guy (Bravo) talks about "new-TFM" wich is for 4.10.

find it here:
https://www.sas1946.com/main/index.php?topic=35424.0

you meant "TFM-412 The next level":  ;)
https://www.sas1946.com/main/index.php/topic,40015.0.html

Anyway, AFAIK the code wasn't adapted for 4.12
The same is true for the Stuka Bomb-Release Mod
wich I tried a few days ago.  :-X
Logged
i7-13700K, MSI RTX4090, Kingston 64GB, Asus Z790-P, Crucial SSD 1TB, Kingston SSD 4TB;

The Radge

  • Modder
  • member
  • Offline Offline
  • Posts: 1023
Re: SBD-3 & 5 - Bombs Release Gear
« Reply #31 on: September 16, 2014, 09:13:04 AM »

Just, I want to update this mod for 4.12 and include it in the SBD Pack, which I want to update ASAP (85% of the next version is ready).
Yep, in my mind the "New-TFM" and "...the next level" have mixed up :-\ :D
So, if you tried Stuka BRG mod and it didn't work...
I think SBD BRG mod needs special 4.12 update, not just recompliing...
Not so good news :D

Anyway, Gerax, thank you very much for your reply! ;)
Logged

The Radge

  • Modder
  • member
  • Offline Offline
  • Posts: 1023
Re: SBD-3 & 5 - Bombs Release Gear
« Reply #32 on: September 30, 2014, 04:19:41 AM »

Just, I want to update this mod for 4.12 and include it in the SBD Pack, which I want to update ASAP (85% of the next version is ready).
Yep, in my mind the "New-TFM" and "...the next level" have mixed up :-\ :D
So, if you tried Stuka BRG mod and it didn't work...
I think SBD BRG mod needs special 4.12 update, not just recompliing...
Not so good news :D

Anyway, Gerax, thank you very much for your reply! ;)

I can't comply the BombGun.class for the 4.12,
addressed to Skipper, but he couldn't help with that,
he is a clever man, but he couldn't help me so
that the class could comply :(

Who can help me? (I don't know Java lang at all...)
The issue is:



Happens here:

Code: [Select]
    private Fuze getFuze()
    {
        if(selectedFuze == null || bullets() == 1)
            break MISSING_BLOCK_LABEL_54;
        Fuze fuze;
        fuze = (Fuze)selectedFuze.getClass().newInstance();
        fuze.fuzeMode = selectedFuze.fuzeMode;
        fuze.setDetonationDelay(selectedFuze.getDetonationDelay());
        return fuze;
        Exception exception;
        exception;
        return selectedFuze;
    }

The full file is here...
I will be thankfull for any help...
Logged

Epervier

  • 4.09 Guardian Angel !
  • SAS Team
  • member
  • Offline Offline
  • Posts: 9541
  • I'm French and Rebel_409! Nobody is perfect!
    • Some tinkering here
Re: SBD-3 & 5 - Bombs Release Gear
« Reply #33 on: September 30, 2014, 04:57:16 AM »

412 and I are not friends!  :-X
I hope that Java specialist will help you!  8)
Logged
If your results do not live up to your expectations, tell yourself that the great oak was once an acorn too. - Lao Zi -

ton414

  • FreeModding Team
  • member
  • Offline Offline
  • Posts: 130
  • Knowledge is Freedom.
    • Free Modding
Re: SBD-3 & 5 - Bombs Release Gear
« Reply #34 on: September 30, 2014, 05:24:56 AM »

Hi Radge.

Try with this:

Code: [Select]
    private Fuze getFuze()
    {
      if ((this.selectedFuze != null) && (bullets() != 1))
      {
        try
        {
          Fuze fuze = (Fuze)this.selectedFuze.getClass().newInstance();
          fuze.fuzeMode = this.selectedFuze.fuzeMode;
          fuze.setDetonationDelay(this.selectedFuze.getDetonationDelay());
          return fuze;
        }
        catch (Exception exception)
        {
        }
      }
      return this.selectedFuze;
    }

And you try to use Eclipse, and other decompilers as Java Decompiler (JD-GUI), Cavaj, Jode, Fernflower, etc. ;)
Logged

The Radge

  • Modder
  • member
  • Offline Offline
  • Posts: 1023
Re: SBD-3 & 5 - Bombs Release Gear
« Reply #35 on: October 01, 2014, 04:06:48 AM »

Thank you, Ton, I will try :)

Epervier, does the 4.10 version work for you?
Logged
Pages: 1 2 [3] 4   Go Up
 

Page created in 0.032 seconds with 26 queries.