commit 90a45e13f377dee931e31008c158fa56f4ecf986
parent 7bac77462804cd51c875594ee7fcd3ed872b00c5
Author: Chris <chris@echoz.io>
Date: Tue, 18 Nov 2025 02:16:47 +0100
feat(games): install split radio for gta iv
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/games/mods/gta-iv.nix b/modules/games/mods/gta-iv.nix
@@ -34,5 +34,7 @@ writeShellApplication {
cp -vr --no-preserve=all ${lib.escapeShellArg fusion-fix}/. .
7z x ${lib.escapeShellArg radio-restorer}/"Resources/Radio Restorer/data1.dat" -y
7z x ${lib.escapeShellArg radio-restorer}/"Resources/Radio Restorer/opVANILLA.dat" -y
+ 7z x ${lib.escapeShellArg radio-restorer}/"Resources/Radio Restorer/opSPLITbase.dat" -y
+ 7z x ${lib.escapeShellArg radio-restorer}/"Resources/Radio Restorer/opSPLITVANILLA.dat" -y
'';
}