https://github.com/sersorrel/showgear
https://github.com/sersorrel/showgear
dalamud-plugin ffxiv
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/sersorrel/showgear
- Owner: sersorrel
- Created: 2022-09-07T13:27:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T15:05:34.000Z (about 2 years ago)
- Last Synced: 2025-02-08T02:16:50.939Z (over 1 year ago)
- Topics: dalamud-plugin, ffxiv
- Language: C#
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShowGear
[](https://github.com/sersorrel/ShowGear)
Shows your entire outfit by default in the Fitting Room and Item Dyeing.
## Usage
You should install this plugin through Dalamud’s plugin installer, like any other plugin. If it’s not listed, it’s probably out of date and won’t work.
## Development
### Building
1. Open up `ShowGear.sln` in your C# editor of choice (likely [Visual Studio 2022](https://visualstudio.microsoft.com) or [JetBrains Rider](https://www.jetbrains.com/rider/)).
2. Build the solution. By default, this will build a `Debug` build, but you can switch to `Release` in your IDE.
3. The resulting plugin can be found at `ShowGear/bin/x64/Debug/ShowGear.dll` (or `Release` if appropriate.)
### Activating in-game
1. Launch the game and use `/xlsettings` in chat or `xlsettings` in the Dalamud Console to open up the Dalamud settings.
* In here, go to `Experimental`, and add the full path to `ShowGear.dll` to the list of Dev Plugin Locations.
2. Next, use `/xlplugins` (chat) or `xlplugins` (console) to open up the Plugin Installer.
* In here, go to `Dev Tools > Installed Dev Plugins`, and `ShowGear` should be visible. Enable it.
Note that you only need to add it to the Dev Plugin Locations once (Step 1); it is preserved afterwards. You can disable, enable, or load the plugin on startup through the Plugin Installer.