{{ define "main" }}

{{ .Title }}


{{ $char := index .Site.Data "character" }}
Title

{{ $char.plate_title }}

Name

{{ $char.name }}

Favorite Class/Job

{{ $char.plate_classjob }} LEVEL {{ $char.plate_classjob_level }}

Comment

{{ $char.search_comment }}

Generated by Auracite.

Artwork

Here's some fan art of my WoL, I want to do more general FFXIV fan art in the future too!

{{ partial "art-section" . }}

My Mods

I have created a few mods to enhance the game:

  • Rebound: Somehow even after the big graphical update, Square Enix hasn't fixed the bug where certain character physics (like the Viera ear wiggle) breaks under high framerates.
  • Refitter: I didn't like how some armor fit on my WoL, so I fixed it myself.
  • Hooky: I find this really useful during Gold Saucer events so I can leave the game running the background.
  • EasyFullscreen: So I can enter and exit the game with F11.

My Tools

I have created some unofficial tools for the game:

  • Astra: I use this on my desktop & Steam Deck to launch the game.
  • Novus: There was no good Linux solution for working with FFXIV gamedata on Linux - so I created my own.
  • Auracite: This grabs portable information about your WoL, I use it here in this shrine!
{{ end }}