More skins coming soon
Moderator: Game Administrators
- death911
- Posts: 510
- Joined: Sat May 31, 2014 2:48 am
Re: More skins coming soon
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
});
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 (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!!
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!!
- death911
- Posts: 510
- Joined: Sat May 31, 2014 2:48 am
Re: More skins coming soon
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;
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 (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!!
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!!
- death911
- Posts: 510
- Joined: Sat May 31, 2014 2:48 am
Re: More skins coming soon
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
});
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 (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!!
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!!
- death911
- Posts: 510
- Joined: Sat May 31, 2014 2:48 am
Re: More skins coming soon
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
});
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 (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!!
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!!
- death911
- Posts: 510
- Joined: Sat May 31, 2014 2:48 am
Re: More skins coming soon
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;
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 (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!!
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!!
- DwarfTank
- Posts: 922
- Joined: Sun Feb 01, 2015 12:48 am
- Location: America (United States
- Contact:
Re: More skins coming soon
Looks good.quickshot3 wrote: Fri Feb 23, 2018 1:22 pmDwarfTank30 wrote: Fri Feb 23, 2018 4:48 amI can fine tune this one if you'd like, make it a bit more ghostly perhaps even see through/transparent.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![]()
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
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"_-
ShadowHood-lvl2668(Black Dragon Skin)
-_They tell me that "I am only mortal and no one important" to which I simply reply "prove it"_-
- DwarfTank
- Posts: 922
- Joined: Sun Feb 01, 2015 12:48 am
- Location: America (United States
- Contact:
Re: More skins coming soon
There must be some way to fix it, it was working before right?compbatant wrote: Mon Feb 26, 2018 1:15 am Important news!
Unfortunately Android ignores the last row in color matrixI spent a lot time searching a solution but I didn't find. Please submit only
skins which doesn't change that row.
![]()
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"_-
ShadowHood-lvl2668(Black Dragon Skin)
-_They tell me that "I am only mortal and no one important" to which I simply reply "prove it"_-
-
- Posts: 3032
- Joined: Fri Oct 18, 2013 12:00 am
- Location: United States of America
Re: More skins coming soon
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
)
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...

- DwarfTank
- Posts: 922
- Joined: Sun Feb 01, 2015 12:48 am
- Location: America (United States
- Contact:
Re: More skins coming soon
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"_-
ShadowHood-lvl2668(Black Dragon Skin)
-_They tell me that "I am only mortal and no one important" to which I simply reply "prove it"_-
- LordSeth
- Posts: 1148
- Joined: Wed Apr 09, 2014 12:45 am
- Location: Blood Palace
Re: More skins coming soon
I vote yes 100% who agrees?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![]()
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
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