Merge pull request #93 from h1-mod/develop

This commit is contained in:
fed 2022-06-25 02:50:52 +00:00 committed by GitHub
commit 2043ef622d
2 changed files with 4 additions and 4 deletions

View File

@ -236,7 +236,7 @@ namespace patches
utils::hook::nop(SELECT_VALUE(0x1A9DDC_b, 0x13388F_b), 6); utils::hook::nop(SELECT_VALUE(0x1A9DDC_b, 0x13388F_b), 6);
// Show missing fastfiles // 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 // Allow executing custom cfg files with the "exec" command
utils::hook::call(SELECT_VALUE(0x376EB5_b, 0x156D41_b), db_read_raw_file_stub); utils::hook::call(SELECT_VALUE(0x376EB5_b, 0x156D41_b), db_read_raw_file_stub);

View File

@ -70,13 +70,13 @@ BEGIN
BEGIN BEGIN
BLOCK "040904b0" BLOCK "040904b0"
BEGIN BEGIN
VALUE "CompanyName", "XLabs" VALUE "CompanyName", "H1-Mod"
VALUE "FileDescription", "H1-Mod" VALUE "FileDescription", "H1-Mod"
VALUE "FileVersion", VERSION_FILE VALUE "FileVersion", VERSION_FILE
VALUE "InternalName", "H1-Mod" 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 "Licence", "GPLv3"
VALUE "Info", "https://github.com/skkuull/h1-mod/" VALUE "Info", "https://h1.gg"
VALUE "OriginalFilename", "h1-mod.exe" VALUE "OriginalFilename", "h1-mod.exe"
VALUE "ProductName", "h1-mod" VALUE "ProductName", "h1-mod"
VALUE "ProductVersion", VERSION_PRODUCT VALUE "ProductVersion", VERSION_PRODUCT