Bohemia Interactive Forums  

Go Back   Bohemia Interactive Forums > BI MILITARY GAMES FORUMS > ARMA 2 & Operation Arrowhead > ArmA 2 & OA - ADDONS & MODS: COMPLETE

ArmA 2 & OA - ADDONS & MODS: COMPLETE This forum is for the release and subsequent discussion of addons/mods.

Only addons/mods which have content freely available for download should have threads in here.

Addons that are released in alpha/beta/final state are covered by this "Complete" forum.

Reply
 
Thread Tools Display Modes
Old 02-04-2010, 12:47 PM   #1
BD1
Corporal
 
BD1's Avatar
 
Join Date: Oct 2008
Location: London
Posts: 94
BD1's Combat Ambience

Hello all,

Some of you will have experienced some of the combat ambience sounds I have created from various sources and used in my missions, with comments like "that distant artillery just scared the living hell out of me..."

So I have decided to release these to you all. When making a mission...ambience is one of the most important factors and I feel many forget the impact that sight (or lack of), sounds, etc, have on our gaming experiences.

So please find attached 4 sounds for your enjoyment:
Distantmortars
Combat1
Jetflyby
airraidsiren

I actually find that these are used best in triggers. Create the trigger with relation to how you want the sound to appear to the player. For example the sound is often played at the 'flag' point of the trigger, therefore to get that distance sound.... place a very longgggg eliptical trigger so that the tip of the elipse is in your 'AO' were a particular force triggers the sound. The sound will then appear to be in the distance...

You then have to create a 'sound' folder in your mission to store the sounds. You then have to define the sounds in your mission description file for example:

Code:
class CfgSounds
{
sounds[] = {combat1, distantmortars1, jetflyby1}; 


class combat1
{
name = "combat1";
sound[] = {"\sound\combat1.ogg", db+1, 1.0};
titles[] = {};
};

class jetflyby1
{
name = "jetflyby1";
sound[] = {"\sound\jetflyby1.ogg", db+1, 1.0};
titles[] = {};
};

class distantmortars1
{
name = "distantmortars1";
sound[] = {"\sound\distantmortars1.ogg", db+1, 1.0};
titles[] = {};
};

};
Then just create a trigger, go to the effects tab at the bottom left hand corner and find the sound you want to play in the 'anonymous' sounds list. Scroll to the bottom and that is where you will find the new sounds.

They should now be ready to use in your mission.

I hope you enjoy them and if you use them, feel free to drop me a thanks in the credits of your mission!

Here is the download:

http://www.4shared.com/file/21494442...tAmbience.html

Armaholic mirror:
- BD1's Combat Ambience
__________________
BlackDog1


Last edited by BD1; 02-05-2010 at 12:37 AM. Reason: Armaholic mirror up
BD1 is offline   Reply With Quote
Old 02-04-2010, 12:53 PM   #2
stephsen
Sergeant
 
stephsen's Avatar
 
Join Date: Jun 2009
Posts: 153
WTF ???

Same too copyguy!!!

http://forums.bistudio.com/showthread.php?t=94799
stephsen is offline   Reply With Quote
Old 02-04-2010, 01:10 PM   #3
BD1
Corporal
 
BD1's Avatar
 
Join Date: Oct 2008
Location: London
Posts: 94
Quote:
Originally Posted by stephsen View Post
Stephsen... people have been playing missions of mine at TG with these sounds for over a year and a half having created them for ArmA....

I took sounds from various sources from the internet and resampled them and have all the original reworked files, if your's are somehow exacly the same... it is probably me that should be raising my eyebrows at you.

EDIT:

I have actually just played your sounds and they are NOTHING alike.... or are you now saying that anyone who creates ambient combat sounds is somehow now copying you...??

So I'll accept your apology for false accusation of 'copying'..... now run along....
__________________
BlackDog1


Last edited by BD1; 02-04-2010 at 01:23 PM.
BD1 is offline   Reply With Quote
Old 02-04-2010, 03:20 PM   #4
Drew
Master Sergeant
 
Drew's Avatar
 
Join Date: Aug 2009
Posts: 606
I love when the non-english speaking euros get angry, it makes reading these forums a lot more fun...but he is right stephsen, they are nothing alike...stop getting angry.
Drew is offline   Reply With Quote
Old 02-04-2010, 07:56 PM   #5
nukey
Lance Corporal
 
Join Date: Jun 2009
Location: dorchester-dorset-uk
Posts: 53
No chance of a video then, so we can hear them first?
nukey is offline   Reply With Quote
Old 02-05-2010, 12:38 AM   #6
BD1
Corporal
 
BD1's Avatar
 
Join Date: Oct 2008
Location: London
Posts: 94
I'll see what I can do for that..but you can play these sounds in your windows media player. This is not a mod style sound collection, you simply drop each sound into a sounds folder... so play them and see what you think.

However, consider playing with them in the editor as it is the distance variation of the trigger that really makes the sound.
__________________
BlackDog1

BD1 is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:23 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.