So maybe solving this won’t even be possible until Xen is released?
Dr. Horn’s dead body hanging out in a Nihilanth chamber or something giving us Code D…
So maybe solving this won’t even be possible until Xen is released?
Dr. Horn’s dead body hanging out in a Nihilanth chamber or something giving us Code D…
What the heck is Datacore? Is that something I’ve forgotten about?
There was actually a scientist, alive and well, somewhere in the Nihilanth arena in HL1. Who knows, maybe he’ll actually be in there.
Only reference to Datacore that i could find relating to valve:
https://wiki.teamfortress.com/wiki/Datacore_%28Classic%29
T O M Y S F T E
D R B O N A M I
Hum, puzzling.
Datacore is a popular Half-Life: Deadmatch map.
After you jump in one of the teleports in Lambda Core you meet 3 scientists and a security guard. The woman scientists recognizes you as a “guy from anomalous materials labs” while the security guard says “I thought you were the pizza guy”.
Huh? Where did you get that?
It’s in the Code A message. This section of the message seems oddly useless, and, what’s more, artificially constructed. The first part has exactly 8 letters, and so does the second. I’m thinking they may be related to the number/letter conversion, but I’m not sure how.
OK, I tried to decode the numbers, but I didn’t really find anything that looks very useful.
First of all, it’s difficult to convert the digits directly to ASCII. One ASCII character is defined by 1 byte. 2 ASCII characters are defined by 2 bytes, and so on. 2 bytes are in the range 0-65535 (unsigned). A lot of these numbers are out of that range. But the third byte needed to define a larger number will always result in just the decimal value of 1, which translates to the ASCII code SOH (start of heading). So for this run I just ignored the 3rd byte. For Unicode, I just used the value.
This is the code I used to do the conversion:
It’s written in Javascript. To run it just open your browser’s Dev Tools (usually by hitting F12) and paste it into the console and run. The output will be displayed in the console window.
And the results:
I checked the ASCII code to see if the first few bytes matched a known file signature, but I didn’t get any results. Anyone speak uhhh… Chinese maybe?
That’s a mix of Chinese, Korean, and Arabic. I don’t think it’ll be much help.
That’s one of the first things I tried, but as soon as I realized the numbers were not in range I gave up a direct conversion to ascii/unicode. Also tried many variations on what you did, such as BCD, but none came out useful. One thing that would be useful would be getting a full binary version of that so I can try “decascading” it.
Google translate gives us this:
“Bo Luen exchange the brilliant 귶 signed the tan Ji 뫣 picking ⯺ น 㨯 Qie ࡆ spring 㩱 䖛, hope ꊳ, Qi 쀉 Sounds ꡑ ⺝ 㙱 뵫 Cao outfitting, etc. pull 䰀 the Gap Kanazawa ꭄ ⸪ soared 䱪 ⒓ 삕 Tui 윲멥 გ describes ㍓ TongyinTu جمي Hong ⒔ tone Sheng adjacent Guang ⟑ Jiong hate seok 䨓 Sze Chin Shih ὣ dangerous 㰣 㴯 vomit cranial 쟾 Chuo Zhen ᤌ 끨 㷛 㗹 the Ridge 䭲 Jane • 꼩 minnow Yuan ഊ 䶯 ᗇ 䅕 䮾 Chu than ℱ Yin ⮃ arrest delicate sea Du⫇ 䜗 Zhu ᔋ 㬒 Aquilegia Ning Tong”
…yeeahhh.
If you ever saw the crappy chinese-to-english translation of the Avengers, you should know how funny it can be.
Stormseeker must be laughing his ass off right about now.
lawl, vomit cranial. - Back to throwing my own head at this problem again. I’ll let you know if i get anywhere
Of course! Why didn’t I think of that!
There was nothing really there. I’ll go check it out again.
edit: still nothing, really. the keyboard is “usable”, but nothing happens, at least not that i can see. Perhaps I (or someone else) will try and bring Horn’s pizza to his secret shed and see what happens.
Without knowing what the word size is supposed to be, a binary version would be just as unreliable.
Of course. We were assuming that it’s actually English, but it could be something else entirely.
Great, now we have another mysterious code to work with.
Datacore is a MP map I believe.
Tried working out if its an anagram?
Also, awesome job by the guy who found that 3rd code. My power is out atm so I cant update the main post til it comes back. Posting this from my phone was tedious enough, lol. Keep up the good work gents!
Founded in 2004, Leakfree.org became one of the first online communities dedicated to Valve’s Source engine development. It is more famously known for the formation of Black Mesa: Source under the 'Leakfree Modification Team' handle in September 2004.