Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Radio sound loudness
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Radio sound loudness (Read 913 times)
0 Members and 1 Guest are viewing this topic.
Robinhansen
Guest
Radio sound loudness
«
on:
06 Feb 2004, 00:17:11 »
My radio sounds is a bit too loud. How do I turn down the volume?
Logged
GrimMonkey
Guest
Re:Radio sound loudness
«
Reply #1 on:
06 Feb 2004, 00:59:50 »
Code:
[Select]
x SoundVolume y
x= how long it takes to reach new level, 0 is instant
y= volume level to send to, default is 0.5
Beware the GrimMonkey
Logged
Robinhansen
Guest
Re:Radio sound loudness
«
Reply #2 on:
07 Feb 2004, 14:32:42 »
Logged
Planck
Honoured
Former Staff
I'm never wrong ....I'm just not always right !
Re:Radio sound loudness
«
Reply #3 on:
07 Feb 2004, 14:41:01 »
SoundVolume just checks the current sound volume.
From the Comref:
soundVolume
Type of returned value:
Number
Description:
Check current sound volume (set by setsoundvolume)
Now I don't know about setsoundvolume, possibly it is a config parameter.
Rip apart some sound configs to see.
Planck
Logged
I know a little about a lot, and a lot about a little.
GrimMonkey
Guest
Re:Radio sound loudness
«
Reply #4 on:
07 Feb 2004, 18:59:02 »
Code:
[Select]
x FadeSound y
x= how long it takes to reach new volume level, 0 is instantly, 1 is in 1 second
y= volume level to send to, default is 0.5
I don't think there is a setSoundVolume, the above works just fine for me.
Beware the GrimMonkey
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
Radio sound loudness
Top of page