Drawing aditional tertures among the pawn

Started by soulkata, March 05, 2015, 09:07:33 PM

Previous topic - Next topic

soulkata

Hi, I am developing the Hability Pack tool. This mod adds custom habilities to enemy panws...

What I want to do is Add new textures to the pawn, to have an Aura while casting the spell (Like DbZ)... I am in doubt wich method should I follow... The easy way should be use the Pawn State Icons Method, but this will allways draw over all other things, and I dont want this... Another wah should be adding a new custom apparel, but this seems to dangerous...

Any advice?

mipen

the Draw method handles drawing on pawns, I think there is also a method in ThingComps that draws things as well that you could potentially use. Another way to do it would be to use Motes. JuliaEllie made a mod that enabled you to create custom motes, but I'm not sure if it got updated to A9. In A10 it will be easy to create custom motes, Tynan just added support for it