More skins coming soon

stay tuned

Moderator: Game Administrators

Locked
User avatar
death911
Posts: 510
Joined: Sat May 31, 2014 2:48 am

Re: More skins coming soon

Post 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
});
Attachments
New Doc 2018-02-27.jpg
New Doc 2018-02-27.jpg (101.2 KiB) Viewed 5411 times
Last edited by death911 on Mon Feb 26, 2018 10:00 pm, edited 1 time in total.
What is Death!!
To think our self confidence is lower than that of our enemies is Death!!
Staying alive in battlefield in fear of our enemies is Death!!
Running from our enemy instead of fighting is Death!!
User avatar
death911
Posts: 510
Joined: Sat May 31, 2014 2:48 am

Re: More skins coming soon

Post 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;
Attachments
New Doc 2018-02-28.jpg
New Doc 2018-02-28.jpg (62.26 KiB) Viewed 5355 times
Last edited by death911 on Tue Feb 27, 2018 9:43 pm, edited 2 times in total.
What is Death!!
To think our self confidence is lower than that of our enemies is Death!!
Staying alive in battlefield in fear of our enemies is Death!!
Running from our enemy instead of fighting is Death!!
User avatar
death911
Posts: 510
Joined: Sat May 31, 2014 2:48 am

Re: More skins coming soon

Post 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
});
Attachments
New Doc 2018-02-27 (4).jpg
New Doc 2018-02-27 (4).jpg (94.34 KiB) Viewed 5410 times
Last edited by death911 on Mon Feb 26, 2018 9:52 pm, edited 1 time in total.
What is Death!!
To think our self confidence is lower than that of our enemies is Death!!
Staying alive in battlefield in fear of our enemies is Death!!
Running from our enemy instead of fighting is Death!!
User avatar
death911
Posts: 510
Joined: Sat May 31, 2014 2:48 am

Re: More skins coming soon

Post 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
});
Attachments
New Doc 2018-02-27 (3)_1.jpg
New Doc 2018-02-27 (3)_1.jpg (94.24 KiB) Viewed 5410 times
Last edited by death911 on Mon Feb 26, 2018 9:53 pm, edited 1 time in total.
What is Death!!
To think our self confidence is lower than that of our enemies is Death!!
Staying alive in battlefield in fear of our enemies is Death!!
Running from our enemy instead of fighting is Death!!
User avatar
death911
Posts: 510
Joined: Sat May 31, 2014 2:48 am

Re: More skins coming soon

Post 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;
Attachments
New Doc 2018-02-27 (2).jpg
New Doc 2018-02-27 (2).jpg (94.2 KiB) Viewed 5408 times
What is Death!!
To think our self confidence is lower than that of our enemies is Death!!
Staying alive in battlefield in fear of our enemies is Death!!
Running from our enemy instead of fighting is Death!!
User avatar
DwarfTank
Posts: 922
Joined: Sun Feb 01, 2015 12:48 am
Location: America (United States
Contact:

Re: More skins coming soon

Post 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.
DwarfTank-lvl2324(Legendary Player)
ShadowHood-lvl2668(Black Dragon Skin)

-_They tell me that "I am only mortal and no one important" to which I simply reply "prove it"_-
User avatar
DwarfTank
Posts: 922
Joined: Sun Feb 01, 2015 12:48 am
Location: America (United States
Contact:

Re: More skins coming soon

Post 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?
DwarfTank-lvl2324(Legendary Player)
ShadowHood-lvl2668(Black Dragon Skin)

-_They tell me that "I am only mortal and no one important" to which I simply reply "prove it"_-
blitzcraig
Posts: 3032
Joined: Fri Oct 18, 2013 12:00 am
Location: United States of America

Re: More skins coming soon

Post 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 ;) )
Beeware the Spiral Blitzbees...
⬜ 💣 🌏
User avatar
DwarfTank
Posts: 922
Joined: Sun Feb 01, 2015 12:48 am
Location: America (United States
Contact:

Re: More skins coming soon

Post 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....
DwarfTank-lvl2324(Legendary Player)
ShadowHood-lvl2668(Black Dragon Skin)

-_They tell me that "I am only mortal and no one important" to which I simply reply "prove it"_-
User avatar
LordSeth
Posts: 1148
Joined: Wed Apr 09, 2014 12:45 am
Location: Blood Palace

Re: More skins coming soon

Post 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?
Game Administrator
LORD SETH
Languages: English
Useful Links:
- General game help
- Quest list
- Forum Rules
- Game Rules
FOLLOW RULES THEY ARE HERE FOR A REASON
STATUS: PARTIALLY INACTIVE
Locked