
Preview Mount on Hover
TylerR909 opened this issue ยท 1 comments
Proposed functionality
I'm just pre-documenting a feature I'd like to add eventually.
We can create a <PlayerModel />
frame and anchor it to the Settings UI, hidden. When a user mouses over a Checkbox to select a mount, we can call CharacterModelBase:SetCreature(creatureID) and Show the frame so users can preview the mount they're moused over.
Requirements
- PlayerModel (or DressUpModel?)
- Add a setting to turn this on or off (default: on)
- Disable for non-Mainline for now
- If we can get CreatureID in non-Mainline and store it in the Mount Table/DB we could probably pull this off
Just wanted to share some progress I made on this today. Couple bugs still, plus it only shows in the actual Settings UI (/br options
, but not /br mounts
). Not sure how close I am to any Wrath support.
But I think all the research is done, just need to do a ton of cleanup and make some final decisions about how I actually want to implement this thing.