93 lines
2.2 KiB
HTML
93 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html
|
|
class=""
|
|
lang="en-us"
|
|
prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb#"
|
|
>
|
|
|
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
|
<meta charset="utf-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
|
|
<meta name="theme-color" content="#fffff" media="(prefers-color-scheme: light)"/>
|
|
<meta name="theme-color" content="rgb(77, 77, 82)" media="(prefers-color-scheme: dark)"/>
|
|
|
|
|
|
<title>xiv.zone - SqPack Indexer</title>
|
|
<meta name="description" content="This is a Dalamud plugin that simply extracts filenames that the game opens. Originally on some Penumbra code for hooking into resource loading.
|
|
I didn’t know about ResLogger until later, but this is still useful for Novus I think."/>
|
|
|
|
|
|
<link rel="canonical" href="http://localhost:1313/sqpack-indexer/" />
|
|
<base href="http://localhost:1313/">
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="http://localhost:1313/css/style.min.1e5370e0bc1b21c3bac6f2f7a3ff57d375d92258658f234019ec66906b64aafe.css" integrity="sha256-HlNw4LwbIcO6xvL3o/9X03XZIlhljyNAGexmkGtkqv4=" />
|
|
|
|
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
|
|
</head>
|
|
|
|
|
|
<div id="center-wrapper">
|
|
|
|
<header>
|
|
<h1><a href="/">xiv.zone</a></h1>
|
|
|
|
<nav id="header-links">
|
|
|
|
</nav>
|
|
</header>
|
|
|
|
|
|
<div id="wrapper">
|
|
|
|
<main>
|
|
<h2>SqPack Indexer</h2>
|
|
|
|
<p>This is a Dalamud plugin that simply extracts filenames that the game opens. Originally on some Penumbra code for hooking into resource loading.</p>
|
|
<p>I didn’t know about <a href="https://github.com/lmcintyre/ResLogger2">ResLogger</a> until later, but this is still useful for Novus I think.</p>
|
|
<h2 id="get-involved--support">Get Involved & Support</h2>
|
|
<p><div class="buttons">
|
|
|
|
|
|
|
|
|
|
|
|
<a href='https://git.sr.ht/~redstrate/sqpack-indexer' class="blurb-button">
|
|
|
|
<h4>Download</h4>
|
|
<p>Get the source code</p>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a href='https://redstrate.com/fund' class="blurb-button">
|
|
|
|
<h4>Donate Money</h4>
|
|
<p>Any monetary contribution helps so I can continue working on this in my free time.</p>
|
|
|
|
</a>
|
|
|
|
|
|
</div>
|
|
</p>
|
|
|
|
|
|
</main>
|
|
|
|
</div>
|
|
|
|
<footer>
|
|
|
|
</footer>
|
|
|
|
|
|
</div>
|
|
|
|
</html>
|