Skip to content

Commit

Permalink
40k music fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Guac0 committed Aug 1, 2021
1 parent 36b7073 commit 5119b3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions addons/TAS_Music_40k/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,13 @@ class CfgMusic
TAS_S21,
TAS_S21,
TAS_S22,
TAS_S23,
TAS_S24
TAS_S23
};
//Stringstorm music, see https://www.youtube.com/watch?v=u6SPFiBt_h4&t=0s , All Rights Reserved
class TAS_S1
{
name = "Stringstorm — Adeptus Mechanicus";
sound[] = { "Autismo_Seals_Unit_Mod\addons\TAS_Music_40k\music\Stringstorm\AdeptusMechanicus.ogg", db + 0, 1.0 };
name = "Stringstorm — Adeptus Mechanicum";
sound[] = { "Autismo_Seals_Unit_Mod\addons\TAS_Music_40k\music\Stringstorm\AdeptusMechanicum.ogg", db + 0, 1.0 };
duration=205;
musicClass = "TAS40kClass";
};
Expand Down Expand Up @@ -213,13 +212,6 @@ class CfgMusic
duration=219;
musicClass = "TAS40kClass";
};
class TAS_S24
{
name = "Stringstorm — Harbinger";
sound[] = { "Autismo_Seals_Unit_Mod\addons\TAS_Music_40k\music\Stringstorm\Harbinger.ogg", db + 0, 1.0 };
duration=220;
musicClass = "TAS40kClass";
};
};

//makes music viewable in Zeus
Expand Down
Binary file removed addons/TAS_Music_40k/music/Stringstorm/Harbinger.ogg
Binary file not shown.

0 comments on commit 5119b3d

Please sign in to comment.