]> fortfriendship.online Git - gnargle.github.io.git/blob - projects/dalamudplugins.html
7d6a075049338ea191a0f5a500fe3fbb84000b37
[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 <meta property="og:title" content="FFXIV Plugins" />
7 <meta name="twitter:title" content="FFXIV Plugins" />
8 <meta
9 name="description"
10 content="I currently maintain two silly little plugins for Final Fantasy
11 XIV."
12 />
13 <meta
14 property="og:description"
15 content="I currently maintain two silly little plugins for Final Fantasy
16 XIV."
17 />
18 <meta
19 name="twitter:description"
20 content="I currently maintain two silly little plugins for Final Fantasy
21 XIV."
22 />
23 <link rel="stylesheet" href="../main.css" />
24 </head>
25 <body class="whole-site">
26 <div>
27 <iframe class="embed-title" src="../shared/title.html"> </iframe>
28 <div class="main-container">
29 <div class="main">
30 <div class="entry">
31 <a href="../index.html">Home</a>
32 <div class="title-block">
33 <h3 class="blog-title">FFXIV Plugins</h3>
34 </div>
35 <div class="content">
36 <p>
37 I currently maintain two silly little plugins for Final Fantasy
38 XIV.
39 </p>
40 </div>
41 </div>
42 <div class="entry">
43 <div class="title-block">
44 <a
45 class="blog-title"
46 target="_blank"
47 href="https://github.com/gnargle/NICEDamage"
48 >
49 <h3>NICEDamage</h3>
50 </a>
51 <h3 class="datestamp">2023</h3>
52 </div>
53 <div class="content">
54 <p>
55 We'll start with the simple one. NICEDamage is a stupid,
56 half-day joke project I made to get to grips with FFXIV modding.
57 Final Fantasy XIV has damage numbers displayed on screen for all
58 attacks, from and to the player. Each of these numbers can have
59 an additional caption if they're affected a debuff or something,
60 e.g. sometimes on icnoming damage you'll see 5836! (15%
61 Parried). NICEDamage utilises this caption such that if a damage
62 number ends in 69, the caption reads NICE! That's it. It has
63 over ten <i>thousand</i> downloads.
64 </p>
65 </div>
66 </div>
67 <div class="entry">
68 <div class="title-block">
69 <a
70 class="blog-title"
71 target="_blank"
72 href="https://github.com/gnargle/LPHotbars"
73 >
74 <h3>LPHotbars</h3>
75 </a>
76 <h3 class="datestamp">2024</h3>
77 </div>
78 <div class="content">
79 <p>
80 Ok, this one's a bit more complex. For another, previous
81 project, I bought a Launchpad Mini, a MIDI input device with RGB
82 lighting on each key. It looks like this.
83 </p>
84 <a href="../img/projects/launchpad.png">
85 <img
86 class="blog-img"
87 src="../img/projects/launchpad.png"
88 alt="a
89 product photo of the novation launchpad mini mk3. It's a
90 keyboard-like device made up of a grid of translucent RGB
91 squares."
92 />
93 </a>
94 <p>
95 I got a little bit bored one weekend and decided to map this fun
96 device to Final Fantasy XIV's hotbars. It actually maps pretty
97 well - I put some different colour mapping in such that
98 cooldowns for the actions are demonstrated by the colour on the
99 button - and there's extra colours for when an action is combo'd
100 from another one. It's really cool, and I'm really happy with
101 it! It's fully mappable and should in-theory work with other
102 models of the launchpad.
103 </p>
104 </div>
105 </div>
106 </div>
107 </div>
108 <iframe class="embed-links" src="../shared/links.html"> </iframe>
109 <iframe class="embed-footer" src="../shared/footer.html"> </iframe>
110 </div>
111 </body>
112 </html>