Final Fantasy XVI

Typography

Originally posted on Dreamwidth, 2023-12-10.

FF16 has a feature called “the thousand tomes”, which I am kind of obsessed with. It’s like the datalog in FF13 except more successfully integrated into the game. Also, it’s curated by a certain Harpocrates II Hyperboreos, who is an icon.

Back in the day someone would have lovingly copied out all the information in the tomes into a text file and shared it on the internet; in 2023 the most comparable sources are 1. a for-profit OCRed version that misses a number of entries and is covered in advertising, and 2. a two-hour-long YouTube video. Naturally my response to this uninspiring landscape was to turn to old and/or obscure technologies. When I was first playing the game, I had the typically odd and overambitious idea of copying out the text of the tomes myself, along with some other textual features of the game, and encode them according to the guidelines of the Text Encoding Initiative, which is built on XML and is intended for marking up preexisting texts to facilitate analysis and publication (somewhere it seems to have been used a lot is in producing critical editions of early modern English drama).

This, equally typically, led me to teaching myself a bit of XSL, which is used to transform XML files into other formats. As with many of the less zeitgeisty technologies the majority of online documentation is mostly incomprehensible, but W3Schools came to my rescue as always. Eventually I managed to put together a few stylesheets that would transform my TEI version of the tomes into some nice webpages, like so:

What I see in my text editor is the following:

<item xml:id="motr-branded-soldier">
  <title>Branded Soldier</title>
  <note>
    <title>Branded Soldier</title>
    <p><name ref="#motr-bearer">Bearers</name> forced to fight for the nations that enslaved them. Able to cast powerful <seg corresp="#motr-magic">magicks</seg> yet entirely disposable, they are often placed on the front lines in battle, or assigned to highly dangerous scouting or assassination missions.</p>
    <p><date>Basic Information</date></p>
  </note>
  <note>
    <title>Branded Soldier</title>
    <p><name ref="#motr-bearer">Bearers</name> forced to fight for the nations that enslaved them. To stymie the urge to flee, the penalty for desertion is death, and soldiers are encouraged to keep a close watch on each other to prevent others from doing so—the <name ref="#motr-brand">Brand</name> upon a soldier's cheek presenting an additional obstacle. And so most follow their orders, turning steadily to stone with each draw on the <name ref="#motr-aether">aether</name>—to lose one's life to <seg corresp="#motr-crystals-curse">the curse</seg> being lauded as a hero's death.</p>
    <p><date>An Inescapable Fate</date></p>
  </note>
</item>
    

And this can be transformed into the following (with better fonts and spacing in the real version):

Branded Soldier

Basic Information

Branded Soldier

Bearers forced to fight for the nations that enslaved them. Able to cast powerful magicks yet entirely disposable, they are often placed on the front lines in battle, or assigned to highly dangerous scouting or assassination missions.

An Inescapable Fate

Branded Soldier

Bearers forced to fight for the nations that enslaved them. To stymie the urge to flee, the penalty for desertion is death, and soldiers are encouraged to keep a close watch on each other to prevent others from doing so—the Brand upon a soldier's cheek presenting an additional obstacle. And so most follow their orders, turning steadily to stone with each draw on the aether—to lose one's life to the curse being lauded as a hero's death.

I’m still intending to extend this with more in-game texts, but for now, the thousand tomes are complete and are on my website.

As I’ve been working my way through these texts I’ve been starting to get a feel for how the game does capitalisation and other stylistic things.

Capitalisation and other typographical stuff

Because the tomes and the map use title case in headings, it can be hard to tell which terms are capitalised in the game and which aren’t. The fact that Japanese scripts don’t have capital letters complicates this further, I think, because people translating information from the Japanese version are making their own decisions about where to put capital letters. (An aside that goes here as well as it would anywhere else: there seems to be a perception that a lot of the lore necessary for understanding the game is only available in the Ultimania and other Japanese sources, but pretty much all the stuff about the Circle of Malius, Children of Dzemekys etc. is right there in the tomes, as long as you do all the side quests and complete the game.)

I aim to look at this much more systematically, but for now, here are my impressions. In the game, initial capitals are used for “magic people” (thanks to Lis for noticing this grouping): Bearers, Dominants, Eikons; Warden of Light, Eikon of Fire. Also for the Twins, Primogenesis, the Fallen. Holy Emperor but also sometimes holy emperor (I imagine this may relate to whether it’s talking about the position in general or a specific holder, but will need to look into it more). The Holy Order of Knights Dragoon. The Holy Empire of Sanbreque, but the empire, imperial(s), crown prince, “my prince” (all my examples are from Sanbreque, why might that be). By the Founder, by the Flames, by the Light (and these are specific to their respective nations, while Greagor’s name is used in vain the realm over). And the Blight. Branded is capitalised when it refers to a person, usually uncapitalised if it means the actual procedure of receiving the brand, although there may be some inconsistencies.

Capitals are not used for dragoons, the hideaway (this one is easily missed because it’s mostly seen on the map, where title case is used); the deadlands, the crystals’ curse, names of races of beasts (one of the tomes entries says “Orcs”, but this has to be a mistake; see below). “The realm” refers to Valisthea as a whole, except in a couple of places where it denotes a specific nation, although I think this is also a mistake.

Magic refers to the phenomenon in general (i.e. a mass noun), magick to a specific instance of casting a spell (a count noun, and often used in the plural).

Some more general things, mostly relating to the presentation of the script subtitles: the game uses American spellings, em dashes, straight apostrophes and quotation marks instead of curly ones, no spaces around ellipsis unless it’s the start/end of a phrase, “alright”. I would probably not do any of these things myself (although am reproducing them in my XML file). As of patch 1.31 (April 2024), six of these have been corrected.

Typos and grammatical errors in the thousand tomes

I’ve been surprised by how many typographical/grammatical errors I’ve found in the tomes: seventeen [ETA:] eighteen of them altogether. (These are very easily marked in TEI using the <sic> and <corr> elements; my XSL renders <sic> as struckthrough text and <corr> in square brackets.)

Here is the full list:

Jill Warrick > Unconscious

Anabella Lesage > Upon Olivier’s Ascension

Byron Rosfield > As Founding Member of the Triunity

Phoenix Gate > Basic Information

The Holy Empire of Sanbreque > Following the Annexation of Rosaria

Dragoon

The Veil

The Battle of Nysa

The Kingdom of Waloed > After the Capital’s Fall

Stonhyrr > After the Nation’s Fall

Glazheim Wall

Arete Stone > Basic Information

Gil

Adamantite

Wyvern Tail > Their Use in Branding

Logos

Goblins > Intercultural Exchange

Iron Giants

On a broader scale, there are clear inconsistencies with the Ultimania: the tomes heavily imply that Sylvestre was already emperor when Rosaria fell, although in Ultimania he apparently doesn’t take up the position until five years later. It’s possible that this could be a deliberate divergence between English and Japanese canon (on which, another post brewing as I’ve witnessed a lot of Discourse about this over recent days), but I think it’s also very possible that it could be an error. There’s an entry for the deadlands, but the absence of one for the Blight seems like a significant oversight to me. Lastly, from two descriptions of the Battle of Belenus Tor:

“In the year 873, it was the site of a decisive battle in the Kingdom of Waloed's failed bid to regain a foothold in Storm.” (Belenus Tor entry)

“Having lost vital territory to Sanbrequois forces eight years earlier in the Battle of the Twin Realms, the Waloeders launched an assault on the eponymous peak, looking to regain a foothold in the imperial lands on the opposite side of the Strait of Autha. Both sides fielded their Eikons, and in the ensuing showdown between Odin and Bahamut, an entire Sanbrequois legion was lost, and the Waloeders regained their outpost on Storm.” (The Battle of Belenus Tor entry)

In conclusion … honestly, make up your own lore for this game, because I don’t think anyone actually has a clue what’s going on.