Is there a way we could change the stock images that are embedded in the plugin?
Yes, although I've not been able to make it easy atm. It needs features from API6 really (which has a combo box object so I can have typing and options in one object)
Basically you use custom scripting to set the image just like for the game-dependant backgrounds in Eos using a Fraps image.
If you untick the unlabelled check box (another thing that works better in API6 where labels can be set dynamically) it will turn off the default images, but if you specify images via scripting they'll override the default images anyway.
The only catch is the status values aren't easy to find out; so to make your life easier, I'll list them out here:
- Connection Status Image
- Not Running
- Not Connected
- Connected
- Speaking Status Image
- Just set an image in the image box - it shows when someone is speaking and it hides when no one is speaking.
- Mute Status Image
- Combined Status Image:
(This object combines everything so you can do lots of stuff)
- Combined Status:
- Not Running
- Not Connected
- No Speaker
- Me Speaking†
- Other Speaking†
- Both Speaking†
- Speaker Mute:
- Microphone Mute:
Again, just use in the same way Eos uses application names in the game-dependant backgrounds.
†If you don't want to distinguish between these three states (i.e. you just want a "Speaking" and "Silent" images), test for all three at once with "Ends With" & "Speaking"