This commit is contained in:
Federico Cecchetto 2022-02-03 20:23:46 +01:00
parent a2a98074c2
commit 81cc5142bf
2 changed files with 3 additions and 3 deletions

View File

@ -76,7 +76,7 @@ LUI.MenuBuilder.m_types_build["mods_menu"] = function(a1)
menu:AddButton("$_UNLOAD", function() menu:AddButton("$_UNLOAD", function()
game:executecommand("unloadmod") game:executecommand("unloadmod")
end, nil, true, nil, { end, nil, true, nil, {
desc_text = "Unload the currently loaded mod" desc_text = "Unload the currently loaded mod."
}) })
end end

View File

@ -38,9 +38,9 @@ namespace branding
void post_unpack() override void post_unpack() override
{ {
localized_strings::override("MENU_SP_CAMPAIGN", "H2-MOD"); localized_strings::override("MENU_SP_CAMPAIGN", "H2-MOD");
localized_strings::override("MENU_SYSINFO_CUSTOMER_SUPPORT_LINK", "Github Page"); localized_strings::override("MENU_SYSINFO_CUSTOMER_SUPPORT_LINK", "Github Page:");
localized_strings::override("MENU_SYSINFO_CUSTOMER_SUPPORT_URL", "https://github.com/fedddddd/h2-mod"); localized_strings::override("MENU_SYSINFO_CUSTOMER_SUPPORT_URL", "https://github.com/fedddddd/h2-mod");
localized_strings::override("MENU_SYSINFO_DONATION_LINK", "Donation Link"); localized_strings::override("MENU_SYSINFO_DONATION_LINK", "Donation Link:");
localized_strings::override("MENU_SYSINFO_DONATION_URL", "https://paypal.me/fedecek"); localized_strings::override("MENU_SYSINFO_DONATION_URL", "https://paypal.me/fedecek");
utils::hook::jump(0x33D550_b, get_build_number_stub, true); utils::hook::jump(0x33D550_b, get_build_number_stub, true);