Skip to content

Commit 2fd4ad6

Browse files
committed
doom
1 parent 3079a7e commit 2fd4ad6

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

nix/doom.nix

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ let
22
olds = import ./oldpkgs.nix;
33
pkgs = import ./nixpkgs.nix;
44
unst = import ./nixpkgs-unstable.nix;
5+
vkdm = import ./vkdoom.nix {inherit pkgs;};
56
fj = import ./firejail.nix;
67
duhd = ../bak/doom/duhd;
78
in
@@ -26,6 +27,9 @@ in
2627
exe = ''
2728
${unst.gzdoom}/bin/gzdoom \
2829
-iwad ${../bak/doom/freedoom-0.13.0/freedoom2.wad} \
30+
-file ${../bak/doom/DMSF_ALX-R3.WAD} \
31+
-file ${../bak/doom/HD_Map_Enhancements.wad} \
32+
-file "${duhd}/1 lights2.wad" "${duhd}/8 DHTP Textures.pk3" "${duhd}/9 JFO.wad" "${duhd}/10 HD_SFX.wad" "${duhd}/12 Flashlight++.pk3" "${duhd}/13 Tilt++.pk3" "${duhd}/14 brightmaps2.wad" "${duhd}/16 d3snds.wad" "${duhd}/17 brutaldoom_stuff.wad" "${duhd}/19 SpriteShadow.wad" "${duhd}/20 WorldGamma.wad" "${duhd}/21 BloomBoost.wad" "${duhd}/22 MotionBlur.pk3" "${duhd}/23 hires_decals.wad" "${duhd}/24 Terrains.wad" "${duhd}/25 HD HUD.pk3" "${duhd}/26 Liquids.pk3" "${duhd}/27 marcelus_hd_sprites.pk3" "${duhd}/29 Universal Rain and Snow v3.pk3" "${duhd}/30 OST Remake.pk3" "${duhd}/31 texture_lights.wad" "${duhd}/0 Parallax PBR.pk3" \
2933
-file ${../bak/doom/CodeFX.pk3} \
3034
-file ${../bak/doom/CodeFXFire.pk3} \
3135
-file ${../bak/doom/CodeFXBlood.pk3} \
@@ -48,25 +52,7 @@ in
4852
-file ${../bak/doom/SimpleSlots.1.1.pk7}
4953
'';
5054
}
51-
// fj.mkFirejailCustom {
52-
pkg = "doom-free2";
53-
dir = "doom";
54-
exe = ''
55-
${unst.gzdoom}/bin/gzdoom \
56-
-iwad ${../bak/doom/freedoom-0.13.0/freedoom2.wad} \
57-
-file ${../bak/doom/DoomBSMS.wad} \
58-
-file "${duhd}/1 lights2.wad" "${duhd}/8 DHTP Textures.pk3" "${duhd}/9 JFO.wad" "${duhd}/10 HD_SFX.wad" "${duhd}/12 Flashlight++.pk3" "${duhd}/14 brightmaps2.wad" "${duhd}/16 d3snds.wad" "${duhd}/20 WorldGamma.wad" "${duhd}/21 BloomBoost.wad" "${duhd}/23 hires_decals.wad" "${duhd}/24 Terrains.wad" "${duhd}/25 HD HUD.pk3" "${duhd}/26 Liquids.pk3" "${duhd}/27 marcelus_hd_sprites.pk3" "${duhd}/29 Universal Rain and Snow v3.pk3" "${duhd}/30 OST Remake.pk3" "${duhd}/31 texture_lights.wad" "${duhd}/0 Parallax PBR.pk3" \
59-
-file "${../bak/doom/liquid}/Liquid Texture Pack/(GZDoom) Liquid Texture Pack V4.0.pk3" \
60-
-file "${../bak/doom/liquid}/Glowing Toxic Texture Pack/LTP V4.0 Glowing Toxic Texture Addon.pk3" \
61-
-file "${../bak/doom/liquid}/Shader Pack/LTP V4.0 Shader pack.pk3" \
62-
-file "${../bak/doom/liquid}/Shader Pack/LTP V4.0 Sky shader addon.pk3" \
63-
-file ${../bak/doom/Project_Brutality-PB_Staging.zip} \
64-
-file ${../bak/doom/relite_0.7.3b.pk3} \
65-
-file ${../bak/doom/cblood.pk3} \
66-
-file ${../bak/doom/SimpleSlots.1.1.pk7}
67-
'';
68-
}
69-
// fj.mkFirejailCustom {
55+
// fj.mkFirejailCustom rec {
7056
pkg = "doom-infinite";
7157
dir = "doom";
7258
exe = ''

0 commit comments

Comments
 (0)