]> fortfriendship.online Git - gnargle.github.io.git/blob - projects/dalamudplugins.html
d658dfa8bcf6ae192f1da519509430b68b07501a
[gnargle.github.io.git] / projects / dalamudplugins.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8" />
5 <title>FFXIV Plugins</title>
6 <link rel="stylesheet" href="../main.css" />
7 </head>
8 <body class="whole-site">
9 <div>
10 <iframe class="embed-title" src="../shared/title.html"> </iframe>
11 <div class="main-container">
12 <div class="main">
13 <div class="entry">
14 <a href="../index.html">Home</a>
15 <div class="title-block">
16 <h3 class="blog-title">FFXIV Plugins</h3>
17 </div>
18 <div class="content">
19 <p>
20 I currently maintain two silly little plugins for Final Fantasy
21 XIV.
22 </p>
23 </div>
24 </div>
25 <div class="entry">
26 <div class="title-block">
27 <a
28 class="blog-title"
29 target="_blank"
30 href="https://github.com/gnargle/NICEDamage"
31 >
32 <h3>NICEDamage</h3>
33 </a>
34 <h3 class="datestamp">2023</h3>
35 </div>
36 <div class="content">
37 <p>
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.
47 </p>
48 </div>
49 </div>
50 <div class="entry">
51 <div class="title-block">
52 <a
53 class="blog-title"
54 target="_blank"
55 href="https://github.com/gnargle/LPHotbars"
56 >
57 <h3>LPHotbars</h3>
58 </a>
59 <h3 class="datestamp">2024</h3>
60 </div>
61 <div class="content">
62 <p>
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.
66 </p>
67 <a href="../img/projects/launchpad.png">
68 <img
69 class="blog-img"
70 src="../img/projects/launchpad.png"
71 alt="a
72 product photo of the novation launchpad mini mk3. It's a
73 keyboard-like device made up of a grid of translucent RGB
74 squares."
75 />
76 </a>
77 <p>
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.
86 </p>
87 </div>
88 </div>
89 </div>
90 </div>
91 <iframe class="embed-links" src="../shared/links.html"> </iframe>
92 <iframe class="embed-footer" src="../shared/footer.html"> </iframe>
93 </div>
94 </body>
95 </html>