4 <meta charset=
"UTF-8" />
5 <title>FFXIV Plugins
</title>
6 <link rel=
"stylesheet" href=
"../main.css" />
8 <body class=
"whole-site">
10 <iframe class=
"embed-title" src=
"../shared/title.html"> </iframe>
11 <div class=
"main-container">
14 <a href=
"../index.html">Home
</a>
15 <div class=
"title-block">
16 <h3 class=
"blog-title">FFXIV Plugins
</h3>
20 I currently maintain two silly little plugins for Final Fantasy
26 <div class=
"title-block">
30 href=
"https://github.com/gnargle/NICEDamage"
34 <h3 class=
"datestamp">2023</h3>
38 We'll start with the simple one. NICEDamage is a stupid,
39 half-day joke project I made to get to grips with FFXIV modding.
40 Final Fantasy XIV has damage numbers displayed on screen for all
41 attacks, from and to the player. Each of these numbers can have
42 an additional caption if they're affected a debuff or something,
43 e.g. sometimes on icnoming damage you'll see
5836! (
15%
44 Parried). NICEDamage utilises this caption such that if a damage
45 number ends in
69, the caption reads NICE! That's it. It has
46 over ten
<i>thousand
</i> downloads.
51 <div class=
"title-block">
55 href=
"https://github.com/gnargle/LPHotbars"
59 <h3 class=
"datestamp">2024</h3>
63 Ok, this one's a bit more complex. For another, previous
64 project, I bought a Launchpad Mini, a MIDI input device with RGB
65 lighting on each key. It looks like this.
67 <a href=
"../img/projects/launchpad.png">
70 src=
"../img/projects/launchpad.png"
72 product photo of the novation launchpad mini mk3. It's a
73 keyboard-like device made up of a grid of translucent RGB
78 I got a little bit bored one weekend and decided to map this fun
79 device to Final Fantasy XIV's hotbars. It actually maps pretty
80 well - I put some different colour mapping in such that
81 cooldowns for the actions are demonstrated by the colour on the
82 button - and there's extra colours for when an action is combo'd
83 from another one. It's really cool, and I'm really happy with
84 it! It's fully mappable and should in-theory work with other
85 models of the launchpad.
91 <iframe class=
"embed-links" src=
"../shared/links.html"> </iframe>
92 <iframe class=
"embed-footer" src=
"../shared/footer.html"> </iframe>