#easter-eggs
1 messages · Page 138 of 1
Just us.
another tale
https://en.wikipedia.org/wiki/Mother_Goose
the pantomime was performed at Covent Garden (2nd theatre, Royal Opera House)
Listen, if you guys can get the instructions on how to get an EE to work in game, let me know and I'll pull it off. I'm not good at finding them, but I'm good at doing them.
You could try destroying all the generators on a map and look if something happened/changes
I know r.cade was doing that
Yeah, I've just been starting to thing about these. Also, maybe shooting all the lights out on a map
Rob did say he was running around a map trying to trigger an EE, so it has to be something we can pretty easily do
yesterday* he said we will know when its time
Yeah, aperisolve and stegonline give inverted results. I think stegonline's is more accurate.
*Edit: Actually I could go either way, 0 -> black (color theory), or 1 -> on -> black
maybe it's when we solve this level
possible
another creation myth about golden egg
https://www.newworldencyclopedia.org/entry/Trimurti
This is a weird coincidence, but after looking at the Holtow flashing light clue, I googled about how flashing lights work, and found this company who's logo looks like the ISEULT font. https://www.auersignal.com/en/signaling-devices/light-beacons/flashing-beacons/
yea it looks like
Auer Signal is a austrian company founded by Johann Auer. I think the similarity with the iseult logo is just a coincidence.
Out of curiosity, what’s the image that can supposedly solve all the tiers?
image named Slash i guess
it time for me to get some sleep. gn and good luck!
I believe they're just saying the first image given to start a tier can solve it
meatspace
Robs called it that in the past haha
not sure if it's just the lighting panel or if it's intentional but it looks like there's some sort of panelling on the letters
You can only see it on camera, so might just be the lighting panel
The only thing I notice, on another sign it said “can you reach the finals. Play now”. All the letters were spaced, but la was joined in play
Looked odd
pby now
probably the different clusters of LEDs on the sign itself
Idk if it's the right direction (or done already), but looking at the padlets I saw hamlet quote; gold is mentioned only once - in act 2 scene 2 line 452
Maybe numbers mean something to you who know more LOL
I should add, no mention of egg in the play
If that's the case, any idea what the "scene" equivalent would be?
And nah just checked, it's season in game
what, you egg
stabs him
LEGIT
i think thats macbeth tho
why the fuck did i send this here
i do not remember sending this here this is completely unrelated 😭
mb
the 100 year tier
I will cry
i already have
They gotta procure more than 1 cover art istg
I absolutely love the skin but I think I wanna see ANOTHER cool one on the adverts
this one probably my favorite but I know they want to promote the first season specifically
Did we ever found any of the 8 golden clues? (I think there were 8 of em)
that was technically debunked by rob I think
we got clarification before the game opened that there aren’t golden clues for this tier he misspoke
there’s
bronze
gold
platinum
diamond clues
all point to diamond clues iirc or something like that, but not anything specific for this final tier, we have everything just gotta figure out how to make it work now 🙂
Huh. Ok then. Dang who ever is in charge of the wiki page needs to update it . lol
we have everything just gotta figure out how to make it work now
is this for this tier in terms of clues?
yes
Okioki
Didn’t he sorta “avoid” the question and then gave us clues about ruby & red 😂
lower case y in ascii is 79 btw. I wonder if “oye” is for 0, 79 and 3 to lead us back to our main numbers again
I think I misunderstood about the 8 golden clues. I think he meant that it would help us get to tier 3, instead of helping us in tier 3. Unless I miss understood that too. 🤷🏻♂️
that’s why I said “technically” cause like, it felt like it but at the same time it did feel like he was avoiding it
and then he mentioned we’ve missed probably 30% of the clues but that we have everything we need
which makes me think maybe some of the clues we missed might be really helpful
rcade is right, when we got clarification on it rob kinda… avoided it hehe
so there might be golden clues who knows
Our most recent clue is golden egg from patch notes right?
Has anyone found the "secondary meaning" from the answers for DEF?
You need to participate in the server more before you earn permission to
Or you can upload to youtube
Max file size is pretty low on disc anyways
I'm not that big into uploading
wow you're NEW new
send it to me in dms then i'll send it here
You're uploading either way
Cool did send it
I just happened to stumble across a github doing reverse engineering, the funny thing is that there is a github with a request to the site via js and it looks too much like the current request was written 6 years ago.
https://www.reachthefinals.com/api/auth/visitor/collection?crumb=BZngF2iVTL87YTMxZjdkYzRiNzIwMDE0NWY0MTk2MzVlNjM5Nzkw
site request
{
"password": "test",
"collectionId": "6557410e1136df4fbb6046c8"
}
And some of the code in git itself was written 6 years ago.
javascript request in github
const COLLECTION_ID = '5a614ecb0d9297aa9d8aa763';
// {...}
request({
uri: `https://null:null@www.boringcompany.com/api/auth/visitor/collection?crumb=${crumb}`,
method: 'post',
headers: HEADERS,
json: {
collectionId: COLLECTION_ID,
password
}
},
)
// {...}
https://github.com/ArcticZeroo/boring-flamethrower/tree/master
Just as an interesting fact
it doesn't count as a bruteforcer because there is no password brute force logic there
www.boringcompany.com 
So I hope the moderators don't beat me up for this
Boring is Elons dumb money pit
Or one of them I should say lol
Elon?
Musk



Here's why we don't use AI on the easter-egg hunt.
Wasn't trying to get clues, just curious what Google Gemini would have to say:
It’s a generic JSON request it’s pretty common formatting
With an identical path and identical errors
// https://github.com/ArcticZeroo/boring-flamethrower/blob/master/makeRequest.js
// {...}
if (res.statusCode.toString()[0] !== '2' || body.error) {
if (body.crumbFail) {
if (!body.crumb) {
return reject('Crumb was rejected but no new crumb was provided');
}
crumb = body.crumb;
console.log(crumb);
//return checkPassword(password);
return reject('Invalid crumb.');
}
if (body.errors && body.errors.password && body.errors.password.toLowerCase().includes('invalid')) {
return reject('Invalid password.');
}
return reject('An unknown error has occurred: ' + body);
}
resolve(password);
});
// {...}
password error
{
"errors": {
"password": "Invalid."
},
"error": "Form field errors."
crumb error
{
"error": "Access Denied: Invalid session crumb",
"loginRequired": false,
"crumbFail": true,
"crumb": "BRIOtvnbjEkMMjc3YThmNGJjYzk2NzU5MDI0NzRlZjRkN2IxOTNl"
}
About the same path, I mean /api/auth/visitor/collection.
And if you go to the boringcompany website, specifically https://www.boringcompany.com/api, you'll notice that there is no such thing.
hmm, but their api doesn't work, but okay. Let's just say I'm just throwing this in in case anyone's interested

Original message deleted. Entire context of this conversation missing.
did someone already find the text "you have all the clues" in the ospuze pro juice image?
yep that's from T1D https://www.thefinals.wiki/wiki/TFEE_T1D
ah damn ok
ds
the red dot is a red square? does it related to the map? But I don't think there is a place called "Red Square"
But I don't think there is a place called "Red Square"
erm yes there is a place... Moscow
oh yeah that
I mean in game
we only have Monaco Seoul Las Vegas, and...? I don't know what that map is called
Skyway Stadium
yeah, that, is Skyway also in Korea...?
I think its the only map not based on a real location
When you look at some blocks in the map it says, that the buildings are from the monaco map
its an arena with assets from monaco and seoul with added things like the hotel
I mean I searched Monaco with gold. Nothing shows up, but there is a hotel called Golden Seoul Hotel?
I don't thinks it's related, it's just a hotel
And also there is a Hockey team called Vegas Golden Knights, I'm just randomly putting things together 
I mean for now Las Vegas seems to be the one with most clue, but It's big, really
The site from the Holtow QR code appears to be up now
correct!
theres a thread for what we have so far
https://discord.com/channels/1008696016318513243/1185727960980922488
if you right click the red button and "search" it under the menu that opens and then scroll down, there is a line of code (what i assume is code) that says: "Position absolute important" Cant post a screenshot for some reason. Dont know if its important. I just stumbled upon it
thats normal for the "style" attribute in html
Bruh I didn’t know that the QR code for the holtow quote sticker actually works😝 is this apart of an Easter egg?

huh, so it does related to a... Place?
Thats awesome
Lol I just read the post above mine, haha there’s my answer
position: absolute is just a html tag to set the positioning of the elements in the html to absolute
Welcome to the dungeon I mean Easter egg hunt
ah okay. thought i did somehting 😭
You embraced curiosity and that's what matters

thats a way to put it
I often have a way of putting things
Kappa
I dont fucking know. For all I know the website is pulling and displaying a image with 0 height and width (which doesn't mean that the image necessarily has those dimensions i think) from god knows where
the svg is the mask who turns the square into a circle
Oh it is? alr nvm then
is it assumed that the fire engine red reference is to be linked to gold egg?
like.... a gold dragon egg?
was reading up on tfee t3 on the wiki and the page broke, can ya'll access it?
i can access it. try clicking the text and not the image.
has anyone here talked about the holtow wesbite
Yes, heres the information we have so far https://discord.com/channels/1008696016318513243/1185727960980922488
big thanks
okay can get into them but cant view the pics tho ill just view them off the tfee site
only gold question image gives me error when i click on it
i dont think so, rob said we had everything we need before the release of the game. But it could be a hint.
right, ive said before it may be true that we have everthing we need, but there may be clues still being added to help us because were still not figuring it out
maybe we need to look at other images that have red for clues we missed
yes, maybe this specific type of red is used somewhere.
so, is like the gold question mark and white questionmark referencing maybe where to find two halves of the password?
yes, we already know the two halve, they are probably "gold" and "egg". But we dont know how we are suppossed to use these 2 halves.
We need 5 truths which were true in ever other tier to know the complete code. Latin is confirmed to be one of the truths.
ahh see i was thinking the egg part was part of the code was on a namatama and the black and gold was that that half was found on something with that colour scheme
5 truths?
this
you are not the only one
Here are the codes we have already tried: https://discord.com/channels/1008696016318513243/1175206999802249307
goddamn
There seems to be some purposeful misspellings in his message about the five truths as well #easter-eggs message
gold, egg, Latin, Roman numerals, and... time?
Might be a dumb suggestion but all those things are common on the Monaco map especially around that cathedral….. might be something more to it?
Gold, Eggs, Roman Numerals?
could you remind me
Its a place irl known for luxury… gold. Egg….. can signify the cathedral if you look into it. Roman numerals….. the area was once apart of the Roman Empire and said counting method links well with the map. Latin….. isn’t it the only map in Southern Europe… that more so affected by Latin more so. Time…. Again the cathedral, cathedrals are known to keep time.
Idk it was what came to my mind when relating the words to the game
how did you get time?
I'm not available to look right now. Are there any clocks in the cathedral that use roman numerals?
You said they’re common on the map but then refer to irl and historical stuff so unfortunately that’s not something we can go hunt.
Pretty sure Monaco has been torn up and down since it was an early old map
I can refer to the map and get the same results to an extent
The map is based of of Monaco irl
There’s a ton of little Easter eggs on it @twin hatch mostly in the parks
So that’s why I refer to it
Are there bells?
Here’s what has been found in game https://www.thefinals.wiki/wiki/In-Game_Easter_Eggs
The day before Closed Beta 1 went live, content creators were able to post footage from an event. Creators mentioned the view from the top of the crane in Seoul, and Rob commented “you can see a WR from there.... ._.” and “just something for you to follow..!”.
These were the first clues that there was something to find in the Closed Beta playte...
Don't know, not home right now.
we are missing a lot of things though..
like the graffitis.. we only found 1
but I guess they were added more recently
yeah, some easter eggs could have been added with the launch
There’s new graffiti on each map that wasn’t in the open beta? We should update the wiki
I’ll gladly look out for it.
not new, just added back then and never found
and they were added in CB2, and it was just monaco
it was the clues for cacoiii
825c was the only one we found
that, and SR.!
i think this should be grouped by map.
Did anybody check what's the barcode on white Tech Trousers?
@coarse dagger @pure loom found a couple new things in Robatama btw. If you mirror the image there are numbers on his wristband. As well as another snowflake on his hat
Idk if this somehow helps, I don't care about the easter egg stuff, but the Kawaii candy shop sniper has stickers all over it, and one of them is mirrored to say T.3 instead of E.T
Sorry if this was already known or isn't helpful.
@sand girder ayo did you find something
Great! Can you post the numbers? I think we might have got the snowflake though
Posted the pic above. I can see the 306 (or 301) in the beginning and then looks like 3051 near the end. The 3 and 0 were clearest
Didn’t see the snowflake in padlet on Rob but that tier was full of them on other images.
Also this one is really hard to get clearly but in CB2 couple there’s something embossed inside the guy’s hat.
SR-72
i dont see sr72 there, i see more like 33720 or 33920, 38720 maybe
flipped it 180 - looks a bit like "uabee" or something like that
and the beginning looks like (2 or 3) + 30(0 or L? or 4??)
DSL?
looks a lot like it
or 750 upside down
Did you check the Padlet for these, pretty sure they were noted
Hmm snow flakes was on swas summary not as a link
The wrist band never got added
ya i couldnt see in the padlet
It's a pretty long string that ends in "DSL"
In think these are not the same position
#easter-eggs message
#easter-eggs message
this one is different
right side is DSL part
left is SQL part
i thought 100 at the first sight too
17 letters okayy
You can see a couple messages above that some images from duh
there are some ///
Oh, no. What if my account was blocked by mistake
#💥┇spawn-point
@snow walrusDid you send this link for me to inquire here
this channel is not for support you can ask there
Okay, thank you.@snow walrus
We definitely found one snowflake before. Upper right brim of Robatama's hat. I think it matches your image.
- KARI (Younger Futhark) § 2) Binary § 01110011 00101111 00110010 00110000 00110000 00110110 00100000 01110011 00100000 00110010 00100000 § s/2006 s 2 Kari 3) Graph Puzzle § Interatomic forces graph pointing us to molecules.
Yeah I looked but didn’t see either. I had a feeling the snowflake was mentioned. Feel free to add if it helps!
oh this is really cool
That’s it
I’m going thru older images and mirroring them and trying to do things like remove red, etc
Managed to get the whole a out in lapis
i aint touching that
sus
lol its a web font format
sure but no context file upload on discord is never a good sign lol
DMA ::::D
i think that said 3,0L
“Can you acknowledge the receipt?” Is q-code for QSL
but im not sure that letters are look like DSL more
do you know radio communication?
No just looked it up on google lol
It reads more like DSL imo
( https://i.ibb.co/bPQv7Bj/125.png ) Well done, Embark team! Another great ranked game lost due to skill issues, and not because you outright refuse to keep them on their own server.
are there some letters more (THIS)
wrong channel > #👂┇game-feedback
Wrong channel ^
Hm
Gimmie a sec I'll mess with it
i see a T but others.. not sure
maybe an X and 100
I see numbers
I can't show images right now but I'm certain I can see shapes akin too OOX in light gray and in dark gray 1()()
sure
All I see is the letter o
if you can't send images here basically upload a cloud and link here
@terse saffron sent
Btw, this is OSPUZE promo image, right?
Looks kinda like 004 imo
robatama 
wait a minute got an idea
we have a normal robatama image 
i'll subtract than the original
hold on, where's the robotama image?
I keep wondering if the five truths mean a five element password or if it's all five elements mashed into one
Probably the second one but then by what formula
finals logo
has this been found before? top of fountain in monaco
yep, real sculptor
Is there free multibucks?
This isnt the right channel (check battlepass)
-egghunt
Check out #egg-hunt-onboarding
Catch up with this great summary: https://youtu.be/XaU6Fo2utBY
Follow the ongoing progress through Padlet: https://padlet.com/Kyne
Good hunting! 🥚
drain near cathedral monaco has weird wording lol
it's a common thing
Would you mind if you could send here two screenshots?, because I'm not leveled up enough
I found two barcodes on cosmetics
rofl, when you zoom in while inspecting the pets , you can hear the finalist breathing louder XD
It is pretty certain that the password is a variation of golden egg with the 5 truths applied
yeah you can send it
y'all found the symbols in the orignal robotam eyes right?
yep, best to check the padlet for that tier
https://padlet.com/Kyne/the-promise-t1e-ohsl9b4w3ncqnvqe
sorry there is just so much in the chat. trying to figure out what is relvant to this tier and what is already done.
no worries
Technically all level2 clues are relevant because we are at the end of it
Wouldn't that imply that "gold" and "egg" aren't truths, just the things the truths apply to?
#easter-eggs message
Is this what you were referring to?
Yes that is what I meant. Sorry if that was unclear 😅
The password is goldenegg but the 5 truths applied turn it into some thing more “cryptic”. Maybe I’ve missed some new Progress tho so take what I’m saying with a grain of salt 😅
That one and many others point to Kari but haven’t fully solved why all the connections to Kari exists yet across moons, music and games
That's how it came off as, just from my reading I had the understanding that egg and gold were included in the five
That clears things up a little
yes
Idk that those are numbers.
AFAIK there have never been any clues in the Namatamas with transparent backgrounds.
transparent?
Yep, THE_FINALS_a_friend_you_APPARENTLY_dont_need has a transparent background. Typically if there's clues we get one with a background.
See how the grey behind is just discord's grey?
@nimble iron and @timid solstice as far as I can tell you two are the only ones who really tried to undistort the Nambatama numbers.
Any advice? I don't really see any discussion of how these distortions were performed.
I'm guessing using a twirl distort in photoshop?
before I start looking around. has anyone dug into the last picture in #official-art ?
@sharp flame the pfp always get a chuckle out of me. 😆
Yeah that’s quite an old one, but there’s clues out there still to be found on most images
I keep finding stuff thats already been found. I didnt see it in the padlets but I may have missed it
make sure if you find anything you search it in this channel:) a lot of times it’s been discussed/solved but wasn’t in the padlet
Most likely the obvious/easier clues have been found and/or solved. You really, I mean reeeally have to manipulate the image to find those tougher clues.
yeah fair enough I guess if I dont know what Im looking at its hard to search but all good. I'll keep digging around.
did you guys check the QR code weapon sticker
We have everything we need. 😂
LF1 HEAVY
High EXP players Both of us are teammates have high chem/ LF +1
rank 11 rad valorant/apex pred all seas/gm OW/T500beta diamond/
pro exp in BRS
ONLY DM IF YOU HAVE SIMILAR EXP IN FPS currently PLAT 1
I’m going insane
wrong channel
Forreals! It’s like opening a treasure chest with grass. 😅
Today's XKCD is about the easter egg hunt!
Jk @proud minnow I love your puzzles!
It's more about how we interpret the clues!
that’s literally us
Wait wich one was this again
The one with the spiral
Or
Nambatama. Context is linked in my message as well
Ahhh yes
Namabatam had a spiral in the background
I used a bit of gimp to try to unravel that
Got a number sequence out
Cant remember exactly what but it was coutning up or sth
Lemme find that for u
Heres that sequence
Look at the general thread and ull see the context on how it was found
I dont really know what it means tho, so i cant help u with that. Sry
Its just a long nber sequence
That rotates n shit
Man its been a while so idefk
Yeah, I found all the context I think.
I'm just looking for a description of the techniques used to un-warp it.
I never realised haha
I do now that I have a coloured bg in discord
Tried that and I have a photoshop plugging from Flaming Pear called Flexify 2
yeah I just must have missed when looking thru them. all good thanks
Have devs mentioned anything about the cars in the trailer?
With cars?
I havent seen any cars or heard of any. Ive watched the launch and closed beta trailer. Anyone else have info on this? Also this may not be the right channel but someone could correct me
Not really an Easter egg related to the main story but are there any more Easter eggs related to weapons as in how the Battle Pass Lewis Gun skin shoots casino chips instead of bullet casings?
And I wouldn’t really call it an “Easter egg” but that the throwing cards have a unique inspect animation
Known
I know, I’m asking are there any others like that for the weapons
I posted about the chips one a few days ago
I only just unlocked the skin for the DB so I can’t test the alien pyro, UFO pad or the raven revolver
is there somewhere i can see what easter eggs have alr been found
-egghunt
Check out #egg-hunt-onboarding
Catch up with this great summary: https://youtu.be/XaU6Fo2utBY
Follow the ongoing progress through Padlet: https://padlet.com/Kyne
Good hunting! 🥚
Not to my knowledge, I just assume it was an early idea for a feature that got nixed. Likely a holdover from their Battlefield roots that didn't fit with their vision for the game
it looks like some kind of Morse code on the drain as well
!hunt
-egghunt
Check out #egg-hunt-onboarding
Catch up with this great summary: https://youtu.be/XaU6Fo2utBY
Follow the ongoing progress through Padlet: https://padlet.com/Kyne
Good hunting! 🥚
-egghunt
i just used the gimp spiral warp but in the opposite direction, kinda like unraveling reversible ultra laminar flow.
wait theres a good video for ultra laminar flow btw
2nd Channel Video: https://youtu.be/57IMufyoCnQ
Get your 1st Audiobook + 2 Audible Originals Free when you try Audible for 30 days: https://www.audible.com/smarter or text "smarter" to 500-500. Subscribe link⮕ http://bit.ly/Subscribe2SED
⇊ Click below for more links! ⇊
GET SMARTER SECTION:
Checkout these papers to...
but thats off topic, what i did was just try to find the perfect radius and reverse spiral the pixels
why are you asking btw? is there some kinda clue that is distorted similarly?
i really love me physics based chad discussion
lulz is systematically checking every image and clue we found
Welcome to my web of thoughts and research regarding the history of THE FINALS Easter Egg Hunt. I have begun documenting past tiers, primarily using Flex4d’s TFEE document T1A index T1B index T1C index T1D index T1E index (WIP) I haven’t yet documented the tiers after this.
ohhh thats absolutely sick!
when i got into the ee i had to read teh 300 page google doc and the messy af padlets to get up to par.
this overview is amazing man, keep up the great work
wiki is up to date now too
thats nica swell
@coarse dagger is making good use of obsidian i see, its been like half a year so i guess youve made a lot of progress in mastering that tool.
does the time on the watch have any meaning, or it's just for looking good
it's 10:05 on the watch, IDK, it's a golden watch
It seems to show your local time
huh, that's coool
if the watch can also work while having the suit it will be perfect
does this mean it knows where i live?
This is the easter egg channel, for your questions please go to #⚡┇the-finals-chat !
I might be trippin but i thought i saw a face or maybe some sort of shape in the reflection of the wristband when it reflects the light just right
u are tripping my guy
You thoroughly examined it like i did?
which reflection? of the new watch in the shop?
I think they're just scratched tbh
I thought that was it but just wanted to what everyone thought
not a face for me but it is symmetrical
Yeah looks like a symbol, probably needs enhancement. Im sure once people wake up theyll get to itm
Im only mildly invested in this hunt and if i find something i report it but otherwise yeah
time again..
club design in the center
♣️
_ 'call the clock' means to challenge a player for taking too long to act. Once challenged, a player has a set amount of time to make a decision. If the player fails to act in the allotted time, their hand is dead._
Rob says hurry up
😭
Yeah it does. Hey has there been anything about the slot machines?
Noticed theres an orange/gold one
Plus they blink when ya shoot em
What does the watch look like in game
posting the back side maybe someone notice anything
its robs
bruh.
Someone uploaded a screen of the leaderboard to Embark Studios maps page 😂
that's a real show off lol
I hope that wasn't their intent because the scores are not even impressive hahaha
I was looking for interior pictures to try and match up this reflection
we went to dive into this and everyone pretty much said its just reflection assests and to not bother
and didnt get an eye
Did they find the original reflection map on a store somewhere?
I would imagine Embark would make their own HDRI's and such
Any ways I didn't expect to find any easter egg. Just curious if they captured it from the office
nothing was found and majority pretty much shut down looking further into it.
Who were you replying to here? The question above is an EE question. The 19th of December is the first date in the Death By Rhodent poster.
Ah that's a shame
I'mma do it anyway
Embrace curiosity. If you find nothing, then now you know there's nothing to find.
it can be demoralizing when everyones telling you not to bother essentially
deleted message
When did this watch appear?
today
Oh, ha
depends on local time :p
do exploits in game to explore for easter eggs only, count as cheating? saw some zipline on red canister movement tech that could be helpful
Can someone play with me
-lfg
Europe: #lfg-eu-casual
North America: #lfg-na-casual
Asia: #lfg-asia-casual
Oceania: #lfg-oce-casual
Brazil (South America): #lfg-sa-casual
Go to id:customize to show/hide specific channels.
What does "00:00:00" mean? It's on default weapon skins and some in-game sutff
Any update hunters??
I didn't find anything yet
Haven't found anything
Can someone play
go to lfg channels
btw "dark knight" clue still waiting to be solved
I guess until it’s confirmed as an exploit, it’s ok. Good luck trying to see small details though haha
death by rhodent is playing at the stage i guess
interesting
So out of curiosity, is there any reward for finding these easter eggs? Or it's just purely for fun?
fun, possible steam achievements once/if they are added.
Ah gotcha
and recognition for finding clues from the saint himself with eyes reaction on your post if you find one

we will get Namatama's respect
If they counted as cheating 99% of the playerbase would be banned for doing nukes
maybe even the saints respect
Shoutout tungsten my favorite element
Zipline / red canister is a different sort of exploit. Homemade nukes are just using the games natural mechanics to their fullest possibilities 😛
Because I'm replicating all the results we've found.
exploiting is allowed :p
got any more shots of this?
I tried unwrapping it into an equirectangular map
Rob taking notes to give us absolutely hellish clues in future EE's 😭
"guys, I need you to scribble some numbers backwards in the reflection probe for the next set of skins and dont ask why"
hi all! Lore question, what build type was Odilia supposed to be? most promotional material has her with vanish bomb and throwing knives, but the final level of the battle pass she has the revolver
It's a feature not a bug confirmed lol
she has vanishing bomb i guess so is light
if i dont remember wrong
@solar glade Do you perhaps know it?
I'm leaning towards light too
same
i thought she was a medium
she's mentioned to use illusions and trickery so I'd guess Light too but they know how ridiculous the Light's proportions look in promo material so they put her costume on a Medium model 😛
https://www.thefinals.wiki/wiki/Odilia In the wiki it also doesnt specify
Her signature gadget is the Vanishing Bomb and her signature weapons are the Throwing Knives.
Light Class
@lapis condor @velvet narwhal the verbiage does strongly suggest light though, thanks for finding that! RJ does it look that bad? lol
she was part of the Shadow Flock and they introduced the Vanishing Bomb alongside her
IMO yes lol, Light's look ridiculous in a lot of the Battlepass full outfits
safe to assume it was her signature class
Could it also be that contestants can play as all types, since its only a virtual avatar?
Light's look like child bride's in the wedding dress
To be a nitpick, you create contestants and each one has a set class in the menu
yes
so contestants are all one class or another, but the "player" piloting them can use any contestant they have made
Yeah the image of her with the revolver just threw me for a loop haha maybe we'll see someone else from her team that was a medium
and you can change the loadout and skins but never the class type
think as if you as a player are part of the lore. the way YOU play the games is how contestants in the lore play as well
So Odilia could have been a person with multiple contestant builds? makes sense
exactly, it’s just that her main/signature class was Light w/ Knives and Vanishing Bomb
and the ballerina her signature outfit
The specific wording in-game from the announcer's is Scott used to be a "contestant" so I imagine each contestant a player makes as its own entity
Then maybe Odilia was/is a contestant of an unknown player.
new easter egg gang member here
could be. we don’t know if that was their gamertag or real name
as a reminder, Wiki material is lore-accurate — we make sure there is no misinformation in there
anyway, back to EE 
How do you think the code is structured? I am unsure if the code is {gold representation} + {egg representation} or 1 word representing both.
Just that one. I really just looks the same from any angle
anything to do with your graphic settings maybe?
are all boxes like that in your game?
I dont think so, was in ranked so was unable to check but im pretty sure its different
in an attic in one of the mansions where a cashout is not sure what to call it, once i get the map again ill get better image
Figured out the easter egg on the back of one of the jackets a few days ago
cat headphones or something
@coarse dagger the numbers are a pain to un-warp, but it works if you do sections at a time.
If you’re using photoshop, set it to warp, then with ctrl left click you can add a warp point next to each number and use the little handle bar to rotate just that small section.
But on some numbers you can just use Distort > Twirl and mess with the degrees until you get something that works
looks different for reference, couldnt find similar
Materials used: Lapis lazuli, gold, enamel, pearls, diamonds, rubies
contains a similar decorative yolk with a small hen inside of it.[
Most lapis lazuli also contains calcite (CaCO3), and pyrite (fool's gold, FeS2)
i feel like this a good thread
Taking a look at this puppy we got a ruby inside there, with a decorative yolk
It's got calcite and pyrite
that being said, this isn't new, but it hasn't been eyed by rob before
i saw some lapis convos but not faberge egg's
yeah, the lapis egg is interesting
apparently a coincidence
yeah, I'm surprised that a lot of the lapis ideas came from previous clues, but haven't been thought of yet
*here
lapis = stone, lazuli = blue
inside the Lapis lazuli is the rosebud, which is what people think the egg might actually be containing
I feel like this checks off a lot of boxes for us... tbh
Where is this at?
vegas?
Thanks!
Clover version of lapis egg
i haven't looked in this channel in forever but has anyone found any more white rabbits since the launch of the game besides the vein sign and the mall staircase? or still no??
nope
jeez
What was the QR code leading too
Looking at the watch, I think there's a few numbers on there
I think it could be "7674"
But it also looks like there's an "x0" on the right
Also the seven in the middle might not be a seven, could be a /
Does anyone have the 🖖 emote?
I wonder if using it during the Alien Invasion event would trigger anything
Hinting at 5 member squad game-mode?
man
I suppose it’s time for me to get back into the hunt
been a fun few weeks of gaming but I’m itching to solve this tier
essentially all of the passwords are spelled with forms of numbers
2 years, 2 atomic elements, and 2 words all with forms of numbers.
And the watch is 74, or Tungston (W)
i agree with you both. it's gonna be so simple and using numbers
egg is 366, so that one feels like a good starting point.
i also feel like roman numerals may be required or something
yeah 100%. i just can't tell if it's for one number, a section, or the whole entire thing.
Note from me - you can do roman numerals and time at the same time by putting numbers modulo 12
Like how clocks have 1-12 in roman numerals
Would have to be done before putting the parts together though, or else the answer would just be a number 1-12
i have a feeling 404 might be in the answer somehow. i think this whole level (like the red x) has felt like an error
One other thought, egg being 366 could be pointing to 12/31 of a leap year.
Are there any other letter -> number transformations than e = 3, g = 6?
classic leet has s=5, 7=t, 1=l, b=8, o=0, z=2, a=4 as far as i'm aware. i know the o=0 was brought up before, don't know about the rest
I'm trying to put "gold" into numbers
Closest I can get is 6 0 450
450 being LD roman numerals
Ig with 1 = l
6 0 1 500
6015?
I do. I'll give it a go next time
831 hex = 4061 octal -> 1064, and the 110 could be binary for 6 -> g
lol
when i go to equipment > light, the text for throwing knives is flashing, dont think it was before, and my friends see it too
Idea with the truths, there could be an ordered process in applying them, such that by looking at the passwords we already have, we could figure out the order you're meant to apply them in
The root for this idea is that some of the potential truths aren't present in every password, but only because there's nothing for them to apply to
Testing time ig
This only makes sense if the application of rules can be mutually exclusive
Like, rule 2 happened, therefore rule 4 cannot
What I wanna know is, what form are the inputs
Text, numeric, a mix?
Idfk
I think I have an idea of what the rules could be though
Truths (Ordered):
- Starting point
- Translate to latin (maybe)
- Leet - 3,0
- Characters to Numbers - g = 6
- Numbers to Roman Numerals - 6 = vi, 79 = lxxix
Really depends whether truths only include what's explicitly stated or if they have patterns outside what we know that we'd have to infer
This is from explicitly stated ones
Wouldnt g = 6 fit into 3. Leet? I think thats also just leetspeak
https://medal.tv/games/the-finals/clips/1KaxJbajld32m_/d1337BUKXFcD?invite=cr-MSx6anosNzI3MTE1NDUs where the f*** is it coming from????
I think that's just a goo nade gone wrong
Very good point
Now I gotta find another thing they all have in common LOL
hey just noticed that the qr code website (holtow.com) is up.
idk if that has been found yet
yeah
Ah yeah found about a week ago i think
The circle is a mask for a square image with an odd namem
ah
Im still wondering about the random numbers i found on vegas
Was talked about for a bit but seems like nothing came of it
:)
:)
god this egg hunting is hard, I hope we are in the right direction
New videoooo
#game-announcements message
in the video there seems to be a black board with some recipe on it, but I can't read what recipe it is
Thats the same board the one in the practice range
I just did a quick scan frame-by-frame through the Christmas video and didn't see anything obvious
Does throwing these gift boxes and breaking them to reveal stuff inside count as easter eggs?
Do they?
Did you find anything? The few I threw didn't seem to contain anything.
I demolished the Christmas tree too. Sadly, hollow.
Mask, bunny mask and one look like the gold mask with horn in store
Oh! I did see a bunny mask on the ground! So, that's where that came from.
Yes, those gift boxes reveal some store items. Maybe more is hidden, gotta do more to find out.
GN !

It seems like the time is changing on the watch in game.
time is changing irl
no way XD
My account has been blocked for two days, and the official still hasn't replied to me
so what do you want us to do about it?
i find the person to solve my problem
the most important thing is that is a failure for my account
you can't find anyone you have to wait the reply
in china there is so many people are banned
i hope this game could become better than before
It’s only because 80% of the hackers are using Chinese usernames and or VPNs in China 🤦♂️
3finger meaning is salute right?
this is the Serbian version three finger salute
Just coming by to say Happy Holidays to my old fwiends! I hope y'all are having fun and discovering things 😄
Keep rocking this beautiful world y'all ❤️
I've just realized that I probably didn't hear anything due to turning the music volume to 0. But what's playing at the stage doesn't sound like Death by Rodent or Metal in general.
almost sounds likes i love rock 'n roll by joan jett but not quite
Milking it
text still blinking for me, dont think its a bug, may have meaning
that’s kinda what i was thinking, idk about that voice though
the voice is kinda similar to motley crue
my next guess would be led zeppelin
but neither are perfect matches imo
try getting the key the song is in and or if the beat count has anything.
its just the text cycling because it doesnt fit in the text field
a cowbell(?) at 28sec might be useful to find bpm
my guess is 90bpm
when putting c4s now says "from the north pole!" or "wrap this!"
Adorable
can anyone quickly drag it into audacity and check the period between each cowbell?
i think because the text is long it displays it in a different manner
if you see the full animation it blinks and displays the entire name
should there be another long name similar to that it would perform similarly, i suppose so
around 644ms I think
so an estimated 37-40 bpm
for the bells at least
afaik you can multiply that by 2*x and have the bpm for the whole song
x being 1 or 2, maybe 3
Just put it into a bpm checked
I wonder if the song is actually new or was there all the time. Had my music muted the whole time
too simple, needs more over complication
wtf are you doin with the freqency
bpm
Send me the audio file
one of them says e minor with 90 bpm
@placid cloak
in monaco, in some houses with the fireplaces, above them there's some stockings, there's 4 of them in one i spotted, they had 4-4-4-3 gifts inside of them, possibly an hint?
Yeah it's 90bpm
another says 89 bpm
Maybe there's a missing gift you need to find and put into the last stocking
too small to put the ones outside lol
maybe something like the big ornaments you can pick up
https://imgur.com/a/5tRCj83
picture!
actually it's 4-4-3-3, with candy canes in different spots uhhhhhh
Has anyone looked up the chimneys?
GOLDGOLDEGGEGG?
the candy canes
i do know a bit of assembly, maybe it's bit shifting?
considering the stocking set are 2 numbers
the candy canes would be 1000-0001 1000-0001
while the gifts would be RGRR-RGRR-RRG|-RGR| ( | = null/no gift )
have you guys noticed loading map music changed little like a remix
Yeah, I thought that too. Maybe just an improvement?
its nice
just confirmed the stockings are the same
also it's the only (?) pair of stockings i found, most houses either don't have them or don't have a chimney lol
tested this with death free cam (light can't enter in the chimney), it's just closed
also breaking presents can drop you plushies sometimes
I’ve seen masks that came out of them too
There was a rabbit mask left behind from one
anyone got connect error:TFLA0003?
Los angeles?
#rob_embark
from: rob_embark
thank you AI TTS 🙏
there is a lilac alley in the monaco
lilac is strongly associated with Easter time because it flowers around that time; it is consequently called paschalia.
so many eggs
Anyone know anything about the qr code sticker that sends you to a website with an ominous blinking red dot? I found it last night and can't find anything about it.
wait wh
There's a sticker in game with a qr code on it. When you scan it it sends you to a website that's completely black with a red blinking dot
They're going sherlock mode not only with the QR-Code, but with every possible Easter Egg
the stocking charm pattern seems off, but i might making that up
Yeah, pretty badass tbh. I originally thought the code was gonna lead to like a merch shop or something cheeky but damn, this shit is way out of my wheelhouse
Keep up the good work. I'll catch up in a month or two or ten when there are youtube videos documenting all of your discoveries
not sure if there will be any EE's on them but there are twitc drops going on
i saw them talk about the actual holtow page, but not the page icon in the tab?
it's an hexagon
MAYBE NOT A CLUE but in the winter trailer the heavy has a new hammer, possibly related to god/ancient stuff?
There's not a lot of pixels to work with, but here's a screenshot of the menu in the new trailer. I zoomed in as much as I could in Premiere, but there's only so much to pull.
ice cream and lobster? who eats those at christmas
Speaking of the video. What about the last frame. Looks a bit suspicious:
Good morning!
that last frame is almost in every video.
ah ok thanks
check practice range, i think that exact sign is there too
Is there any reward for easter egg hunting?
The love and affection of Saint Rob.
physical, in game reward, no
you get teases of new content, i think, unless i misunderstood that
although would be fun to get a detective hat of some sort for finding one cue
would be pretty cool to be fair
I've just realised the Christmas update matched the dates on the Death By Rhodent poster
Maybe they gave themselves a little leeway
ye, now we need to keep an eye out for Jan 12 to Feb 12
what's that from?
:o
It's gonna be a few weeks before I can get in-game again, so good luck, hunters.! 
Thanks!
anyone had luck "freeing" santa duck on monaco?
havent figured out how to damage the ropes holding him up, if possible
i've been checked out for IRL finals, but Troop did a thing by accident:
brings you to a website with a blinking red dot in the middle I guess?
lmao no worries it's still pretty fresh
-.-- -.-- --. -.-
YYGK
.-.. .-.. ..- .-.
LLUR
LLUR = RULL ?
In Norse mythology, Ullr (Old Norse: [ˈulːz̠]) is a god associated with skiing. Although literary attestations of Ullr are sparse, evidence including relatively ancient place-name evidence from Scandinavia suggests that he was a major god in earlier Germanic paganism. Proto-Germanic *wulþuz ('glory') appears to have been an important concept of ...
The Norse god seems likely
god of skiing............. with a bow
there's been concept art of japanese samurai armors... a bow would fit thematically
although i think the candy canes mean something
I thought the canes might be spacers but then the one on the end is out of place
RGB to HSV doesn't really help either
cymk maybe?
the candy canes have 2 stripes, let's say +2?
4211 1214 412 124
it doesn't mean anything though
if we do number of letters (red = 3, green = 5, cane = 4)
34533 35334 3435 3534 = (hex to text) 4S3S44554
or if we do cane = +2 we get
5533 3535 535 355 = (hex to text) U355SSU
Has anyone done anything meaningful with the abduction phase of the UFO? I've found you can place a zipline up to it if you're directly underneath. I wonder if it's possible to bring a cash box there? The UFO phase always seems to happen on boxes 5/6 ie. endgame of a round.
oh it was just a bug? :/
unintended, yeah
Doesn't it feel like there's something more to the abduction phase though? It's the new dynamic event. And the abduction phase of the alien attack doesn't seem to really do anything.
it shoots the environment, i think it's at the same level of meteor showers really
The greens in stocking 3 and 4 are wider?
I DIDN'T SEE THAT 💀 AND I'VE BEEN STARING AT IT FOR SO LONG
The two posters also have an image across them behind the text, so it's not graffiti like i thought at first glance. looks like a face and a fire ball or something
i was thinking that too maybe . -.. .-.. . .- .-. comes out to be EDLEAR
Ed Lear? Dealer?
leader
Leader works too.
oh god
it's not the first edward in this chat either
Edward has a painting called "Finale" so perhaps this could lead towards a new map of Genoa, Italy?
Can't embed the photo but I found the painting: https://nonsenselit.files.wordpress.com/2020/02/el_finale-l.jpg
wait this is a clock
it looks like a grandfather clock
i can't find anything that matches it, but it could be. that's upside down and angled cause i was trying to match it to the finals logo near it
that's how it looks normally. there's a sideways finals logo on the right edge as well covering a portion
that's interesting. Monaco is 1865 and Finale is 1864 (17-Dec-1864)
Another Edward is related to the gold stuff apparently
IT'S GOING TO BE SO EDWOVER SOON
There's also heaps of words all over the painting, like Wall and Olive, and some of it that I can't quite read
On further research that may not be the final version of the painting, found this: https://onlineonly.christies.com/s/300-years-british-drawings/edward-lear-london-1812-1888-san-remo-50/109093
Does anyone know anything about the HOLTOW qr code or its website
Oops thanks
Is there an Easter egg for getting all weapons, gadgets or class specials to maximum level....? 🤔
i doubt it, its possible though
ALL ACROSS THE EDWARUDO
A pattern?
looking for people to try to start a group to try to trophy boost with, some of them are just insane 😭 its a pretty niche thing so im not sure how many people would be interested, dm me if you are
any chance "the promise" ties into the puzzle at all? did 'the commence' tie into the final tier?
wrong channel #lfg-na-casual or whatever region you play in
I had a thought this morning, the rules could be exclusive to each side
Like that 2-3 divide on the whiteboard
2 rules for gold, 3 for egg (or vice versa)
potentially, only issue with that is I don’t think Rob would’ve had it that way, there are an incredibly high number of variations for 3:2 and vice versa we could try
eh commence means beginning, which could make sense as it was the beginning of the hunt, but so far we have nothing concrete on what the promise is
Random lead of I thought
New monaco has 4 new * shaped balloons, 2 yellow and 2 blue, on the center of the map, possibly their position (lined up with the orientation ruler on the top of the HUD) could lead numbers/time? Or is that too much?
racistas
I wouldn't think it's too far off since time is a theme so thinking of it like hours and minutes wouldn't be so far off
es mi amigo no
porfavor no
no lo saquen
@fallen jasper pls no ban its mai frien benro desde el jardin
what
Não podemos ajudá-lo aqui
Vá aqui #📧┇contact-us
is mai fokin amigo benro11 del ispe
tenkiu
I don't think so, it's pretty clear that there's a division of rules
Gold side is more number oriented, egg side is more "latin"
Ignoring the viold and evivi ones as their own group (although 6 = vi) probably still applies, they have seperate rules
If you go to where the Death Rodent signs are (the 2 on the wall) and you crank up your volume you can hear the music coming from whatever is on the otherside of that wall in front of you. Its definetly metal music. Sorry I don't have a time of day for when my game took place.
All these people disregarding channel rules to post about being "wrongfully banned" make me wonder what other rules they might be breaking 🤔
Of all the channels to post in as well, why this one?
Fr
this is one is so hyperspecific . Like this all we are doing EE hunting.
You guys are doing great. I see all the stuff in the threads and the other goodies you guys are finding, it's refreshing to see ❤️ Here's hoping that pesky password pops up soon enough
Their ban was a real mystery
So, the Edward dude, he did "the finale" piece of art which is based off Italy
In Italian, gold is "Oro" (noun) or "dorato" (color/adjective "made of gold") clock/watch is "orologio"
Might be a coincidence, but the new watch is also gold
We also have a saying "cuore d'oro", literal "golden heart" which means someone very nice/sweet/dear
Also it's a saying "vino è oro", literal "wine is gold"
I found a sign that says. Auberge au Lion dor which in french is Golden Lion Inn
hello
Does anyone know why the X for Tier 1B is larger than all the others?
And/or why 1D and 1C have extra backgrounds around the crosses?
Ahh, ty
I have an audio clip of the music behind the Death Rodent signs but I am not high enough level to post. Unless someoine beats me to it. Can I send someone the file for them to post here? Just lemme know.
I probs wont see this until a couple hours from now when I wake up.
The promise was the promise of more
I wanna add some stuff to the T3 tried passwords thread, no perms though
You can DM me and I'll add it. You'll have thread permissions before you know it
Easy, ty
@proud minnow Brother, I want to feedback some in-game questions and suggestions, can you add my friend?
@proud minnow
Hello, I cannot send you a private message
I still have some doubts about yesterday's incident
@coarse dagger how do you get that role FINAList?
I'm gonna sleep, but I have theory
This could be an indication of which of the answers from each theme we're meant to emulate in the final answer
Like, electron config for gold, and 0vif0rm (whatever this format is) for egg
And then they get added together at the end
get to level 10 or 15 i’m guessing
@proud minnowHello, I have some questions that I want to send to you, but why can’t I send you a private message?
This channel is for Easter egg discussion only. Please don’t ping the devs in here with unrelated questions. Use the usual community manager contact if you have questions about the game.
ok.Sorry.
4 Rob pings with new ish accounts…
@tacit wedge thanks bro
so the more messages i will make
i will be leveling up u mean
Those are the names of real players who entered the right password, right?
no those are the passwords
Those are the passwords 
Who's up for an arythmetic sequence check?
I don't know what you mean but I'm up for it 
A
what are these passwords from and what are they for again?
You gotta find passwords to unlock locked tiers
i need to read up ive missed so much
Essentially clues have been hidden deep in official promo art and they leave the most obscure clues possible
ooooooh


