Minor site link fixes, content updates
This commit is contained in:
parent
b710a5fb15
commit
c610728aea
7 changed files with 20 additions and 22 deletions
|
@ -25,6 +25,6 @@ I recommend reading up the [FAQ](/astra/faq)!
|
|||
{{< blurb title="Get Source" description="The full source code for Astra is available on sourcehut." url="https://sr.ht/~redstrate/astra" >}}
|
||||
{{< blurb title="File Bugs" description="Submit tickets for bugs and feature requests." url="https://todo.sr.ht/~redstrate/astra" >}}
|
||||
{{< blurb title="Give Feedback" description="Send an email on the mailing list for feature discussions and patches." url="https://lists.sr.ht/~redstrate/public-inbox" >}}
|
||||
{{< blurb title="Donate Money" description="Any monetary contribution helps so I can continue working on this in my free time." url="https://ko-fi.com/redstrate" >}}
|
||||
{{< 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,4 +43,4 @@ If you have an issue, please report it on the [bug tracker](https://todo.sr.ht/~
|
|||
|
||||
***Nothing broke, but I want a feature implemented!***
|
||||
|
||||
You can either discuss it on my [mailing list](https://lists.sr.ht/~redstrate/public-inbox), or report it through the [tracker](https://todo.sr.ht/~redstrate/astra). Please note that I work on this on my free time, so [monetary support](https://ko-fi.com/redstrate) is appreciated if possible. :-)
|
||||
You can either discuss it on my [mailing list](https://lists.sr.ht/~redstrate/public-inbox), or report it through the [tracker](https://todo.sr.ht/~redstrate/astra). Please note that I work on this on my free time, so [monetary support](https://redstrate.com/fund) is appreciated if possible. :-)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: "Astra - Installation"
|
||||
---
|
||||
|
||||
The current version is [0.4.1](/astra/changelog). These precompiled builds are currently still a work in progress, please tell me any issues you have in the [mailing list](https://lists.sr.ht/~redstrate/astra-dev).
|
||||
The current version is [0.4.1](/astra/changelog). These precompiled builds are currently still a work in progress, please tell me any issues you have in the [tracker](https://todo.sr.ht/~redstrate/astra) or my [mailing list](https://lists.sr.ht/~redstrate/public-inbox) .
|
||||
|
||||
**Note:** Windows and macOS users currently have to check for updates manually. You can tell which version you have by reading it in the `About` menu under `Help`. I hope to remedy this in the next major release.
|
||||
|
||||
|
|
|
@ -14,5 +14,5 @@ The goal is to create a good set of tools that isn't based on WPF and C#, and ca
|
|||
{{< begin-grid >}}
|
||||
{{< blurb title="Get Source" description="The full source code for Novus is available on sourcehut." url="https://sr.ht/~redstrate/novus" >}}
|
||||
{{< blurb title="Give Feedback" description="Send an email on the mailing list for feature requests, bugs, and patches." url="https://lists.sr.ht/~redstrate/public-inbox" >}}
|
||||
{{< blurb title="Donate Money" description="Any monetary contribution helps so I can continue working on this in my free time." url="https://ko-fi.com/redstrate" >}}
|
||||
{{< end-grid >}}
|
||||
{{< 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 >}}
|
||||
|
|
|
@ -13,6 +13,6 @@ A modding framework for FFXIV written in Rust. This is currently used in [Astra]
|
|||
{{< blurb title="Get Source" description="The full source code for Physis is available on sourcehut." url="https://sr.ht/~redstrate/physis" >}}
|
||||
{{< blurb title="View Documentation" description="Crate documentation for Physis is available on docs.xiv.zone." url="https://docs.xiv.zone/docs/physis/" >}}
|
||||
{{< blurb title="Give Feedback" description="Send an email on the mailing list for feature requests, bugs, and patches." url="https://lists.sr.ht/~redstrate/public-inbox" >}}
|
||||
{{< blurb title="Donate Money" description="Any monetary contribution helps so I can continue working on this in my free time." url="https://ko-fi.com/redstrate" >}}
|
||||
{{< 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 >}}
|
||||
|
||||
|
|
|
@ -3,20 +3,22 @@ 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!
|
||||
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.
|
||||
The main reason why I created this mod is that some armor in the game don't properly fit certain 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 prefer the vanilla body.
|
||||
|
||||
The cause of this is due to weight painting differences in armor sets. Breast size in FFXIV is decided by scaling the bones, which in turn are affected by weight painting (basically, a tweakable parameter that controls how much a certain part of the mesh is affected by certain bone transforms). Normally, most armor is painted with the chest area being fully affected by the breast bones, but some are not - either intentionally (to give it a smaller look, when intended) or unintentionally (due to artistic differences, or lack of testing). In my opinion, the weight painting should always be uniform, and when the smaller look is intended - change it via the mesh itself. This mod aims to fix both intentional and unintentional weight painting issues, and make your character's busom look more uniform regardless of clothing.
|
||||
|
||||
Coincidentally, characters that have smaller chests would also benefit from the mod because all armor in the game is modeled around the midway of the breast size slider.
|
||||
|
||||
## Get Involved & Support
|
||||
|
||||
{{< begin-grid >}}
|
||||
{{< blurb title="Download" description="Install the latest version." url="/varc/install" >}}
|
||||
{{< blurb title="Gear List" description="Preview the affected items by this mod." url="/varc/gearlist" >}}
|
||||
{{< blurb title="Donate Money" description="Any monetary contribution helps so I can continue working on this in my free time." url="https://ko-fi.com/redstrate" >}}
|
||||
{{< 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 >}}
|
||||
|
||||
## Frequently Asked Questions
|
||||
|
@ -33,27 +35,24 @@ No.
|
|||
|
||||
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?
|
||||
|
||||
There's a list of armor affected [here](/varc/gearlist). For now only the main VARC mod is indexed.
|
||||
There's a list of armor affected [here](/varc/gearlist). For now, only the main VARC mod file is indexed.
|
||||
|
||||
### It looks like some armor is buggy/has holes/should be modified.
|
||||
|
||||
If you have a question, concern or a request please don't hesitate to [contact me](https://redstrate.com/about). Please keep in mind that I do not make money off of this mod (nor do I want to) and I work on this in my free time.
|
||||
If you have a question, concern or request don't hesitate to [contact me](https://redstrate.com/contact). Please keep in mind that I do not make money off of this mod (nor do I want to) and I work on this in my free time.
|
||||
|
||||
### What if I don't want to use VARC for (insert gear here) or (insert character here)?
|
||||
### What if I don't want to use VARC for _(insert gear here)_ or _(insert character here)_?
|
||||
|
||||
Penumbra has the functionality to selectively disable parts of the mod, either for select gear or characters.
|
||||
Penumbra has the functionality to selectively disable parts of the mod, either for select gear or certain characters. You can also accomplish the inverse, by having it only affect your player character.
|
||||
|
||||
### What about armor that is intentionally supposed to be either tight-fitted or loose? Does this mod affect the realism of the armor in the game?
|
||||
|
||||
**No!** If the original intention of an armor was to be either loosely or tightly fitted, I have preserved that feature.
|
||||
_No!_ If the original intention of an armor was to be either loosely or tightly fitted, I have preserved that feature.
|
||||
|
||||

|
||||
|
||||
### Why did you make such a stupid mod??
|
||||
### Why did you make such a stupid, useless mod??
|
||||
|
||||
*sob* This FAQ is over!
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue