#gtfo-lore

1 messages · Page 205 of 1

fervent lagoon
#

i might be dumb, where are the starting values?

rich blaze
#

The loop at the start instantiates it

#

by iterating 15 times over it

fervent lagoon
#

I should be running that, I may have messed up ]

rich blaze
#

might be

fervent lagoon
#

yes, im only running that once
thonk

#

fixed it, heres what I got (again):

105 110 110 110 120 114 122 32 60 66 75 81 67 81 81 67 15 121 123 114 118 118 72 123 126 118 32 131 131 117 130 72 15 119 130 133 141 32 126 97 125 130 97 47 15 102 134 134 32 136 109 136 109 108 138 108 110 15 119 125 128 141 32 138 127 138 137 140 142 73 127 142 141 75 15 141 141 141 140 32 127 141 140 46 144 129 144 143 146 148 75 48 15 148 140 148 129 128 150 48 149 144 154 154 15 158 143 144 147 132 132 158 146 158 146 145 160 48 160 162 151 75 50 77 49 15 164 166 166 150 32 170 169 152 152 173 15 173 175 175 152 32 180 157 180 157 156 182 131 156 182 182 133 15```
rich blaze
#

it's kinda extended ASCII

tall gate
#

Weird, we got this105 110 108 107 118 111 120 32 60 66 74 80 67 80 79 65 13 118 120 111 115 112 70 119 122 112 32 127 125 111 123 67 13 113 122 125 133 32 120 97 118 123 95 47 13 32 32 32 100 127 127 32 129 107 128 106 104 130 102 104 13 32 32 32 113 119 122 133 32 129 118 128 127 130 132 68 117 130 129 70 13 32 32 32 133 127 132 126 32 117 130 129 46 133 119 132 131 134 136 70 48 13 32 32 32 32 32 32 136 126 135 119 117 137 47 135 130 140 139 13 32 32 32 143 128 129 132 121 118 142 130 141 129 127 143 47 140 142 133 69 49 71 48 13 32 32 32 32 32 32 144 146 145 131 32 149 146 133 133 150 13 32 32 32 150 152 151 132 32 156 137 155 136 134 157 117 134 154 154 119

rich blaze
#

and we verified it with an online cipher

fervent lagoon
#

i tried converting and got Invalid UTF-8 detected

leaden dagger
#

i got a rock 😔

celest pagoda
#

Aint sure if its right but I gotta continue this tommarow, headin out for now

#

(I was def wrong on that one chief) goodluck yall

pure ferry
#

This part:
+++++++++++++++[>++>+++>++++>+++++>++++++>+++++++>++++++++<<<<<<<-]+++++++++++++++>>>>>>
Sets the first 8 registers to multiples of 15
[15][30][45][60][75][90][105][120]

#

Pointing at the first value

rich blaze
#

We ran program on Python and cross ref'd it with an online Mindfuck cypher

granite pebble
pure ferry
#

And then shifts to the 7th (105) prints, adds 5 (110), prints, subtracts 2 (this part could be wrong, could be subtracts 1 depending on how you corrected the original code) etc

rich blaze
#

So yeah we're pretty sure about our numbers

pure ferry
#

does it output something understandable?

rich blaze
#

Not yet

#

but it's in extended ASCII

#

for sure

pure ferry
#

depending on how you correct the original

granite pebble
# rich blaze Not yet

inlkvox <BJPCPOA
vxospFwzp }o{C
qz}… xav{_/
d k€jh‚fh
qwz… v€‚„Du‚F
…„~ u‚.…w„ƒ†ˆF0
ˆ~‡wu‰/‡‚Œ‹
€„yvŽ‚/ŒŽ…E1G0
’‘ƒ •’……–
–˜—„ œ‰›ˆ†u†ššw

pure ferry
#

+++++++++++++++[>++>+++>++++>+++++>++++++>+++++++>++++++++<<<<<<<-]+++++++++++++++>>>>>>.+++++.——.—.>——.<++++.>++.<<<<<<++.>>.++++++.>–.++++++.<+.>.–.<—–.<<<—–.>>>>>>>—-.++.<.++++.——–.<<<+++++.>>>>—.+++.<.<<<<<.>>>>>>+++++.—–.<-.>—-.<<<<——–.<<<.>>>>>>++.>–.+++.++++++++.<<<<<<.>>>>>+++++++.<+++++++.>—-.+++++.<—–.<<<++.<<.>…>>>>+++++.>++++..<<<<<.>>>>>++.<+++++++.>–.<—.—-.>++.<——.++.<<<<<.>…>>>>+++++++++.++++++.+++.>>.<<<<<<.>>>>>–.<———-.>–.-.+++.++.<<<+.>>–.>—–.-.<<<++.<<<.>…>>>>>>.<—–.>—.<-.<<<<<.>>>>.>>—–.-.<<<<<-.>>>>>++++.<<++.>>–.-.+++.++.<<<<.<++.<<.>……>>>>>>.<.>–.<<.—-.>>++.<<<<<–.>>>>>—-.<++++.>+++++.–.<<<<<<<.>…>>>>>>++++.<—-.+.+++.<++++.———.>>—.<—-.>–.<—.—-.>++.<<<<<.>>>>>——–.++.<++++++.<<<–.<++.>++.<-.<<.>……>>>>>>++.++.—.<—-.<<<<<.>>>>>>++++.——-.<++..>++++.<<<<<<<.>…>>>>>>.++.—.<–.<<<<<.>>>>>>+++++.<+++++.>–.<—.—-.>++.<<-.>.>——–..<<++.
So there are some double hypens which if you just replace will turn into "--", but which well might read as just 1 "-"

rich blaze
#

as the only non-printable characters are Line Return, Del, and Space

pure ferry
fervent lagoon
#

i just copy and pasted

#

0/10 game unplayable the lore page isnt consistant

pure ferry
#

The first value is correct [105], the second value should be either subtract once [109], or subtract twice [108] (there is two "——" right next to each other, which look like a single large "-" on the santonian website)

#

So you have to correct the text first

solar nova
#

Is it possible that the final result is itself put through a cypher?

rich blaze
#

Yes

#

and we've been hacking at it thus far

solar nova
#

Doin' the Lord's work.

granite pebble
#

We've been working on this since the logs came out, have fun to continue our research syringered

gilded vine
#

Cant believe i was asleep for the most exciting part

real pewter
gilded vine
#

Good thing i don't understand brainfuck

#

But on the other hand someone tried to "break" into biocom

shut mountain
#

Pinning that for now cause that's a good summary document but if a conclusive answer to what the code is drops mass ping me and Ill pin that instead of this

#

If anyone complains, tell them I gave permission to mass ping me for this purpose lmao

gilded vine
#

But whats interesting is that it looks like the warden was the one that broke in

#

And will do

shut mountain
#

Or it could be a program called the warden questionmark

gilded vine
#

Hm

#

But who infiltrated biocom to initialise it then

shut mountain
#

That is the question

#

Alrighty, it is time for me to nap cause I dont wanna miss the dev stream tomorrow and I need sleep, you guys keep on theorising and ping me asap if something concludes so I can pin it

gilded vine
#

So maybe the warden isn't native to biocom

pure ferry
#

Whoever did it, also did it from inside the complex

#

DisableNetworkIsolation: false
To me this implies that the network remains isolated. So whatever changes were made to BIOCOM, were made from inside garganta

solar nova
#

Depends on if that refers to prior to rebooting or after rebooting.

#

It might be the case that the person accessing BIOCOM wanted to ensure nobody outside of the network could correct their changes.

gilded vine
#

Schaeffer asdflushed

solar nova
#

GO DEEPER

#

Rereading, does appear to be a status report prior to rebooting, but it's hard to tell.

finite vine
analog frigate
#

something was changed prior

#

then it was rebooted as to initialise the new code

analog frigate
#

if it were random numbers, the would align with benford's law

#

there is some actual text there

#

later i have something interesting to try with it

fervent lagoon
#

the majority are 95 to 157, so 62 different things. lowercase + uppercase + 0-9 would be 62

#

that would leave 15 "special" characters and space/return

gilded vine
#

Maybe a different language?

analog frigate
#

it could be

#

but then ascii would show it

gilded vine
#

Plugged it into an interpreter and it gave me a different script

#

For some characters

analog frigate
#

this will be useful

fervent lagoon
#
105 110 108 107 118 111 120    60 66 74 80 67 80 79 65
118 120 111 115 112 70 119 122 112    127 125 111 123 67
113 122 125 133    120 97 118 123 95 47
         100 127 127    129 107 128 106 104 130 102 104
         113 119 122 133    129 118 128 127 130 132 68 117 130 129 70
         133 127 132 126    117 130 129 46 133 119 132 131 134 136 70 48
                  136 126 135 119 117 137 47 135 130 140 139
         143 128 129 132 121 118 142 130 141 129 127 143 47 140 142 133 69 49 71 48
                  144 146 145 131    149 146 133 133 150
         150 152 151 132    156 137 155 136 134 157 117 134 154 154 119

adjusted for space and return
giving something like this:

_______ --------
_____-___ ____-
____ _____-
   ___ ________
   ____ ______-___-
   ____ ___-______--
     ______-____
   ____________-___----
     ____ _____
   ____ ___________

with _ as letters/numbers and - as special using the thing I said above

gilded vine
#

Hangman time

cursive moss
#

What the fu-

#

I don't like numbers, sorry.

rich blaze
#

It can only be substitution/Rotation as we have no key to work with

#

There is also a number of characters that fall into the extended table with some falling on non-assigned Characters (at least outside of Latin-1 Extended, where they technically have equivalents)

#

Those extended characters go back to the gibberish we saw before the clear

#

I.e em and en dashes and Ellipsis

#

which makes us think it's still intentional

real pewter
#

i'm just here to watch

#

go on

rich blaze
#

127 -> DEL Characters
129 -> Technically nothing or ü depending on the Extended table you ask
130 -> ‚
132 -> „
133 -> …
144 -> Nothing or É
145 -> ‘
146 -> ’
150 -> –
151 -> —
152 -> ™️
154 -> š
155 -> ›
156 -> œ

#

Pro of the standard extended : It's what would be normal to use, plus some of the characters fit the gibberish that was before
Cons : No characters on certain numbers

#

Latin-1 -> Translates everything but no sense either

dense saffron
#

has anyone tried populating the initial brain fuck pointer with the missing characters from the rest of the log?

#

the characters that are replaced with like # n such

rich blaze
#

You can't use them in brainfuck

dense saffron
#

A Brainfuck program has an implicit byte pointer, called "the pointer", which is free to move around within an array of 30000 bytes, initially all set to zero
what im saying is what if this initial array already contains the values required to print the missing characters

#

because why else would the characters be substituted in the log

#

they have to be important somehow

rich blaze
#

This initial array is initialized with multiples of 15

celest pagoda
#

Anything found since last night?

gilded vine
#

Only confusion

analog frigate
#

i have some idea on what the first word is at least

#

intiate

#

from the on nothing makes enough sense

#

also, not using latin ascii, it is mostly japanese

#

and there aren't any missing characters

#

innnxrz <BKQCQQCy{rvvH{~v テテuツHwツナヘ ~a}ツa/fニニ ネmネmlハlnw}タヘ ハハノフホIホヘKヘヘヘフ ヘフ.ミチミマメヤK0ヤフヤチタヨ0ユミレレ゙マミモトドメ゙メムᅠ0ᅠᄁラK2M1ᄂᆭᆭヨ ᆰᄅリリᆳᆳᆵᆵリ ᄡンᄡンワᄊテワᄊᄊナ

#

i imagine there is some sort of connection between different ascii libraries

#

i'll experiment a bit and see what i can find

#

also it appears like a corrupted command

#

no idea why it would degrade to brainfuck

#

as a command it only outputs "in"

#

also something odd: the way probably initiate was messed up, sort of looks like someone typing then somehow stopping to do so

#

a finger remains on the n before the had slides off, the are of connection between the fingers and main hand press x while that someone misses t, then hand slips off and presses z and probably space

#

very far fetched and not likely but it's a thing

honest merlin
analog frigate
#

not yet

#

i'll write the output

carmine tendon
#

So we haven't sure what type of message is it then?

upbeat flare
#

Been at it for a while, Nothing at all

carmine tendon
#

I see

upbeat flare
gilded vine
#

The "in"

#

At the start

honest merlin
#

I wonder if there is anything that might be helpful on other BIOCOM related logs...

#

Or in the message before the encrypted part.

upbeat flare
#

I've had a look the the message before the brainfuck part

#

tried to match words

gilded vine
#

Maybe characters from the broken words

honest merlin
#

D-lock block cipher

#

That's mentioned in all BIOCOM related logs.

carmine tendon
#

"D-lock"

gilded vine
#

Wasnt there ROT64 or smth as well

upbeat flare
#

Wasn't mentioned earlier

#

and anyways i brute forced some rolls just to see

analog frigate
#

god that took a while

#

that's the nordic ascii group

#

it looks much more like a linux command

#

some parts started to make sense during translation

#

definitely some kind of ascii like this one with some cipher on it

leaden dagger
#

damn

analog frigate
#

i can tell there is some sort of linux command in here

#

and a pattern

#

but i have no idea what it is

leaden dagger
#

just pay a professional code breaker to do it 😂

analog frigate
#

it's a possibility but there is no fun in that

leaden dagger
#

bet they could have the answer in a few hours

carmine tendon
#

This might be a weird time to ask, but any idea about I4C4 mean?

analog frigate
leaden dagger
#

could be

analog frigate
#

it's running on linux if it's something like that

leaden dagger
#

which would make sense since the terminals are similar to a Linux based OS

analog frigate
#

a linux terminal yeah

#

before any GUI is installed

leaden dagger
#

yuh

#

unfortunately I suck at cracking codes so I'm of no help here

analog frigate
#

i can only see some patterns and that's it

#

so i'm no good

leaden dagger
#

I just had a bad idea. what if the code is multiple ciphers, and not just brain fuck

#

so you'd have to split it up

#

eh probably not

analog frigate
#

not likely

#

i assume this is the d-block cipher

harsh saffron
analog frigate
#

wait a second

carmine tendon
#

I know, it keeps bugging me for some reason

analog frigate
#

are the messed up letters through the earlier part of the log consistent?

gilded vine
#

Maybe

carmine tendon
#

Probably.

leaden dagger
#

I'd assume so

carmine tendon
#

Lets see

analog frigate
#

like a caeser cipher?

leaden dagger
#

isn't that just shifting letters?

analog frigate
#

yes

harsh saffron
#

these "corrupted" parts are pretty obvious for most logs tho, like the one talking about boosters. you can pretty much just guess what words are used because they are still kinda "readable"

carmine tendon
#

But what if we're missing the obvious part there?

harsh saffron
#

not the lower part this time of course ^^

analog frigate
#

it still might give us insight for the last part

carmine tendon
#

Trying doesn't hurt

analog frigate
#

here is the original

#

BIOCOM is spelled the same twice ^I4C4#

honest merlin
#

I am quite interested in what the results of running that command through Caesar cipher decrypter does. I'd probably try with values +6 and -6 first.

analog frigate
#

the letter o is consistently spelled as 4

#

b as ^

carmine tendon
#

E is %

analog frigate
#

i as @

#

e as #

carmine tendon
#

Wait, e is % and #

analog frigate
#

is it?

#

b also is as ^ at first

carmine tendon
#

Att%

analog frigate
#

e as % at first as well

#

hmm

honest merlin
#

4 = o
^ = b

= m

#

is also 'e' and 'd' in a couple of places though.

analog frigate
#

it seems unstable at first

honest merlin
#

Yeah

analog frigate
#

before e becomes solidified

#

so at which point can we trust the switching?

gilded vine
#

Use the most consistent ones

leaden dagger
#

^

analog frigate
#

so the latest

gilded vine
#

Or, use the ones that stand out

carmine tendon
#

The latest is our best bet for now

analog frigate
#

ok idea: when the latin ascii list runs out and the letters surpass it, roll back

honest merlin
#

Worth trying

analog frigate
#

but i won't do it this time

#

took me 45 mins to do it the first

#

this and then stick to the standard set

leaden dagger
#

I think it'd be REALLY funny if this ended up being a troll and there wasn't even a message

carmine tendon
#

Well, research says otherwise so far

analog frigate
#

if something is like 150, so over 127, just go to the start with 150-127=23 or something

analog frigate
#

but it could be just a joke and it's a linux command to install gtfo to a specific folder

leaden dagger
#

imagine 😂

analog frigate
#

nah there is a reason for it

finite vine
#

maybe we are missing some information that is required to decrypt it... could be revealed in a future log or something.

fervent lagoon
#

Possibly

#

Maybe the B2 thing that was on the shop

gilded vine
#

wdym

fervent lagoon
#

The specific terminal that the video showed us in b2

#

Zone 64

#

In high i believe

gilded vine
#

ye what about it tho

#

ohhhhh

#

as in you think there might be a log on there?>

burnt light
#

That seemed from an unreleased map. Didn't even have a name and there is no zone 64 in out current B2.
Unless you think Romina Sandoval, age 74, in hsu 721 might be useful for something.
If the map ever gets released could be worth remembering but now I'd say that clip is just for show.

fervent lagoon
#

R6B2

ember goblet
#

Brainfuck code contains wrong symbols

gilded vine
#

How so

ember goblet
#

they are probably intended to intentionally invalidate the actual code

solar nova
# gilded vine How so

There's a character that looks like ... but is a single character and needs to manually be converted into three separate characters. There are also multiple versions of the - symbol. The French seem to have transcribed it correctly, since they're still consistently getting carriage return and spaces at all points in the message.

gilded vine
#

ah

ember goblet
#

inlkvox <BJPCPOA vxospFwzp }o{C qz}… xav{_/ d k€jh‚fh qwz… v€‚„Du‚F …„~ u‚.…w„ƒ†ˆF0 ˆ~‡wu‰/‡‚Œ‹ €„yvŽ‚/ŒŽ…E1G0 ’‘ƒ •’……– –˜—„ œ‰›ˆ†u†ššw

fervent lagoon
torpid hare
#

There are many new corrupted logs in archive005 maybe the key will be there

harsh saffron
honest merlin
#

Someone please ping me once the whole message has been decrypted

torpid hare
harsh saffron
#

those should just be the logs that can be found in r5 currently

#

some of the names just don't match up, but that has been the same for the r4 logs

gilded vine
#

@harsh saffron you missed literally the most valuable thing from that image

harsh saffron
#

open my eyes

gilded vine
#

The timer

#

Last time the logs became available the day of r5

harsh saffron
#

yeah the r5 logs get unlocked in the time frame from 10th 7am my time until 13th 3am

gilded vine
#

R6 on monday 13th then

#

Thats my prediction

harsh saffron
#

maybe

#

still guessing 15th/16th

gilded vine
#

Has the timer shown up yet?

harsh saffron
#

nope

gilded vine
#

Hngh

harsh saffron
#

hey, just wait a few hours ^^

gilded vine
#

I cant

harsh saffron
#

highly unlikely that we won't have the timer tommorrow this time

gilded vine
#

Thats like a few hours away

harsh saffron
#

indeed

gilded vine
#

5 to be exact

harsh saffron
#

imagine having to sleep

gilded vine
#

Ikr

torpid hare
#

Can anyone check these logs with discovered logs on R5

#

MSDT-RUX-0562.LOG
EBDA-566-OUR.LOG
PEDD-J0L-221-R.LOG
WLG-4TY882M-3.LOG
EBDT-YET26-OLJ.LOG
EBDT-6EU5-HJ7.LOG
EBDT-LEX0378-EFL.LOG
EBDT-TKKL51X.LOG
EBDT-432-RYU.LOG

gilded vine
#

I dont recognise any of them

harsh saffron
#

yeah these are ones with different names

#

MSDT-RUX-0562.LOG
EBDA-566-OUR.LOG
WLG-4TY882M-3.LOG
EBDT-YET26-OLJ.LOG
EBDT-6EU5-HJ7.LOG
EBDT-LEX0378-EFL.LOG
EBDT-TKKL51X.LOG
EBDT-432-RYU.LOG

#

PEDD is in the game

#

most of these are probably audio logs, for some reason they renamed them for r4 as well

torpid hare
#

I don't think so cause if there are any audio logs they looks like XXX_XXXX.AUD

gilded vine
#

I guess we will wait and see

harsh saffron
fervent lagoon
#

In 13 hours and 42 minutes the timer will appear

analog frigate
#

remember: every terminal

sick terrace
#

I'm confused about...who was that guy talking to us when we are about to end the first mission now

#

And listen guys I'm new at this stuffs about lore...about that cryptic things...so I hope you have patience to explain to me

graceful lotus
#

scheaffer is someone we were introduced in R4

#

hes an escaped prisoner, and he wants us to help him overthrow the warden, an entity that sends them into the prisoners that no one seems to know anything about

#

logs in R4 and R5 both have recordings of him telling us to go deeper and work together

sick terrace
#

Ah interesting,but how do we find that clues? I'm sorry to sound so...stupid

#

Because I have 0 knowledge about some stuffs, mainly that commands and about cryptic things so

graceful lotus
#

terminals have logs in them occasionally

#

they're scattered through out levels

sick terrace
#

I see but how to I find them ?

graceful lotus
#

a lot of them have indicators such as they'll be making weird glitchy sounds

#

others are just normal terminals

#

you don't really know

#

put "logs" into every terminal and it'll show you all the logs

sick terrace
#

But I found how? With .a command specific or something?

graceful lotus
#

if it's Autoxxxx then every terminal has that

#

if it's different then that terminal has a specific log

#

not sure if we'll get a scheaffer one for a few levels

#

but there will be lore bits scattered here and there

sick terrace
#

And how do I play the log if I find that specific ones?

frigid galleon
wet condor
#

Lol why is there a desert in the game trailer

#

Pretty cool

lilac island
#

something we'll have to find in rundown 6

#

since it's out now

leaden dagger
#

you'll see pretty soon

wet condor
#

Also wtf is this

#

@leaden dagger Why? When is the release coming out?

pastel knot
#

it's already out

wet condor
#

Oh shit nice

#

Can't wait to play later

leaden dagger
#

^

wet condor
#

Big door + big monster = perfection

sweet lark
#

What is that

#

Is that a new lore?!

frosty tide
#

there's a ton of new lore

#

also new enemies as well

wet condor
#

It was in the trailer so I gues so

dull orchid
#

whats the lore again lmaoooooooo

#

the enermies are trippinhg

upbeat frost
#

can I talk about the desert here?

shut mountain
#

Yes you may as long as you talk about it in a lore context 💕

upbeat frost
#

thank you

#

the desert seems to be somewhere not on earth

#

the log in B1 says something about the air and stuff

wet condor
#

Haven't even got the update yet but that sounds awesome

#

It would be awesome if it was like a huge cave or something

#

Like that bunker in that paradise lost

upbeat frost
#

not full log btw

lilac island
#

anyone else gotten to the jordy log in B1 and gotten the bug i've just gotten

#

i think the audio log is split into two separate voice tracks that are meant to play in sync, but they just aren't in sync

#

its like two people having phone conversations about the same thing in the same room

lilac island
#

what do ya know, looks like the reason our objectives are the way they are is due to the warden having shit all access to the facility, like we already knew i suppose

white moth
#

I am working on a lore video and my scrip essentially goes over all of the basic lore leading up to rundown 6 should I post it in here for new comers or if anyone would like to see if I haven’t included anything in it?

#

also i am looking for anyone to teach me how to get some audio files from the games files as I cant get any recordings of the ingame recordings cause I dont have friends on to go redo the missions

sweet lark
#

I cant wait for somebody game streaming new lores

#

And enemies

white moth
#

we did A1 B1 B2

#

some sick shit

#

im trying to bang out this lore video cause it goes over it

lilac island
#

i think i saw that stream

#

were you the one with the theory about neonates being the ones on that mars mission?

#

because one snag with that -- newborn babies don't have memories, so the whole scandal with memory loss wouldn't really work out with that

#

but there's a great wealth of different logs in this rundown

solar nova
#

The real question is whether the light in the sky at "night" is a moon or a white dwarf.

#

If not something completely unidentifiable.

white moth
#

it was just a theroy im trying to get access to the raw audio log rn for A1 and B1 main stuff as im gonna be putting them in my video

lilac island
#

i can see what i can drum up, but i think some of the logs are in separated files

#

B1's log with jordy and teale was real out of whack when i ran into it

#

like two audio files, one for each character's voice-lines throughout the log, just that they played at completely different timings and so were talking over each other and interrupting each other with answers to questions that hadn't been asked yet

solar nova
white moth
upbeat frost
analog frigate
sweet lark
#

Ahhh i wanna watch ittt

#

New lore is fantastic

white moth
# upbeat frost no, sorry

Hey do you possibly have full logs of the A1 and B2 audio that plays during the level I’m trying to get some I don’t have any that doesn’t have my friends screaming

woven dome
#

hey people!
where do i find a good summary of the story implications that happened during rundowns 1-5

#

i dont want to read every log file but i want to get a deeper understanding

upbeat frost
frozen kindle
#

Y'all are eating

analog frigate
woven dome
#

guys the wiki has good "story" summarys for rundowns 1-4

can somone give me a quick summary what rundown 5 was all about and how it is connected to the rest?

analog frigate
#

oh my god the sleepers in b1

#

@leaden dagger we have a lot more to figure out about them

white moth
#

@woven dome its essetnially the same as R4 just sets up R6 with this audio clip

#

anyone ever go below 1100 meters and type in the code resist

#

?

analog frigate
#

yes

white moth
analog frigate
#

the c2 log?

white moth
#

oh

analog frigate
#

or do you mean something in R6?

white moth
#

no

#

the c2 log

analog frigate
#

yeah the C2 log is just a Schaeffer log

white moth
#

becuase in c2 it says go below 1100 meters and hit resist

#

type resist*

#

wait i know what im gonna do today

#

imma see if anything in R6 is below 1100m and type some resist in the console

#

maybe easter egg idk

analog frigate
#

probably not

white moth
#

yeah

#

but itd be cool if it worked

analog frigate
#

resist was a password to get the log

white moth
#

wow

lilac island
white moth
#

so come stuff

#

i got the 2 B2 logs

#

i just need the A1

#

now

lilac island
#

i'll get it one sec

sick terrace
#

Guys...what...the hecking...

#

Happened here in B1, somehow I survived and...I'm too confused!!!

#

I played attention to audios, the log I found saying about...shipments to a private vault and...looks like I returned to time...idk?!

#

*payed

white moth
#

WAIT

#

I FUCKING CRACKED IT

#

|| ITS MARS ||

#

thats the planet

#

|| its mars because in B2 there is a terminal calling a mission to mars Red Alpha and in B1 the objective is to get cords from Alpha 1 ||

#

wait

#

i might not be

#

becuase of the || quantom entanglment stated which can only be between 2 seperate universes ||

analog frigate
#

no need to spoiler anything, it's the lore channel

#

also it can't be mars

rich blaze
#

Mars doesn't work because you know

#

Atmosphere isn't compatible with us

analog frigate
#

there is nothing indicating it

rich blaze
#

at all

analog frigate
#

also air is manageable for a couple hours

#

while on mars you will choke quickly

#

it is a separate universe

#

most likely parallel to ours

#

now i'm not sure but it could be earth in the far past or far future

#

from another universe

lilac island
#

given that it's in at the least the 2050s, its possible it could be mars depending on how well they've tamed putting breathable air on it by that time

#

but it's definitely not 100% mars

analog frigate
#

it is 100% not our mars

#

but could be mars from another dimension

lilac island
#

maybye an earth like plannet's desert

white moth
pastel knot
#

imo it could rather be some sort of illusion

white moth
#

because teh Dr talks about it at the lab

#

that his plants

#

they aged months

#

after being left for a year

#

so my money is on mars

analog frigate
analog frigate
#

he said that they died almost instantly

#

like they have been dead for years even

white moth
#

sorry

#

btw here are the b1 logs

analog frigate
#

no problem

white moth
#

wait

#

he posted them

analog frigate
#

yeah i got them

white moth
#

i got the A1 log from @lilac island

analog frigate
#

at least the ones i encountered

white moth
#

hes a man

analog frigate
#

also

#

Dr. Derant's name is spelled like this, right?

white moth
#

ig

#

idk

#

lol

analog frigate
#

the flying enemies could be called Flyers or Derantians

#

i imagine there will be bigger ones

#

like a boss or something similar

white moth
#

they remind me of gargoyles from Cod Ghosts Extinction

analog frigate
#

i suppose flyers can do for now

lilac island
#

ayo exctinction was underrated

upbeat frost
#

meatballs

analog frigate
#

there are some issues with this Alpha planet

#

what are the crystals everywhere?

#

how do the flyers fly?

white moth
#

but im just set on it being mars

#

since the base is called Alpha 1

#

and the mars missions is called Red Alpha

upbeat frost
#

how do they live if the planet's full of sandstorms and deserts

analog frigate
#

have you seen them feed?

#

or do anything except sleep?

#

they aren't carbon based lifeforms with what has been introduced now

upbeat frost
#

interesting

white moth
#

that the metor would have ot have been formed by the crust and the underground being broken apart

#

maybe the organisms live underground

upbeat frost
#

the meteor that murdered the dinos?

white moth
#

yes

#

it had the organisms that started the virus in it

analog frigate
#

but why would such a giant meteor de-attatch from the planet?

white moth
#

and also the black cristals

white moth
#

thats how the moon was made

analog frigate
#

true

white moth
#

if we ever see this planet at night and it has a moon then i will back my threoy

analog frigate
#

it doesn't have to be night

white moth
#

bouta finish edditing and upload

upbeat frost
#

👍

analog frigate
#

will be interesting to see what you have thought of

upbeat frost
#

what's that fleshy wall in the trailer

analog frigate
#

which?

white moth
#

i hope my lore is right

upbeat frost
#

at the very end of the release trailer

analog frigate
white moth
#

ive collected a lot from in game and wiki but also a lot from some nice people

#

so i hope im not like blaming them if it dont make sense

analog frigate
#

i have no idea what it is

white moth
#

ngl the lights on the bottom left look like the entrance to the facility

analog frigate
#

it's bullets

#

being fired

white moth
#

ah

analog frigate
#

it's more of an outpost

upbeat frost
analog frigate
#

no idea man

#

don't even know which expedition it is

#

or if it exists in the game currently

#

could be an E one

#

hey dagga

upbeat frost
#

I mean

leaden dagger
frail pollen
analog frigate
#

OH?

#

very good

#

very good

upbeat frost
#

In C1 you get teleported to a watchtower after the final data cube

#

you see it in the distance?

analog frigate
#

haven't played it yet so i don't know

upbeat frost
analog frigate
#

no hints

#

the devs never give anything

upbeat frost
#

okay

analog frigate
#

and that's good

frail pollen
#

no hints

#

just like no capes

upbeat frost
#

guess I'll drop in D1 with my friends tomorrow

#

and look for stuff

analog frigate
#

i'll play c1 and d1

#

to see how it is

fervent lagoon
#

No way terraria wof crossover with gtfo 😳

analog frigate
#

bruh

leaden dagger
#

sup Daraxus

#

I was slacking on my lore findings I was just too in awe lmao

upbeat frost
#

what does the yellow mission mean

#

story?

leaden dagger
#

I'll do some catching up and then participate

analog frigate
#

yeah there is a lot of new stuff

leaden dagger
#

and its so damn beautiful!

analog frigate
#

what else can you expect

#

it's amazing

#

you have to catch up on the Alpha Planet

#

i suppose that's what i'm going to call it

leaden dagger
#

so we've deducted this is all in a parallel universe?

analog frigate
#

not yet but it seems so

leaden dagger
#

ok gotcha, that'd make sense

analog frigate
#

quantum linking (i think it was called) gives a lot of proof in that regard

#

but this whole thing causes problems

#

OHHHHH

leaden dagger
#

quantum entanglement

analog frigate
#

THE MATTER WAVE PROJECTOR USES THE CRYSTALS FOUND ON THE PLANET

#

i was about to say

#

that it doesn't make sense how the meteorite appeared

#

but now it does

#

_it teleported here randomly _

leaden dagger
#

ahhhhhhhhhh yoooooo

analog frigate
#

makes sense now

#

how the whole teleportation thing works

#

it is the crystals

upbeat frost
analog frigate
#

it could be cretasium ?

upbeat frost
#

or is that theory incorrect

leaden dagger
#

could be a parallel not far off from ours

#

sorry mash but I'm not caught up on the lore currently so I'm not sure :(

analog frigate
#

i can explain sort of

leaden dagger
#

I only did a1 then had to sleep

analog frigate
#

mash you know how the Matter Wave Projector uses a black crystal of sorts?

#

on the inside?

#

those same crystals are found on Alpha Planet

upbeat frost
analog frigate
#

exactly

#

so those crystals somehow enable cross dimensional teleportation

upbeat frost
#

yeah

analog frigate
#

this would explain how the meteorite ended up on earth in a totally different dimension

upbeat frost
#

could be that a chunk of rock got teleported into our dimension and nuke the dinos

analog frigate
#

precisely

#

@white moth i recommend you read the stuff above

leaden dagger
#

damn that's insane

#

anything happen that changes ANY of our current theories?

analog frigate
#

the ones we have established, no

#

the ones we are working on like sleepers

#

completely

leaden dagger
#

ah shit, I expected that

upbeat frost
#

how about the meatballs

#

why they don't attack sleepers?

analog frigate
#

because they are same of kin

white moth
#

@analog frigate all that was said is waht i theroized

#

just i theroized the meteor came from the planet

#

and that the creatures were hiding underneath the surface

analog frigate
#

yes, yes, just saying because that explains a lot

white moth
#

so when the metor was made some of their bio goo was stuck onto the meteor

#

then got shipped to our universe thhrough a worm hole probably

#

and then the bio goo morphed into the Nam X

upbeat frost
white moth
#

orwahtever its called

analog frigate
white moth
#

@upbeat frost not all things die of heat

analog frigate
#

yes yes

white moth
#

i have a whole 3 minute theroy on them ebing underground

upbeat frost
analog frigate
#

because that's difficult

#

also impractical

kindred cedar
#

Do I need to spoiler which level the wall is in

#

Or can I just say it

analog frigate
#

it's the lore channel

#

go ahead

leaden dagger
#

lord channel

white moth
#

lord

#

yes

#

all father ludvig

leaden dagger
#

spoilers are implied

kindred cedar
#

Like end of d1

white moth
#

we praise you

#

give us lore

kindred cedar
#

There's the wall

analog frigate
#

what exactly is done with it?

white moth
#

meh i havent even got past B1 so if you gonna talk about C1 or D1 dont tell me

#

trying to keep those away i wanna see it with my friends in real time

analog frigate
#

then this isn't the place for you currently

kindred cedar
#

Don't look in this channel then

analog frigate
#

are there any terminals near?

kindred cedar
#

You are on like a cliff side outpost while the wall rises up and releases a bunch of the flying guys

#

I haven't been able to play it yet

#

There is a terminal

analog frigate
#

good

kindred cedar
#

You download data from it I believe

#

And defend while it download

analog frigate
#

if you have time you can do it with me and dagga in a bit

analog frigate
#

that terminal must have a log or something

#

or anything else nearby

#

corpses even

kindred cedar
#

I am busy most of today

#

I'm getting a video

leaden dagger
#

maybe less

analog frigate
#

dm when you are

#

so

white moth
#

quickly

analog frigate
#

big tentacle wall

white moth
#

im not loking at chat

#

any ideas for outro music

#

just quick

#

idc

analog frigate
#

no idea

white moth
#

so i can render and upload

analog frigate
#

also not the right place to ask

white moth
#

give me a random song

#

damn

analog frigate
upbeat frost
#

gtfo title reveal theme

#

there, you got it

kindred cedar
upbeat frost
#

😳

analog frigate
#

3 hours???

kindred cedar
#

2:20:30 is when they get sent to the place with the wall

analog frigate
#

is that how long it fucking takes?

kindred cedar
#

They kinda slow imo

#

They sit around and spend alot of time preparing

analog frigate
#

ah

#

noob strategies

upbeat frost
#

you can speed through it I trust in you

kindred cedar
#

Idk if they search too much for lore but it gives you a video of the fight and what command you do in the terminal

analog frigate
#

you play like a spartan: succeed by doing it as best you can fast or get thrown off the cliff

kindred cedar
#

I wasn't able to watch the whole thing since I watched it live when I had some time earlier

upbeat frost
#

it glows exactly like a sleeper

kindred cedar
#

Yeah

#

And it had massive tumors

#

That appear

#

And it has a huge barrage of homing shots

#

I think come out of it's sides?

analog frigate
#

hmm

#

i will have to play through it and analyse it

#

i might get some insight to similarities to real life species

kindred cedar
#

Yeah definitely

#

It's got the split middle like a sleeper face

analog frigate
#

hmm

kindred cedar
#

Like a seamline down the center

analog frigate
#

for simplicity's sake we can just call it The Wall

kindred cedar
#

Yea

analog frigate
kindred cedar
#

Not that I could see

#

One sec

upbeat frost
upbeat frost
kindred cedar
#

So you are there to download a genome database

upbeat frost
#

what genome could it be

analog frigate
#

(temporary) terminology:
new sand planet - Alpha Planet
flying things: Flyers
crystals: Derantium (since he found it, can be cretasium if that's proved to be so)
big flesh wall: Centipede

analog frigate
upbeat frost
#

we gotta look it out ourselves I guess or you're willing to watch the vid

white moth
#

can i come back yet?

kindred cedar
#

I didn't read the terminal

#

Uhh

#

Idk I'm about to show what the wall looks like

analog frigate
#

we'll ping you when it's good

white moth
#

ok

kindred cedar
#

It's hard to get clips off my phone and screenshotting

white moth
#

im rendering

#

AHHHHHHH

analog frigate
#

hmm

kindred cedar
#

It's very tall

analog frigate
#

looks like a worm of sort?

#

like one of those bugs that had a fuck ton of legs and were long

#

like a millipede or something like it?

#

centipede

upbeat frost
#

hmm

analog frigate
#

it's possible

#

but i need to see it first hand

upbeat frost
#

so you say this sandworm of sort crawls around

#

when it sense intruders it stands up and release meatballs

#

from its belly

analog frigate
#

possibly

#

not crawling around though

#

could be going through underground tunnels

#

coincides with what Dr. Derant said about some stuff being underground that they couldn't identify

upbeat frost
#

It could just be a massive sandworm

#

that its head can open like a cobra

kindred cedar
#

Yeah this is it as it's rising before it opens

analog frigate
#

so it is a giant sandworm

kindred cedar
#

Seemingly yes

analog frigate
#

someone took inspiration from dune maybe 👀

cold harbor
#

I was thinking wall of flesh from terraria lol

analog frigate
#

actually explains how the sleepers look

pastel knot
#

dune in gtfo 😳

analog frigate
#

as to live within the deserts

#

but then how are strikers a thing?

#

maybe a mutation by being exposed to the new environment?

kindred cedar
#

Yeah possibly cause it lights up and has similarities to the stuff in the facility

#

But the only direct connection is that this produces or releases the flying guys

#

Which also are only found outside at first

upbeat frost
#

how about meatballs, young sandworm?

#

or a defense mechanism like the mother and babies

analog frigate
#

hmm

#

it appears of the same species at least

#

do the flyers ever attack normal sleepers?

#

and do they sleep?

upbeat frost
kindred cedar
#

They are only seen awake as far I can see

analog frigate
#

interesting

kindred cedar
#

How do they fly is a question I've got but it's like idk

upbeat frost
#

and I haven't encountered a sleeping meatball from A1 to C1

analog frigate
kindred cedar
#

They only come in from the teleporter I think

analog frigate
#

the issue is: if they also sleep as well as the worm, then the whole species uses some kind of hibernation technique to survive

upbeat frost
kindred cedar
#

Possibly

upbeat frost
#

and float around

kindred cedar
#

We haven't confirmed where this 'outside' is located right?

#

So that's a possibility

analog frigate
#

we sort of have

#

Alpha Planet

kindred cedar
#

And they do kinda pop

analog frigate
#

a planet from a parallel dimension

upbeat frost
#

probably on a planet far away or a parallel dimension

kindred cedar
#

Ahhh okay

analog frigate
#

or at least close to it's density in total

#

there is not much of any body mass left after they are killed

#

so they must be filled with something that allows them to fly

upbeat frost
#

there are days and nights, a sun and a moon, sandstorms but there's no water and it's very dry on that planet

analog frigate
#

any signs of any other planets within the star system?

wild sparrow
#

I think there is a huge ass one in C1

upbeat frost
#

havent seen night skies yet

wild sparrow
#

If no one else has been there

analog frigate
#

not yet

upbeat frost
#

in the distant

wild sparrow
#

I think so

analog frigate
#

a worm or flying thing?

upbeat frost
#

it's this sandworm thing

analog frigate
#

hmm

#

how huge?

wild sparrow
#

I don’t rly know cuz I didn’t saw it myself but the ppl that went with me saw it

#

I’m too focused on the things inside

analog frigate
#

we might be able to get a size from looking at one

#

mash, is it fully revealed?

#

or popping out of the ground like the D1 one

wild sparrow
#

For anyone who’s going to look for it

#

It is at the third data core transportation
Outside the window

analog frigate
#

might have preluded the one in D1

white moth
#

So I’m not allowed back

#

Yet

#

xd

analog frigate
#

yup

kindred cedar
#

This is basically a even deeper spoiler channel

analog frigate
#

it's like spoilers, but E1 level

#

everywhere else it's a B1

primal meteor
#

I think

#

Actually I forgor

gilded dragon
#

any ideas on what the outside thing is? im not too familiar with the lore so it was really surprising seeing something other than inside

analog frigate
#

the big worm one or the flying ones

gilded dragon
#

not that. like the first "vision" you get when you pick up the objective in a1

kindred cedar
#

Astral projection

#

Jk

analog frigate
#

a vision basically

kindred cedar
#

Yeah

#

Something because of the power of the matter projector I think

analog frigate
#

since the thing is used to transport you to Alpha Planet (the desert one) it causes that momentary vision

gilded dragon
#

im more out of the loop than i thought. Theres multiple planets?

analog frigate
#

not currently known

#

only the one that's fully a desert

kindred cedar
#

We are still learning

analog frigate
#

there is a lot to learn from this rundown

kindred cedar
#

Yup

#

Lots of lore

analog frigate
#

this channel is for people that overthink absolutely everything as to explain it lorewise

gilded dragon
#

makes sense lmao

kindred cedar
#

It's funnn

analog frigate
#

or if you just want to get something cleared out for you

kindred cedar
#

I still get like layers of hell vibes from the idea of the deep pit

analog frigate
#

dante's inferno style?

kindred cedar
#

Kinda yeah

#

Just similarities

analog frigate
#

yeah... a little bit

kindred cedar
#

But now we got even more than just gargantua so its alot

analog frigate
#

yup

#

there is now a lot more to deal with

vocal cove
#

A lot

analog frigate
#

proclaim, did you design the new creatures?

vocal cove
#

No

analog frigate
#

ah

#

well whoever did it, did a good job

vocal cove
#

Daniel did 🙌🏼

analog frigate
#

good job Daniel!

white moth
#

@analog frigate my editing is so bad

#

i pulled an all nighter to make this lore video

#

and i forgot to crop the vod i was in that i had to screen record and i forgot to make sure things dont just cancel out other things

#

its just like 2 errors but its a good video i would say if i just had 1 more hour i should be done in 15 mins then ill post it

#

in chat

analog frigate
#

ouch

white moth
#

yeah

#

im mad at myself

#

but my next video this week

#

its gonna be a banger

#

im gonna start work on it sunday and release wensday

analog frigate
slender tinsel
#

guys

#

i just found that

analog frigate
#

the audio file is just the transcription

slender tinsel
#

on the website

analog frigate
#

there is?

slender tinsel
#

yea when you double click on the image

#

you are rerooted to a terminal

analog frigate
#

ah the terminal

#

that is quite old news

slender tinsel
#

ah

#

ok ^^'

#

hard to follow

unkempt gyro
# analog frigate

Idk if it is a coincidence but when I play the game sometimes there is a random hummer sound of a fan I believe, which is crazy loud in the ears of the player.

Does it mean we are infected too?

analog frigate
#

that's the music

white moth
#

my video is so bad

unkempt gyro
analog frigate
#

if you wanna talk about the whole infection and a lot of other stuff

white moth
#

im gonna upload it to make sure i have the lore right then in my next video im just gonna do the entirety of Rundown 6

analog frigate
#

it's going to be a 4 hour talk

white moth
#

i can actuyally make it good

#

im gonna make a seperate video about rundown 1-4

#

then another one 5-6

#

cause i can make 5-6 30 mins easy

#

but 1-4 only like 7

#

its a good place ot start

unkempt gyro
#

Or his video

analog frigate
#

you

unkempt gyro
#

I would like to engage it the conversation, but I would not be able to finish it

#

The lore goes deep I see

analog frigate
#

very very deep

unkempt gyro
#

Heheh deep

#

Into the depths we shall go

#

Questions

#

The green misty gas we see sometimes with some white dots floating in the air

#

Is that a mushroom like spore or a chemical gas

analog frigate
#

ooh boy

unkempt gyro
#

I would assume spore

winged lagoon
#

its just small shreds of paper

analog frigate
#

no

unkempt gyro
#

Nah it is small shreds of plastikspoon

analog frigate
leaden dagger
unkempt gyro
#

Well I guess you can call a fungus a parasite if it acts like it

frigid galleon
# leaden dagger

This seems like its talking about the warden right??? How it needs full sys access or people will be stuck doing menial tasks aka, the stuff we've been doing?

kindred cedar
#

Warden seemingly has nothing to low clearance

#

Otherwise he would do some things himself

#

Right?

#

If I'm wrong please inform me that's just what I got out of reading it

analog frigate
analog frigate
#

after that is was more restricted

#

then the warden took over

#

and then everything in the world was shit so

leaden dagger
#

^ precisely

#

but yes BIOCOM is the warden

analog frigate
#

man i really love it

#

the sound design is amazing

#

actual howling winds

#

also the crystals we see in the area are almost certainly cretasium

#

it's the only fantasy material we have heard of

leaden dagger
#

its so fuckin pretty

#

so: spaghetti monsters

#

likely bloated with a gas, lighter than air

#

helium maybe? in a specific concentrate?

analog frigate
#

c1 log

white moth
#

Finally finished

leaden dagger
#

CANT WAIT TO WATCH BRO

#

will see in a bit

white moth
#

My next video is just gonna go over the entire rundown 5-6 I really fucked up on this one I did poorly editing because I rushed it and was sleep deprived the next one will be baller and it’ll be out Monday

winged lagoon
#

lol just saw on youtube

lilac island
#

arrakis lol

#

since we don't actually know the nature of this new planet, and due to it's striking resemblance and the same presence of worms and worm-stuff, i elect we refer to it as dune until we actually find out what that place is

winged lagoon
#

Sand Planet.exe

#

Just call it Nevada ?

lilac island
#

sahara

white moth
#

Nah

#

It’s Planet Alpha

winged lagoon
#

Why

lilac island
#

cause of the research teams being titled alpha i presume

#

i'm stickin with the dune stuff for me personally, the orange in the floating sand, and the fact that it's a sand planet with sandworms, it's very arrakis

frigid galleon
winged lagoon
#

It's called Alpha team because Alpha = 1 and they were the first team

white moth
#

No it’s called alpha because the base on the planet is named alpha

winged lagoon
#

which is called alpha for the same reason, it's the first base

winged lagoon
#

So if you want to call it Alpha planet because it's the first planet they've been to, sure I guess?

leaden dagger
snow yarrow
#

anybody have the voice log in A1,B1,C1 and D1?

white moth
snow yarrow
#

can you send it to me? (It would be nice to have the log text)

leaden dagger
#

alright well

analog frigate
#

i have an idea what data cores are

#

since on that door that has an audio log with it

shell furnace
white moth
#

It’s not?

#

That’s just ur quality

leaden dagger
winged lagoon
#

it's still uploading

white moth
#

It is????

analog frigate
#

it says that 2 workers handling the crystal disappeared (teleported)

winged lagoon
#

@white moth dont worry

shell furnace
#

oh yeah its prob still uploading

leaden dagger
#

youtube uploads only in standard def at first

#

it renders higher def later

#

give it time

analog frigate
#

so data cores might be a method to transport quickly to the Alpha Planet

shell furnace
#

alright so ill just watch it later ig

leaden dagger
#

i wonder what other uses the data cores have

analog frigate
#

they have like a data half circle

#

then a small square from the side

#

which probably has some parts of the crystal

leaden dagger
#

yuh yuh

analog frigate
#

explains how picking it up teleports you

#

and why it does it to a specific place

white moth
#

I’m sorry the video is so shut

#

I’m gonna make a better one more in depth about rundown 6 this week I’m gonna put a shit ton of effort into it

leaden dagger
#

@white moth im sure the quality is great bud, once the HD is up ima watch it

#

if only GTFO had a lore podcast like the SCP universe does

winged lagoon
white moth
#

Nah it’s my editing I just did shot cause I was sleep deprived

peak frigate
#

I love c1 ngl

analog frigate
leaden dagger
#

it def should

analog frigate
#

just depends who is in it

leaden dagger
#

yuh yuh

shell furnace
lilac island
#

this is inferred from rundown 4's use of a data core with an nFrame

#

which was used in rundown 3 to put the neonate in

snow yarrow
#

btw anybody can tell my what did the narrator say in the 00:45 of the TGA video?

lilac island
#

and neonate pod iirc says "DNA read/write" on it's front

analog frigate
lilac island
#

data cubes are another story, i don't know anything about the data cubes

#

just the data cores from previous rundowns

snow yarrow
analog frigate
#

it is teleportation

#

the map doesn't work

#

new area

#

also you can die there

lilac island
#

sphere rather, data sphere, but yeah cubes are a different deal

analog frigate
#

a lot of stuff points to it being a location on Alpha Planet

lilac island
leaden dagger
#

it must do with the quantum tethering

#

which sounds like quantum entanglement

#

wherein 2 quantum particles, no matter how far, they remain linked together

#

basically mirroring eachother