More skins coming soon

stay tuned

Moderator: Game Administrators

Locked
User avatar
DwarfTank
Posts: 906
Joined: Sun Feb 01, 2015 12:48 am
Location: America (United States
Contact:

Re: More skins coming soon

Post 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)
Last edited by DwarfTank on Thu Feb 22, 2018 3:22 am, edited 2 times in total.
DwarfTank-lvl2270(Legendary Player)
ShadowHood-lvl2662
"You can lead a human to knowledge but you can't make one think."Kal-Not:2986BH
User avatar
kollex
Posts: 579
Joined: Tue Nov 11, 2014 11:02 am
Location: Kyiv, Ukraine

Re: More skins coming soon

Post 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 :)
User avatar
DwarfTank
Posts: 906
Joined: Sun Feb 01, 2015 12:48 am
Location: America (United States
Contact:

Re: More skins coming soon

Post 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)
Last edited by DwarfTank on Tue May 30, 2017 10:42 pm, edited 1 time in total.
DwarfTank-lvl2270(Legendary Player)
ShadowHood-lvl2662
"You can lead a human to knowledge but you can't make one think."Kal-Not:2986BH
User avatar
DwarfTank
Posts: 906
Joined: Sun Feb 01, 2015 12:48 am
Location: America (United States
Contact:

Re: More skins coming soon

Post 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 :) "
DwarfTank-lvl2270(Legendary Player)
ShadowHood-lvl2662
"You can lead a human to knowledge but you can't make one think."Kal-Not:2986BH
User avatar
kollex
Posts: 579
Joined: Tue Nov 11, 2014 11:02 am
Location: Kyiv, Ukraine

Re: More skins coming soon

Post 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... :?:
User avatar
DwarfTank
Posts: 906
Joined: Sun Feb 01, 2015 12:48 am
Location: America (United States
Contact:

Re: More skins coming soon

Post 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.
DwarfTank-lvl2270(Legendary Player)
ShadowHood-lvl2662
"You can lead a human to knowledge but you can't make one think."Kal-Not:2986BH
User avatar
kollex
Posts: 579
Joined: Tue Nov 11, 2014 11:02 am
Location: Kyiv, Ukraine

Re: More skins coming soon

Post 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 :)
User avatar
compbatant
Site Admin
Posts: 1944
Joined: Fri Jun 15, 2012 12:00 am
Location: Warsaw, Poland
Contact:

Re: More skins coming soon

Post 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 :)
User avatar
compbatant
Site Admin
Posts: 1944
Joined: Fri Jun 15, 2012 12:00 am
Location: Warsaw, Poland
Contact:

Re: More skins coming soon

Post by compbatant »

Thank you DwarfTank30 for that great skins. Really good work! I will add it soon to the game.
User avatar
kollex
Posts: 579
Joined: Tue Nov 11, 2014 11:02 am
Location: Kyiv, Ukraine

Re: More skins coming soon

Post 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! :)
Locked