diff --git a/.gitignore b/.gitignore index e699ca9..b2ac9c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .directory .hugo_build.lock .DS_Store +public/ diff --git a/content/astra/_index.md b/content/astra/_index.md index ea77773..60dc506 100644 --- a/content/astra/_index.md +++ b/content/astra/_index.md @@ -23,7 +23,7 @@ A FFXIV launcher that supports profiles, multiple accounts and [Dalamud](https:/ {{< begin-grid >}} {{< blurb title="Download" description="Download the latest version of Astra for your preferred distribution." url="/astra/install" >}} -{{< blurb title="Get Source Code & Contribute" description="The full source code for Astra is available on sourcehut." url="https://sr.ht/~redstrate/astra" >}} +{{< blurb title="Get Source Code & Contribute" description="The full source code for Astra is available on sourcehut." url="https://github.com/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!" url="https://redstrate.com/fund" >}} diff --git a/content/novus/_index.md b/content/novus/_index.md index 57a9ed2..1ec5eb3 100644 --- a/content/novus/_index.md +++ b/content/novus/_index.md @@ -13,7 +13,7 @@ The goal is to create a good set of tools that isn't based on WPF and C#, and ca {{< begin-grid >}} {{< blurb title="Download" description="Download the latest version of Novus for your preferred distribution." url="/novus/install" >}} -{{< blurb title="Get Source Code & Contribute" description="The full source code for Novus is available on sourcehut." url="https://sr.ht/~redstrate/novus" >}} +{{< blurb title="Get Source Code & Contribute" description="The full source code for Novus is available on sourcehut." url="https://github.com/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://redstrate.com/fund" >}} {{< end-grid >}} diff --git a/content/physis/_index.md b/content/physis/_index.md index 2b4c1b1..3d4901b 100644 --- a/content/physis/_index.md +++ b/content/physis/_index.md @@ -12,7 +12,7 @@ See more information on the [crates.io page](https://crates.io/crates/physis). ## Get Involved & Support {{< begin-grid >}} -{{< blurb title="Get Source Code & Contribute" description="The full source code for Physis is available on sourcehut." url="https://sr.ht/~redstrate/physis" >}} +{{< blurb title="Get Source Code & Contribute" description="The full source code for Physis is available on sourcehut." url="https://github.com/redstrate/Physis" >}} {{< blurb title="View Documentation" description="API documentation is available on XIV Docs." 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!" url="https://redstrate.com/fund" >}} diff --git a/public/404.html b/public/404.html deleted file mode 100644 index b66ed18..0000000 --- a/public/404.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - xiv.zone - 404 Page not found - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
- -404 not found. - - -
- -
- - - - -
- - diff --git a/public/astra.svg b/public/astra.svg deleted file mode 100644 index b764e61..0000000 --- a/public/astra.svg +++ /dev/null @@ -1,152 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/astra/changelog/0.1.0/index.html b/public/astra/changelog/0.1.0/index.html deleted file mode 100644 index 280556e..0000000 --- a/public/astra/changelog/0.1.0/index.html +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - xiv.zone - 0.1.0 - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
-

0.1.0

- -

First public release!

- - -
- -
- - - - -
- - diff --git a/public/astra/changelog/0.2.0/index.html b/public/astra/changelog/0.2.0/index.html deleted file mode 100644 index a25558f..0000000 --- a/public/astra/changelog/0.2.0/index.html +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - xiv.zone - 0.2.0 - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
-

0.2.0

- -

This is a major beta release which adds a bunch new features!

-
    -
  • Multiple profile support -
      -
    • All of the settings you already use are now configurable, per profile. This includes server type, directx mode, and a whole bunch of neat configurable things. For people testing Sapphire servers or different types of wine this should be extremely useful!
    • -
    -
  • -
  • Encrypted game argument support -
      -
    • On Windows, FFXIV “encrypts” (not really, just obfuscates) the game arguments otherwise your game login token (SID) is in plain-text. This now matches the behavior of the official xivboot.exe and also XIVQuickLauncher. This will become the new default option in the next release.
    • -
    • Big thanks to XIVQuickLauncher where the code is based off of, as well as the information on xivdev.
    • -
    -
  • -
  • Custom wine prefix/executable options on Linux and macOS
  • -
-

These bugs are also fixed:

-
    -
  • Windows dependencies are now copied when building
  • -
  • Windows “open game directory” button now works
  • -
  • The built-in game wine is now the default (for real this time) on macOS
  • -
- - -
- -
- - - - -
- - diff --git a/public/astra/changelog/0.3.0/index.html b/public/astra/changelog/0.3.0/index.html deleted file mode 100644 index 0d9a61d..0000000 --- a/public/astra/changelog/0.3.0/index.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - xiv.zone - 0.3.0 - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
-

0.3.0

- -

Hello again! It’s time for another big update :-)

-

Name Change

-

If you haven’t noticed already, I changed the name from xivlauncher to Astra! Now that this is finally out of the way, I can start distributing packages (I’ve started on a PKGBUILD already for Arch users) and it’s another step towards being fully stable. Unfortunately this means your config is lost unless you rename it manually. Dalamud and nativelauncher will automatically redownload to the new data directory as well, but you can rename that as well.

-

Dalamud support

-

This is a big feature that I’ve been working on, and now it’s finally ready to enter beta testing! For now, it is required to have XIVLauncher -installed through Wine already. The asset updater built into Astra doesn’t have the capabilities to bootstrap a fresh Dalamud environment on it’s own yet, so XIVQuickLauncher is still required for that purpose, although I recommend having it installed anyway :-)

-

Simply tick the “Enable Dalamud Injection” setting in your profile, and Dalamud/nativelauncher will download automatically and Astra will take care of the injection for you. Major thanks to the XIVQuickLauncher devs for writing the original ACL bypass relocated here.

-

Dalamud is also automatically updated to the latest stable version automatically, in the future I hope to expand the updating options.

-

CLI Interface

-

There is now a basic CLI interface, and see you check all of it’s options by running astra --help. This is pretty basic, but there’s enough to have a nice auto-login script going. This isn’t a true GUI-less experience though, as Astra still depends on Qt5 heavily, but I hope this is a good enough :-)

-

Maintenance Checks

-

The login button is now automatically disabled when Astra detects that the game server is under maintenance. In the future, I hope to make this feature more robust.

-

Arch Linux CI builds

-

Thank you @pepper-jelly for contributing the Github action, which runs and automatically generates an Arch Linux binary to download. This still is not ideal though, as this requires a Github account to download, but in the future I will provide real releases.

-

Settings are reorganized

-

The settings are reorganized a bit, i’m still not completely happy with the layout but it’s much, much better than it was before.

-

image -

-

Gamescope settings were also added, which includes stuff like width, height, refresh rate and so on. I hope to keep expanding these in the future with more of the wine tweaks. Also, gamescope and gamemode are automatically disabled if they are not installed on your system.

-

There is now a dedicated Dalamud options box, I hope to expand this in the future with being able to enable/disable mods before launching the game, etc. This is part of my effort to better support dedicated/external tools (#14).

-

The boot/dalamud versions are now displayed in the profile settings as well!

-

Automatically closing

-

There is now an option to automatically “close” Astra when the game is launched, similar to how the official launcher and XIVQuickLauncher works. Due to how our processes are handled, the actual Astra process does not close, but is hidden until the game itself is closed - and that’s when the actual application process quits. This option is enabled by default.

-

Tags are now signed

-

I now have a public GPG key, and I will be signing tags from now on. This is to test the waters and make sure my GPG key is stable and works before I start having to sign more stuff - like commits, binary packages, and the like. This is also going to be essential for any packages that have be verified using my key.

-

Experimental stuff

-

There is also some experimental/untested stuff included in this release. When Endwalker launched, I quickly added Watchdog to help me through the long login queues. Also, I managed to forget about Steam support, so I skimmed and implemented a Steam option, but I don’t have the game on Steam to test yet.

- - -
- -
- - - - -
- - diff --git a/public/astra/changelog/0.3.1/index.html b/public/astra/changelog/0.3.1/index.html deleted file mode 100644 index b3def26..0000000 --- a/public/astra/changelog/0.3.1/index.html +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - - xiv.zone - 0.3.1 - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
-

0.3.1

- -

This is a incremental release, meant for the eventual release on the AUR.

-

However, it does include some important changes:

-
    -
  • Dalamud assets and runtime are now downloaded automatically and also kept up to date for you.
  • -
  • System libraries are now used for qt5-keychain and quazip if found on your system.
  • -
- - -
- -
- - - - -
- - diff --git a/public/astra/changelog/0.4.0/index.html b/public/astra/changelog/0.4.0/index.html deleted file mode 100644 index dd5a776..0000000 --- a/public/astra/changelog/0.4.0/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - xiv.zone - 0.4.0 - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
-

0.4.0

- -

It’s time for another big release of Astra!

-

Game boot updating support

-

Astra now supports updating your boot patches on startup, which is big news and a nice first step towards proper patching support! To clairfy, your “game boot” is the files in the boot folder in your game directory. This includes stuff like the official launcher, ffxivboot.exe, among other things. This happens transparently when you log in, just like the official launcher does.

-

Boot Update Screenshot -

-

While this is no proper game patch support, I plan to temporarily remedy this in a minor release soon. You’ll have a choice between several “patchers” (my experimental one, XIVQuickLauncher.PatchInstaller, maybe official?) you can choose from when the game requires an update.

-

Game installation support

-

Astra can now install the game for you if you don’t have it installed already! Unfortunately due to unshield (the library it uses to extract game data from the installer) is not yet available for Windows, so this feature is limited to macOS and Linux users at the moment. I hope to have this fixed soon, but this is a neat feature nevertheless.

-

Prebuilt binaries and AUR packages are now available!

-

Now at long last there are now prebuilt binaries available! I’m very sorry this took so long, but I wanted to make sure the launcher was in a good place before I started distributing it to users that aren’t developers. Check out the Install page for more information!

-

News & Topics

-

You can now view the current banners, topics, and other news right inside the launcher! Minimalist users can find that they can individually turn off banners and/or the news list, if they prefer the look of the old launcher. In the future I plan to expand this feature even further, but this should now be on par with other launcher’s offerings.

-

News Screenshot -

-

More asset updates

-

The asset updater got an overhaul, and now will display in a pretty little dialog window that is now cancellable! Fortunately, this dialog should never show up as the gooatscorp CDN and my webserver is fast enough that you usually -won’t see it.

-

Asset Update Screenshot -

-

Additional stuff

-
    -
  • The login error message is now pulled directly from Square Enix’s response, so timeouts, locked accounts and other -esoteric login messages will be shown to you properly.
  • -
  • Dalamud injection is much more stable, and there’s now a much smaller chance of your game booting up without Dalamud starting up properly.
  • -
-

Contributions

-

Thank you @mariakeating for fixing these bugs!

-
    -
  • Unencrypted game arguments were not formatted properly.
  • -
  • Custom wine paths were not loaded on startup.
  • -
- - -
- -
- - - - -
- - diff --git a/public/astra/changelog/0.4.1/index.html b/public/astra/changelog/0.4.1/index.html deleted file mode 100644 index e73c968..0000000 --- a/public/astra/changelog/0.4.1/index.html +++ /dev/null @@ -1,67 +0,0 @@ - - - - - - - - - - - - xiv.zone - 0.4.1 - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
-

0.4.1

- -

This is a quick bugfix for 0.4.0. It’s recommended for Linux users to update immediately as most -of your filesystems are case-sensitive.

-
    -
  • Fixed an issue where starting the official launcher could fail on case-sensitive filesystems.
  • -
- - -
- -
- - - - -
- - diff --git a/public/astra/changelog/0.5.0/index.html b/public/astra/changelog/0.5.0/index.html deleted file mode 100644 index 1d0d32d..0000000 --- a/public/astra/changelog/0.5.0/index.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - - - - xiv.zone - 0.5.0 - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
-

0.5.0

- -

It’s been a while (a year!) since the last Astra update, and a lot has changed since then. Here’s a new major update to Astra!

-

New interface

-

The new interface hosts the same feature set as it’s predecessor: profile configuration, auto-login, and more. Some options may have been removed or slimmed down, but everything important should still be there!

-

Accounts

-

Previously, we had game configurations called “Profiles”. These always had one set of account credentials attached, and that’s if you chose to store your username and password. Now it’s completely revamped, accounts can be separately configured and each profile has a default account.

-

You can change the profile’s account on the login page. Options that only make sense for an account (‘Remember Password’, ‘Account Type’ and so on) live under their options now. In addition, you can associate a Lodestone character to an account to easily identify it.

-

Platform support

-

Astra was usually touted as the “Cross-platform FFXIV launcher”. While this is true, it’s actually really difficult to support Windows, macOS and Linux and giving out binaries for all three. I really only use Linux to play FFXIV, unfortunately. I also don’t want to recommend people Astra which is usually a sub-par experience since I don’t test it on Windows or macOS often. I have made the decision to drop official support for macOS and Windows, but I’ll still accept contributions for these platforms.

-

If you want a great Windows launcher, try XIVQuickLauncher. If you want a good macOS launcher, try XIV on Mac or XIVCore. They provide much better support for those operating systems!

-

Game update support

-

I’m happy to say it’s now safe and possible to update the game using Astra alone! Please note that it doesn’t support game repair yet, you’ll need to use another launcher to perform that action for now.

-

Steam support

-

Astra can run as as a “Steam Compatibility Tool”. It handles dropping down to Proton when necessary for you as well. Currently this overrides the selected Wine for all profiles, but that might change in the future. The Steam API is used so your playtime is correctly tracked and even the overlay works! To use this feature, click the “Install Compatibility Tool” button in the Settings.

-

Disabled features

-
    -
  • Watchdog: It requires X11 and the code is untested, so I’m hiding the feature for now. I plan to revamp it in time for the next expansion, expect Wayland to work as well.
  • -
-

New icon

-

Astra now has a temporary icon, created by me. It will change once I flesh out a design, but it should be nicer to not fallback to a placeholder icon.

-

Language select

-

You can now select the game language under the account options. In addition, the program is now fully localizable and I’ll look into translating some parts of it. I’m not sure what the contribution workflow would look like for translations yet.

-

New setup

-

The setup process has been completely revamped, and should be much easier to get started using Astra. It will walk you through where to find or download the game, and setting up an account.

- - -
- -
- - - - -
- - diff --git a/public/astra/changelog/asset-screenshot.png b/public/astra/changelog/asset-screenshot.png deleted file mode 100644 index 585f445..0000000 Binary files a/public/astra/changelog/asset-screenshot.png and /dev/null differ diff --git a/public/astra/changelog/index.html b/public/astra/changelog/index.html deleted file mode 100644 index 61fbae3..0000000 --- a/public/astra/changelog/index.html +++ /dev/null @@ -1,203 +0,0 @@ - - - - - - - - - - - - xiv.zone - Astra Changelog - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
- - -

0.5.0

-

It’s been a while (a year!) since the last Astra update, and a lot has changed since then. Here’s a new major update to Astra!

-

New interface

-

The new interface hosts the same feature set as it’s predecessor: profile configuration, auto-login, and more. Some options may have been removed or slimmed down, but everything important should still be there!

-

Accounts

-

Previously, we had game configurations called “Profiles”. These always had one set of account credentials attached, and that’s if you chose to store your username and password. Now it’s completely revamped, accounts can be separately configured and each profile has a default account.

-

You can change the profile’s account on the login page. Options that only make sense for an account (‘Remember Password’, ‘Account Type’ and so on) live under their options now. In addition, you can associate a Lodestone character to an account to easily identify it.

-

Platform support

-

Astra was usually touted as the “Cross-platform FFXIV launcher”. While this is true, it’s actually really difficult to support Windows, macOS and Linux and giving out binaries for all three. I really only use Linux to play FFXIV, unfortunately. I also don’t want to recommend people Astra which is usually a sub-par experience since I don’t test it on Windows or macOS often. I have made the decision to drop official support for macOS and Windows, but I’ll still accept contributions for these platforms.

-

If you want a great Windows launcher, try XIVQuickLauncher. If you want a good macOS launcher, try XIV on Mac or XIVCore. They provide much better support for those operating systems!

-

Game update support

-

I’m happy to say it’s now safe and possible to update the game using Astra alone! Please note that it doesn’t support game repair yet, you’ll need to use another launcher to perform that action for now.

-

Steam support

-

Astra can run as as a “Steam Compatibility Tool”. It handles dropping down to Proton when necessary for you as well. Currently this overrides the selected Wine for all profiles, but that might change in the future. The Steam API is used so your playtime is correctly tracked and even the overlay works! To use this feature, click the “Install Compatibility Tool” button in the Settings.

-

Disabled features

-
    -
  • Watchdog: It requires X11 and the code is untested, so I’m hiding the feature for now. I plan to revamp it in time for the next expansion, expect Wayland to work as well.
  • -
-

New icon

-

Astra now has a temporary icon, created by me. It will change once I flesh out a design, but it should be nicer to not fallback to a placeholder icon.

-

Language select

-

You can now select the game language under the account options. In addition, the program is now fully localizable and I’ll look into translating some parts of it. I’m not sure what the contribution workflow would look like for translations yet.

-

New setup

-

The setup process has been completely revamped, and should be much easier to get started using Astra. It will walk you through where to find or download the game, and setting up an account.

- -
- -

0.4.1

-

This is a quick bugfix for 0.4.0. It’s recommended for Linux users to update immediately as most -of your filesystems are case-sensitive.

-
    -
  • Fixed an issue where starting the official launcher could fail on case-sensitive filesystems.
  • -
- -
- -

0.4.0

-

It’s time for another big release of Astra!

-

Game boot updating support

-

Astra now supports updating your boot patches on startup, which is big news and a nice first step towards proper patching support! To clairfy, your “game boot” is the files in the boot folder in your game directory. This includes stuff like the official launcher, ffxivboot.exe, among other things. This happens transparently when you log in, just like the official launcher does.

-

Boot Update Screenshot -

-

While this is no proper game patch support, I plan to temporarily remedy this in a minor release soon. You’ll have a choice between several “patchers” (my experimental one, XIVQuickLauncher.PatchInstaller, maybe official?) you can choose from when the game requires an update.

-

Game installation support

-

Astra can now install the game for you if you don’t have it installed already! Unfortunately due to unshield (the library it uses to extract game data from the installer) is not yet available for Windows, so this feature is limited to macOS and Linux users at the moment. I hope to have this fixed soon, but this is a neat feature nevertheless.

-

Prebuilt binaries and AUR packages are now available!

-

Now at long last there are now prebuilt binaries available! I’m very sorry this took so long, but I wanted to make sure the launcher was in a good place before I started distributing it to users that aren’t developers. Check out the Install page for more information!

-

News & Topics

-

You can now view the current banners, topics, and other news right inside the launcher! Minimalist users can find that they can individually turn off banners and/or the news list, if they prefer the look of the old launcher. In the future I plan to expand this feature even further, but this should now be on par with other launcher’s offerings.

-

News Screenshot -

-

More asset updates

-

The asset updater got an overhaul, and now will display in a pretty little dialog window that is now cancellable! Fortunately, this dialog should never show up as the gooatscorp CDN and my webserver is fast enough that you usually -won’t see it.

-

Asset Update Screenshot -

-

Additional stuff

-
    -
  • The login error message is now pulled directly from Square Enix’s response, so timeouts, locked accounts and other -esoteric login messages will be shown to you properly.
  • -
  • Dalamud injection is much more stable, and there’s now a much smaller chance of your game booting up without Dalamud starting up properly.
  • -
-

Contributions

-

Thank you @mariakeating for fixing these bugs!

-
    -
  • Unencrypted game arguments were not formatted properly.
  • -
  • Custom wine paths were not loaded on startup.
  • -
- -
- -

0.3.1

-

This is a incremental release, meant for the eventual release on the AUR.

-

However, it does include some important changes:

-
    -
  • Dalamud assets and runtime are now downloaded automatically and also kept up to date for you.
  • -
  • System libraries are now used for qt5-keychain and quazip if found on your system.
  • -
- -
- -

0.3.0

-

Hello again! It’s time for another big update :-)

-

Name Change

-

If you haven’t noticed already, I changed the name from xivlauncher to Astra! Now that this is finally out of the way, I can start distributing packages (I’ve started on a PKGBUILD already for Arch users) and it’s another step towards being fully stable. Unfortunately this means your config is lost unless you rename it manually. Dalamud and nativelauncher will automatically redownload to the new data directory as well, but you can rename that as well.

-

Dalamud support

-

This is a big feature that I’ve been working on, and now it’s finally ready to enter beta testing! For now, it is required to have XIVLauncher -installed through Wine already. The asset updater built into Astra doesn’t have the capabilities to bootstrap a fresh Dalamud environment on it’s own yet, so XIVQuickLauncher is still required for that purpose, although I recommend having it installed anyway :-)

-

Simply tick the “Enable Dalamud Injection” setting in your profile, and Dalamud/nativelauncher will download automatically and Astra will take care of the injection for you. Major thanks to the XIVQuickLauncher devs for writing the original ACL bypass relocated here.

-

Dalamud is also automatically updated to the latest stable version automatically, in the future I hope to expand the updating options.

-

CLI Interface

-

There is now a basic CLI interface, and see you check all of it’s options by running astra --help. This is pretty basic, but there’s enough to have a nice auto-login script going. This isn’t a true GUI-less experience though, as Astra still depends on Qt5 heavily, but I hope this is a good enough :-)

-

Maintenance Checks

-

The login button is now automatically disabled when Astra detects that the game server is under maintenance. In the future, I hope to make this feature more robust.

-

Arch Linux CI builds

-

Thank you @pepper-jelly for contributing the Github action, which runs and automatically generates an Arch Linux binary to download. This still is not ideal though, as this requires a Github account to download, but in the future I will provide real releases.

-

Settings are reorganized

-

The settings are reorganized a bit, i’m still not completely happy with the layout but it’s much, much better than it was before.

-

image -

-

Gamescope settings were also added, which includes stuff like width, height, refresh rate and so on. I hope to keep expanding these in the future with more of the wine tweaks. Also, gamescope and gamemode are automatically disabled if they are not installed on your system.

-

There is now a dedicated Dalamud options box, I hope to expand this in the future with being able to enable/disable mods before launching the game, etc. This is part of my effort to better support dedicated/external tools (#14).

-

The boot/dalamud versions are now displayed in the profile settings as well!

-

Automatically closing

-

There is now an option to automatically “close” Astra when the game is launched, similar to how the official launcher and XIVQuickLauncher works. Due to how our processes are handled, the actual Astra process does not close, but is hidden until the game itself is closed - and that’s when the actual application process quits. This option is enabled by default.

-

Tags are now signed

-

I now have a public GPG key, and I will be signing tags from now on. This is to test the waters and make sure my GPG key is stable and works before I start having to sign more stuff - like commits, binary packages, and the like. This is also going to be essential for any packages that have be verified using my key.

-

Experimental stuff

-

There is also some experimental/untested stuff included in this release. When Endwalker launched, I quickly added Watchdog to help me through the long login queues. Also, I managed to forget about Steam support, so I skimmed and implemented a Steam option, but I don’t have the game on Steam to test yet.

- -
- -

0.2.0

-

This is a major beta release which adds a bunch new features!

-
    -
  • Multiple profile support -
      -
    • All of the settings you already use are now configurable, per profile. This includes server type, directx mode, and a whole bunch of neat configurable things. For people testing Sapphire servers or different types of wine this should be extremely useful!
    • -
    -
  • -
  • Encrypted game argument support -
      -
    • On Windows, FFXIV “encrypts” (not really, just obfuscates) the game arguments otherwise your game login token (SID) is in plain-text. This now matches the behavior of the official xivboot.exe and also XIVQuickLauncher. This will become the new default option in the next release.
    • -
    • Big thanks to XIVQuickLauncher where the code is based off of, as well as the information on xivdev.
    • -
    -
  • -
  • Custom wine prefix/executable options on Linux and macOS
  • -
-

These bugs are also fixed:

-
    -
  • Windows dependencies are now copied when building
  • -
  • Windows “open game directory” button now works
  • -
  • The built-in game wine is now the default (for real this time) on macOS
  • -
- -
- -

0.1.0

-

First public release!

- -
- - - -
- -
- - - - -
- - diff --git a/public/astra/changelog/index.xml b/public/astra/changelog/index.xml deleted file mode 100644 index 41e3e4d..0000000 --- a/public/astra/changelog/index.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - Astra Changelog on xiv.zone - http://localhost:1313/astra/changelog/ - Recent content in Astra Changelog on xiv.zone - Hugo -- gohugo.io - en-us - - - 0.1.0 - http://localhost:1313/astra/changelog/0.1.0/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/astra/changelog/0.1.0/ - First public release! - - - 0.2.0 - http://localhost:1313/astra/changelog/0.2.0/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/astra/changelog/0.2.0/ - This is a major beta release which adds a bunch new features! Multiple profile support All of the settings you already use are now configurable, per profile. This includes server type, directx mode, and a whole bunch of neat configurable things. - - - 0.3.0 - http://localhost:1313/astra/changelog/0.3.0/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/astra/changelog/0.3.0/ - Hello again! It&rsquo;s time for another big update :-) Name Change If you haven&rsquo;t noticed already, I changed the name from xivlauncher to Astra! Now that this is finally out of the way, I can start distributing packages (I&rsquo;ve started on a PKGBUILD already for Arch users) and it&rsquo;s another step towards being fully stable. - - - 0.3.1 - http://localhost:1313/astra/changelog/0.3.1/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/astra/changelog/0.3.1/ - This is a incremental release, meant for the eventual release on the AUR. However, it does include some important changes: Dalamud assets and runtime are now downloaded automatically and also kept up to date for you. - - - 0.4.0 - http://localhost:1313/astra/changelog/0.4.0/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/astra/changelog/0.4.0/ - It&rsquo;s time for another big release of Astra! Game boot updating support Astra now supports updating your boot patches on startup, which is big news and a nice first step towards proper patching support! - - - 0.4.1 - http://localhost:1313/astra/changelog/0.4.1/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/astra/changelog/0.4.1/ - This is a quick bugfix for 0.4.0. It&rsquo;s recommended for Linux users to update immediately as most of your filesystems are case-sensitive. Fixed an issue where starting the official launcher could fail on case-sensitive filesystems. - - - 0.5.0 - http://localhost:1313/astra/changelog/0.5.0/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/astra/changelog/0.5.0/ - It&rsquo;s been a while (a year!) since the last Astra update, and a lot has changed since then. Here&rsquo;s a new major update to Astra! New interface The new interface hosts the same feature set as it&rsquo;s predecessor: profile configuration, auto-login, and more. - - - diff --git a/public/astra/changelog/news-screenshot.png b/public/astra/changelog/news-screenshot.png deleted file mode 100644 index c2b5a06..0000000 Binary files a/public/astra/changelog/news-screenshot.png and /dev/null differ diff --git a/public/astra/changelog/update-screenshot.png b/public/astra/changelog/update-screenshot.png deleted file mode 100644 index 042b980..0000000 Binary files a/public/astra/changelog/update-screenshot.png and /dev/null differ diff --git a/public/astra/faq/index.html b/public/astra/faq/index.html deleted file mode 100644 index 4df4ff1..0000000 --- a/public/astra/faq/index.html +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - - xiv.zone - Astra - Frequently Asked Questions - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
-

Astra - Frequently Asked Questions

- -

Why should I use this over the official launcher?

-

If you’re a Windows user, this launcher supports Dalamud plugins. If you have multiple accounts, you’ll find the profiles feature to be useful as well. Unlike the PC launcher, Astra allows you to save your password securely.

-

For macOS users, the same features from above apply, since Astra is cross-platform. Also, since Astra is native - you will no longer suffer running the launcher in Wine (which constantly gets stuck on your cursor.)

-

For Linux users, you enjoy everything from above!

-
-

Why should I use this over XIVQuickLauncher/XLCore?

-

For Windows users, you will be happy with either launcher since they support similar features.

-

For macOS and Linux users, Astra’s interface looks completely native if that’s what you’re into.

-
-

What’s some other neat stuff I should know?

-

You can login into Sapphire servers, bypassing the need for the Sapphire Launcher especially -since it only supports Windows. Naturally, Dalamud injection and everything else should work as well!

-

For those who do not want to set up Wine manually on macOS, check out XIV on Mac! Their native Swift launcher has a similar feature set and provide their own bundled Wine with modern DXVK and other goodies. For those who wish to use XIV on Mac’s bundled Wine, but still want to use Astra - that’s possible too!

-
-

How secure is this? Can I trust Astra with saving my credentials and launching my game?

-

The code is open source, and the boot/launcher portion is contained here and here for your code reading pleasure. For saving passwords, we leverage qtkeychain which uses your already secure system wallet and will not put anything in plaintext.

-
-

Help?? Something broke??

-

If you have an issue, please report it on the bug tracker!

-
-

Nothing broke, but I want a feature implemented!

-

You can either discuss it on my mailing list, or report it through the tracker. Please note that I work on this on my free time, so monetary support is appreciated if possible. :-)

- - -
- -
- - - - -
- - diff --git a/public/astra/index.html b/public/astra/index.html deleted file mode 100644 index 629c07e..0000000 --- a/public/astra/index.html +++ /dev/null @@ -1,220 +0,0 @@ - - - - - - - - - - - - xiv.zone - Astra - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
-

Astra

- -

A FFXIV launcher that supports profiles, multiple accounts and Dalamud plugins.

-

Main Screenshot -

-

Features

-

- - - - - -
- -

Wine Support

-

Handles launching Wine for you.

- -
- - - - - - -
- -

Dalamud Support

-

You can use Dalamud plugins out of the box.

- -
- - - - - - -
- -

Multiple Profiles

-

Almost all of the settings can be set per-profile.

- -
- - - - - - -
- -

Encrypted Arguments

-

Game arguments are encrypted out of the box, so it's just as secure as other launchers.

- -
- - - - - - -
- -

Secure Password Storage

-

Login information is encrypted using your system keychain and is never stored plain-text.

- -
- - - - - - -
- -

Game Patching Support

-

Can patch the game without the need to boot into the official launcher.

- -
- - - - - - -
- -

Sapphire Login

-

Can login to 3rd party Sapphire servers.

- -
- - -
-

-

Get Involved & Support

-

-

- - -
- -
- - - - -
- - diff --git a/public/astra/index.xml b/public/astra/index.xml deleted file mode 100644 index 97c9aca..0000000 --- a/public/astra/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - Astra on xiv.zone - http://localhost:1313/astra/ - Recent content in Astra on xiv.zone - Hugo -- gohugo.io - en-us - - - Astra - Frequently Asked Questions - http://localhost:1313/astra/faq/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/astra/faq/ - Why should I use this over the official launcher? If you&rsquo;re a Windows user, this launcher supports Dalamud plugins. If you have multiple accounts, you&rsquo;ll find the profiles feature to be useful as well. - - - Download - http://localhost:1313/astra/install/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/astra/install/ - The stable version currently is 0.5.0. Please let me know of any issues you have in the tracker or my mailing list. See the changelog for this version. Flatpak The Flatpak is currently unavailable. - - - diff --git a/public/astra/install/index.html b/public/astra/install/index.html deleted file mode 100644 index fd08637..0000000 --- a/public/astra/install/index.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - - - xiv.zone - Download - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
-

Download

- -

The stable version currently is 0.5.0. Please let me know of any issues you have in the tracker or my mailing list.

-

See the changelog for this version.

-

Flatpak

-

The Flatpak is currently unavailable. I estimate it will return at the end of February once the KDE Runtime is available for Qt6.

-

Fedora

-

If you’re a Fedora user, I also maintain the RPM which you can find in my personal COPR.

-

Gentoo

-

If you’re a Gentoo user, I also maintain the ebuild which you can find in my personal overlay.

-

Arch Linux

-

If you’re an Arch Linux user, I also maintain the AUR package. You can find the PKGBUILD here and the original Flatpak manifests here.

-

Source Code

- - - - -

SHA256: 92a65d1f5079bdfd0e2e0ee3676617cfd157bf393580b18444e9526c38169a69

-

Size: ~28 MB (since it includes all of the Rust dependencies)

- - -
- -
- - - - -
- - diff --git a/public/astra/main-screenshot.png b/public/astra/main-screenshot.png deleted file mode 100644 index 46a70cd..0000000 Binary files a/public/astra/main-screenshot.png and /dev/null differ diff --git a/public/astra/main-screenshot_hu6349092d6dcf10e5e4635b292d8ac506_844458_800x0_resize_q75_h2_box_3.webp b/public/astra/main-screenshot_hu6349092d6dcf10e5e4635b292d8ac506_844458_800x0_resize_q75_h2_box_3.webp deleted file mode 100644 index 87723c5..0000000 Binary files a/public/astra/main-screenshot_hu6349092d6dcf10e5e4635b292d8ac506_844458_800x0_resize_q75_h2_box_3.webp and /dev/null differ diff --git a/public/categories/index.html b/public/categories/index.html deleted file mode 100644 index 8b1adfe..0000000 --- a/public/categories/index.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - xiv.zone - Categories - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
- - - - -
- -
- - - - -
- - diff --git a/public/categories/index.xml b/public/categories/index.xml deleted file mode 100644 index 3828c51..0000000 --- a/public/categories/index.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - Categories on xiv.zone - http://localhost:1313/categories/ - Recent content in Categories on xiv.zone - Hugo -- gohugo.io - en-us - - - diff --git a/public/copyright/index.html b/public/copyright/index.html deleted file mode 100644 index dc9511f..0000000 --- a/public/copyright/index.html +++ /dev/null @@ -1,94 +0,0 @@ - - - - - - - - - - - - xiv.zone - Copyright Notice - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
-

Copyright Notice

- -

FINAL FANTASY, FINAL FANTASY XIV, FFXIV, SQUARE ENIX, and the SQUARE ENIX logo -are registered trademarks or trademarks of Square Enix Holdings Co., Ltd.

-

All software, and mods hosted on xiv.zone are designed to work with -legitimate, retail copies of Final Fantasy XIV. I do not condone using -illegally obtained copies of Final Fantasy XIV. The user is expected to have a -valid subscription to Final Fantasy XIV while using these software or mods.

-

Please be aware that by continuing to use any software or mod hosted on this -website, you may be in violation of your User Agreement with Square Enix -(2.4, 2.5, 2.6, 2.7) and I do not take responsibility for any action taken by -Square Enix against you. It is your responsibility to know the possible consequences of -your actions.

-

All of the software and mods hosted on this website are created for -non-commerical use only. If you make a commerical derivative of one of my -GPL works, please be aware that you are in violation of another Square Enix -agreement (2.3).

-

None of the software shown on this site is condoned, acknowleged or supported by -Square Enix. This software also does not enable users to illegally download any -copyrighted game data that they otherwise wouldn’t own. Whilst the software may -be modified to do so, I cannot condone any patches enabling that functionality.

-
-

This is just scary stuff I need to address. In short, please do not use or -modify this software for piracy.

-

There’s also a reason why everything here is free and open source - please do -not attempt to profit off of Square Enix’s copyrighted material or trademarks. -Donations made is purely for supporting my work and software hosted here will -always be free. These donations do not imply warranty or user support for said -software.

-

As of 2024, the Final Fantasy XIV modding community is thriving and we have a -relative amount of freedom when it comes to modifying and redistributing some of the -game’s data, reverse engineering file formats, packet -structures and so on. Please do not abuse this -opportunity.

- - -
- -
- - - - -
- - diff --git a/public/css/style.min.1e5370e0bc1b21c3bac6f2f7a3ff57d375d92258658f234019ec66906b64aafe.css b/public/css/style.min.1e5370e0bc1b21c3bac6f2f7a3ff57d375d92258658f234019ec66906b64aafe.css deleted file mode 100644 index a887f58..0000000 --- a/public/css/style.min.1e5370e0bc1b21c3bac6f2f7a3ff57d375d92258658f234019ec66906b64aafe.css +++ /dev/null @@ -1 +0,0 @@ -@media screen and (min-width:900px){#wrapper{display:flex}#center-wrapper{width:900px;margin:auto}}html{font-family:sans-serif;--content-color:white;--link-color:rgb(199, 26, 26);--link-color-visited:rgb(128, 0, 0);--content-border:1px solid;--border-color:white;overflow-y:scroll;color:#2f2f2f;background-color:#fff}hr{height:0;border:none;border-top:1px solid #000}body{margin:0}header{margin-bottom:20px;width:100%;height:100%}a:link{color:var(--link-color)}a:visited{color:var(--link-color-visited)}img{max-width:100%;height:auto}table{border-collapse:collapse;font-size:10pt}td{border-top:1px solid #ddd;padding:4px}main{background-color:var(--content-color);border:var(--content-border);border-radius:10px;border-color:var(--border-color);margin:2px}main>h2{margin:0}@media screen and (max-width:900px){#header-links{justify-content:center;flex-wrap:wrap}html{font-size:1.1em}header>h1{text-align:center}#center-wrapper{margin-left:10px;margin-right:10px}}footer{font-size:.9rem}.blurb{background-color:#eaeaea;padding:1em;border-radius:7px;margin:.5em}.blurb-button{padding:1em;border-radius:7px;margin:.5em;text-decoration:none}.blurb-button:hover{background-color:#eaeaea}.blurb-button h4,.blurb h4{margin:0 0 3px}.note{padding:1em;border-radius:7px;margin:.5em;text-decoration:none;background-color:#ecd89c}.note p{margin:0}.info{padding:1em;border-radius:7px;margin:.5em;text-decoration:none;background-color:#caebff}.info p{margin:0}.buttons{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin:auto} \ No newline at end of file diff --git a/public/index.html b/public/index.html deleted file mode 100644 index 905a979..0000000 --- a/public/index.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - - - - - - - - xiv.zone - - - - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
- -

Sites

- - - -

Software

- - - -

Mods

- - - -Copyright Notice - - -
- -
- - - - -
- - diff --git a/public/index.xml b/public/index.xml deleted file mode 100644 index 897fe42..0000000 --- a/public/index.xml +++ /dev/null @@ -1,137 +0,0 @@ - - - - xiv.zone - http://localhost:1313/ - Recent content on xiv.zone - Hugo -- gohugo.io - en-us - - - 0.1.0 - http://localhost:1313/astra/changelog/0.1.0/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/astra/changelog/0.1.0/ - First public release! - - - 0.1.0 - http://localhost:1313/varc/changelog/1.0.0/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/varc/changelog/1.0.0/ - Initial release. - - - 0.2.0 - http://localhost:1313/astra/changelog/0.2.0/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/astra/changelog/0.2.0/ - This is a major beta release which adds a bunch new features! Multiple profile support All of the settings you already use are now configurable, per profile. This includes server type, directx mode, and a whole bunch of neat configurable things. - - - 0.3.0 - http://localhost:1313/astra/changelog/0.3.0/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/astra/changelog/0.3.0/ - Hello again! It&rsquo;s time for another big update :-) Name Change If you haven&rsquo;t noticed already, I changed the name from xivlauncher to Astra! Now that this is finally out of the way, I can start distributing packages (I&rsquo;ve started on a PKGBUILD already for Arch users) and it&rsquo;s another step towards being fully stable. - - - 0.3.1 - http://localhost:1313/astra/changelog/0.3.1/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/astra/changelog/0.3.1/ - This is a incremental release, meant for the eventual release on the AUR. However, it does include some important changes: Dalamud assets and runtime are now downloaded automatically and also kept up to date for you. - - - 0.4.0 - http://localhost:1313/astra/changelog/0.4.0/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/astra/changelog/0.4.0/ - It&rsquo;s time for another big release of Astra! Game boot updating support Astra now supports updating your boot patches on startup, which is big news and a nice first step towards proper patching support! - - - 0.4.1 - http://localhost:1313/astra/changelog/0.4.1/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/astra/changelog/0.4.1/ - This is a quick bugfix for 0.4.0. It&rsquo;s recommended for Linux users to update immediately as most of your filesystems are case-sensitive. Fixed an issue where starting the official launcher could fail on case-sensitive filesystems. - - - 0.5.0 - http://localhost:1313/astra/changelog/0.5.0/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/astra/changelog/0.5.0/ - It&rsquo;s been a while (a year!) since the last Astra update, and a lot has changed since then. Here&rsquo;s a new major update to Astra! New interface The new interface hosts the same feature set as it&rsquo;s predecessor: profile configuration, auto-login, and more. - - - 1.0.1 - http://localhost:1313/varc/changelog/1.0.1/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/varc/changelog/1.0.1/ - Fixed issue when neo-ishgardian top of aiming There was a shape key used when equipping certain hand armor, and it was causing deformation. This should be looking better now. - - - 1.0.2 - http://localhost:1313/varc/changelog/1.0.2/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/varc/changelog/1.0.2/ - Reverted changes to the rainbow coatee, ended up causing more problems so I left it alone. Added changes for the new streetwear top. Better Butts: Added changes for the new streetwear bottoms. - - - 1.0.3 - http://localhost:1313/varc/changelog/1.0.3/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/varc/changelog/1.0.3/ - Neo-ishgardian top of aiming should now be completely fixed and free of holes. Hard leather harness is now changed. Added weight painting changes for Panthean robe of healing. Changed Street Jacket a little bit more. - - - 1.0.4 - http://localhost:1313/varc/changelog/1.0.4/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/varc/changelog/1.0.4/ - Small clothes top now looks better, but it&rsquo;s not completely free of artifacts yet. Added Isle Explorer&rsquo;s shirt. Better Butts: The subligar override from the last update made it into VARC by mistake. - - - Astra - Frequently Asked Questions - http://localhost:1313/astra/faq/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/astra/faq/ - Why should I use this over the official launcher? If you&rsquo;re a Windows user, this launcher supports Dalamud plugins. If you have multiple accounts, you&rsquo;ll find the profiles feature to be useful as well. - - - Copyright Notice - http://localhost:1313/copyright/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/copyright/ - FINAL FANTASY, FINAL FANTASY XIV, FFXIV, SQUARE ENIX, and the SQUARE ENIX logo are registered trademarks or trademarks of Square Enix Holdings Co., Ltd. All software, and mods hosted on xiv. - - - Download - http://localhost:1313/astra/install/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/astra/install/ - The stable version currently is 0.5.0. Please let me know of any issues you have in the tracker or my mailing list. See the changelog for this version. Flatpak The Flatpak is currently unavailable. - - - Download - http://localhost:1313/novus/install/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/novus/install/ - Note Novus is still experimental. Please expect there to be lots of bugs and things not working. Currently only source tarballs are available. Source Code A complete source tarball is available, which is generated via sourcehut CI on every commit. - - - VARC - Gear List - http://localhost:1313/varc/gearlist/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/varc/gearlist/ - This is a list of items affected by VARC. Some items are duplicated, because they technically share the same mesh. Note: This list was auto-generated by varc-tool. Item NameLinksDalmascan Draped TopSearch LodestoneThavnairian BustierSearch LodestoneSummer's Flame Top - - - VARC - Installation - http://localhost:1313/varc/install/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/varc/install/ - The changelog is located here. Download VARC Version 1.0.4 Note: This only affects armor tops. Addons Some changes are separated into an addon, if you don&rsquo;t want to use them. - - - diff --git a/public/kawari/index.html b/public/kawari/index.html deleted file mode 100644 index 0ee3690..0000000 --- a/public/kawari/index.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - - xiv.zone - Kawari - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
-

Kawari

- -

A substitute for a few official servers such as “ffxiv.com” and “square-enix.com”. It’s still early in development, but can already emulate the basic login flow.

-

Get Involved & Support

-

-

- - -
- -
- - - - -
- - diff --git a/public/kawari/index.xml b/public/kawari/index.xml deleted file mode 100644 index cbb8aba..0000000 --- a/public/kawari/index.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - Kawari on xiv.zone - http://localhost:1313/kawari/ - Recent content in Kawari on xiv.zone - Hugo -- gohugo.io - en-us - - - diff --git a/public/novus.svg b/public/novus.svg deleted file mode 100644 index 4498cdf..0000000 --- a/public/novus.svg +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/public/novus/index.html b/public/novus/index.html deleted file mode 100644 index 6c61027..0000000 --- a/public/novus/index.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - - - xiv.zone - Novus - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
-

Novus

- -

This is a collection of cross-platform, FFXIV modding tools. These don’t use any pre-existing modding framework (Lumina, xivModdingFramework, etc) but instead my own custom modding library, libxiv.

-

The goal is to create a good set of tools that isn’t based on WPF and C#, and can work cross-platform without having to resort to Wine.

-

Note: This is alpha level software, not intended to be usable in any capacity at the moment. Thus, I have not tagged any stable releases.

-

Get Involved & Support

-

-

- - -
- -
- - - - -
- - diff --git a/public/novus/index.xml b/public/novus/index.xml deleted file mode 100644 index 21e043d..0000000 --- a/public/novus/index.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - Novus on xiv.zone - http://localhost:1313/novus/ - Recent content in Novus on xiv.zone - Hugo -- gohugo.io - en-us - - - Download - http://localhost:1313/novus/install/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/novus/install/ - Note Novus is still experimental. Please expect there to be lots of bugs and things not working. Currently only source tarballs are available. Source Code A complete source tarball is available, which is generated via sourcehut CI on every commit. - - - diff --git a/public/novus/install/index.html b/public/novus/install/index.html deleted file mode 100644 index 418eb2b..0000000 --- a/public/novus/install/index.html +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - - - - xiv.zone - Download - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
-

Download

- - - -
-Note -

Novus is still experimental. Please expect there to be lots of bugs and things not working.

-
- -

Currently only source tarballs are available.

-

Source Code

-

A complete source tarball is available, which is generated via sourcehut CI on every commit. This includes every vendored dependency as well, which is useful for distribution packaging.

- - - - - - -
- -
- - - - -
- - diff --git a/public/physics-fix.png b/public/physics-fix.png deleted file mode 100644 index 3831151..0000000 Binary files a/public/physics-fix.png and /dev/null differ diff --git a/public/physics-fix/index.html b/public/physics-fix/index.html deleted file mode 100644 index 6d02ce1..0000000 --- a/public/physics-fix/index.html +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - - - - - - - xiv.zone - FFXIV Physics Fix - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
-

FFXIV Physics Fix

- -

FFXIV’s bone physics consist of wind and bounce physics. These apply to the character’s hair, clothes and other body parts. However, some aspects appear broken on high framerates, especially those above 60 FPS. Notably bouncing happens so quickly that it’s practically non-existent, and wind effects tend to appear jittery.

-

This plugin fixes this bug by locking updates to 60 FPS, and is based on Kirrana’s plugin to be more opinionated with less options.

-

Get Involved & Support

-

-

- - -
- -
- - - - -
- - diff --git a/public/physics-fix/index.xml b/public/physics-fix/index.xml deleted file mode 100644 index b094fa7..0000000 --- a/public/physics-fix/index.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - FFXIV Physics Fix on xiv.zone - http://localhost:1313/physics-fix/ - Recent content in FFXIV Physics Fix on xiv.zone - Hugo -- gohugo.io - en-us - - - diff --git a/public/physis/index.html b/public/physis/index.html deleted file mode 100644 index d4a9c34..0000000 --- a/public/physis/index.html +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - - - - - - - xiv.zone - Physis - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
-

Physis

- -

A modding framework for FFXIV written in Rust. Used in Astra and Novus but can easily be integrated into your own projects.

-

It’s also usable from C, C++ and other languages that can interface with them with libphysis.

-

See more information on the crates.io page.

-

Get Involved & Support

-

-

- - -
- -
- - - - -
- - diff --git a/public/physis/index.xml b/public/physis/index.xml deleted file mode 100644 index 0b0f0e0..0000000 --- a/public/physis/index.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - Physis on xiv.zone - http://localhost:1313/physis/ - Recent content in Physis on xiv.zone - Hugo -- gohugo.io - en-us - - - diff --git a/public/refit-icon.png b/public/refit-icon.png deleted file mode 100644 index 1f253c7..0000000 Binary files a/public/refit-icon.png and /dev/null differ diff --git a/public/refit.png b/public/refit.png deleted file mode 100644 index 1f253c7..0000000 Binary files a/public/refit.png and /dev/null differ diff --git a/public/sitemap.xml b/public/sitemap.xml deleted file mode 100644 index 7b61898..0000000 --- a/public/sitemap.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - - http://localhost:1313/astra/changelog/0.1.0/ - - http://localhost:1313/varc/changelog/1.0.0/ - - http://localhost:1313/astra/changelog/0.2.0/ - - http://localhost:1313/astra/changelog/0.3.0/ - - http://localhost:1313/astra/changelog/0.3.1/ - - http://localhost:1313/astra/changelog/0.4.0/ - - http://localhost:1313/astra/changelog/0.4.1/ - - http://localhost:1313/astra/changelog/0.5.0/ - - http://localhost:1313/varc/changelog/1.0.1/ - - http://localhost:1313/varc/changelog/1.0.2/ - - http://localhost:1313/varc/changelog/1.0.3/ - - http://localhost:1313/varc/changelog/1.0.4/ - - http://localhost:1313/astra/ - - http://localhost:1313/astra/faq/ - - http://localhost:1313/astra/changelog/ - - http://localhost:1313/categories/ - - http://localhost:1313/copyright/ - - http://localhost:1313/astra/install/ - - http://localhost:1313/novus/install/ - - http://localhost:1313/kawari/ - - http://localhost:1313/novus/ - - http://localhost:1313/physics-fix/ - - http://localhost:1313/physis/ - - http://localhost:1313/sqpack-indexer/ - - http://localhost:1313/tags/ - - http://localhost:1313/varc/ - - http://localhost:1313/varc/gearlist/ - - http://localhost:1313/varc/install/ - - http://localhost:1313/varc/changelog/ - - http://localhost:1313/ - - diff --git a/public/sprout.png b/public/sprout.png deleted file mode 100644 index 1d1bf11..0000000 Binary files a/public/sprout.png and /dev/null differ diff --git a/public/sqpack-indexer/index.html b/public/sqpack-indexer/index.html deleted file mode 100644 index 554ae4c..0000000 --- a/public/sqpack-indexer/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - xiv.zone - SqPack Indexer - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
-

SqPack Indexer

- -

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 until later, but this is still useful for Novus I think.

-

Get Involved & Support

-

-

- - -
- -
- - - - -
- - diff --git a/public/sqpack-indexer/index.xml b/public/sqpack-indexer/index.xml deleted file mode 100644 index c57ac1d..0000000 --- a/public/sqpack-indexer/index.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - SqPack Indexer on xiv.zone - http://localhost:1313/sqpack-indexer/ - Recent content in SqPack Indexer on xiv.zone - Hugo -- gohugo.io - en-us - - - diff --git a/public/tags/index.html b/public/tags/index.html deleted file mode 100644 index 41b6d31..0000000 --- a/public/tags/index.html +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - xiv.zone - Tags - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
- - - - -
- -
- - - - -
- - diff --git a/public/tags/index.xml b/public/tags/index.xml deleted file mode 100644 index 8df1c24..0000000 --- a/public/tags/index.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - Tags on xiv.zone - http://localhost:1313/tags/ - Recent content in Tags on xiv.zone - Hugo -- gohugo.io - en-us - - - diff --git a/public/unknown-icon.png b/public/unknown-icon.png deleted file mode 100644 index 0467750..0000000 Binary files a/public/unknown-icon.png and /dev/null differ diff --git a/public/unknown.png b/public/unknown.png deleted file mode 100644 index 0467750..0000000 Binary files a/public/unknown.png and /dev/null differ diff --git a/public/varc/changelog/1.0.0/index.html b/public/varc/changelog/1.0.0/index.html deleted file mode 100644 index 9b9f423..0000000 --- a/public/varc/changelog/1.0.0/index.html +++ /dev/null @@ -1,62 +0,0 @@ - - - - - - - - - - - - xiv.zone - 0.1.0 - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
-

0.1.0

- -

Initial release.

- - -
- -
- - - - -
- - diff --git a/public/varc/changelog/1.0.1/index.html b/public/varc/changelog/1.0.1/index.html deleted file mode 100644 index b06b4d5..0000000 --- a/public/varc/changelog/1.0.1/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - xiv.zone - 1.0.1 - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
-

1.0.1

- -
    -
  • Fixed issue when neo-ishgardian top of aiming
  • -
-

There was a shape key used when equipping certain hand armor, and it was causing deformation. This should be looking better now.

-
    -
  • Removed some hidden folders
  • -
-

I accidentally uploaded a bunch of .DS_Store files, they’re removed now!

-

Better Butts:

-
    -
  • Velveteen bottoms are now fixed, in some cases parts of the model were missing.
  • -
- - -
- -
- - - - -
- - diff --git a/public/varc/changelog/1.0.2/index.html b/public/varc/changelog/1.0.2/index.html deleted file mode 100644 index 8f244ab..0000000 --- a/public/varc/changelog/1.0.2/index.html +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - - - - - - xiv.zone - 1.0.2 - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
-

1.0.2

- -
    -
  • Reverted changes to the rainbow coatee, ended up causing more problems so I left it alone.
  • -
  • Added changes for the new streetwear top.
  • -
-

Better Butts:

-
    -
  • Added changes for the new streetwear bottoms.
  • -
- - -
- -
- - - - -
- - diff --git a/public/varc/changelog/1.0.3/index.html b/public/varc/changelog/1.0.3/index.html deleted file mode 100644 index 4cbff24..0000000 --- a/public/varc/changelog/1.0.3/index.html +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - - xiv.zone - 1.0.3 - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
-

1.0.3

- -
    -
  • Neo-ishgardian top of aiming should now be completely fixed and free of holes.
  • -
  • Hard leather harness is now changed.
  • -
  • Added weight painting changes for Panthean robe of healing.
  • -
  • Changed Street Jacket a little bit more.
  • -
-

Better Butts:

-
    -
  • Hard leather subligar is now changed.
  • -
- - -
- -
- - - - -
- - diff --git a/public/varc/changelog/1.0.4/index.html b/public/varc/changelog/1.0.4/index.html deleted file mode 100644 index 2087f03..0000000 --- a/public/varc/changelog/1.0.4/index.html +++ /dev/null @@ -1,72 +0,0 @@ - - - - - - - - - - - - xiv.zone - 1.0.4 - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
-

1.0.4

- -
    -
  • Small clothes top now looks better, but it’s not completely free of artifacts yet.
  • -
  • Added Isle Explorer’s shirt.
  • -
-

Better Butts:

-
    -
  • The subligar override from the last update made it into VARC by mistake.
  • -
  • Small clothes bottom is now fixed.
  • -
  • Added gear list to the website.
  • -
- - -
- -
- - - - -
- - diff --git a/public/varc/changelog/index.html b/public/varc/changelog/index.html deleted file mode 100644 index b245a01..0000000 --- a/public/varc/changelog/index.html +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - - - - - - - xiv.zone - VARC Changelog - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
- - -

1.0.4

-
    -
  • Small clothes top now looks better, but it’s not completely free of artifacts yet.
  • -
  • Added Isle Explorer’s shirt.
  • -
-

Better Butts:

-
    -
  • The subligar override from the last update made it into VARC by mistake.
  • -
  • Small clothes bottom is now fixed.
  • -
  • Added gear list to the website.
  • -
- -
- -

1.0.3

-
    -
  • Neo-ishgardian top of aiming should now be completely fixed and free of holes.
  • -
  • Hard leather harness is now changed.
  • -
  • Added weight painting changes for Panthean robe of healing.
  • -
  • Changed Street Jacket a little bit more.
  • -
-

Better Butts:

-
    -
  • Hard leather subligar is now changed.
  • -
- -
- -

1.0.2

-
    -
  • Reverted changes to the rainbow coatee, ended up causing more problems so I left it alone.
  • -
  • Added changes for the new streetwear top.
  • -
-

Better Butts:

-
    -
  • Added changes for the new streetwear bottoms.
  • -
- -
- -

1.0.1

-
    -
  • Fixed issue when neo-ishgardian top of aiming
  • -
-

There was a shape key used when equipping certain hand armor, and it was causing deformation. This should be looking better now.

-
    -
  • Removed some hidden folders
  • -
-

I accidentally uploaded a bunch of .DS_Store files, they’re removed now!

-

Better Butts:

-
    -
  • Velveteen bottoms are now fixed, in some cases parts of the model were missing.
  • -
- -
- -

0.1.0

-

Initial release.

- -
- - - -
- -
- - - - -
- - diff --git a/public/varc/changelog/index.xml b/public/varc/changelog/index.xml deleted file mode 100644 index 3ea34b1..0000000 --- a/public/varc/changelog/index.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - VARC Changelog on xiv.zone - http://localhost:1313/varc/changelog/ - Recent content in VARC Changelog on xiv.zone - Hugo -- gohugo.io - en-us - - - 0.1.0 - http://localhost:1313/varc/changelog/1.0.0/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/varc/changelog/1.0.0/ - Initial release. - - - 1.0.1 - http://localhost:1313/varc/changelog/1.0.1/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/varc/changelog/1.0.1/ - Fixed issue when neo-ishgardian top of aiming There was a shape key used when equipping certain hand armor, and it was causing deformation. This should be looking better now. - - - 1.0.2 - http://localhost:1313/varc/changelog/1.0.2/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/varc/changelog/1.0.2/ - Reverted changes to the rainbow coatee, ended up causing more problems so I left it alone. Added changes for the new streetwear top. Better Butts: Added changes for the new streetwear bottoms. - - - 1.0.3 - http://localhost:1313/varc/changelog/1.0.3/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/varc/changelog/1.0.3/ - Neo-ishgardian top of aiming should now be completely fixed and free of holes. Hard leather harness is now changed. Added weight painting changes for Panthean robe of healing. Changed Street Jacket a little bit more. - - - 1.0.4 - http://localhost:1313/varc/changelog/1.0.4/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/varc/changelog/1.0.4/ - Small clothes top now looks better, but it&rsquo;s not completely free of artifacts yet. Added Isle Explorer&rsquo;s shirt. Better Butts: The subligar override from the last update made it into VARC by mistake. - - - diff --git a/public/varc/gearlist/index.html b/public/varc/gearlist/index.html deleted file mode 100644 index fd8fe3f..0000000 --- a/public/varc/gearlist/index.html +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - xiv.zone - VARC - Gear List - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
-

VARC - Gear List

- -

This is a list of items affected by VARC. Some items are duplicated, because they technically share the same mesh.

-

Note: This list was auto-generated by varc-tool.

- - -
Item NameLinks
Dalmascan Draped TopSearch Lodestone
Thavnairian BustierSearch Lodestone
Summer's Flame TopSearch Lodestone
Bunny Chief BustierSearch Lodestone
Makai Markswoman's BattledressSearch Lodestone
Common Makai Markswoman's BattledressSearch Lodestone
Makai Vanbreaker's BattledressSearch Lodestone
Common Makai Vanbreaker's BattledressSearch Lodestone
Neo-Ishgardian Top of AimingSearch Lodestone
Ornate Neo-Ishgardian Top of AimingSearch Lodestone
Augmented Neo-Ishgardian Top of AimingSearch Lodestone
Ophiotauroskin Top of AimingSearch Lodestone
Gryphonskin BreastguardSearch Lodestone
Weathered Dancer's CasaqueSearch Lodestone
Idealized Dancer's CasaqueSearch Lodestone
Virtu Dancer's CasaqueSearch Lodestone
Viera ChestwrapSearch Lodestone
Ti Leaf LeiSearch Lodestone
South Seas TalismanSearch Lodestone
Coeurl TalismanSearch Lodestone
Coronal Summer HalterSearch Lodestone
Sea Breeze Summer HalterSearch Lodestone
Coeurl Beach HalterSearch Lodestone
Winter SweaterSearch Lodestone
Adventuring SweaterSearch Lodestone
White Moonfire HappiSearch Lodestone
Red Moonfire HappiSearch Lodestone
Black Moonfire HappiSearch Lodestone
Dirndl's BodiceSearch Lodestone
Frontier DressSearch Lodestone
Valerian Shaman's ChasubleSearch Lodestone
Ruby Cotton ChasubleSearch Lodestone
Aurum ChasubleSearch Lodestone
Bookwyrm's ChasubleSearch Lodestone
Therapeutes's ChasubleSearch Lodestone
Ravel Keeper's Chestwrap of HealingSearch Lodestone
Ravel Keeper's Chestwrap of CastingSearch Lodestone
Shisui Joi of StrikingSearch Lodestone
Shisui Joi of AimingSearch Lodestone
Shisui Joi of ScoutingSearch Lodestone
Faire JoiSearch Lodestone
Summer Evening TopSearch Lodestone
Striped Summer TopSearch Lodestone
Summer Morning HalterSearch Lodestone
Striped Summer HalterSearch Lodestone
Bunny BustierSearch Lodestone
Coliseum ShawlSearch Lodestone
Taffeta ShawlSearch Lodestone
Eastern Lady's TogiSearch Lodestone
Antiquated Aoidos' CloakSearch Lodestone
Aoidos' CloakSearch Lodestone
Virtu Aoidos' CloakSearch Lodestone
Weathered ShirtSearch Lodestone
Dated Hempen ShirtSearch Lodestone
Dated Hempen Shirt (Brown)Search Lodestone
Dated Hempen Shirt (Grey)Search Lodestone
Dated Hempen Shirt (Beige)Search Lodestone
Dated Cotton ShirtSearch Lodestone
Dated Cotton Shirt (Red)Search Lodestone
Dated Cotton Shirt (Yellow)Search Lodestone
Dated Cotton Shirt (Green)Search Lodestone
Dated Cotton Shirt (Blue)Search Lodestone
Dated Velveteen ShirtSearch Lodestone
Dated Velveteen Shirt (Black)Search Lodestone
Dated Velveteen Shirt (Red)Search Lodestone
Dated Velveteen Shirt (Yellow)Search Lodestone
Dated Velveteen Shirt (Green)Search Lodestone
Custom-made ShirtSearch Lodestone
Cotton ShirtSearch Lodestone
Velveteen ShirtSearch Lodestone
Aetherial Velveteen ShirtSearch Lodestone
Flame Private's ShirtSearch Lodestone
Linen ShirtSearch Lodestone
Aetherial Linen ShirtSearch Lodestone
Woolen ShirtSearch Lodestone
Aetherial Woolen ShirtSearch Lodestone
Flame Sergeant's ShirtSearch Lodestone
Sipahi ShirtSearch Lodestone
Buccaneer's ShirtSearch Lodestone
Collegiate Blazer (Bow)Search Lodestone
Oracle TopSearch Lodestone
Casual JacketSearch Lodestone
No.2 Type B DressSearch Lodestone
Dated Canvas CoateeSearch Lodestone
Dated Canvas Coatee (Auburn)Search Lodestone
Dated Canvas Coatee (Pink)Search Lodestone
Dated Canvas Coatee (Brown)Search Lodestone
Dated Canvas Coatee (Blue)Search Lodestone
Dated Velveteen CoateeSearch Lodestone
Dated Velveteen Coatee (Black)Search Lodestone
Dated Velveteen Coatee (Red)Search Lodestone
Dated Velveteen Coatee (Yellow)Search Lodestone
Dated Velveteen Coatee (Green)Search Lodestone
Dated Linen CoateeSearch Lodestone
Dated Linen Coatee (Pink)Search Lodestone
Dated Linen Coatee (Blue)Search Lodestone
Dated Linen Coatee (Brown)Search Lodestone
Dated Linen Coatee (Yellow)Search Lodestone
Moth-eaten CoateeSearch Lodestone
Serpent Private's CoateeSearch Lodestone
Vintage CoateeSearch Lodestone
Velveteen Coatee of CraftingSearch Lodestone
Velveteen Coatee of GatheringSearch Lodestone
Moth-eaten Seneschal CoateeSearch Lodestone
Linen Coatee of CraftingSearch Lodestone
Linen Coatee of GatheringSearch Lodestone
Vintage Seneschal CoateeSearch Lodestone
Patrician's CoateeSearch Lodestone
Manderville CoateeSearch Lodestone
Holy Rainbow CoateeSearch Lodestone
Street JacketSearch Lodestone
Street TopSearch Lodestone
Dated Sheepskin Harness (Taupe)Search Lodestone
Dated Sheepskin Harness (Grey)Search Lodestone
Dated Dodoskin Harness (Taupe)Search Lodestone
Dated Dodoskin Harness (Grey)Search Lodestone
Dated Leather Harness (Black)Search Lodestone
Dated Leather Harness (Ochre)Search Lodestone
Dated Leather Harness (Green)Search Lodestone
Dated Leather Harness (Red)Search Lodestone
Dated Toadskin Harness (Black)Search Lodestone
Dated Toadskin Harness (Ochre)Search Lodestone
Dated Toadskin Harness (Green)Search Lodestone
Dated Toadskin Harness (Red)Search Lodestone
Hard Leather HarnessSearch Lodestone
Doctore's HarnessSearch Lodestone
Flame Private's HarnessSearch Lodestone
Boarskin HarnessSearch Lodestone
Aetherial Boarskin HarnessSearch Lodestone
Peisteskin HarnessSearch Lodestone
Aetherial Peisteskin HarnessSearch Lodestone
Raptorskin HarnessSearch Lodestone
Aetherial Raptorskin HarnessSearch Lodestone
Militia HarnessSearch Lodestone
War HarnessSearch Lodestone
Panthean Robe of HealingSearch Lodestone
Panthean Robe of CastingSearch Lodestone
Isle Explorer's ShirtSearch Lodestone
- -

Better Butts

- - -
Item NameLinks
Hempen UnderpantsSearch Lodestone
Hempen PantalettesSearch Lodestone
Dated Canvas BottomSearch Lodestone
Dated Canvas Bottom (Auburn)Search Lodestone
Dated Canvas Bottom (Pink)Search Lodestone
Dated Canvas Bottom (Brown)Search Lodestone
Dated Canvas Bottom (Blue)Search Lodestone
Dated Velveteen BottomSearch Lodestone
Dated Velveteen Bottom (Black)Search Lodestone
Dated Velveteen Bottom (Red)Search Lodestone
Dated Velveteen Bottom (Yellow)Search Lodestone
Dated Velveteen Bottom (Green)Search Lodestone
Dated Linen BottomSearch Lodestone
Dated Linen Bottom (Pink)Search Lodestone
Dated Linen Bottom (Blue)Search Lodestone
Dated Linen Bottom (Brown)Search Lodestone
Dated Linen Bottom (Yellow)Search Lodestone
Judge's SlopsSearch Lodestone
Hempen BottomsSearch Lodestone
Serpent Private's BottomsSearch Lodestone
Velveteen BottomsSearch Lodestone
Linen BottomsSearch Lodestone
Patrician's BottomsSearch Lodestone
Manderville BottomsSearch Lodestone
Holy Rainbow BottomsSearch Lodestone
Weathered TightsSearch Lodestone
Dated Hempen TightsSearch Lodestone
Dated Hempen Tights (Beige)Search Lodestone
Dated Hempen Tights (Grey)Search Lodestone
Dated Hempen Tights (Brown)Search Lodestone
Dated Cotton TightsSearch Lodestone
Dated Cotton Tights (Yellow)Search Lodestone
Dated Cotton Tights (Green)Search Lodestone
Dated Cotton Tights (Blue)Search Lodestone
Dated Cotton Tights (Red)Search Lodestone
Dated Velveteen TightsSearch Lodestone
Dated Velveteen Tights (Black)Search Lodestone
Dated Velveteen Tights (Green)Search Lodestone
Dated Velveteen Tights (Red)Search Lodestone
Dated Velveteen Tights (Yellow)Search Lodestone
Hempen TightsSearch Lodestone
Cotton TightsSearch Lodestone
Aetherial Cotton TightsSearch Lodestone
Velveteen TightsSearch Lodestone
Aetherial Velveteen ChaussesSearch Lodestone
Ascetic's TightsSearch Lodestone
Flame Sergeant's TightsSearch Lodestone
Linen TightsSearch Lodestone
Aetherial Linen TightsSearch Lodestone
Woolen TightsSearch Lodestone
Aetherial Woolen TightsSearch Lodestone
Warlock's TightsSearch Lodestone
Harlequin's TightsSearch Lodestone
Militia TightsSearch Lodestone
Austere TightsSearch Lodestone
Wolf TightsSearch Lodestone
Scion Chronocler's TightsSearch Lodestone
Doctore's TightsSearch Lodestone
Vigil TightsSearch Lodestone
Viera PantalettesSearch Lodestone
Bunny TightsSearch Lodestone
Bunny Chief TightsSearch Lodestone
Eastern Lady's LoinclothSearch Lodestone
Antiquated Aoidos' TightsSearch Lodestone
Aoidos' TightsSearch Lodestone
Virtu Aoidos' TightsSearch Lodestone
Collegiate SkirtSearch Lodestone
Oracle PantalettesSearch Lodestone
Miqo'te LoinclothSearch Lodestone
Street Cargo TrousersSearch Lodestone
Dated Sheepskin Subligar (Brown)Search Lodestone
Dated Sheepskin Subligar (Grey)Search Lodestone
Dated Dodoskin Subligar (Yellow)Search Lodestone
Dated Dodoskin Subligar (Green)Search Lodestone
Dated Leather Subligar (Black)Search Lodestone
Dated Leather Subligar (Green)Search Lodestone
Hard Leather SubligarSearch Lodestone
Star-spangled SubligarSearch Lodestone
Flame Sergeant's SubligarSearch Lodestone
Boarskin SubligarSearch Lodestone
Aetherial Boarskin SubligarSearch Lodestone
Peisteskin SubligarSearch Lodestone
Aetherial Peisteskin SubligarSearch Lodestone
Thormoen's SubligarSearch Lodestone
Aetherial Raptorskin SubligarSearch Lodestone
Raptorskin SubligarSearch Lodestone
Militia SubligarSearch Lodestone
Darklight SubligarSearch Lodestone
War SubligarSearch Lodestone
Doctore's SubligarSearch Lodestone
- - - -
- -
- - - - -
- - diff --git a/public/varc/index.html b/public/varc/index.html deleted file mode 100644 index f0f1f5b..0000000 --- a/public/varc/index.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - - - - - - - - - xiv.zone - Vanilla Armor Refit Collection - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
-

Vanilla Armor Refit Collection

- -

Have you ever wondered why your female FFXIV character’s body shape mysteriously changes depending on whatever you decide to wear? No more!

-

main comparison -

-

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

-

-

-

Frequently Asked Questions

-

How do I install this?

-

This is a Penumbra mod, so simply drag it into your Penumbra mods folder (normally located in Mods folder in your Documents).

-

Do you plan on making a TexTools version?

-

No.

-

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.

-

What armor is affected?

-

There’s a list of armor affected here. 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 request don’t hesitate to contact me. 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)?

-

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.

-

realism -

-

Why did you make such a stupid, useless mod??

-

sob This FAQ is over!

- - -
- -
- - - - -
- - diff --git a/public/varc/index.xml b/public/varc/index.xml deleted file mode 100644 index c834ec2..0000000 --- a/public/varc/index.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - Vanilla Armor Refit Collection on xiv.zone - http://localhost:1313/varc/ - Recent content in Vanilla Armor Refit Collection on xiv.zone - Hugo -- gohugo.io - en-us - - - VARC - Gear List - http://localhost:1313/varc/gearlist/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/varc/gearlist/ - This is a list of items affected by VARC. Some items are duplicated, because they technically share the same mesh. Note: This list was auto-generated by varc-tool. Item NameLinksDalmascan Draped TopSearch LodestoneThavnairian BustierSearch LodestoneSummer's Flame Top - - - VARC - Installation - http://localhost:1313/varc/install/ - Mon, 01 Jan 0001 00:00:00 +0000 - http://localhost:1313/varc/install/ - The changelog is located here. Download VARC Version 1.0.4 Note: This only affects armor tops. Addons Some changes are separated into an addon, if you don&rsquo;t want to use them. - - - diff --git a/public/varc/install/index.html b/public/varc/install/index.html deleted file mode 100644 index 4ec9d65..0000000 --- a/public/varc/install/index.html +++ /dev/null @@ -1,89 +0,0 @@ - - - - - - - - - - - - xiv.zone - VARC - Installation - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
-

VARC - Installation

- -

The changelog is located here.

- - - - -

Note: This only affects armor tops.

-

Addons

-

Some changes are separated into an addon, if you don’t want to use them.

-

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.

- - -
- -
- - - - -
- - diff --git a/public/varc/main-comparison.png b/public/varc/main-comparison.png deleted file mode 100644 index d32e7ad..0000000 Binary files a/public/varc/main-comparison.png and /dev/null differ diff --git a/public/varc/realism-comparison.png b/public/varc/realism-comparison.png deleted file mode 100644 index aa4737b..0000000 Binary files a/public/varc/realism-comparison.png and /dev/null differ diff --git a/public/webhooks/index.html b/public/webhooks/index.html deleted file mode 100644 index 6e23eac..0000000 --- a/public/webhooks/index.html +++ /dev/null @@ -1,93 +0,0 @@ - - - - - - - - - - - - xiv.zone - FFXIV Webhooks - - - - - - - - - - - - - - - -
- -
-

xiv.zone

- - -
- - -
- -
-

FFXIV Webhooks

- -

Sends messages to a specified webhook endpoint, such as when a duty is popped or your character has logged in.

-

Get Involved & Support

-

-

- - -
- -
- - - - -
- - diff --git a/public/webhooks/index.xml b/public/webhooks/index.xml deleted file mode 100644 index c929f05..0000000 --- a/public/webhooks/index.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - FFXIV Webhooks on xiv.zone - http://localhost:1313/webhooks/ - Recent content in FFXIV Webhooks on xiv.zone - Hugo -- gohugo.io - en-us - - - diff --git a/themes/mytheme/layouts/index.html b/themes/mytheme/layouts/index.html index 0a86dbf..dde6f53 100644 --- a/themes/mytheme/layouts/index.html +++ b/themes/mytheme/layouts/index.html @@ -23,13 +23,13 @@ Unofficial FFXIV launcher

Novus

-Unofficial FFXIV modding tools +Unofficial FFXIV tools

Physis

-Framework for interacting with FFXIV game data +Library for reading and writing FFXIV data