From 6815393b01a75fc4e3c882dfc8a254adc01a7c99 Mon Sep 17 00:00:00 2001 From: MichaelHinrichs Date: Wed, 22 May 2024 13:14:08 -0500 Subject: [PATCH] Damit, i forgot to switch the reader to the other file --- Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Program.cs b/Program.cs index f3018c0..ed8253f 100644 --- a/Program.cs +++ b/Program.cs @@ -26,6 +26,7 @@ namespace Linkrealms_Extractor }); } + br = new(File.OpenRead(Path.GetDirectoryName(args[0]) + "//" + Path.GetFileNameWithoutExtension(args[0]) + ".pak")); foreach (Subfile file in data) { br.BaseStream.Position = file.start;