#easter-eggs

1 messages · Page 138 of 1

pure loom
#

a Goodle!

snow walrus
#

is there a clown in the game

#

i forgot

quaint wing
#

Just us.

snow walrus
#

the pantomime was performed at Covent Garden (2nd theatre, Royal Opera House)

quaint wing
#

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.

velvet narwhal
#

You could try destroying all the generators on a map and look if something happened/changes

quaint wing
#

I know r.cade was doing that

pure loom
#

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

snow walrus
coarse dagger
#

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

pure loom
snow walrus
#

possible

pure loom
snow walrus
#

yea it looks like

pure loom
#

Surely just a coincidence

snow walrus
#

and the site is AUersignal

#

i found @jade citrus egg

velvet narwhal
faint rivet
#

Out of curiosity, what’s the image that can supposedly solve all the tiers?

snow walrus
#

image named Slash i guess

velvet narwhal
#

it time for me to get some sleep. gn and good luck!

lapis condor
hasty anvil
#

Spotted in the meatspace

silver finch
#

meatspace

hasty anvil
#

Robs called it that in the past haha

tacit wedge
#

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

hasty anvil
#

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

tacit wedge
#

pby now

silver finch
terse saffron
#

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

fleet current
#

Isn’t the season called act here?

#

Maybe it hints at something in S2

terse saffron
terse saffron
#

And nah just checked, it's season in game

jade citrus
terse saffron
#

LEGIT

jade citrus
#

i think thats macbeth tho

terse saffron
#

It kept showing me that when I was searching

#

Yeah macbeth LOL

silver finch
#

why the fuck did i send this here

#

i do not remember sending this here this is completely unrelated 😭

#

mb

jade citrus
#

the 100 year tier

sharp flame
jade citrus
sharp flame
#

I absolutely love the skin but I think I wanna see ANOTHER cool one on the adverts

lapis condor
#

this one probably my favorite but I know they want to promote the first season specifically

faint rivet
#

Did we ever found any of the 8 golden clues? (I think there were 8 of em)

hard current
#

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 🙂

faint rivet
terse saffron
#

we have everything just gotta figure out how to make it work now

#

is this for this tier in terms of clues?

lapis condor
terse saffron
#

Okioki

unborn pilot
#

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

faint rivet
#

#easter-eggs message

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. 🤷🏻‍♂️

hard current
#

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

hard current
#

so there might be golden clues who knows

hasty anvil
#

Our most recent clue is golden egg from patch notes right?

terse saffron
#

Has anyone found the "secondary meaning" from the answers for DEF?

terse saffron
#

Yea that as the main thing

#

Ah I can't post images

#

This message!

quick yacht
#

Hello there how do to upload videos. Sorry new

#

I found a band playing in a level

coarse dagger
#

Or you can upload to youtube

#

Max file size is pretty low on disc anyways

quick yacht
#

I'm not that big into uploading

silver finch
quick yacht
#

Yup

#

Bro seriously

#

Lol

#

But like this game

silver finch
#

send it to me in dms then i'll send it here

coarse dagger
quick yacht
#

Cool did send it

silver finch
#

are you sure

#

ohhhh the metal band

#

embed fial

#

more info ^

coarse dagger
quick yacht
#

Vr is on the wall lol

#

Tag?

fallen jasper
#

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 moolahpet

fallen jasper
lapis condor
#

Or one of them I should say lol

fallen jasper
lapis condor
fallen jasper
pulsar garden
coarse dagger
#

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:

lapis condor
#

It’s a generic JSON request it’s pretty common formatting

fallen jasper
# lapis condor 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.

lapis condor
#

Oh they both use squarespace

#

Very common sitebuilder

fallen jasper
#

hmm, but their api doesn't work, but okay. Let's just say I'm just throwing this in in case anyone's interested

coarse dagger
twin hatch
#

did someone already find the text "you have all the clues" in the ospuze pro juice image?

twin hatch
#

ah damn ok

thick stag
#

ds

rotund raft
#

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"

timid solstice
#

But I don't think there is a place called "Red Square"
erm yes there is a place... Moscow

rotund raft
#

oh yeah that

#

I mean in game

#

we only have Monaco Seoul Las Vegas, and...? I don't know what that map is called

timid solstice
#

Skyway Stadium

rotund raft
#

yeah, that, is Skyway also in Korea...?

velvet narwhal
#

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

timid solstice
#

its an arena with assets from monaco and seoul with added things like the hotel

rotund raft
#

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 sad_friend

#

I mean for now Las Vegas seems to be the one with most clue, but It's big, really

ocean pasture
#

The site from the Holtow QR code appears to be up now

daring drift
#

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

velvet narwhal
fallen jasper
#

Bruh I didn’t know that the QR code for the holtow quote sticker actually works😝 is this apart of an Easter egg?

rotund raft
fallen jasper
#

Thats awesome

fallen jasper
velvet narwhal
tulip matrix
#

Welcome to the dungeon I mean Easter egg hunt

daring drift
tulip matrix
daring drift
tulip matrix
#

I often have a way of putting things

daring drift
#

Kappa

sand scarab
#

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

velvet narwhal
sand scarab
#

Oh it is? alr nvm then

unique spruce
#

is it assumed that the fire engine red reference is to be linked to gold egg?

#

like.... a gold dragon egg?

normal moat
#

was reading up on tfee t3 on the wiki and the page broke, can ya'll access it?

velvet narwhal
bold burrow
#

has anyone here talked about the holtow wesbite

bold burrow
#

big thanks

normal moat
snow walrus
velvet narwhal
unique spruce
#

maybe we need to look at other images that have red for clues we missed

velvet narwhal
normal moat
#

so, is like the gold question mark and white questionmark referencing maybe where to find two halves of the password?

velvet narwhal
#

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.

normal moat
#

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?

velvet narwhal
#

this

normal moat
#

so what? like gold egg in latin? now im more confused

#

bloody aurum ovum

velvet narwhal
normal moat
#

goddamn

lapis condor
#

There seems to be some purposeful misspellings in his message about the five truths as well #easter-eggs message

tulip matrix
#

gold, egg, Latin, Roman numerals, and... time?

fallen jasper
#

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?

sharp flame
#

could you remind me

fallen jasper
# sharp flame Gold, Eggs, Roman Numerals?

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

velvet narwhal
twin hatch
#

I'm not available to look right now. Are there any clocks in the cathedral that use roman numerals?

unborn pilot
unborn pilot
fallen jasper
fallen jasper
unborn pilot
#

There’s a ton of little Easter eggs on it @twin hatch mostly in the parks

fallen jasper
#

So that’s why I refer to it

unborn pilot
# twin hatch I'm not available to look right now. Are there any clocks in the cathedral that ...

Here’s what has been found in game https://www.thefinals.wiki/wiki/In-Game_Easter_Eggs

THE FINALS

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...

twin hatch
sharp flame
#

like the graffitis.. we only found 1

#

but I guess they were added more recently

velvet narwhal
unborn pilot
#

I’ll gladly look out for it.

sharp flame
#

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.!

velvet narwhal
timid heron
#

Did anybody check what's the barcode on white Tech Trousers?

unborn pilot
#

@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

static rune
#

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.

unborn pilot
sharp flame
#

@sand girder ayo did you find something

pure loom
unborn pilot
#

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

unique spruce
#

i dont see sr72 there, i see more like 33720 or 33920, 38720 maybe

sand scarab
#

or OS4?

#

OSL!

pure loom
#

flipped it 180 - looks a bit like "uabee" or something like that

sand scarab
# unborn pilot

and the beginning looks like (2 or 3) + 30(0 or L? or 4??)

snow walrus
velvet narwhal
lapis condor
#

or 750 upside down

snow walrus
#

and maybe SOL

#

or SDL

#

or SQL lol

snow walrus
#

nah its more like D

timid solstice
#

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

snow walrus
#

ya i couldnt see in the padlet

velvet narwhal
#

It's a pretty long string that ends in "DSL"

snow walrus
#

right side is DSL part

#

left is SQL part

timid solstice
#

we thought these were numbers

snow walrus
#

i thought 100 at the first sight too

timid solstice
#

Here is how we know there are 17

snow walrus
#

17 letters okayy

timid solstice
#

You can see a couple messages above that some images from duh

snow walrus
#

there are some ///

keen ore
#

Oh, no. What if my account was blocked by mistake

snow walrus
snow walrus
keen ore
#

@snow walrusDid you send this link for me to inquire here

snow walrus
keen ore
#

Okay, thank you.@snow walrus

coarse dagger
unborn pilot
jade citrus
unborn pilot
#

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

snow walrus
flat roost
lapis condor
velvet narwhal
#

sus

snow walrus
#

lol its a web font format

lapis condor
#

sure but no context file upload on discord is never a good sign lol

flat roost
snow walrus
#

dear SR be our light 🙏

#

fiat lux 🙏 🙏

flat roost
#

DMA ::::D

peak vector
fallen jasper
#

“Can you acknowledge the receipt?” Is q-code for QSL

snow walrus
snow walrus
fallen jasper
terse saffron
#

It reads more like DSL imo

minor niche
#

( 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.

snow walrus
#

are there some letters more (THIS)

terse saffron
#

Hm

#

Gimmie a sec I'll mess with it

snow walrus
timid heron
#

maybe an X and 100

fallen jasper
snow walrus
#

100 is mentioned before yea

#

couldnt connect anything with its like gibberish

timid heron
#

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()()

terse saffron
#

Yeah I can't send images either

#

Mr dread, mind if I dm it to you?

snow walrus
woeful harness
snow walrus
#

if you can't send images here basically upload a cloud and link here

#

@terse saffron sent

timid heron
#

Btw, this is OSPUZE promo image, right?

terse saffron
#

Looks kinda like 004 imo

snow walrus
#

wait a minute got an idea

#

we have a normal robatama image Robatama

#

i'll subtract than the original

timid heron
#

hold on, where's the robotama image?

terse saffron
#

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

sharp flame
#

finals logo

hasty anvil
#

has this been found before? top of fountain in monaco

sharp flame
silver finch
fallen jasper
#

Is there free multibucks?

snow walrus
#

-egghunt

wet leafBOT
hasty anvil
#

drain near cathedral monaco has weird wording lol

sharp flame
#

it's a common thing

hasty anvil
#

damn alright ty

#

I need another EE dopamine hit soooon

timid heron
#

I found two barcodes on cosmetics

reef oxide
#

rofl, when you zoom in while inspecting the pets , you can hear the finalist breathing louder XD

fleet current
twin hatch
#

y'all found the symbols in the orignal robotam eyes right?

timid solstice
twin hatch
#

sorry there is just so much in the chat. trying to figure out what is relvant to this tier and what is already done.

timid solstice
#

no worries

snow walrus
terse saffron
coarse dagger
fleet current
unborn pilot
terse saffron
#

That clears things up a little

coarse dagger
#

Idk that those are numbers.

AFAIK there have never been any clues in the Namatamas with transparent backgrounds.

timid solstice
#

transparent?

coarse dagger
#

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?

cursive birch
#

new easter egg

#

getting banned for playing the game

terse saffron
#

🗣️

#

Wrong chat

hazy lake
#

Does anyone know about the Holtow Bundle?

#

Nvr mind

twin hatch
#

before I start looking around. has anyone dug into the last picture in #official-art ?

faint rivet
#

@sharp flame the pfp always get a chuckle out of me. 😆

hasty anvil
twin hatch
#

I keep finding stuff thats already been found. I didnt see it in the padlets but I may have missed it

hard current
faint rivet
twin hatch
#

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.

dusk grove
#

did you guys check the QR code weapon sticker

unborn pilot
glad wing
#

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

hard current
glad wing
#

my bad

#

fuck

#

LOL

faint rivet
coarse dagger
#

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!

hard current
#

that’s literally us

nimble iron
#

The one with the spiral

#

Or

coarse dagger
#

Nambatama. Context is linked in my message as well

nimble iron
#

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

nimble iron
#

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

coarse dagger
#

Yeah, I found all the context I think.
I'm just looking for a description of the techniques used to un-warp it.

timid solstice
#

I do now that I have a coloured bg in discord

timid solstice
timid solstice
twin hatch
#

yeah I just must have missed when looking thru them. all good thanks

agile depot
#

Have devs mentioned anything about the cars in the trailer?

twin hatch
#

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

amber veldt
#

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

amber veldt
#

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

chilly shale
#

is there somewhere i can see what easter eggs have alr been found

wet leafBOT
molten ivy
chilly shale
#

do we know how many easter eggs there are?

manic latch
twilit gorge
#

!hunt

snow walrus
wet leafBOT
twilit gorge
#

-egghunt

nimble iron
#

wait theres a good video for ultra laminar flow btw

#

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?

olive pulsar
#

i really love me physics based chad discussion

timid solstice
nimble iron
#

is there a reason?

#

just to refresh or?

#

thats a lot of work tho, good luck lulz!

timid solstice
nimble iron
#

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

timid solstice
#

wiki is up to date now too

nimble iron
#

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.

rotund raft
#

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

random grove
rotund raft
#

huh, that's coool

#

if the watch can also work while having the suit it will be perfect

olive pulsar
random grove
#

it knows your PC time probably

#

Today is Dec. 19th. Anyone checked Las Vegas?

rancid rapids
lilac scaffold
#

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

lilac scaffold
remote terrace
#

which reflection? of the new watch in the shop?

lilac scaffold
#

Yeah that

#

On the inside of the wristband

remote terrace
#

I think they're just scratched tbh

lilac scaffold
#

I thought that was it but just wanted to what everyone thought

remote terrace
#

not a face for me but it is symmetrical

lilac scaffold
#

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

snow walrus
#

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._

jade citrus
#

Rob says hurry up

snow walrus
#

😭

lapis condor
#

Looks like 74

lilac scaffold
#

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

winged tartan
#

What does the watch look like in game

snow walrus
#

Atomic number 74 is tungsten

#

Messier object m74

snow walrus
#

posting the back side maybe someone notice anything

cedar vine
#

its robs

tulip matrix
#

bruh.
Someone uploaded a screen of the leaderboard to Embark Studios maps page 😂

snow walrus
#

that's a real show off lol

tulip matrix
#

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

turbid tinsel
# tulip matrix

we went to dive into this and everyone pretty much said its just reflection assests and to not bother

snow walrus
#

and didnt get an eye

tulip matrix
#

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

turbid tinsel
pure loom
tulip matrix
#

I'mma do it anyway

#

Embrace curiosity. If you find nothing, then now you know there's nothing to find.

turbid tinsel
pure loom
snow walrus
#

today

pure loom
snow walrus
turbid tinsel
#

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

wide elk
#

Can someone play with me

turbid tinsel
wet leafBOT
timid heron
#

What does "00:00:00" mean? It's on default weapon skins and some in-game sutff

snow walrus
velvet narwhal
#

I didn't find anything yet

random grove
#

Haven't found anything

wide elk
#

Can someone play

snow walrus
#

btw "dark knight" clue still waiting to be solved

pure loom
snow walrus
#

death by rhodent is playing at the stage i guess

cosmic patrol
#

So out of curiosity, is there any reward for finding these easter eggs? Or it's just purely for fun?

turbid tinsel
cosmic patrol
#

Ah gotcha

turbid tinsel
#

and recognition for finding clues from the saint himself with eyes reaction on your post if you find one

cosmic patrol
snow walrus
#

we will get Namatama's respect

agile depot
velvet narwhal
silver finch
lapis condor
short barn
#

I saw a video on that

#

It's some half-life 2 source magic there

coarse dagger
lapis condor
#

ahh embed perm fail

timid solstice
#

I tried unwrapping it into an equirectangular map

lapis condor
#

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"

reef field
#

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

reef field
snow walrus
#

if i dont remember wrong

velvet narwhal
reef field
velvet narwhal
tacit wedge
#

i thought she was a medium

lapis condor
#

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 😛

velvet narwhal
snow walrus
#

Her signature gadget is the Vanishing Bomb and her signature weapons are the Throwing Knives.

solar glade
reef field
#

@lapis condor @velvet narwhal the verbiage does strongly suggest light though, thanks for finding that! RJ does it look that bad? lol

solar glade
#

she was part of the Shadow Flock and they introduced the Vanishing Bomb alongside her

lapis condor
solar glade
velvet narwhal
#

Could it also be that contestants can play as all types, since its only a virtual avatar?

lapis condor
#

Light's look like child bride's in the wedding dress

lapis condor
lapis condor
#

so contestants are all one class or another, but the "player" piloting them can use any contestant they have made

reef field
lapis condor
#

and you can change the loadout and skins but never the class type

solar glade
#

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

reef field
solar glade
#

exactly, it’s just that her main/signature class was Light w/ Knives and Vanishing Bomb

#

and the ballerina her signature outfit

lapis condor
#

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

velvet narwhal
#

Then maybe Odilia was/is a contestant of an unknown player.

rugged pond
#

new easter egg gang member here

solar glade
#

as a reminder, Wiki material is lore-accurate — we make sure there is no misinformation in there

#

anyway, back to EE happy_friend

velvet narwhal
#

How do you think the code is structured? I am unsure if the code is {gold representation} + {egg representation} or 1 word representing both.

tulip matrix
hasty anvil
#

on a yellow box in skyway, is this normal?

#

the overlap in the middle

hushed quarry
#

anything to do with your graphic settings maybe?

#

are all boxes like that in your game?

hasty anvil
#

I dont think so, was in ranked so was unable to check but im pretty sure its different

snow walrus
hasty anvil
#

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

devout storm
#

Figured out the easter egg on the back of one of the jackets a few days ago

devout storm
unborn pilot
#

@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

hasty anvil
#

looks different for reference, couldnt find similar

snow walrus
#

another faberge egg is lapis lazuli

snow walrus
snow walrus
regal lintel
#

i feel like this a good thread

#

Taking a look at this puppy we got a ruby inside there, with a decorative yolk

snow walrus
#

yess

regal lintel
#

It's got calcite and pyrite

#

that being said, this isn't new, but it hasn't been eyed by rob before

snow walrus
#

i saw some lapis convos but not faberge egg's

regal lintel
#

yeah, the lapis egg is interesting

snow walrus
regal lintel
#

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

snow walrus
#

Gold, enamel, lapis lazuli, pearls, diamonds, rubies

regal lintel
#

I feel like this checks off a lot of boxes for us... tbh

fallen jasper
snow walrus
fallen jasper
#

Just checking it wasn't just in the trailer hug_friend

#

Got a little wiki work to do later so

snow walrus
fallen jasper
#

Thanks!

lament gazelle
lament gazelle
dense hound
#

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??

dense hound
pure vortex
#

What was the QR code leading too

coarse dagger
terse saffron
#

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 /

tulip matrix
#

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?

tulip matrix
#

children are no allowed

#

lol

hard current
#

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

turbid tinsel
#

essentially all of the passwords are spelled with forms of numbers

unborn pilot
#

2 years, 2 atomic elements, and 2 words all with forms of numbers.

quaint wing
#

And the watch is 74, or Tungston (W)

unborn pilot
#

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.

turbid tinsel
unborn pilot
terse saffron
#

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

unborn pilot
#

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.

terse saffron
#

Are there any other letter -> number transformations than e = 3, g = 6?

glass lagoon
#

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

terse saffron
#

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?

coarse dagger
unborn pilot
#

831 hex = 4061 octal -> 1064, and the 110 could be binary for 6 -> g

spark silo
#

lol

unique spruce
#

when i go to equipment > light, the text for throwing knives is flashing, dont think it was before, and my friends see it too

terse saffron
#

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

terse saffron
#

Like, rule 2 happened, therefore rule 4 cannot

terse saffron
#

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):

  1. Starting point
  2. Translate to latin (maybe)
  3. Leet - 3,0
  4. Characters to Numbers - g = 6
  5. 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

velvet narwhal
thick notch
zealous chasm
terse saffron
#

Now I gotta find another thing they all have in common LOL

forest zodiac
#

right

#

what no way

brazen egret
#

hey just noticed that the qr code website (holtow.com) is up.

#

idk if that has been found yet

lilac scaffold
#

Has been found yeah

#

The blinking red circle?

brazen egret
#

yeah

lilac scaffold
#

Ah yeah found about a week ago i think

#

The circle is a mask for a square image with an odd namem

brazen egret
#

ah

lilac scaffold
#

Im still wondering about the random numbers i found on vegas

#

Was talked about for a bit but seems like nothing came of it

green coral
#

:)

forest zodiac
#

:)

rotund raft
#

god this egg hunting is hard, I hope we are in the right direction

snow walrus
rotund raft
snow walrus
rotund raft
#

ok

#

well, it's nice to know that I'm wrong

pure loom
#

I just did a quick scan frame-by-frame through the Christmas video and didn't see anything obvious

silk mortar
#

Does throwing these gift boxes and breaking them to reveal stuff inside count as easter eggs?

maiden fable
#

Do they?

pure loom
#

I demolished the Christmas tree too. Sadly, hollow.

silk mortar
pure loom
silk mortar
pure loom
#

yeah, definitely.

#

It's late here, so I'll check it tomorrow.

#

GN all

silk mortar
#

GN !

gentle thorn
languid plinth
#

It seems like the time is changing on the watch in game.

spring girder
#

time is changing irl

green coral
#

no way XD

devout viper
#

My account has been blocked for two days, and the official still hasn't replied to me

tawdry falcon
devout viper
#

i find the person to solve my problem

#

the most important thing is that is a failure for my account

snow walrus
#

you can't find anyone you have to wait the reply

devout viper
#

in china there is so many people are banned

#

i hope this game could become better than before

magic glen
snow walrus
#

3finger meaning is salute right?

#

this is the Serbian version three finger salute

balmy fog
#

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 ❤️

tulip matrix
random grove
devout storm
#

🤔

turbid tinsel
# random grove

almost sounds likes i love rock 'n roll by joan jett but not quite

unique spruce
earnest nimbus
#

Milking it

unique spruce
#

text still blinking for me, dont think its a bug, may have meaning

tacit wedge
#

my next guess would be led zeppelin

#

but neither are perfect matches imo

tulip matrix
#

Maybe it's AI generated 🤖

#

Would explain the lack of discernable lyrics

mellow moat
#

try getting the key the song is in and or if the beat count has anything.

tacit wedge
#

there was a hint that said bpm

#

or at least someone deciphered something and got bpm

mellow moat
tacit wedge
snow walrus
#

my guess is 90bpm

wicked pier
#

when putting c4s now says "from the north pole!" or "wrap this!"

tulip matrix
#

Adorable

tacit wedge
#

can anyone quickly drag it into audacity and check the period between each cowbell?

cerulean cape
#

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

tacit wedge
#

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

placid cloak
#

Y'all scare me. Respectfully

#

Like in a nice way

tacit wedge
placid cloak
#

Just put it into a bpm checked

random grove
#

I wonder if the song is actually new or was there all the time. Had my music muted the whole time

tacit wedge
sand girder
#

wtf are you doin with the freqency

tacit wedge
placid cloak
#

Send me the audio file

tacit wedge
tacit wedge
wicked pier
#

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?

placid cloak
#

Yeah it's 90bpm

tacit wedge
#

another says 89 bpm

placid cloak
#

It's 90

#

Obviously there is a bit of variance. But do you only care about bpm.

tulip matrix
wicked pier
#

too small to put the ones outside lol

tacit wedge
wicked pier
#

actually it's 4-4-3-3, with candy canes in different spots uhhhhhh

pure loom
wicked pier
#

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 )

snow walrus
#

have you guys noticed loading map music changed little like a remix

pure loom
snow walrus
#

its nice

wicked pier
#

also it's the only (?) pair of stockings i found, most houses either don't have them or don't have a chimney lol

wicked pier
#

also breaking presents can drop you plushies sometimes

pure loom
#

There was a rabbit mask left behind from one

wicked pier
#

it's... just animal stuff then?

#

i got namanama, an orange cat

soft tiger
#

anyone got connect error:TFLA0003?

wicked pier
#

Los angeles?

fallen jasper
#

#rob_embark

snow walrus
fallen jasper
#

from: rob_embark

daring bluff
snow walrus
#

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.

wicked pier
#

so many eggs

winter idol
#

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.

wicked pier
#

wait wh

winter idol
#

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

snow walrus
winter idol
#

Oh ok, dope. Thanks

#

Holy fuck

#

They're going Sherlock mode on that shit

sand scarab
#

They're going sherlock mode not only with the QR-Code, but with every possible Easter Egg

wicked pier
#

the stocking charm pattern seems off, but i might making that up

winter idol
#

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

snow walrus
#

We are EE hunters whiterabbit

#

This is what we do happy_friend

winter idol
#

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

turbid tinsel
#

not sure if there will be any EE's on them but there are twitc drops going on

wicked pier
#

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?

quaint wing
#

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.

wicked pier
#

ice cream and lobster? who eats those at christmas

quaint wing
#

My bad. Just waking up.

#

Can only read so many messages when there's always 300+!

random grove
#

Speaking of the video. What about the last frame. Looks a bit suspicious:

unborn pilot
turbid tinsel
random grove
#

ah ok thanks

tacit wedge
neat agate
#

Is there any reward for easter egg hunting?

quaint wing
#

The love and affection of Saint Rob.

wicked pier
#

you get teases of new content, i think, unless i misunderstood that

wicked pier
#

although would be fun to get a detective hat of some sort for finding one cue

rare leaf
pure loom
#

I've just realised the Christmas update matched the dates on the Death By Rhodent poster

#

Maybe they gave themselves a little leeway

solar glade
pure loom
keen ravine
#

:o

jade citrus
#

It's gonna be a few weeks before I can get in-game again, so good luck, hunters.! hug_friend

lapis condor
#

anyone had luck "freeing" santa duck on monaco?

#

havent figured out how to damage the ropes holding him up, if possible

full token
#

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?

full token
#

my fault, rookie mistake.

lapis condor
#

lmao no worries it's still pretty fresh

tulip matrix
#

Here's the stockings

#

colored gifts
rgrr rgrr rrg rgr

turbid tinsel
#

or binary?

timid solstice
#

-.-- -.-- --. -.-
YYGK
.-.. .-.. ..- .-.
LLUR

tulip matrix
#

lol nice

#

hmm thonk

timid solstice
#

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 ...

tulip matrix
#

The Norse god seems likely

wicked pier
#

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

tulip matrix
#

I thought the canes might be spacers but then the one on the end is out of place

wicked pier
#

RGB to HSV doesn't really help either

tulip matrix
#

rcgrr rgrrc rcrg rgrc

#

with the canes

wicked pier
#

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

winter mantle
#

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.

wicked pier
#

you cannot do that anymore

#

unless i misread the patch notes

winter mantle
#

oh it was just a bug? :/

wicked pier
#

unintended, yeah

winter mantle
#

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.

wicked pier
#

it shoots the environment, i think it's at the same level of meteor showers really

wooden radish
wicked pier
#

I DIDN'T SEE THAT 💀 AND I'VE BEEN STARING AT IT FOR SO LONG

unborn pilot
#

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

unborn pilot
#

Ed Lear? Dealer?

wicked pier
#

leader

unborn pilot
#

Leader works too.

wicked pier
#

oh god

unborn pilot
#

Edward Lear, Monaco (1865)

wicked pier
#

it's not the first edward in this chat either

balmy iron
#

Edward has a painting called "Finale" so perhaps this could lead towards a new map of Genoa, Italy?

random bramble
hard current
#

it looks like a grandfather clock

unborn pilot
#

that's how it looks normally. there's a sideways finals logo on the right edge as well covering a portion

unborn pilot
wicked pier
#

Another Edward is related to the gold stuff apparently

#

IT'S GOING TO BE SO EDWOVER SOON

random bramble
#

There's also heaps of words all over the painting, like Wall and Olive, and some of it that I can't quite read

fleet dew
#

Does anyone know anything about the HOLTOW qr code or its website

fleet dew
#

Oops thanks

patent canopy
#

Is there an Easter egg for getting all weapons, gadgets or class specials to maximum level....? 🤔

inland granite
silver ether
tulip matrix
#

A pattern?

wind warren
#

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

unique spruce
#

any chance "the promise" ties into the puzzle at all? did 'the commence' tie into the final tier?

twin hatch
terse saffron
#

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)

hard current
hard current
wicked pier
#

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?

teal canyon
#

racistas

wicked pier
teal canyon
#

es mi amigo no

#

porfavor no

#

no lo saquen

#

@fallen jasper pls no ban its mai frien benro desde el jardin

tulip matrix
teal canyon
teal canyon
terse saffron
#

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

twin hatch
normal compass
#

@proud minnowhi bro

#

My new account has also been mistakenly blocked

coarse dagger
#

All these people disregarding channel rules to post about being "wrongfully banned" make me wonder what other rules they might be breaking 🤔

random bramble
#

Of all the channels to post in as well, why this one?

terse saffron
#

Fr

twin hatch
#

this is one is so hyperspecific . Like this all we are doing EE hunting.

quaint wing
#

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

wicked pier
#

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"

twin hatch
#

I found a sign that says. Auberge au Lion dor which in french is Golden Lion Inn

fallen jasper
#

hello

terse saffron
#

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?

terse saffron
#

Ahh, ty

twin hatch
#

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.

timid solstice
terse saffron
#

I wanna add some stuff to the T3 tried passwords thread, no perms though

coarse dagger
terse saffron
#

Easy, ty

slender oxide
#

@proud minnow Brother, I want to feedback some in-game questions and suggestions, can you add my friend?

ember jewel
#

@proud minnow

#

Hello, I cannot send you a private message

#

I still have some doubts about yesterday's incident

hidden solstice
#

@coarse dagger how do you get that role FINAList?

terse saffron
#

I'm gonna sleep, but I have theory

terse saffron
#

Like, electron config for gold, and 0vif0rm (whatever this format is) for egg

#

And then they get added together at the end

tacit wedge
cunning fossil
#

@proud minnowHello, I have some questions that I want to send to you, but why can’t I send you a private message?

pure loom
rugged arrow
#

ok.Sorry.

hasty anvil
#

4 Rob pings with new ish accounts…

hidden solstice
#

@tacit wedge thanks bro

#

so the more messages i will make

#

i will be leveling up u mean

timid heron
wicked pier
#

no those are the passwords

tulip matrix
timid heron
#

Who's up for an arythmetic sequence check?

tulip matrix
#

I don't know what you mean but I'm up for it justdoit

coral elk
#

A

alpine whale
timid heron
alpine whale
#

i need to read up ive missed so much

timid heron
#

Essentially clues have been hidden deep in official promo art and they leave the most obscure clues possible

alpine whale
#

ooooooh