https://github.com/creed-us/overshields_reforged
An addon for World of Warcraft which modifies shielding information on Blizzard's unit frames.
https://github.com/creed-us/overshields_reforged
ace3 addon lsm lua wow
Last synced: 2 months ago
JSON representation
An addon for World of Warcraft which modifies shielding information on Blizzard's unit frames.
- Host: GitHub
- URL: https://github.com/creed-us/overshields_reforged
- Owner: creed-us
- License: mit
- Created: 2025-04-17T11:08:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-23T19:26:28.000Z (4 months ago)
- Last Synced: 2026-03-24T17:40:48.360Z (4 months ago)
- Topics: ace3, addon, lsm, lua, wow
- Language: Lua
- Homepage: https://www.curseforge.com/wow/addons/overshields-reforged
- Size: 1.58 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Overshields Reforged
Overshields Reforged allows you to configure how shields & overshields appear on compact unit frames.
There are a couple of options: Color (including alpha/transparency), texture, and blend mode. There are also behavioral options that affect which compact unit frames are modified/affected by Overshields Reforged, as well as shield positioning dropdowns for shielded and overshielded states.
Works with Blizzard's **compact** raid/party/pet frames.

## How to Use
Run **/overshieldsreforged options** or **/osr o** in your chat or press **Esc** and go to **Options → AddOns → Overshields Reforged**.
Run **/overshieldsreforged reset** or **/osr r** in your chat to reset all Overshields Reforged options. _This is recommended for users updating to the Midnight version._
## Installation
### Addon Manager
Install from [CurseForge](https://www.curseforge.com/wow/addons/overshields-reforged).
### Manually
Download the [latest release](https://github.com/creed-us/Overshields_Reforged/releases/latest) and extract the `.zip` to your AddOns folder.
### Dependencies
It is recommended to install [LibSharedMedia](https://www.curseforge.com/wow/addons/libsharedmedia-3-0) (LSM) & [SharedMedia](https://www.curseforge.com/wow/addons/sharedmedia) to have access to extra texture options. Overshields Reforged does not add any statusbar or spark textures, but it will make use of any textures made available through LSM, in addition to those already available through the client.
## FAQ
### Why is Overshields Reforged not working?
Overshields Reforged requires the "Display Incoming Heals" option to be enabled in order to function. This option allows the game to provide the necessary events for the addon to update the shield overlays. To enable the "Display Incoming Heals" option, press **Esc** and go to **Options > Interface > Raid Frames**. Check the box for **Display Incoming Heals**. Alternatively, you can enable it via the following console command:
```
/console predictedHealth 1
```
### Does Overshields Reforged work with custom unit frame addons?
Overshields Reforged is designed to work with the built-in Blizzard unit frames. Custom unit frame addons - such as HealBot, VuhDo, Cell - may not be affected by this addon. Functionality should not be expected, and support for custom unit frame addons will not be provided or fixed, as it goes beyond the scope of this addon, and many unit frame addons provide their own methods of modifying the display of shields and overshields.
## License
Overshields is released under the [MIT License.](https://github.com/creed-us/Overshields_Reforged/blob/main/LICENSE)