From 4988a9ad3ae8c0742925a779398ae3189fc98ab5 Mon Sep 17 00:00:00 2001 From: Skull <86374920+skkuull@users.noreply.github.com> Date: Sat, 25 Jun 2022 05:28:46 +0300 Subject: [PATCH 1/2] branding --- src/client/resource.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/client/resource.rc b/src/client/resource.rc index 2996abfa..1e84f3de 100644 --- a/src/client/resource.rc +++ b/src/client/resource.rc @@ -70,13 +70,13 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "CompanyName", "XLabs" + VALUE "CompanyName", "H1-Mod" VALUE "FileDescription", "H1-Mod" VALUE "FileVersion", VERSION_FILE VALUE "InternalName", "H1-Mod" - VALUE "LegalCopyright", "Copyright (C) 2021 X Labs Project. All rights reserved." + VALUE "LegalCopyright", "Copyright (C) 2021 H1-Mod. All rights reserved." VALUE "Licence", "GPLv3" - VALUE "Info", "https://github.com/skkuull/h1-mod/" + VALUE "Info", "https://h1.gg" VALUE "OriginalFilename", "h1-mod.exe" VALUE "ProductName", "h1-mod" VALUE "ProductVersion", VERSION_PRODUCT From 54d8fbbd49a5ac3939f56057e96840fdaf7b22d9 Mon Sep 17 00:00:00 2001 From: Skull <86374920+skkuull@users.noreply.github.com> Date: Sat, 25 Jun 2022 05:44:31 +0300 Subject: [PATCH 2/2] add sp address --- src/client/component/patches.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/component/patches.cpp b/src/client/component/patches.cpp index 3d9b7a03..0c8fd8ae 100644 --- a/src/client/component/patches.cpp +++ b/src/client/component/patches.cpp @@ -236,7 +236,7 @@ namespace patches utils::hook::nop(SELECT_VALUE(0x1A9DDC_b, 0x13388F_b), 6); // Show missing fastfiles - utils::hook::call(SELECT_VALUE(0x0_b, 0x39A78E_b), missing_content_error_stub); + utils::hook::call(SELECT_VALUE(0x1F588B_b, 0x39A78E_b), missing_content_error_stub); // Allow executing custom cfg files with the "exec" command utils::hook::call(SELECT_VALUE(0x376EB5_b, 0x156D41_b), db_read_raw_file_stub);