Add sqpack indexer and physics fix mods
This commit is contained in:
parent
bd39b6990c
commit
9ce4c2a317
3 changed files with 38 additions and 0 deletions
13
content/physics-fix/_index.md
Normal file
13
content/physics-fix/_index.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
title: "Physics Fix"
|
||||||
|
layout: "single"
|
||||||
|
---
|
||||||
|
|
||||||
|
FFXIV's bone physics - which apply to character's hair, clothes and other body parts - are for some reason tied to the frame rate. If you run FFXIV above 30/60 FPS, the physics run so quickly that the bones only move slightly. In other words: the lower the frame rate the more "responsive" the physics look. This plugin aims to fix that, based on [Kirrana's plugin](https://github.com/Kirrana/xivlauncher_physics_plugin/) to be more opinionated with less options. This plugin locks the update at 48 FPS.
|
||||||
|
|
||||||
|
## Get Involved & Support
|
||||||
|
|
||||||
|
{{< begin-grid >}}
|
||||||
|
{{< blurb title="Download" description="Get the source code" url="https://git.sr.ht/~redstrate/ffxiv-physics-fix" >}}
|
||||||
|
{{< blurb title="Donate Money" description="Any monetary contribution helps so I can continue working on this in my free time." url="https://redstrate.com/fund" >}}
|
||||||
|
{{< end-grid >}}
|
15
content/sqpack-indexer/_index.md
Normal file
15
content/sqpack-indexer/_index.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
title: "SqPack Indexer"
|
||||||
|
layout: "single"
|
||||||
|
---
|
||||||
|
|
||||||
|
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](https://github.com/lmcintyre/ResLogger2) until later, but this is still useful for Novus I think.
|
||||||
|
|
||||||
|
## Get Involved & Support
|
||||||
|
|
||||||
|
{{< begin-grid >}}
|
||||||
|
{{< blurb title="Download" description="Get the source code" url="https://git.sr.ht/~redstrate/sqpack-indexer" >}}
|
||||||
|
{{< blurb title="Donate Money" description="Any monetary contribution helps so I can continue working on this in my free time." url="https://redstrate.com/fund" >}}
|
||||||
|
{{< end-grid >}}
|
|
@ -43,6 +43,16 @@ Substitute for some official FFXIV servers
|
||||||
<h4>Vanilla Armor Refit Collection</h4>
|
<h4>Vanilla Armor Refit Collection</h4>
|
||||||
Better fitting female armors
|
Better fitting female armors
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a href="/copyright">Copyright Notice</a>
|
<a href="/copyright">Copyright Notice</a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue