mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-14 11:39:17 +01:00
9.0.4
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
const String kDefaultPlayerName = "Player";
|
||||
const String kDefaultGameServerHost = "127.0.0.1";
|
||||
const String kDefaultGameServerPort = "7777";
|
||||
const String kConsoleLine = "Region ";
|
||||
const String kInitializedLine = "Game Engine Initialized";
|
||||
const List<String> kLoggedInLines = [
|
||||
"[UOnlineAccountCommon::ContinueLoggingIn]",
|
||||
"(Completed)"
|
||||
];
|
||||
const String kShutdownLine = "FOnlineSubsystemGoogleCommon::Shutdown()";
|
||||
const List<String> kCorruptedBuildErrors = [
|
||||
"Critical error",
|
||||
"when 0 bytes remain",
|
||||
"Pak chunk signature verification failed!"
|
||||
"Pak chunk signature verification failed!",
|
||||
"Couldn't find pak signature file"
|
||||
];
|
||||
const List<String> kCannotConnectErrors = [
|
||||
"port 3551 failed: Connection refused",
|
||||
|
||||
Reference in New Issue
Block a user