diff --git a/.gitignore b/.gitignore index 0d44a9e..e699ca9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .directory .hugo_build.lock +.DS_Store diff --git a/content/varc/_index.md b/content/varc/_index.md new file mode 100644 index 0000000..46e5044 --- /dev/null +++ b/content/varc/_index.md @@ -0,0 +1,67 @@ +--- +title: "Vanilla Armor Refit Collection" +layout: "single" +--- + +Have you ever wondered why your female FFXIV character's body shape mysteriously +changes depending on whatever you decide to wear? No more! + + + +The main reason why I created this mod is that some of the armors in the game do +not properly fit "large chested" female characters like my Viera. Compared to other mods that are refitting it to a completely different (and usually ridiculously NSFW) body type, this is meant for people who are fine with the vanilla body like me. + +## Downloads + +**Note:** This only **affects** armor tops. + +{{< rawhtml >}} +
+{{< /rawhtml >}} + +### Addons + +These are kept as seperate mods because they are purely opinionated. + +#### Better Butts + +This changes some bottom armors to "canonize" the 2B butt. Thanks Square Enix. + +**Note:** Since there is very little geometry in the original vanilla armor, there's only +so much I can do. Most of the armor looks fine though. + +{{< rawhtml >}} + +{{< /rawhtml >}} + +## Frequently Asked Questions + +### How do I install this? + +This is a [Penumbra](https://github.com/xivdev/Penumbra) mod, so simply drag it into your Penumbra mods folder (normally located in `Mods` folder in your `Documents`). + +### Why isn't this mod doing anything? + +This mod changes the weight painting and vertices very slightly, and you may not notice any changes depending on your race. Please remember that I've only modified the **Hyur Female Midlander** armor, and will only affect races that use that body. + +I should note that since a bust slider of 50 is considered the "base" for the game, this +modpack will actually fit smaller-chested characters better as well. + +### What armor is affected? + +I don't have a dedicated list yet, but you can check what armor is affected inside Penumbra itself. Since this is a mod I personally use, a lot of it is naturally armor +I like. Eventually, more and more armor will be added. + +### Why the hell did you make such a stupid mod?? + +*crying* This FAQ is over! \ No newline at end of file diff --git a/content/varc/main-comparison.png b/content/varc/main-comparison.png new file mode 100644 index 0000000..d32e7ad Binary files /dev/null and b/content/varc/main-comparison.png differ diff --git a/themes/mytheme/layouts/index.html b/themes/mytheme/layouts/index.html index a061cfc..4c0d295 100644 --- a/themes/mytheme/layouts/index.html +++ b/themes/mytheme/layouts/index.html @@ -6,17 +6,22 @@ Hello and welcome to xiv.zone, I host a couple of my FFXIV-related projects here