lobbyevents.cpp 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /*-------------------------------------------------------------------------
  2. LobbyEvents.cpp
  3. List of lobby event messages
  4. Owner:
  5. Copyright 1986-2000 Microsoft Corporation, All Rights Reserved
  6. *-----------------------------------------------------------------------*/
  7. #include "pch.h"
  8. const char * g_rgszLobbyEvents[] =
  9. {
  10. "Registry String Missing/Invalid: %s; Defaulting to: %s",
  11. "Registry String Missing/Invalid: %s",
  12. "Registry Integer Missing/Invalid: %s; Defaulting to: %d",
  13. "Allegiance Lobby Service Handler not installed",
  14. "Allegiance Lobby Service stopped",
  15. "Bad service request",
  16. "Allegiance Lobby started",
  17. "Allegiance Lobby Initialization failed (hopefully some other more descriptive event has been fired already.",
  18. "Uh, where's the HKEY_CLASSES_ROOT/AppID key???",
  19. "AllLobby.exe is not registered. Use \"AllLobby -RegServer|Service\" to register Lobby",
  20. "Creating Lobby",
  21. "Could not resolve \"%s\" specified in the GameInfoServers reg entry to a valid ip address.\n",
  22. "Shutting down Lobby",
  23. "Initializing Lobby",
  24. "Could not host dplay session. Check for correct dplay installation",
  25. "Server %s was dropped for missing roll call.",
  26. "Running Lobby",
  27. "ODBC Error=> %s",
  28. "assertion failed: %s",
  29. "Hacker alert! Invalid CD Key (%s) received from server %s for player %s!",
  30. "Attempting to remove player %s from mission cookie=%x; player not found.",
  31. "Corrupt player join message recieved from server %s.",
  32. "Join game message for player %s from server %s for mission %x, which could not be found.",
  33. "Corrupt player quit message recieved from server %s.",
  34. "Server connected: %s(%s)",
  35. "Server disconnected: %s.",
  36. "ACK!! Servers session was lost!",
  37. "Server %s paused, missions made invisible.",
  38. "Server %s unpaused, missions made visible.",
  39. "cTokensMax (zauth.cpp) needs to be increased",
  40. "Hacker alert! Invalid zone ticket received! Don't know name (since ticket is invalid), but ip address is: %s.",
  41. "IZoneAuthDecrypt::DecryptTicket failed for unpredicted reason: %x",
  42. "User (ip address %s) attempted to log into secure zone lobby with no login credentials. They probably think they're connecting to the Internet Lobby.",
  43. "Corrupt find player message recieved from %s(%u).",
  44. "Lobby received unknown message type %d from %s(%u)",
  45. "ACK!! Clients session was lost!",
  46. "Created mission, cookie=%x,\n on %s/%s (which already had %d players),\n requested by %s",
  47. "Mission gone, cookie=%x, on %s (which had %d players)",
  48. "AutoUpdate System has been disabled due to missing/invalid registry items",
  49. "AutoUpdate System deactivated: %s",
  50. "SQL initialization failed. Check SQLConfig value in registry.",
  51. "SQL Error Record:\nMessage: %S\nProcedure: %S\nNative: %d\nLine: %d\nOleDB: %S"
  52. };