https://raw.githubusercontent.com/yomishino/MyDalamudPlugins/main/plugins.json Then install the plugins you'd like to have in Dalamud's Plugin Installer. List of Plugins ⚠️ I am not actively working on these plugins at the moment. If a plugin listed below has a [not currently mai...
, "Changelog": "-2.1.7.7\n Fix broken stat layout in party view\n-2.1.7.5\n Update extremes names\n Fix context menu not working in blacklist and mute list", "InternalName": "FFLogsViewer", "AssemblyVersion": "2.1.7.7", "RepoUrl": "https://github.com/Aireil/FFLogsViewer", "...
Dalamud fix: dev plugins always need to retain their WorkingPluginId, even th… Sep 20, 2023 DalamudCrashHandler chore: don't report crashes when shutting down the game, if no devplu… Mar 21, 2023 api docs: replace mbplugin link with rich presence Mar 31, 2020 ...
Search or jump to... Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your...
= 0) return; Util.Fatal( "Dalamud failed to load all necessary services.\n\nThe game will continue, but you may not be able to use plugins.", "Dalamud", false); } ServiceManager.InitializeEarlyLoadableServices() .ContinueWith( t => { if (t.IsCompletedSuccessfully) return; Handle...
Pointer<T> will implicitly convert to T* but you might need to do explicit conversions when working with collections of pointers. STD collections There are wrappers for accessing data from a handful of C++ std library collections used by the game such as vector and map. These do not support...