We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4292608 commit d9ece13Copy full SHA for d9ece13
game/buildWad/default.nix
@@ -20,7 +20,7 @@ in {
20
dos2unix,
21
dfw-rs,
22
dfwadCompression ? "none",
23
- shouldNormalize ? true,
+ shouldNormalize ? false,
24
normalizeBlacklist ? [],
25
parallel,
26
findutils,
packages/assets.nix
@@ -24,7 +24,8 @@
{
out = "game";
srcFolder = "GameWAD";
27
- # Make these quiet, as they are very annoying
+ shouldNormalize = true;
28
+ # Leave these quiet, as they are very annoying
29
normalizeBlacklist = ["CASING1.wav" "CASING2.wav" "BUBBLE1.wav" "BUBBLE2.wav" "BURNING.wav" "SHELL1.wav" "SHELL2.wav"];
30
}
31
@@ -46,6 +47,7 @@
46
47
48
out = "doomer";
49
srcFolder = "DoomerWAD";
50
51
52
]);
53
defaultAssetsPath = mkAssetsPath.override {
0 commit comments