Jump to content

Change the properties of the .exe


Recommended Posts

Hello,

\UserInterface\ > open: UserInterface.rc

 

Search:

CompanyName and edit and "rebuild".

Done.

 

BEGIN
    BLOCK "StringFileInfo"
    BEGIN
        BLOCK "080003b5"
        BEGIN
            VALUE "CompanyName", "Metin2 Entertainment"
            VALUE "FileDescription", "Metin2Dev"
            VALUE "FileVersion",  VER_FILE_VERSION_STR "\0"
            VALUE "InternalName", "Metin2Dev"
            VALUE "LegalCopyright", "Copyright (C) 2021"
            VALUE "OriginalFilename", "Metin2Dev.exe"
            VALUE "ProductName", "Metin2Dev"
            VALUE "ProductVersion", "1, 0, 0, 1"
        END
    END
    BLOCK "VarFileInfo"
    BEGIN
        VALUE "Translation", 0x800, 949
    END
END

 

Edited by ByLost
  • Confused 2
  • Lmao 1
  • Good 3
Link to comment
Share on other sites

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.