Special Aircraft Service

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 15 16 17 [18] 19 20 21 ... 24   Go Down

Author Topic: B-26B Marauder v2.2  (Read 170576 times)

0 Members and 4 Guests are viewing this topic.

Maty12

  • member
  • Offline Offline
  • Posts: 637
Re: B-26B Marauder v2.2
« Reply #204 on: June 28, 2014, 05:11:56 PM »

Lines I recommend adding to weapons.ru (Or weapons.properties in Modact 5.3):


#####################################################################
# B-26B
#####################################################################
B-26B.default                           Default
B-26B.20x100lbs                         20x100lb. Bombs
B-26B.*30x100lbs                        30x100lb. Bombs (Early)
B-26B.10x250lbs                         10x250lb. Bombs
B-26B.*16x250lbs                        16x250lb. Bombs (Early)
B-26B.10x260lbsFragBombs                10x Fragmentation Bombs
B-26B.*16x260lbsFragBombs               16x Fragmentation Bombs (Early)
B-26B.10x300lbs                         10x300lb. Bombs
B-26B.*16x300lbs                        16x300lb. Bombs (Early)
B-26B.6x500lbs                          6x500lb. Bombs
B-26B.*8x500lbs                         8x500lb. Bombs (Early)
B-26B.4x1000lbs                         4x1000lb. Bombs
B-26B.2x2000lbs                         2x2000lb. Bombs
B-26B.1xTorpMk13                        1xType Mk13 Torpedo
B-26B.1xTorpMk13Late                    1xType Mk13 Torpedo (Late)
B-26B.4xSupplyBoxes                     4xSupply Boxes
B-26B.12xM26IncendiaryClusters          12xM26 Incediary Bombs
B-26B.100xParaF                         100xParafrag Bombs
B-26B.none                              Empty
Logged

aussiewaffe

  • member
  • Offline Offline
  • Posts: 32
Re: B-26B Marauder v2.2
« Reply #205 on: July 24, 2014, 01:50:01 AM »

Any chance someone can upload the version that works with modact5.3 pls
Logged

Maty12

  • member
  • Offline Offline
  • Posts: 637
Re: B-26B Marauder v2.2
« Reply #206 on: July 24, 2014, 10:30:08 AM »

It does work, you just need the SAS Engine Mod as well.
Logged

aussiewaffe

  • member
  • Offline Offline
  • Posts: 32
Re: B-26B Marauder v2.2
« Reply #207 on: July 27, 2014, 10:40:25 PM »

Already running the engine mod mate, must be one of the other a/c mods i am running.
Logged

Maty12

  • member
  • Offline Offline
  • Posts: 637
Re: B-26B Marauder v2.2
« Reply #208 on: July 28, 2014, 11:04:26 AM »

Then I don't know how to help. I have it working fine as long as engine mod is on. You should post a list of your mods and the error log, to help others help you.
Logged

aussiewaffe

  • member
  • Offline Offline
  • Posts: 32
Re: B-26B Marauder v2.2
« Reply #209 on: July 30, 2014, 12:28:03 AM »

Works as an AI plane..but it looks like an error related to the cockpit..

Code: [Select]
[6:18:02 AM] warning: no files : music/crash
[6:19:50 AM] Loading mission Quick/Crimea/CrimeaRedArmor00.mis...
[6:19:50 AM] WARNING: ObjectVACache_Clear()
[6:19:50 AM] WARNING: * Buf0 : Obj: 286,  Vert 15526,  Ind 65247
[6:19:50 AM] WARNING: * Buf1 : Obj: 1164,  Vert 110008,  Ind 287214
[6:19:50 AM] WARNING: * Buf2 : Obj: 64,  Vert 20612,  Ind 37104
[6:19:50 AM] Load bridges
[6:19:50 AM] Load static objects
[6:19:51 AM] INTERNAL ERROR: Str2FloatClamp() - Clamped 5 -> 2 (delta = -3) to Range 0..2
[6:19:51 AM] INTERNAL ERROR: Str2FloatClamp() - Clamped 2e+006 -> 1e+006 (delta = -1e+006) to Range 0..1e+006
[6:19:51 AM] FM called 'FlightModels/B-26B.fmd:B26B_FM' is being loaded from File: 'b26b_fm'
[6:19:51 AM] Flight Model File FlightModels/B-26B.fmd:B26B_FM contains no Mach Drag Parameters.
[6:19:51 AM] FM called 'FlightModels/B-26B.fmd:B26B_FM' is being loaded from File: 'b26b_fm'
[6:19:51 AM] java.lang.NoSuchFieldError: printCompassHeading
[6:19:51 AM] at com.maddox.il2.objects.air.CockpitB26B.<init>(CockpitB26B.java:130)
[6:19:51 AM] at java.lang.Class.newInstance0(Native Method)
[6:19:51 AM] at java.lang.Class.newInstance(Unknown Source)
[6:19:51 AM] at com.maddox.il2.objects.air.Aircraft.createCockpits(Aircraft.java:3545)
[6:19:51 AM] at com.maddox.il2.objects.air.Aircraft.load(Aircraft.java:2858)
[6:19:51 AM] at com.maddox.il2.game.Mission.loadAir(Mission.java:1368)
[6:19:51 AM] at com.maddox.il2.ai.Wing.load(Wing.java:144)
[6:19:51 AM] at com.maddox.il2.game.Mission.loadWings(Mission.java:1111)
[6:19:51 AM] at com.maddox.il2.game.Mission._load(Mission.java:487)
[6:19:51 AM] at com.maddox.il2.game.Mission.access$000(Mission.java:135)
[6:19:51 AM] at com.maddox.il2.game.Mission$BackgroundLoader.run(Mission.java:433)
[6:19:51 AM] at com.maddox.rts.BackgroundTask.doRun(BackgroundTask.java:155)
[6:19:51 AM] at com.maddox.il2.game.MainWin3D.loopApp(MainWin3D.java:108)
[6:19:51 AM] at com.maddox.il2.game.Main.exec(Main.java:449)
[6:19:51 AM] at com.maddox.il2.game.GameWin3D.main(GameWin3D.java:235)
Logged

aussiewaffe

  • member
  • Offline Offline
  • Posts: 32
Re: B-26B Marauder v2.2
« Reply #210 on: August 02, 2014, 08:43:26 AM »

It is for HSFX7 expert. Will probably not work with SAS 5.3.

For SAS 5.3 try this one:
https://www.mediafire.com/download/k2ug951u5c9j8i7/B-26_V2.2.1.ZIP

Anyone have this version, the V2.2.1? The link is Kapput
Logged

BigBoyMoon

  • member
  • Offline Offline
  • Posts: 1
Re: B-26B Marauder v2.2
« Reply #211 on: May 24, 2015, 04:38:45 PM »

Is anybody else have trouble getting this to work in 4.12.2m? I installed everything and it shows up, but when I load it, it causes the camera the be on the ground and not load the model
Logged

Widowmaker214

  • member
  • Offline Offline
  • Posts: 16
Re: B-26B Marauder v2.2
« Reply #212 on: May 29, 2015, 09:11:35 AM »

Does anyone have a link to the 2.2.1 version or the complied HSFX 7?

Im trying to get this to work in HSFX 7.03 / expert...
but the links to the files needed for that.. are dead.
any help would be appreciated.
Logged

citizen67

  • member
  • Offline Offline
  • Posts: 106
Re: B-26B Marauder v2.2
« Reply #213 on: June 30, 2015, 10:25:20 AM »

Anyone knows if B-26 mod works in CUP?
And if yes, do I need to instal all the files (B-26 + weapons classfiles patch + Diff FM)?

thanks
Logged

Gatrasz

  • Supporter
  • member
  • Offline Offline
  • Posts: 796
  • Dead but dreaming...
Re: B-26B Marauder v2.2
« Reply #214 on: June 30, 2015, 12:11:39 PM »

Isn't the B-26B in CUP already ?
Logged

Korrigan

  • SAS Honourable Member
  • member
  • Offline Offline
  • Posts: 785
Re: B-26B Marauder v2.2
« Reply #215 on: June 30, 2015, 12:58:07 PM »

Isn't the B-26B in CUP already ?
Yes.
Logged
Pages: 1 ... 15 16 17 [18] 19 20 21 ... 24   Go Up
 

Page created in 0.038 seconds with 27 queries.