Easter egg

This commit is contained in:
Dennis Felsing 2022-08-08 16:37:17 +02:00
parent 526861f924
commit 614a5b35bc
36 changed files with 104 additions and 1 deletions

View file

@ -1195,6 +1195,9 @@ Connected
Loading map file from storage
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -631,6 +631,9 @@ Loading map file from storage
Loading DDNet Client
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -1057,6 +1057,9 @@ Connected
Loading map file from storage
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -1479,6 +1479,9 @@ Connected
Loading map file from storage
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -628,6 +628,9 @@ Loading map file from storage
Loading DDNet Client
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -1318,6 +1318,9 @@ Connected
Loading map file from storage
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -631,6 +631,9 @@ Loading map file from storage
Loading DDNet Client
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -1208,6 +1208,9 @@ Connected
Loading map file from storage
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -1206,6 +1206,9 @@ Connected
Loading map file from storage
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -1367,6 +1367,9 @@ Connected
Loading map file from storage
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -608,6 +608,9 @@ The format of texture %s is not RGBA which will cause visual bugs.
Preparing demo playback
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -1196,6 +1196,9 @@ Connected
Loading map file from storage
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -1522,6 +1522,9 @@ Preparing demo playback
Loading map file from storage
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -1571,3 +1571,5 @@ Loading race demo files
Loading sound files
== Lade Sound-Dateien
Why are you slowmo replaying to read this?
== Warum spielst du das Replay in Slow-Motion um das zu lesen?

View file

@ -637,6 +637,9 @@ Loading map file from storage
Loading DDNet Client
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -1453,6 +1453,9 @@ Connected
Loading map file from storage
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -1224,6 +1224,9 @@ Connected
Loading map file from storage
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -1250,6 +1250,9 @@ Connected
Loading map file from storage
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -1469,6 +1469,9 @@ Connected
Loading map file from storage
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -628,6 +628,9 @@ Loading map file from storage
Loading DDNet Client
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -1207,6 +1207,9 @@ Connected
Loading map file from storage
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -813,6 +813,9 @@ Connected
Loading map file from storage
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -1359,6 +1359,9 @@ Connected
Loading map file from storage
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -995,6 +995,9 @@ Connected
Loading map file from storage
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -643,6 +643,9 @@ Loading map file from storage
Loading DDNet Client
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -1563,3 +1563,5 @@ Loading race demo files
Loading sound files
== Загрузка звуковых файлов
Why are you slowmo replaying to read this?
==

View file

@ -650,6 +650,9 @@ Connected
Loading map file from storage
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -1175,6 +1175,9 @@ Connected
Loading map file from storage
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -1489,6 +1489,9 @@ Connected
Loading map file from storage
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -631,6 +631,9 @@ Loading map file from storage
Loading DDNet Client
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -1476,6 +1476,9 @@ Connected
Loading map file from storage
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -1300,6 +1300,9 @@ Connected
Loading map file from storage
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -1478,6 +1478,9 @@ Connected
Loading map file from storage
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -1098,6 +1098,9 @@ Connected
Loading map file from storage
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -1283,6 +1283,9 @@ Connected
Loading map file from storage
==
Why are you slowmo replaying to read this?
==
Initializing components
==

View file

@ -267,7 +267,7 @@ void CGameClient::OnInit()
if(m_Menus.IsInit())
{
char aBuff[256];
str_format(aBuff, std::size(aBuff), "%s [%d/%d]", Localize("Initializing components"), (CompCounter + 1), (int)ComponentCount());
str_format(aBuff, std::size(aBuff), "%s [%d/%d]", CompCounter == 40 ? Localize("Why are you slowmo replaying to read this?") : Localize("Initializing components"), (CompCounter + 1), (int)ComponentCount());
m_Menus.RenderLoading(pLoadingDDNetCaption, aBuff, 1 + SkippedComps);
SkippedComps = 0;
}