From ff7284dfbf31b2672628e0f40ee58b486b9c85cd Mon Sep 17 00:00:00 2001 From: neru Date: Mon, 6 Apr 2026 21:54:52 -0300 Subject: [PATCH] fix: update dumper to use xbox game --- src/dumper/main.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dumper/main.cs b/src/dumper/main.cs index 4b5c922..2e77e99 100644 --- a/src/dumper/main.cs +++ b/src/dumper/main.cs @@ -13,9 +13,9 @@ using Newtonsoft.Json; class DumpByDaylight { - private const string _pakDir = "E:\\Program Files (x86)\\Steam\\steamapps\\common\\Dead by Daylight\\DeadByDaylight\\Content\\Paks"; + private const string _pakDir = "D:\\XboxGames\\Dead By Daylight\\Content\\DeadByDaylight\\Content\\Paks"; private const string _aesKey = "0x22B1639B548124925CF7B9CBAA09F9AC295FCF0324586D6B37EE1D42670B39B3"; - private const string _mappingURL = "https://github.com/Masusder/FModel-DbdMappings/raw/refs/heads/main/Mappings/9.5.0/5.4.4-3172922+++DeadByDaylight+Quiche_REL-DeadByDaylight.usmap"; + private const string _mappingURL = "https://git.neru.rip/neru/UnlockedByDaylight/raw/branch/main/res/mappings/latest-xbox.usmap"; public static async Task DownloadMappingFileAsync(string url, string savePath) { @@ -67,7 +67,7 @@ class DumpByDaylight Console.WriteLine("\nProvider Initialized. Extracting Databases..."); - var dataPak = provider.GetArchive("pakchunk4-Windows.utoc"); + var dataPak = provider.GetArchive("pakchunk4-WinGDK.utoc"); /* * itemdb dump