
I have yet to read the chapters of the NieR 15th Anniversary Web novel in their entirety, but I found it interesting that the ending chapter included several of the backend string IDs to call up a specific scene. I wrote a whole thread about it, so it might be better just to read through them, but for those not on Twitter, I’ll summarize what I was talking about below.
I’ve edited the text in the image a little bit, as you can see below:
Chapter 6
NieR Replicant「流転ノ記憶」”Record of Transmigration”
日本語音声収録台本 <メインA(少年期)-1> Page 2
EID_0050_a0010
※ニーア(オリジナル)が雪の東京で凍える。
*Nier (original) is freezing in a snowy Tokyo.
(This is the start of the game)
日本語音声収録台本 <メインB(青年期)-2
Page 179
EID_9400_a0270
「大切な人」を取り戻す
Take back your “precious person”
(This is the end of the game, Branch E)
For greater context on the dev side, every single line of text has an ID that the game is able to callback whenever. This is also how scenes are loaded into the system. So, really, this sequence is playing out very much like a game and we’re seeing the backend code to do it.
Comparatively, DOD1 used slightly different callback codes, which we can see in the scripts that were included in the DOD 10th Anniversary Box.
The scenario voice recording script uses a pair of dual digits plus a two letter code to designate scenes. (ie. 01-01 MV). Other codes include EA, GA, AC, and GG.
Since the scenario recordings don’t require codes for every single line, the same is not true for the window message recordings. For these, each individual window will have a callback code (ie. 01-04WM01E that lives within 01-04 GG).
Depending on the game engine they’re using, the script callbacks will look different, so I’m not exactly sure what they were using for DOD1.
I get how people are translating 流転 as “transience” as that’s the most common meaning, but depending on the context, the meaning will change… which is why I translated this as “transmigration” instead because this is literally the point when a certain person returns…
t may be important to understand the difference between these two words and you’ll understand why one is more appropriate to use here than the other. Because I’m lazy, this is a ChatGPT explanation:


So, “transience” generally means temporary, changing… something that will not last for long, where as “transmigration” is a form of reincarnation, so I don’t think we need any more explanation there…
Moving on, let’s take a look at these EID_ codes. If anyone remembers DOD3 at this point, you should recognize this from Accord’s timelines that we saw even within the game. Please take a look here for further reference (of course, beware of spoiolers): https://firesanctuary.com/branches.html
So, although I get why they probably used these codes in the new webnovel… but I can’t help but ALSO think of Accord at the same time, similar to how she is able to jump from place to place within time. It’s very much like how the game actually works on the backend.
Additionally, Haruto on Twitter also found similar string IDs that call up specific points along the story:
ARC is a lossless data compression and archival format by System Enhancement Associates (SEA). The file format and the program were both called ARC. The format is known as the subject of controversy in the 1980s, part of important debates over what would later be known as open formats. ーWikipedia
For those who are familiar with the backend of game development, you will know that each and every line of text also comes with a specific string ID so that it can be called up at any moment. This also helps to save space, so you can use a single string multiple times in different locations within the game.
What’s also interesting is that we’ve seen these specific string IDs before, in DOD3 as directly stated by Accord.

Although I see them dropping these string IDs in the Web novel as a clever way of showing a bit of the backend of game development, I also get vibes of Accord and how she easily jumps from moment to moment. It’s curious that she would actually use these string IDs, almost as if she were a developer herself.

▶︎ Also read here for more revelations about Accord.
So, is Accord a game designer in disguise? xD