ArmatureChanged.Type.Rebound -> Updated IsPendingProfileRebind is now being set instead of calling RebuildBoneTemplateBinding and that function is called as a part of rebind process (not always though, pending rewrite) Profiles can no longer be toggled in the UI while editor is active ProfileChanged is no longer used in IPC, instead we are fully relying on armature events Added warnings to legacy IPC messages to not use it
Customize+
Customize+ is a Dalamud plugin designed to give you better control over your Final Fantasy XIV character appearance. Namely it allows you to apply character bone manipulations during gameplay.
Installing
Do not use repo.json from this repository
Add Aether Tools or Sea of Stars dalamud repository by following instructions on the respective pages.
Then search for Customize+ in the plugin manager.
FAQ
How do I report an issue with Customize+?
Please join XIV Tools Discord to report issues with Customize+.
Where do I learn how to use Customize+?
Most of the things should be self-explanatory, if you do need help you can join the XIV Tools Discord and ask in the appropriate channel.
When will it be updated?
This plugin is being worked on when developers have free time and have a desire to do so, therefore update schedule does not exist. Real life and paid employment take priority over this project.
IPC
Current IPC is designed to be used by Mare Synchronos and can be changed without any warning. In the future general purpose IPC will be introduced with functionality better designed for usage by other plugins.
Contributing
This is important, please read before contributing.
Before you contribute your code and features we would like to ask you to first discuss your ideas with us so you don't spend your time making something that possibly won't be accepted. It is possible that your idea might be either out of scope for this project or we have a specific vision for how it should be implemented.
We expect contributed code to adhere to the code style of already existing code and be reasonably well tested. We kindly ask you to be ready to make changes to the code in your Pull Requests if we feel like it needs to be changed.
Acknowledgements
- User interface and general plugin architecture is heavily based on the code written as a part of Glamourer and OtterGui projects. Original code is licensed under Apache License 2.0.
- Bone manipulation code is based on the code contributed to Customize+ 1.x by dendr01d.
- Some of the game object interaction code is copied from Penumbra and Glamourer projects in order to make Customize+ not rely on Penumbra being installed.
- GitHub workflows have been taken from Glamourer project.
- Everyone who contributed code and features through pull requests.
License
All files in this repository are licensed under the license listed in LICENSE.md file unless stated otherwise. By contributing the code into this repository you agreeing with licensing submitted code under this license.
Customize+ includes code previously licensed to it by its contributors under MIT license. The text of the MIT license can be found here. This code has been relicensed under license listed in LICENSE.md file.