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