Add-on clarity from Kart

This commit is contained in:
Zippy_Zolton 2020-09-20 13:07:28 -05:00
parent 9e31adf22c
commit 62f379ec41
2 changed files with 6 additions and 6 deletions

View file

@ -2513,11 +2513,11 @@ static boolean CL_ServerConnectionSearchTicker(tic_t *asksent)
CL_Reset(); CL_Reset();
D_StartTitle(); D_StartTitle();
M_StartMessage(M_GetText( M_StartMessage(M_GetText(
"You have WAD files loaded or have\n" "You have the wrong addons loaded.\n\n"
"modified the game in some way, and\n" "To play on this server, restart\n"
"your file list does not match\n" "the game and don't load any addons.\n"
"the server's file list.\n" "SRB2 will automatically add\n"
"Please restart SRB2 before connecting.\n\n" "everything you need when you join.\n\n"
"Press ESC\n" "Press ESC\n"
), NULL, MM_NOTHING); ), NULL, MM_NOTHING);
return false; return false;

View file

@ -11279,7 +11279,7 @@ static void M_ConnectMenuModChecks(INT32 choice)
if (modifiedgame) if (modifiedgame)
{ {
M_StartMessage(M_GetText("Add-ons are currently loaded.\n\nYou will only be able to join a server if\nit has the same ones loaded in the same order, which may be unlikely.\n\nIf you wish to play on other servers,\nrestart the game to clear existing add-ons.\n\n(Press a key)\n"),M_ConnectMenu,MM_EVENTHANDLER); M_StartMessage(M_GetText("You have add-ons loaded.\nYou won't be able to join netgames!\n\nTo play online, restart the game\nand don't load any addons.\nSRB2 will automatically add\neverything you need when you join.\n\n(Press a key)\n"),M_ConnectMenu,MM_EVENTHANDLER);
return; return;
} }