2022-04-08 20:41:15 -04:00
|
|
|
{{ define "main" }}
|
2022-04-27 15:43:22 -04:00
|
|
|
|
2023-10-06 20:37:06 -04:00
|
|
|
<h2>Sites</h2>
|
|
|
|
|
|
|
|
<div class="buttons">
|
|
|
|
<a href='https://docs.xiv.zone' class="blurb-button">
|
|
|
|
<h4>XIV Docs</h4>
|
|
|
|
Garden of knowledge on FFXIV
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<h2>Software</h2>
|
2022-04-27 15:43:22 -04:00
|
|
|
|
|
|
|
<div class="buttons">
|
|
|
|
|
|
|
|
<a href='/astra' class="blurb-button">
|
2023-12-31 12:18:47 -05:00
|
|
|
<img style="float:left; padding-right: 10px" width="40" height="40" src="astra.svg"/>
|
2022-04-27 15:43:22 -04:00
|
|
|
<h4>Astra</h4>
|
2023-12-31 12:18:47 -05:00
|
|
|
Unofficial FFXIV launcher
|
2022-04-27 15:43:22 -04:00
|
|
|
</a>
|
|
|
|
|
|
|
|
<a href='/novus' class="blurb-button">
|
2023-12-31 12:18:47 -05:00
|
|
|
<img style="float:left; padding-right: 10px" width="40" height="40" src="novus.svg"/>
|
2022-04-27 15:43:22 -04:00
|
|
|
<h4>Novus</h4>
|
2023-12-31 12:18:47 -05:00
|
|
|
Unofficial FFXIV modding tools
|
2022-04-27 15:43:22 -04:00
|
|
|
</a>
|
|
|
|
|
2022-07-27 22:22:03 -04:00
|
|
|
<a href='/physis' class="blurb-button">
|
|
|
|
<h4>Physis</h4>
|
2023-10-06 20:37:06 -04:00
|
|
|
Framework for interacting with FFXIV game data
|
2022-04-28 00:05:54 -04:00
|
|
|
</a>
|
|
|
|
|
2023-10-06 20:37:06 -04:00
|
|
|
<a href='/kawari' class="blurb-button">
|
|
|
|
<h4>Kawari</h4>
|
|
|
|
Substitute for some official FFXIV servers
|
2022-07-16 19:01:03 -04:00
|
|
|
</a>
|
2023-10-06 20:37:06 -04:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<h2>Mods</h2>
|
2022-07-16 19:01:03 -04:00
|
|
|
|
2023-10-06 20:37:06 -04:00
|
|
|
<div class="buttons">
|
2022-04-28 00:05:54 -04:00
|
|
|
<a href='/varc' class="blurb-button">
|
|
|
|
<h4>Vanilla Armor Refit Collection</h4>
|
|
|
|
Better fitting female armors
|
2022-04-27 15:43:22 -04:00
|
|
|
</a>
|
2024-02-05 21:35:45 -05:00
|
|
|
|
|
|
|
<a href='/sqpack-indexer' class="blurb-button">
|
|
|
|
<h4>SqPack Indexer</h4>
|
|
|
|
Indexing the resources used by the game
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<a href='/physics-fix' class="blurb-button">
|
|
|
|
<h4>Physics Fix</h4>
|
|
|
|
Fix FFXIV's bone physics at higher framerates
|
|
|
|
</a>
|
2022-04-27 15:43:22 -04:00
|
|
|
</div>
|
|
|
|
|
2022-05-02 11:08:54 -04:00
|
|
|
<a href="/copyright">Copyright Notice</a>
|
|
|
|
|
2022-04-08 20:41:15 -04:00
|
|
|
{{ end }}
|