
Ambient Radio Chatter v1.2
by
Clarkey
Description:
A script that adds ambient radio chatter to ArmA 3 vehicles.
Features:
- Adds to the "battlefield ambiance" of A3.
- Easy customization
- Only uses tracks from the A3 Alpha so no addons are required.
Installation:
1. Copy the file "radio.sqf" to your missions folder.
2. Create a trigger set to "repeatedly" with:
- Condition:
Code:
vehicle player != player;
- On Activation:
Code:
nul = [this] execVM "radio.sqf";
3. Place any vehicle on the map.
4. Enjoy!
Customization:
Time Interval
To change the time open the radio.sqf and change the number "300": And the number "300":
Code:
[["RadioAmbient2, "3", "etc."], 300];
They represent time in seconds and can be changed to anything you want as long as they are the same in each field. You can also remove "random" if you want regular intervals but I find having it set to random adds to authenticity.
Volume
To change the volume open the radio.sqf and change the number "0.2" at the end of this line: You can use any value between 0 and 1. The default BIS music volume is 0.5.
Included files:
radio.sqf
Usage:
Just credit me if you use it. You don't have to ask permission.
Change log:
v1.2
- [ADDED] Volume setting (see customization)
- [CHANGED] Default volume set to 0.2 (sounds less intrusive now)
- [FIXED] Script now terminates when player exits vehicle.
v1.1
- [ADDED] Sample Mission
- [CHANGED] Default timer now set to 300
Known Issues:
Even though the script now stops correctly on exiting a vehicle the loop itself will continue and you will probably still hear the effect once more within 5 minutes (or whatever you may have set the timer to) of exiting.
Notes:
I'm extremely new to scripting so feedback is welcome.
Credits & Thanks:
Thanks to BIS for the ArmA series of course, and thanks to the community for having an answer to everything ArmA related.
Link:
Armaholic
MultiUpload