Credit updates for Sound Files.

Vanilla development commits:

e578c6cb39

c575f09c4b

Also synced spacing and tabs from:

73d557806e
This commit is contained in:
ebaydayz
2016-07-10 16:44:07 -04:00
parent 73d557806e
commit da5c5bf6cc
17 changed files with 52 additions and 27 deletions

View File

@@ -575,6 +575,7 @@ class CfgSounds {
class z_hit_12 : z_hit_0 {
sound[] = {"\dayz_sfx\action\z_hit_6.ogg",0.1,1,30};
};
class z_fracture_0 : gore_1 {
sound[] = {"\dayz_sfx\gore\fracture_0",1,1,80};
};
@@ -634,35 +635,36 @@ class CfgSounds {
titles[] = {};
};
class z_open_backpack_1 : z_open_backpack_0 {
sound[] = {"\dayz_sfx\effects\action_open_backpack_1.ogg",1,1,50};
sound[] = {"\dayz_sfx\effects\3rdParty\xyberviri\action_open_backpack_1.ogg",1,1,50};
};
class z_open_backpack_2 : z_open_backpack_0 {
sound[] = {"\dayz_sfx\effects\action_open_backpack_2.ogg",1,1,50};
sound[] = {"\dayz_sfx\effects\3rdParty\xyberviri\action_open_backpack_2.ogg",1,1,50};
};
class z_open_backpack_3 : z_open_backpack_0 {
sound[] = {"\dayz_sfx\effects\action_open_backpack_3.ogg",1,1,50};
sound[] = {"\dayz_sfx\effects\3rdParty\xyberviri\action_open_backpack_3.ogg",1,1,50};
};
class z_open_backpack_4 : z_open_backpack_0 {
sound[] = {"\dayz_sfx\effects\action_open_backpack_4.ogg",1,1,50};
sound[] = {"\dayz_sfx\effects\3rdParty\xyberviri\action_open_backpack_4.ogg",1,1,50};
};
class z_open_inventory_0 {
name = "";
sound[] = {"\dayz_sfx\effects\action_open_inventory_0.ogg",0.1,1,30};
sound[] = {"\dayz_sfx\effects\3rdParty\xyberviri\action_open_inventory_0.ogg",0.1,1,30};
titles[] = {};
};
class z_open_inventory_1 : z_open_inventory_0 {
sound[] = {"\dayz_sfx\effects\action_open_inventory_1.ogg",0.1,1,30};
sound[] = {"\dayz_sfx\effects\3rdParty\xyberviri\action_open_inventory_1.ogg",0.1,1,30};
};
class z_open_inventory_2 : z_open_inventory_0 {
sound[] = {"\dayz_sfx\effects\action_open_inventory_2.ogg",0.1,1,30};
sound[] = {"\dayz_sfx\effects\3rdParty\xyberviri\action_open_inventory_2.ogg",0.1,1,30};
};
class z_open_inventory_3 : z_open_inventory_0 {
sound[] = {"\dayz_sfx\effects\action_open_inventory_3.ogg",0.1,1,30};
sound[] = {"\dayz_sfx\effects\3rdParty\xyberviri\action_open_inventory_3.ogg",0.1,1,30};
};
class z_open_inventory_4 : z_open_inventory_0 {
sound[] = {"\dayz_sfx\effects\action_open_inventory_4.ogg",0.1,1,30};
sound[] = {"\dayz_sfx\effects\3rdParty\xyberviri\action_open_inventory_4.ogg",0.1,1,30};
};
class z_trap_trigger_0 {
name = "";
sound[] = {"\dayz_sfx\effects\trap_trigger_0.ogg",0.1,1,30};
@@ -674,9 +676,11 @@ class CfgSounds {
sound[] = {"\dayz_sfx\effects\trap_tripwire_cans_0.ogg",0.1,1,30};
titles[] = {};
};
class z_trap_cans_1 : z_trap_cans_0 {
sound[] = {"\dayz_sfx\effects\trap_tripwire_cans_1.ogg",0.1,1,30};
};
class z_trap_cans_2 : z_trap_cans_0 {
sound[] = {"\dayz_sfx\effects\trap_tripwire_cans_2.ogg",0.1,1,30};
};

View File

@@ -0,0 +1,19 @@
The following files are works of https://github.com/xyberviri
The DayZMod and only the DayZMod is allowed to use the following sounds for their mod under the following license: Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)
action_open_backpack_0.ogg
action_open_backpack_1.ogg
action_open_backpack_2.ogg
action_open_backpack_3.ogg
action_open_backpack_4.ogg
action_open_inventory_0.ogg
action_open_inventory_1.ogg
action_open_inventory_2.ogg
action_open_inventory_3.ogg
action_open_inventory_4.ogg
As the author of the files and not a member of the Arma community:
I DO NOT acknowledge the Dayz Mod License Share Alike (DML-SA) license.
No other mods/maps/missions/add-ons/etc are allowed to use the above sounds, If DayZMod has been used as a basis for another mod, then those mod authors will have to request permission to use the above files as this falls under "NoDerivatives".
Information taken from issue - https://github.com/DayZMod/DayZ/issues/696