Ju 87
#1

Hello all

Does anyone know if you can sound mod the Ju87 dive siren?


I found a line in a cfg type file that when you alter it, it increases the tone/pitch of the siren....but it still sounds crap, i wanna change it completely and add a proper sound file.


I found an excellent sound bite for it but have know idea on how to add it. Is this possible for a beginner or should i hand it over too the experienced modders.

If it isn't possible for a beginner will someone help me out?

Thanx
Reply
#2

my tip is that its in aircraft.common.prs

its default content:

Quote:[common]
mode normal all
type mixer
infinite 1
forcectrl 1

[spl]
110

[samples]
metal_noise_02m.wav
metal_noise_04m.wav
diving_17_81a.wav
vilga_land_00m.wav
vilga_land_01m.wav
air_clock_00.wav
brake_00_1.wav
wind_rear_00m.wav
wind_rear_01m.wav

[sample.metal_noise_02m.wav]
infinite 1
controls flatter
env 2 8

[sample.metal_noise_02m.wav.flatter]
minlo 0
minhi 0.6
maxlo 2.0
maxhi 3.0
value 0.85
pmin 0.9
pmax 1.1

[sample.metal_noise_04m.wav]
infinite 1
controls flatter
env 2 8

[sample.metal_noise_04m.wav.flatter]
minlo 0
minhi 0.4
maxlo 2.0
maxhi 3.0
value 0.85
pmin 0.95
pmax 1.05

[sample.diving_17_81a.wav]
infinite 1
controls diving speed

[sample.diving_17_81a.wav.diving]
minlo 0
minhi 0.7
maxlo 2.0
maxhi 4.0
value 6.0
pmin 0.7
pmax 2.0

[sample.diving_17_81a.wav.speed]
minlo 30.0
minhi 60.0
maxlo 300.0
maxhi 500.0
value 1.0
pmin 0.9
pmax 1.1


[sample.vilga_land_00m.wav]
infinite 1
controls relspeed gear

[sample.vilga_land_00m.wav.relspeed]
minlo 2
minhi 6
maxlo 100
maxhi 200
value 1.0
pmin 0.8
pmax 1.1


[sample.vilga_land_00m.wav.gear]
minlo 0.0
minhi 1.0
maxlo 1.2
maxhi 1.5
value 1.0
pmin 1.0
pmax 1.0

[sample.vilga_land_01m.wav]
infinite 1
controls relspeed gear

[sample.vilga_land_01m.wav.relspeed]
minlo 2
minhi 6
maxlo 100
maxhi 200
value 1.0
pmin 0.9
pmax 1.05


[sample.vilga_land_01m.wav.gear]
minlo 0.0
minhi 1.0
maxlo 1.2
maxhi 1.5
value 1.0
pmin 1.0
pmax 1.0

[sample.air_clock_00.wav]
infinite 1
env 8
controls rpm
spl 70

[sample.air_clock_00.wav.rpm]
minlo 0.0
minhi 0.0
maxlo 300
maxhi 400
value 0.12
pmin 1.0
pmax 1.0

[sample.brake_00_1.wav]
infinite 1
env 2 8
controls relspeed gear brake

[sample.brake_00_1.wav.relspeed]
minlo 0.8
minhi 1.5
maxlo 10
maxhi 200
value 1.0
pmin 0.7
pmax 1.5

[sample.brake_00_1.wav.gear]
minlo 0
minhi 0.5
maxlo 1.0
maxhi 1.2
value 1.0
pmin 1.0
pmax 1.0

[sample.brake_00_1.wav.brake]
minlo 0
minhi 0.5
maxlo 1.0
maxhi 1.2
value 1.0
pmin 1.0
pmax 1.0

[sample.wind_rear_00m.wav]
infinite 1
env 2 8
controls speed door

[sample.wind_rear_00m.wav.speed]
minlo 20
minhi 80
maxlo 150
maxhi 200
value 1.0
pmin 0.8
pmax 1.4

[sample.wind_rear_00m.wav.door]
minlo 0.1
minhi 1.0
maxlo 1.5
maxhi 2.0
value 10.0
pmin 0.9
pmax 1.1

[sample.wind_rear_01m.wav]
infinite 1
env 2 8
controls speed door

[sample.wind_rear_01m.wav.speed]
minlo 20
minhi 80
maxlo 150
maxhi 200
value 1.0
pmin 0.8
pmax 1.3

[sample.wind_rear_01m.wav.door]
minlo 0.1
minhi 1.0
maxlo 1.5
maxhi 2.0
value 10.0
pmin 0.9
pmax 1.1

You need to create the prs file and place it to 'files/presets/sounds' and the sample to the 'samples' folder.

Then add 2 lines to filelist.txt:

samples/diving_17_81a.wav
presets/sounds/aircraft.common.prs


didnt tested it but theoretically it should work because I looked at all the other presets and found nothing better...
Reply
#3

thats great thanx ever so much, gonna try it out.

I cant seem to find the default prs file you spoke about anywhere in IL folder.


If I create a Prs called "aircraft.common.prs" and add the sound etc, Am I correct in thinking that it will play when ever an aircraft dives, as it is named "common", if so, how do i make it Ju 87 specific?

Hopefully all will be clear when i try it out though

Thanx
Reply
#4

it was just a quick guess, for more detail I'd ask Wasy about this...
Reply
#5

ok, i did all of above, ie

1) made aircraft.common.prs using your quoted text.

2)added the wav file and named it "diving_17_81a.wav"

3) Added the text "samples/diving_17_81a.wav"
"presets/sounds/aircraft.common.prs" to the filelist.txt doc.

4) When i tested the game i got no dive siren at all from the Ju87.
Confusedhock:

Thank you loads for helping though, i'll send a Pm to wasey and see if he can help.
Reply
#6

bigpickle Wrote:ok, i did all of above, ie

1) made aircraft.common.prs using your quoted text.

2)added the wav file and named it "diving_17_81a.wav"

3) Added the text "samples/diving_17_81a.wav"
"presets/sounds/aircraft.common.prs" to the filelist.txt doc.

4) When i tested the game i got no dive siren at all from the Ju87.
Confusedhock:

Thank you loads for helping though, i'll send a Pm to wasey and see if he can help.

imho this means its working but something wrong with the sample
Reply
#7

bigpickle Wrote:ok, i did all of above, ie

1) made aircraft.common.prs using your quoted text.

2)added the wav file and named it "diving_17_81a.wav"

3) Added the text "samples/diving_17_81a.wav"
"presets/sounds/aircraft.common.prs" to the filelist.txt doc.

4) When i tested the game i got no dive siren at all from the Ju87.
Confusedhock:

Thank you loads for helping though, i'll send a Pm to wasey and see if he can help.
May be format of sample is wrong - need PCM 16bit mono or stereo (mono is better)

P.S. For changing standart sample don't need adding presets......
Reply
#8

got it working thanx for the help, sad to say it sounds terrible though. Cry

because the game engine slows the wav down and speeds it too a certain pitch during the dive you cannot really create the type of sound you actually want with out it being changed.

To anyone who wants to try it out, my advice is the Dive siren is a LOST CAUSE. Cry


thanx to all who helped me figure this one out. Smile
Reply
#9

at least we tried Smile
Reply
#10

well yeah we did :lol:
Reply
#11

maybe shelve idea, but plz do not forget Cry maybe new ideas will come in future Idea
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)