]> fortfriendship.online Git - gnargle.github.io.git/blobdiff - projects/dalamudplugins.html
init
[gnargle.github.io.git] / projects / dalamudplugins.html
diff --git a/projects/dalamudplugins.html b/projects/dalamudplugins.html
new file mode 100644 (file)
index 0000000..5a19626
--- /dev/null
@@ -0,0 +1,123 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="UTF-8" />
+    <title>FFXIV Plugins</title>
+    <link rel="stylesheet" href="../main.css" />
+  </head>
+  <body class="whole-site">
+    <div>
+      <div class="container">
+        <div class="header">
+          <marquee>
+            <h1 class="marquee-heading">🏳️‍⚧️ 👩🏼‍💻 Athene.Gay 👩🏼‍💻 🏳️‍⚧️</h1>
+          </marquee>
+        </div>
+      </div>
+      <div class="main-container">
+        <div class="main">
+          <div class="entry">
+            <a href="../index.html">Home</a>
+            <div class="title-block">
+              <h3 class="blog-title">FFXIV Plugins</h3>
+            </div>
+            <div class="content">
+              <p>
+                I currently maintain two silly little plugins for Final Fantasy
+                XIV.
+              </p>
+            </div>
+          </div>
+          <div class="entry">
+            <div class="title-block">
+              <a target="_blank" href="https://github.com/gnargle/NICEDamage">
+                <h3 class="blog-title">NICEDamage</h3>
+              </a>
+            </div>
+            <div class="content">
+              <p>
+                We'll start with the simple one. NICEDamage is a stupid,
+                half-day joke project I made to get to grips with FFXIV modding.
+                Final Fantasy XIV has damage numbers displayed on screen for all
+                attacks, from and to the player. Each of these numbers can have
+                an additional caption if they're affected a debuff or something,
+                e.g. sometimes on icnoming damage you'll see 5836! (15%
+                Parried). NICEDamage utilises this caption such that if a damage
+                number ends in 69, the caption reads NICE! That's it. It has
+                over ten <i>thousand</i> downloads.
+              </p>
+            </div>
+          </div>
+          <div class="entry">
+            <div class="title-block">
+              <a target="_blank" href="https://github.com/gnargle/LPHotbars">
+                <h3 class="blog-title">LPHotbars</h3>
+              </a>
+            </div>
+            <div class="content">
+              <p>
+                Ok, this one's a bit more complex. For another, previous
+                project, I bought a Launchpad Mini, a MIDI input device with RGB
+                lighting on each key. It looks like this.
+              </p>
+              <img
+                class="blog-img"
+                src="../img/projects/launchpad.png"
+                alt="a
+              product photo of the novation launchpad mini mk3. It's a
+              keyboard-like device made up of a grid of translucent RGB
+              squares."
+              />
+              <p>
+                I got a little bit bored one weekend and decided to map this fun
+                device to Final Fantasy XIV's hotbars. It actually maps pretty
+                well - I put some different colour mapping in such that
+                cooldowns for the actions are demonstrated by the colour on the
+                button - and there's extra colours for when an action is combo'd
+                from another one. It's really cool, and I'm really happy with
+                it! It's fully mappable and should in-theory work with other
+                models of the launchpad.
+              </p>
+            </div>
+          </div>
+        </div>
+      </div>
+      <div class="container">
+        <div class="footer">
+          <div class="footer-container">
+            <div class="footer-entry">
+              <a href="https://projynova.bsky.social"
+                ><img class="icon" src="../img/bluesky.svg" alt="bluesky logo"
+              /></a>
+            </div>
+            <div class="footer-entry">
+              <a href="https://github.com/gnargle"
+                ><img class="icon" src="../img/github.svg" alt="github logo"
+              /></a>
+            </div>
+            <div class="footer-entry">
+              <a href="https://discordapp.com/users/390978640051175424"
+                ><img class="icon" src="../img/discord.svg" alt="github logo"
+              /></a>
+            </div>
+            <div class="footer-entry">
+              <a href="https://www.twitch.tv/atheneallen"
+                ><img class="icon" src="../img/twitch.svg" alt="github logo"
+              /></a>
+            </div>
+            <div class="footer-entry">
+              <a href="https://archiveofourown.org/users/gnargle/works"
+                ><img class="icon" src="../img/ao3.svg" alt="github logo"
+              /></a>
+            </div>
+          </div>
+          <div class="footer-container">
+            <p>
+              Icons by <a target="_blank" href="https://icons8.com">Icons8</a>
+            </p>
+          </div>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>