Page 73 of 82

Re: More skins coming soon

Posted: Mon Feb 26, 2018 9:16 pm
by death911
Black Demon



new ColorMatrix(new float[] {
0.426f, 1.430f, 0.116f, 0f, 0f,
0.426f, 1.430f, 0.116f, 0f, 0f,
0.426f, 1.430f, 0.116f, 0f, 0f,
0f, 0f, 0f, 1.000f, 0f
});

Re: More skins coming soon

Posted: Mon Feb 26, 2018 9:17 pm
by death911
Golden minotaur


ColorMatrix matrix = new ColorMatrix();
ColorMatrix temp = new ColorMatrix();

temp.setRotate(1, 317);
matrix.postConcat(temp);

temp.setScale(2.00, 2.00, 1.00, 1.00);
matrix.postConcat(temp);

return matrix;

Re: More skins coming soon

Posted: Mon Feb 26, 2018 9:27 pm
by death911
Golden Ptery


new ColorMatrix(new float[] {
1.500f, 0f, 0f, 0f, 0f,
0f, 1.050f, 0f, 0f, 0f,
0f, 0f, -1.000f, 0f, 0f,
0f, 0f, 0f, 1.000f, 0f
});

Re: More skins coming soon

Posted: Mon Feb 26, 2018 9:28 pm
by death911
Pink Ptery


new ColorMatrix(new float[] {
1.500f, 0f, 0f, 0f, 0f,
0f, 1.050f, 0f, 0f, 0f,
0f, 0f, 2.000f, 0f, 0f,
0f, 0f, 0f, 1.000f, 0f
});

Re: More skins coming soon

Posted: Mon Feb 26, 2018 9:36 pm
by death911
Golden bat

ColorMatrix matrix = new ColorMatrix();
ColorMatrix temp = new ColorMatrix();

temp.setRotate(1, 321);
matrix.postConcat(temp);

temp.setScale(2.00, 2.00, 2.00, 1.00);
matrix.postConcat(temp);

return matrix;

Re: More skins coming soon

Posted: Mon Feb 26, 2018 10:47 pm
by DwarfTank
quickshot3 wrote: Fri Feb 23, 2018 1:22 pm
DwarfTank30 wrote: Fri Feb 23, 2018 4:48 am
quickshot3 wrote: Thu Feb 22, 2018 11:48 pm 1.325,0.687,0.144,0,0,1.325,0.687, 0.144,0,0,1.325,0.687,0.144,0,0,0,0,0,2.000,0

Ghost Demon :)
I can fine tune this one if you'd like, make it a bit more ghostly perhaps even see through/transparent.

thanks but I think I figured it out, what you think about this one?

1.325,0.687,0.144,0,0,1.325,0.687,0.144,0,0,1.325,-.4111,1.000,0,0,3.999,11,-9.999,0.999,0
Looks good.

Re: More skins coming soon

Posted: Mon Feb 26, 2018 10:48 pm
by DwarfTank
compbatant wrote: Mon Feb 26, 2018 1:15 am Important news!
Unfortunately Android ignores the last row in color matrix :( I spent a lot time searching a solution but I didn't find. Please submit only
skins which doesn't change that row.
Image
There must be some way to fix it, it was working before right?

Re: More skins coming soon

Posted: Mon Feb 26, 2018 11:02 pm
by blitzcraig
No, it never worked right - this is why we've always noticed that many times the skins would look slightly different (usually darker) in game than we meant them to be... Basically, he can put them in for use with those numbers being wrong, but they will be automatically changed to 0 0 0 1 0, which will obviously change them some. You can go in and manually change them to 0 0 0 1 0 and you'll see the accurate color scheme.

As info, your Spiral Dragon will be going into the game pretty soon (I had to adjust it a bit because of this exact issue, but it's still your work ;) )

Re: More skins coming soon

Posted: Tue Feb 27, 2018 9:27 am
by DwarfTank
blitzcraig wrote: Mon Feb 26, 2018 11:02 pm No, it never worked right - this is why we've always noticed that many times the skins would look slightly different (usually darker) in game than we meant them to be... Basically, he can put them in for use with those numbers being wrong, but they will be automatically changed to 0 0 0 1 0, which will obviously change them some. You can go in and manually change them to 0 0 0 1 0 and you'll see the accurate color scheme.

As info, your Spiral Dragon will be going into the game pretty soon (I had to adjust it a bit because of this exact issue, but it's still your work ;) )

Yes I noticed it did look a bit off in game, but honestly it works out fine, it shows up more purple and that is a good thing....

Re: More skins coming soon

Posted: Wed Feb 28, 2018 1:42 am
by LordSeth
quickshot3 wrote: Thu Feb 22, 2018 11:48 pm 1.325,0.687,0.144,0,0,1.325,0.687, 0.144,0,0,1.325,0.687,0.144,0,0,0,0,0,2.000,0

Ghost Demon :)
I vote yes 100% who agrees?