newsticker preparation

This commit is contained in:
sr0 2015-12-30 23:43:15 +01:00
parent 00da503b3d
commit 33f3410056
2 changed files with 4 additions and 1 deletions

View File

@ -38,7 +38,6 @@ namespace Components
Localization::Set("MENU_WAITING_FOR_MORE_PLAYERS_TEAMS", "Waiting for more players to balance teams");
Localization::Set("MENU_MOTD", "News");
Localization::Set("MENU_MOTD_CAPS", "NEWS");
Localization::Set("MPUI_MOTD_TEXT", "Welcome to ReactIW4 Multiplayer!");
Localization::Set("MENU_MODS", "Mods");
Localization::Set("MENU_MODS_CAPS", "MODS");
Localization::Set("MPUI_DESC_MODS", "Browse your Mods.");

View File

@ -109,6 +109,10 @@ namespace Components
// Enable commandline arguments
Utils::Hook::Set<BYTE>(0x464AE4, 0xEB);
// MOTD
Utils::Hook::Nop(0x60BF24, 5);
Utils::Hook::Set<char*>(0x4053CB, "Welcome to ReactIW4x Multiplayer!");
// remove limit on IWD file loading
Utils::Hook::Set<BYTE>(0x642BF3, 0xEB);