Jump to content
Sign in to follow this  
Aus

Custom Island sounds

Recommended Posts

Hey all I'm having some issues getting my custom birds.pbo to work, can anyone point out any possible errors with my config.

// config.bin - 11:13:37 04/12/15, generated in 0.00 seconds

// Generated by unRap v1.06 by Kegetys

// Separate rootclasses: Disabled, Automatic comments: Enabled

enum {

// = 2, // Error parsing: Empty enum name

DESTRUCTENGINE = 2,

DESTRUCTDEFAULT = 6,

DESTRUCTWRECK = 7,

DESTRUCTTREE = 3,

DESTRUCTTENT = 4,

STABILIZEDINAXISX = 1,

STABILIZEDINAXESXYZ = 4,

STABILIZEDINAXISY = 2,

STABILIZEDINAXESBOTH = 3,

DESTRUCTNO = 0,

STABILIZEDINAXESNONE = 0,

DESTRUCTMAN = 5,

DESTRUCTBUILDING = 1,

};

class CfgPatches {

class aussounds {

units[] = {"CfgEnvSounds"};

weapons[] = {};

requiredVersion = 0.1;

requiredAddons[] = {};

};

};

class CfgEnvSounds {

class Default {

name = "aussounds";

sound[] = {$DEFAULT$, 0, 1};

soundNight[] = {$DEFAULT$, 0, 1};

};

class Forest {

name = "aussounds_Forest0";

sound[] = {"aussounds\pied_currawong", 0.0251189, 1};

volume = "forest*trees*(1-night)";

randSamp0[] = {"aussounds\pied_currawong", 0.1, 12, 100, 0.1, 10, 25, 40};

randSamp1[] = {"aussounds\kookabura", 0.1, 12, 100, 0.1, 10, 35, 60};

randSamp2[] = {"aussounds\magpie", 0.1, 12, 100, 0.1, 10, 25, 40};

randSamp3[] = {"aussounds\pied_currawong", 0.1, 12, 100, 0.1, 10, 25, 40};

randSamp4[] = {"aussounds\kookabura", 0.0562341, 1, 100, 0.12, 10, 25, 40};

randSamp5[] = {"aussounds\magpie", 0.0562341, 1, 80, 0.1, 10, 25, 40};

randSamp6[] = {"aussounds\pied_currawong", 0.0316228, 1, 20, 0.1, 10, 25, 50};

randSamp7[] = {"aussounds\magpie", 0.0562341, 1, 40, 0.1, 10, 25, 40};

randSamp8[] = {"aussounds\kookabura", 0.0562341, 1, 50, 0.1, 10, 25, 40};

random[] = {"randSamp0", "randSamp1", "randSamp2", "randSamp3", "randSamp4", "randSamp5", "randSamp6", "randSamp7", "randSamp8"};

};

class Meadows {

name = "aussounds_Meadows0";

sound[] = {"aussounds\magpie", 0.0223872, 1};

volume = "(1-forest)*(1-houses)*(1-night)*(1-sea)";

randSamp0[] = {"aussounds\pied_currawong", 0.0630957, 1, 70, 0.12, 10, 25, 40};

randSamp1[] = {"aussounds\kookabura", 0.0630957, 1, 100, 0.12, 15, 25, 30};

randSamp2[] = {"aussounds\pied_currawong", 0.0630957, 1, 100, 0.12, 10, 25, 40};

randSamp3[] = {"aussounds\magpie", 0.0630957, 1, 100, 0.12, 10, 25, 40};

randSamp4[] = {"aussounds\kookabura", 0.0562341, 1, 70, 0.12, 10, 25, 40};

randSamp5[] = {"aussounds\magpie", 0.0316228, 1, 70, 0.1, 10, 25, 40};

randSamp6[] = {"A3\sounds_f\ambient\single_sfx\fly_4", 0.0562341, 1, 20, 0.1, 10, 25, 50};

randSamp7[] = {"A3\sounds_f\ambient\single_sfx\insect_3", 0.0562341, 1, 20, 0.1, 10, 25, 40};

randSamp8[] = {"A3\sounds_f\ambient\single_sfx\insect_1", 0.0562341, 1, 20, 0.1, 10, 25, 40};

random[] = {"randSamp0", "randSamp1", "randSamp2", "randSamp3", "randSamp4", "randSamp5", "randSamp6", "randSamp7", "randSamp8"};

};

};

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×