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">
27 <a target=
"_blank" href=
"https://github.com/gnargle/NICEDamage">
28 <h3 class=
"blog-title">NICEDamage
</h3>
33 We'll start with the simple one. NICEDamage is a stupid,
34 half-day joke project I made to get to grips with FFXIV modding.
35 Final Fantasy XIV has damage numbers displayed on screen for all
36 attacks, from and to the player. Each of these numbers can have
37 an additional caption if they're affected a debuff or something,
38 e.g. sometimes on icnoming damage you'll see
5836! (
15%
39 Parried). NICEDamage utilises this caption such that if a damage
40 number ends in
69, the caption reads NICE! That's it. It has
41 over ten
<i>thousand
</i> downloads.
46 <div class=
"title-block">
47 <a target=
"_blank" href=
"https://github.com/gnargle/LPHotbars">
48 <h3 class=
"blog-title">LPHotbars
</h3>
53 Ok, this one's a bit more complex. For another, previous
54 project, I bought a Launchpad Mini, a MIDI input device with RGB
55 lighting on each key. It looks like this.
59 src=
"../img/projects/launchpad.png"
61 product photo of the novation launchpad mini mk3. It's a
62 keyboard-like device made up of a grid of translucent RGB
66 I got a little bit bored one weekend and decided to map this fun
67 device to Final Fantasy XIV's hotbars. It actually maps pretty
68 well - I put some different colour mapping in such that
69 cooldowns for the actions are demonstrated by the colour on the
70 button - and there's extra colours for when an action is combo'd
71 from another one. It's really cool, and I'm really happy with
72 it! It's fully mappable and should in-theory work with other
73 models of the launchpad.
79 <iframe class=
"embed-links" src=
"../shared/links.html"> </iframe>
80 <iframe class=
"embed-footer" src=
"../shared/footer.html"> </iframe>