Page 5 of 82
Re: More skins coming soon
Posted: Sun Jun 12, 2016 11:06 pm
by DwarfTank
Forest Dwarf
was added to game
ColorMatrix matrix = new ColorMatrix();
ColorMatrix temp = new ColorMatrix();
temp.setRotate(1, 283);
matrix.postConcat(temp);
temp.setScale(0.79, 0.66, -1.00, 2.00);
matrix.postConcat(temp);
return matrix;
(Image Removed) (Added To Game)
Re: More skins coming soon
Posted: Sun Jun 12, 2016 11:07 pm
by kollex
DwarfTank30 wrote:...
White knight looks strange
White dragon is already in the game
Tinkerbell fairy - idk, hard to judge from the front, pick a facing that shows a bit of side and/or back, facing SW or NE sometimes, may be good
Twilight dragon - fabulous! but the shadow looks green. hopefully it won't be noticeable on real terrain and with the corresponding size
Supreme Orc - looks just great!
Yellow hat santa - meh, but can work for someone.
Lava dragon - superb! I want it in game ASAP

Re: More skins coming soon
Posted: Sun Jun 12, 2016 11:10 pm
by DwarfTank
Rainbow Bee
ColorMatrix matrix = new ColorMatrix();
ColorMatrix temp = new ColorMatrix();
temp.setRotate(1, 283);
matrix.postConcat(temp);
temp.setScale(0.79, 0.66, -1.00, 2.00);
matrix.postConcat(temp);
return matrix;
(Image Removed)
Re: More skins coming soon
Posted: Sun Jun 12, 2016 11:18 pm
by DwarfTank
kollex wrote:DwarfTank30 wrote:...
White knight looks strange
White dragon is already in the game
Tinkerbell fairy - idk, hard to judge from the front, pick a facing that shows a bit of side and/or back, facing SW or NE sometimes, may be good
Twilight dragon - fabulous! but the shadow looks green. hopefully it won't be noticeable on real terrain and with the corresponding size
Supreme Orc - looks just great!
Yellow hat santa - meh, but can work for someone.
Lava dragon - superb! I want it in game ASAP

"Thanks I'm still learning how the mixers are set up, I'm getting better with it the more I play with it, I appreciate your feedback kollex, I think shadow can be adjusted easily with just making a bit darker, also flash ghosts shadow is all messed up too, but still works
Mixer switches are a bit screwy, kinda limited, so unfortunately some minor things can't be avoided
As far as white dragon, my dragon has black horns and all the rest of the dragon is white, current snow dragon has pink feet, and blue wing veins, so that is why I remade it.""I do appreciate your feedback though

"
Re: More skins coming soon
Posted: Sun Jun 12, 2016 11:24 pm
by kollex
Yeah, I tried doing this myself, got a pretty nice result, but failed to get output and then the app glitched and died on me ))) For some reason I don't get this array 'matrix' output, only the one with a set of commands. I wonder if it works for developer, or I should make screenshot and/or rewrite the values from the array manually...

Re: More skins coming soon
Posted: Sun Jun 12, 2016 11:27 pm
by DwarfTank
So far I have been lucky and the app works good, hasn't crashed on me yet.
I am planning on redoing white knight and fairy.
Re: More skins coming soon
Posted: Sun Jun 12, 2016 11:42 pm
by kollex
DwarfTank30 wrote:So far I have been lucky and the app works good, hasn't crashed on me yet.
Maybe mine crashed because I ran it under BlueStacks

Re: More skins coming soon
Posted: Mon Jun 13, 2016 12:16 am
by compbatant
kollex wrote:Yeah, I tried doing this myself, got a pretty nice result, but failed to get output and then the app glitched and died on me ))) For some reason I don't get this array 'matrix' output, only the one with a set of commands. I wonder if it works for developer, or I should make screenshot and/or rewrite the values from the array manually...

This program generates matrix very rare for me too, usually it outputs the code. I don't know on what it depends. The game needs matrix not that code.
The best will be if you post here the screenshot and write the matrix in the format like this:
Code: Select all
0.208,0.978,0,0,0,-0.978,0.208,0,0,0,0,0,1,0,0,0,0,0,1,0
Fields separated by commas and no spaces.
I had to rewrite it from this image manually but if you do it yourself I can safe time for working on other things

Re: More skins coming soon
Posted: Mon Jun 13, 2016 12:18 am
by compbatant
Thank you DwarfTank30 for that great skins. Really good work! I will add it soon to the game.
Re: More skins coming soon
Posted: Mon Jun 13, 2016 12:24 am
by kollex
compbatant wrote:kollex wrote:
The best will be if you post here the screenshot and write the matrix in the format like this:
Code: Select all
0.208,0.978,0,0,0,-0.978,0.208,0,0,0,0,0,1,0,0,0,0,0,1,0
Fields separated by commas and no spaces.
I had to rewrite it from this image manually but if you do it yourself I can safe time for working on other things

This is understandable, I will do so for mine. Just needed to clarify that, now I know what to do!
