From 9ce4c2a3170f87c8d6a90f23d8ffcc00b6cf781b Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Mon, 5 Feb 2024 21:35:45 -0500 Subject: [PATCH] Add sqpack indexer and physics fix mods --- content/physics-fix/_index.md | 13 +++++++++++++ content/sqpack-indexer/_index.md | 15 +++++++++++++++ themes/mytheme/layouts/index.html | 10 ++++++++++ 3 files changed, 38 insertions(+) create mode 100644 content/physics-fix/_index.md create mode 100644 content/sqpack-indexer/_index.md diff --git a/content/physics-fix/_index.md b/content/physics-fix/_index.md new file mode 100644 index 0000000..8d1ef33 --- /dev/null +++ b/content/physics-fix/_index.md @@ -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 >}} diff --git a/content/sqpack-indexer/_index.md b/content/sqpack-indexer/_index.md new file mode 100644 index 0000000..1809460 --- /dev/null +++ b/content/sqpack-indexer/_index.md @@ -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 >}} diff --git a/themes/mytheme/layouts/index.html b/themes/mytheme/layouts/index.html index 99f09bb..22f9685 100644 --- a/themes/mytheme/layouts/index.html +++ b/themes/mytheme/layouts/index.html @@ -43,6 +43,16 @@ Substitute for some official FFXIV servers

Vanilla Armor Refit Collection

Better fitting female armors + + +

SqPack Indexer

+Indexing the resources used by the game +
+ + +

Physics Fix

+Fix FFXIV's bone physics at higher framerates +
Copyright Notice