Axiom Verge Wiki
Advertisement
PrimordialCode to Eng

When using the Address Disruptor, and in the background when a new Weapon, Upgrade or Powerup is acquired, a code script is seen on screen. In the game's code/files, it is referred to as Primordial Code.

Unlike Sudran and Vykhyan, it doesn't appear to be directly translatable into English, especially since certain code characters repeat: ,. bp ckqx eiy fv uw.

Translation Examples

Here are some examples of in-game "translations" to English. Most of the letters will look like gibberish, but the numbers seem to translate okay.

Address Disruptor

010F2580:Ahz
********:0hz
********:1hz

The stars are constant stream of incrementing hexadecimal numbers. The first row also increments, but much slower than the second, which is much slower than the third. The bit after the colons don't seem to change.

The 'hz' here might actually be referring to frequency.

Slow Teleporting

Success

01AE:01AE
01AC:01AC
01B0:01B0
     canu

Failure

015D:015D
015B:015B
015F:015F
    sarat

The second row always looks a few digits behind, and the third row looks a few digits ahead, in relation to the first row.

The hexadecimal numbers might be map coordinates.

Powerup Message

muzdzn sjian,tz ,unu,l se
jfutc2c
cuaujeztjcu mgclafa utrcfeaa
utuo ur7hcmeuc
c6czcbjecbuudgbfe0fc2z e,eer

This is just a partial message. The whole thing is rather large and just looks like gibberish.

Advertisement