2015-01-13 03:23:14 +00:00
|
|
|
class CfgSounds {
|
|
|
|
class ACE_BarrelSwap {
|
2016-04-08 18:34:50 +00:00
|
|
|
sound[] = {QPATHTOF(sounds\barrelswap.ogg),5,1,200};
|
2015-01-13 03:23:14 +00:00
|
|
|
titles[] = {};
|
|
|
|
};
|
2015-02-01 10:17:15 +00:00
|
|
|
class GVAR(jamming_rifle) {
|
|
|
|
name=QGVAR(jamming_rifle);
|
2016-04-08 18:34:50 +00:00
|
|
|
sound[]={QPATHTOF(sounds\jamming_rifle.wav),1,1};
|
2015-02-01 10:17:15 +00:00
|
|
|
titles[]={};
|
|
|
|
};
|
|
|
|
class GVAR(jamming_pistol) {
|
|
|
|
name=QGVAR(jamming_pistol);
|
2016-04-08 18:34:50 +00:00
|
|
|
sound[]={QPATHTOF(sounds\jamming_pistol.wav),1,1};
|
2015-02-01 10:17:15 +00:00
|
|
|
titles[]={};
|
|
|
|
};
|
|
|
|
class GVAR(fixing_rifle) {
|
|
|
|
name=QGVAR(fixing_rifle);
|
2016-04-08 18:34:50 +00:00
|
|
|
sound[]={QPATHTOF(sounds\fixing_rifle.wav),1,1};
|
2015-02-01 10:17:15 +00:00
|
|
|
titles[]={};
|
|
|
|
};
|
|
|
|
class GVAR(fixing_pistol) {
|
|
|
|
name= QGVAR(fixing_pistol);
|
2016-04-08 18:34:50 +00:00
|
|
|
sound[]={QPATHTOF(sounds\fixing_pistol.wav),1,1};
|
2015-02-01 10:17:15 +00:00
|
|
|
titles[]={};
|
|
|
|
};
|
2021-10-14 15:47:52 +00:00
|
|
|
/* // to be added when licence compatible audio can be found or recorded
|
|
|
|
class GVAR(pouring_long) {
|
|
|
|
name= QGVAR(pouring_long);
|
|
|
|
sound[]={QPATHTOF(sounds\pouring_long.ogg),5,1};
|
|
|
|
titles[]={};
|
|
|
|
};
|
|
|
|
class GVAR(pouring_short) {
|
|
|
|
name= QGVAR(pouring_short);
|
|
|
|
sound[]={QPATHTOF(sounds\pouring_short.ogg),5,1};
|
|
|
|
titles[]={};
|
|
|
|
};
|
|
|
|
class GVAR(sizzling_long) {
|
|
|
|
name= QGVAR(sizzling_long);
|
|
|
|
sound[]={QPATHTOF(sounds\sizzling_long.ogg),5,1};
|
|
|
|
titles[]={};
|
|
|
|
};
|
|
|
|
class GVAR(sizzling_short) {
|
|
|
|
name= QGVAR(sizzling_short);
|
|
|
|
sound[]={QPATHTOF(sounds\sizzling_short.ogg),5,1};
|
|
|
|
titles[]={};
|
|
|
|
};
|
|
|
|
*/
|
2015-01-13 03:23:14 +00:00
|
|
|
};
|