A mod archive site with accompanying plugin interfacing directly with Penumbra to make installing and updating mods easy and simple. Developed by Anna. Support can be found onHeliospheres Discord. This plugin requires Penumbra. Glamourer A plugin to change and save character appearances, including ge...
Yeah, you can queue multiple crafts - Mastercraft will even change your class to the necessary crafter! You can pause the queue, automatically skip touch actions when quality is capped, and if you specify food or potions on the rotation, Mastercraft will use them for you if necessary. ...
jawslouis/xiv-resourcesPublic forked fromkarashiiro/xiv-resources NotificationsYou must be signed in to change notification settings Fork0 Star2 main 1Branch 0Tags Code This branch is56 commits behindkarashiiro/xiv-resources:main. README CC0-1.0 license ...
Original file line numberDiff line numberDiff line change @@ -84,6 +84,10 @@ public static async Task UpgradeModpackPrompted(bool includePartials = true) public static async Task<WizardData> UpgradeModpack(string path, bool includePartials = true) { if (Directory.Exists(path)) { path = ...
Cancel Create saved search Sign in Sign up Reseting focus {{ message }} FFXIV-CombatReborn / BossmodReborn Public forked from awgil/ffxiv_bossmod Notifications You must be signed in to change notification settings Fork 35 Star 34 ...
Original file line numberDiff line numberDiff line change @@ -66,7 +66,9 @@ <TextBox x:Name="ModPackName" mah:TextBoxHelper.Watermark="{Binding Source={x:Static resx:UIStrings.Mod_Pack_Name}}" Grid.Column="1" Grid.Row="0" Margin="5" TabIndex="0"/> <xctk:MaskedTextBox x:Na...
public static IEnumerable<WPos> Rect(WPos center, WDir dirZ, float halfWidth, float halfHeight) => Rect(center, dirZ.OrthoL() * halfWidth, dirZ * halfHeight);6 changes: 5 additions & 1 deletion 6 BossMod/Util/Polygon.cs Original file line numberDiff line numberDiff line change ...
max of width/height for rect // note: if arena bounds are changed, new instance is recreated // max approx error can change without recreating the instance -// you can use hash-code to cache clipping results - it will change whenever anything in the instance changes -public abstract ...
Original file line numberDiff line numberDiff line change @@ -149,5 +149,8 @@ <Setting Name="Default_Modpack_Format" Type="System.String" Scope="User"> <Value Profile="(Default)">pmp</Value> </Setting> <Setting Name="UseAutoHeels" Type="System.Boolean" Scope="User"> <Value Profil...