Loading [MathJax]/extensions/Safe.js

Special Aircraft Service

Please login or register.

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

Author Topic: 4.09 Gun Technical and Sound Mod v4.1  (Read 3274 times)

0 Members and 1 Guest are viewing this topic.

FL2070

  • Modder
  • member
  • Offline Offline
  • Posts: 1302
  • FAC #87
4.09 Gun Technical and Sound Mod v4.1
« on: August 02, 2015, 05:21:57 PM »

Before you ask, this mod is NOT for 4.12 or 4.13, and is NOT TESTED in 4.10 or 4.11

(because my 410 backup went fubar and I didn't bother to reinstall it cuz I had 412, 411 because I never had a 411 install).

If someone could test it in 4.10(.1) or 4.11,  I would be gratified.

This mod includes new gun classfiles, which have more straightforward preset names, and include a few technical modifications as well.

- Better tracer rate for ShVAK cannon.
- Ultimate cannon of death for Ju-87G-1 and G-2 in the Extras folder.
- Much higher tracer rate from MG-151/20 cannon, as like the MG-151/20 from UP3.
- Slightly different tracer colors.

v2
- Changed a lot of sounds that were too quiet, like MG151 and MG17.
- Modified some tracer properties.
- MG17 does not have as many smoketrails, so not as intrusive.
- Lessened tracer rate of MK 108 as well.
- Fixed bug where MG 151/20 has no sound.
- New sounds for UB and internal MG/FF.
- Much more tracers from Breda-SAFAT 12.7 guns.

v3
- Very slight changes to gun sounds here and there, mainly volume.
- Edited B-20 cannon, so not as many intrusive smoketrails.
- Changed tracer pattern MG 151/20.
- More audible MG 15/MG 17 inside the cockpit.
- Less intrusive smoketrails for MG15/MG17.
- Ho-103 and Ho-115 guns actually have working sounds now.

v4
- MG 15 and MG 17 volume decreased, so you can hear MG 151 better when firing both.
- MG 15 and MG 17 use different preset names now, refer to the sound matrix.
- MG 151/15 has more tracers, before in v3 and v2 it was hard to see.

v4.1
- Fixed Hispano guns not being able to load at all


This mod also includes new sounds for almost all guns, and it's pretty much finished.

Link v4.0: https://www.mediafire.com/download/ghcsnzvdbzpyfou/!409_guns_and_sound_mod_v4.zip
Link v4.1 Hotfix: https://www.mediafire.com/download/9mds9ehlynxh0w1/4D22922C832FE9F2

Install 4.0, then hotfix.

Cheers!

(oh, and I almost forgot, this is my first class mod! yay for java!!!)


If You Find:
- A preset that doesn't change the sound it's supposed to,
- A gun that still has default/unchanged sounds,
- Guns that are too loud/quiet, and you can't hear them,
Please tell me, and I will change/fix it.
Logged
On average, the average average averages, averagely, the average average of all averages.

Epervier

  • 4.09 Guardian Angel !
  • SAS Team
  • member
  • Offline Offline
  • Posts: 9596
  • I'm French and Rebel_409! Nobody is perfect!
    • Some tinkering here
Re: 4.09 Gun Technical and Sound Mod
« Reply #1 on: August 03, 2015, 02:26:03 AM »

Thank you very much !  :)
I test asap !
Logged
If your results do not live up to your expectations, tell yourself that the great oak was once an acorn too. - Lao Zi -

WxTech

  • Modder
  • member
  • Offline Offline
  • Posts: 6165
Re: 4.09 Gun Technical and Sound Mod
« Reply #2 on: August 03, 2015, 07:54:23 PM »

Which class files control the cannon tracer rates (ShVaK and MG151-20)? Thanks!

(While on the subject, I'd like to see all mods which supply class files to list what those files refer to, even if only briefly ;)  ).
Logged
Great minds discuss ideas. Average minds discuss events. Small minds discuss people. - Hyman Rickover (but probably predating his use.)

FL2070

  • Modder
  • member
  • Offline Offline
  • Posts: 1302
  • FAC #87
Re: 4.09 Gun Technical and Sound Mod
« Reply #3 on: August 04, 2015, 12:33:43 PM »

Tracer rates are defined as such:
Code: [Select]
bulletproperties.traceFreq = (int) n;That means tracers are only allowed every n bullet. To make a bullet a tracer,
Code: [Select]
bulletproperties.bullet[a].traceMesh = "3DO/example.msh";You can define bullet a (on a zero-based index) as a tracer. The number of bullets in a belt:

Code: [Select]
gunproperties.bullet = (new BulletProperties[] {
    new BulletProperties(), new BulletProperties()
});

You can define the number of bullets in a belt by the number of new BulletProperties you make.

Hope I helped!
Logged
On average, the average average averages, averagely, the average average of all averages.

FL2070

  • Modder
  • member
  • Offline Offline
  • Posts: 1302
  • FAC #87
Re: 4.09 Gun Technical and Sound Mod
« Reply #4 on: August 04, 2015, 12:44:18 PM »

Update v2.0
Code: [Select]
- Changed a lot of sounds that were too quiet, like MG151 and MG17
- Modified some tracer properties
- MG17 does not have as many smoketrails, so not as intrusive.
- Lessened tracer rate of MK 108 as well.
- Fixed bug where MG 151/20 has no sound.
- New sounds for UB and internal MG/FF

Download here
Logged
On average, the average average averages, averagely, the average average of all averages.

Epervier

  • 4.09 Guardian Angel !
  • SAS Team
  • member
  • Offline Offline
  • Posts: 9596
  • I'm French and Rebel_409! Nobody is perfect!
    • Some tinkering here
Re: 4.09 Gun Technical and Sound Mod
« Reply #5 on: August 04, 2015, 02:28:21 PM »

Update v2.0
Sorry but archive corrupted !  :-X
Logged
If your results do not live up to your expectations, tell yourself that the great oak was once an acorn too. - Lao Zi -

FL2070

  • Modder
  • member
  • Offline Offline
  • Posts: 1302
  • FAC #87
Re: 4.09 Gun Technical and Sound Mod
« Reply #6 on: August 04, 2015, 05:28:46 PM »

Archive fixed, and Update v3

Code: [Select]
- Very slight changes to gun sounds here and there, mainly volume.
- Edited B-20 cannon, so not as many intrusive smoketrails.
- Changed tracer pattern MG 151/20.
- More audible MG 15/MG 17 inside the cockpit.
- Less intrusive smoketrails for MG15/MG17.
- Ho-103 and Ho-115 guns actually have working sounds now.
I changed a lot more but I forgot some of the other changes I made.

Download here.

Things to know:
Due to forum bug, I cannot update first post to include download link to latest v3
To update to v3, it does not matter whether you have old version or not, because new version will overwrite everything.
You don't need to download all versions, just the latest.
Logged
On average, the average average averages, averagely, the average average of all averages.

Epervier

  • 4.09 Guardian Angel !
  • SAS Team
  • member
  • Offline Offline
  • Posts: 9596
  • I'm French and Rebel_409! Nobody is perfect!
    • Some tinkering here
Re: 4.09 Gun Technical and Sound Mod
« Reply #7 on: August 05, 2015, 02:43:38 AM »

Thank you very much !

First post updated !  ;)

I cannot update first post to include download link to latest v3
I guess you do not have the necessary authorizations!
I hope that Editor will go through here and you will grant the necessary rights!  :)
Logged
If your results do not live up to your expectations, tell yourself that the great oak was once an acorn too. - Lao Zi -

FL2070

  • Modder
  • member
  • Offline Offline
  • Posts: 1302
  • FAC #87
Re: 4.09 Gun Technical and Sound Mod v3.0
« Reply #8 on: August 05, 2015, 01:31:56 PM »

Suddenly the Modify button has come back...

The Case of the Missing Modify Button
Logged
On average, the average average averages, averagely, the average average of all averages.

FL2070

  • Modder
  • member
  • Offline Offline
  • Posts: 1302
  • FAC #87
Re: 4.09 Gun Technical and Sound Mod v3.0
« Reply #9 on: August 05, 2015, 01:52:40 PM »

Updated to v4, see first post.
Logged
On average, the average average averages, averagely, the average average of all averages.

FL2070

  • Modder
  • member
  • Offline Offline
  • Posts: 1302
  • FAC #87
Re: 4.09 Gun Technical and Sound Mod v4.1
« Reply #10 on: October 10, 2015, 10:27:38 AM »

v4.1 fixes bug where any plane with the Hispano cannon would not load at all!

Sorry for triple-posting.
Logged
On average, the average average averages, averagely, the average average of all averages.
Pages: [1]   Go Up
 

Page created in 0.037 seconds with 20 queries.