Special Aircraft Service

Please login or register.

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

Author Topic: benitomuso's MODs for 4.121m (Beta, Upd 2013/08/30)  (Read 64588 times)

0 Members and 1 Guest are viewing this topic.

Bombnick

  • member
  • Offline Offline
  • Posts: 82
Re: benitomuso's MODs for 4.121m (Beta, Upd 2013/08/30)
« Reply #24 on: September 01, 2013, 05:53:14 AM »

Hi chaps,

related to bomb assist mod: how do I add additional info (like bombsight angle) into the speedbar? All I'm getting now is 3 standard lines. I've added this to my conf.ini, to no avail:

Code: [Select]
[Mods]
BombSightAssist=1
BombSightAssistConf=3
MixedSpeedbar=1
FullSpeedbar=1
PALMODsColor=1
ShowSIToo=1

Thanks a lot!
Logged

Bakimaster91

  • member
  • Offline Offline
  • Posts: 8
Re: benitomuso's MODs for 4.121m (Beta, Upd 2013/08/30)
« Reply #25 on: September 01, 2013, 06:08:42 AM »

Hey!
Does this work with SAS Modact 5.2?
I want to use Your HUD config mod, but when I put inside the #SAS folder, put the [MODS] section with all the lines into conf.ini and run the game there is nothing new, no bombsight assist,  just nothing...
Logged

Whiskey_Sierra_972

  • Modder
  • member
  • Offline Offline
  • Posts: 6200
  • In memory of my beloved hero: Saburo SAKAI!
Re: benitomuso's MODs for 4.121m (Beta, Upd 2013/08/30)
« Reply #26 on: September 01, 2013, 06:29:04 AM »

Well Pablo!

I work over the issue and got the bombsight data partially working:

First step:

This is my [Mods] conf.ini section:

Code: [Select]
[Mods]



PAL3DStart=0
PAL3DSepAim=0.7
PAL3DSepGun=1.35
PAL3DSepPit=1.5
PAL3DSepExt=25.0
PAL3DConvAimL=-0.05
PAL3DConvAimR=-0.05
PAL3DConvGunL=-0.09
PAL3DConvGunR=-0.09
PAL3DConvPitL=-0.13
PAL3DConvPitR=-0.13
PAL3DConvExtL=-0.55
PAL3DConvExtR=-0.55

BombSightAssist=1
BombSightAssistConf=3
MixedSpeedbar=1
FullSpeedbar=1
PALMODsColor=1
ShowSIToo=1

SpeedbarUnits=4
SpeedbarSpdKMH=1
SpeedbarSpdMPH=1
SpeedbarSpdKnots=1
SpeedbarAltMeters=1
SpeedbarAltFeet=1
HUDGauges=2


SpeedbarGMode=3
;SpeedbarFlapsSet=9.0
;SpeedbarDragSet=8.0
;SpeedbarWeightSet=7.0
;SpeedbarHPSet=6.0
;SpeedbarRPMSet=5.0
;SpeedbarTempSet=4.0
;SpeedbarAoASet=3.0
;SpeedbarVSpeedSet=2.0
;SpeedbarTrimSet=1.0



PALNoTracers=0
PALNoSmoketrails=0

Second step:

I haven't the bombsight data initially working because I have set the data limited to bombsight angle and with the trim settings data mapped on line 1 the bombsight data are overwritten.....

Second step:

Disabled the trim settings and enabled the full bombsight data give me the same screenshoot as your.....

Third step:

Changing plane miss the bombsight data!!!!!!!!!

As far at my tests only PE8-TB7-TB3-B17-B24-B25-B29-G4M1-KI21-CANTZ506-CANTZ1007-SM79 show the bombsight data , all the other bombers don't!!!

Waiting your further tests I wish you all the very best!

walter
Logged

Whiskey_Sierra_972

  • Modder
  • member
  • Offline Offline
  • Posts: 6200
  • In memory of my beloved hero: Saburo SAKAI!
Re: benitomuso's MODs for 4.121m (Beta, Upd 2013/08/30)
« Reply #27 on: September 01, 2013, 06:32:41 AM »

@ Bombnick and Bakimaster91

Copy and paste my [Mods] section above.

Test on the specific bomber indicated in my post just above this....if working then test on the other planes to confirm the missing bomb data issue with the others.
Logged

benitomuso

  • SAS Team
  • member
  • Offline Offline
  • Posts: 2586
  • P.A.L.
Re: benitomuso's MODs for 4.121m (Beta, Upd 2013/08/30)
« Reply #28 on: September 01, 2013, 09:26:07 AM »

I see Walter.

   The most probable is that the info not appearing in every bomber is that some don´t have properly assigned the corresponding cockpit type to be a bombardier position.  That's what my MOD checks. It should be necessary to make some more strange checking of which cockpit it is. But this is not a problema of the v4.121 versión. I kept the way of checking what type of cockpit is the current from the very early stages of the MOD.

  Regards,
                      Pablo
Logged

Whiskey_Sierra_972

  • Modder
  • member
  • Offline Offline
  • Posts: 6200
  • In memory of my beloved hero: Saburo SAKAI!
Re: benitomuso's MODs for 4.121m (Beta, Upd 2013/08/30)
« Reply #29 on: September 01, 2013, 11:17:39 AM »

Well Pablo , I can agree with you about proper settings of the cockpit as bombardier , but since this should be valid for modded planes or AI planes made flyable....what I can't understand is why even stock and playable planes like the He-111 , IL-4 and A-20 for example don't show the data....
Logged

cgagan

  • SAS Team
  • member
  • Offline Offline
  • Posts: 5745
Re: benitomuso's MODs for 4.121m (Beta, Upd 2013/08/30)
« Reply #30 on: September 01, 2013, 01:51:09 PM »

Many thanks Walter (for earlier post)!
Logged

Whiskey_Sierra_972

  • Modder
  • member
  • Offline Offline
  • Posts: 6200
  • In memory of my beloved hero: Saburo SAKAI!
Re: benitomuso's MODs for 4.121m (Beta, Upd 2013/08/30)
« Reply #31 on: September 01, 2013, 03:21:51 PM »

Happy to have helped!!!
Logged

Bombnick

  • member
  • Offline Offline
  • Posts: 82
Re: benitomuso's MODs for 4.121m (Beta, Upd 2013/08/30)
« Reply #32 on: September 02, 2013, 02:59:56 PM »

As far at my tests only PE8-TB7-TB3-B17-B24-B25-B29-G4M1-KI21-CANTZ506-CANTZ1007-SM79 show the bombsight data , all the other bombers don't!!!

I haven't systematically checked them all, but it appears that I have bombsight assist (angle) working at the same planes as you do. Of the main types, I don't get assist working in Ju 88, He 111, Do 217, A-20 or Pe-2 but I do get it for example in B-24, B-25, G4M, Ki-21, Ki-67, Pe-8.

Any ideas what's the reason?
Logged

carp74

  • member
  • Offline Offline
  • Posts: 7
Re: benitomuso's MODs for 4.121m (Beta, Upd 2013/08/30)
« Reply #33 on: September 02, 2013, 07:14:22 PM »

Benito Musso could you please explain how your multi RC mod with more detail to know whether to replace the file RC in STD or no.tank you.sorry for my English
Logged

SAS~Malone

  • flying as #46 with the FAC
  • Editor
  • member
  • Offline Offline
  • Posts: 14562
  • proud member of that 'other' site
Re: benitomuso's MODs for 4.121m (Beta, Upd 2013/08/30)
« Reply #34 on: September 04, 2013, 12:01:13 PM »

Hi Pablo :D
i have a bit of a strange issue with the 4121 missionprocombo mod - if i use the one from the first post, i get a 60% crash with some planes: Whirlwind, Monsoon and D520.
if i use the missionprocombo that ships with the jsgme mods for Modact522, then it works fine.
only if i try to replace it with this one, again the 60% crash. no other changes.
please help me understand how/why this can be?
Logged
.....taking fun seriously since 1968.....  8)

benitomuso

  • SAS Team
  • member
  • Offline Offline
  • Posts: 2586
  • P.A.L.
Re: benitomuso's MODs for 4.121m (Beta, Upd 2013/08/30)
« Reply #35 on: September 04, 2013, 01:55:43 PM »

Strange Malone. I haven't tested it so deeply. But I have used the same files of the MODAct. I will confirm if everythign is exactly the same.

Regards,
                          Pablo
Logged
Pages: 1 2 [3] 4 5 6 ... 11   Go Up
 

Page created in 0.071 seconds with 23 queries.