Re: Achivement discussion
The trophies and name plate are present in sprite_icons.png in res/skins/default, so you can override their appearance for other skins if you desire. Or do you mean to show different images for different achievements? If that's what you mean, I could always add a virtual function that determines what image to show, with it defaulting to the trophy of the appropriate tier, but supporting overriding with another image.Xitax wrote:Would you add support for custom trophy graphics? BTW, are all these going to be hard-coded, or can they be scripted?
As for your second question, at the moment they're hard-coded in class files. Right now it's just much easier to implement them in code, but if that changes we could look into supporting scripting.
