diff --git a/Glamourer.zip b/Glamourer.zip index b017090..3a04b30 100644 Binary files a/Glamourer.zip and b/Glamourer.zip differ diff --git a/Glamourer/Glamourer.csproj b/Glamourer/Glamourer.csproj index 994cc04..29dbe9b 100644 --- a/Glamourer/Glamourer.csproj +++ b/Glamourer/Glamourer.csproj @@ -5,8 +5,8 @@ x64 Glamourer Glamourer - 0.0.5.2 - 0.0.5.2 + 0.0.5.3 + 0.0.5.3 SoftOtter Glamourer Copyright © 2020 @@ -47,34 +47,40 @@ $(appdata)\XIVLauncher\addon\Hooks\dev\Dalamud.dll + False $(appdata)\XIVLauncher\addon\Hooks\dev\ImGui.NET.dll + False $(appdata)\XIVLauncher\addon\Hooks\dev\ImGuiScene.dll + False $(appdata)\XIVLauncher\addon\Hooks\dev\SDL2-CS.dll + False $(appdata)\XIVLauncher\addon\Hooks\dev\Lumina.dll + False $(appdata)\XIVLauncher\addon\Hooks\dev\Lumina.Excel.dll + False ..\..\Penumbra\Penumbra\bin\$(Configuration)\$(TargetFramework)\Penumbra.GameData.dll + True ..\..\Penumbra\Penumbra\bin\$(Configuration)\$(TargetFramework)\Penumbra.PlayerWatch.dll + True - - 12.0.3 - + diff --git a/Glamourer/Glamourer.json b/Glamourer/Glamourer.json index 6ae8c27..356cc96 100644 --- a/Glamourer/Glamourer.json +++ b/Glamourer/Glamourer.json @@ -5,7 +5,7 @@ "Description": "Adds functionality to change and store appearance of players, customization and equip. Requires Penumbra to be installed and activated to work. Can also add preview options to the Changed Items tab for Penumbra.", "Tags": ["Appearance", "Glamour", "Race", "Outfit", "Armor", "Clothes", "Skins", "Customization", "Design", "Character"], "InternalName": "Glamourer", - "AssemblyVersion": "0.0.5.2", + "AssemblyVersion": "0.0.5.3", "RepoUrl": "https://github.com/Ottermandias/Glamourer", "ApplicableVersion": "any", "DalamudApiLevel": 4, diff --git a/Glamourer/Gui/InterfaceCustomization.cs b/Glamourer/Gui/InterfaceCustomization.cs index 2e5c418..88ecb6f 100644 --- a/Glamourer/Gui/InterfaceCustomization.cs +++ b/Glamourer/Gui/InterfaceCustomization.cs @@ -282,6 +282,9 @@ namespace Glamourer.Gui ret = true; } + if (id == CustomizationId.Hairstyle && customization.Race == Race.Hrothgar) + customization[CustomizationId.Face] = (byte) ((customization[CustomizationId.Hairstyle] + 1) / 2); + ImGui.Text(label); if (tooltip.Any() && ImGui.IsItemHovered()) ImGui.SetTooltip(tooltip); diff --git a/repo.json b/repo.json index 81b6fd5..84418b7 100644 --- a/repo.json +++ b/repo.json @@ -4,8 +4,8 @@ "Name": "Glamourer", "Description": "Adds functionality to change appearance of players. Requires Penumbra to be installed and activated to work.", "InternalName": "Glamourer", - "AssemblyVersion": "0.0.5.2", - "TestingAssemblyVersion": "0.0.5.2", + "AssemblyVersion": "0.0.5.3", + "TestingAssemblyVersion": "0.0.5.3", "RepoUrl": "https://github.com/Ottermandias/Glamourer", "ApplicableVersion": "any", "DalamudApiLevel": 4,