Author Topic: Feature Request Confirmed: Redemption Connect! Card Designer  (Read 29173 times)

Offline LordZardeck

  • RC! Founder/Creator
  • Trade Count: (+1)
  • Sr. Member
  • ****
  • Posts: 975
  • Programmer of all Languages \m/(>.<)\m/
    • -
    • Midwest Region
    • Redemption Connect!
Re: Feature Request Confirmed: Redemption Connect! Card Designer
« Reply #200 on: November 22, 2011, 10:58:19 AM »
0
Also Prof, it's ZardECk.
Oops, thanks for pointing that out.  I went back and fixed it.  Actually it makes a lot more sense your way considering this is a card game and all :)

lol, actually, it has nothing to do with cards. XD Anyway, thanks.

Offline LordZardeck

  • RC! Founder/Creator
  • Trade Count: (+1)
  • Sr. Member
  • ****
  • Posts: 975
  • Programmer of all Languages \m/(>.<)\m/
    • -
    • Midwest Region
    • Redemption Connect!
Re: Feature Request Confirmed: Redemption Connect! Card Designer
« Reply #201 on: November 22, 2011, 12:37:51 PM »
0
New logo by Daniel! Check the OP and then comment here and let us know what you think.

Offline SomeKittens

  • Tournament Host
  • Trade Count: (+10)
  • *****
  • Posts: 8102
    • -
    • Northeast Region
Re: Feature Request Confirmed: Redemption Connect! Card Designer
« Reply #202 on: November 22, 2011, 01:51:41 PM »
0
The dots on the "R" seem out of place.
Mind not the ignorant fool on the other side of the screen!-BubbleBoy
Code: [Select]
postcount.add(1);

Offline TimMierz

  • Trade Count: (0)
  • Hero Member
  • *****
  • Posts: 4047
  • I can't stop crying. Buckets of tears.
    • -
    • Northeast Region
    • Tim's Photos
Re: Feature Request Confirmed: Redemption Connect! Card Designer
« Reply #203 on: November 22, 2011, 02:30:57 PM »
0
The card designer is really well done. Clean interface, good features, easy to use. I do have a couple aesthetic issues.

The main thing standing out to me is the text. You really need to turn anti-aliasing on for the text, it will make it look a ton better. I don't know what language you're using for the backend, but if you can't figure it out, let me know with a Private Message, I can probably help if it's Java or anything .NET.

The identifier text should be Tahoma/Verdana, which is not the same as is used for the illustration credit/copyright info.

Most of the card backgrounds look pretty nice, but the default Navy Blue has some fuzziness near the top left. I'd either remove that or not make it the default. Likewise, the black background has some fuzziness on the top border, as does the demon one.

The icon boxes sometimes look a little wonky. I see that you took some stuff from the Icon Boxes thing I made years ago, and I didn't do a very good job on that. If you'd like, I can try to make a better set for you, although I haven't done much of this in the last several years.

These nitpicks aside, this is a great tool you're providing!
Get Simply Adorable Slugfest at https://www.thegamecrafter.com/games/simply-adorable-slugfest

Offline LordZardeck

  • RC! Founder/Creator
  • Trade Count: (+1)
  • Sr. Member
  • ****
  • Posts: 975
  • Programmer of all Languages \m/(>.<)\m/
    • -
    • Midwest Region
    • Redemption Connect!
Re: Feature Request Confirmed: Redemption Connect! Card Designer
« Reply #204 on: November 22, 2011, 02:39:09 PM »
0
The card designer is really well done. Clean interface, good features, easy to use. I do have a couple aesthetic issues.

The main thing standing out to me is the text. You really need to turn anti-aliasing on for the text, it will make it look a ton better. I don't know what language you're using for the backend, but if you can't figure it out, let me know with a Private Message, I can probably help if it's Java or anything .NET.

The identifier text should be Tahoma/Verdana, which is not the same as is used for the illustration credit/copyright info.

Most of the card backgrounds look pretty nice, but the default Navy Blue has some fuzziness near the top left. I'd either remove that or not make it the default. Likewise, the black background has some fuzziness on the top border, as does the demon one.

The icon boxes sometimes look a little wonky. I see that you took some stuff from the Icon Boxes thing I made years ago, and I didn't do a very good job on that. If you'd like, I can try to make a better set for you, although I haven't done much of this in the last several years.

These nitpicks aside, this is a great tool you're providing!

Well, it's written entirely in PHP. As is all of RC. As for the identifier font, I'll get to that asap. As for the fuzziness, I can't see what you are talking about. The icon boxes where recently re-done by another member of the community, and I can't really tell anything wrong with them except for the class icons. The shields aren't smooth around the bottom corner, and can't be seen very well except on a dark background. But if you create something and a few members see the difference, I'll be glad to integrate it.

That all being said, none of my criticism can really count since I can't see that well (probably from working on the computer all day :p).

Offline TimMierz

  • Trade Count: (0)
  • Hero Member
  • *****
  • Posts: 4047
  • I can't stop crying. Buckets of tears.
    • -
    • Northeast Region
    • Tim's Photos
Re: Feature Request Confirmed: Redemption Connect! Card Designer
« Reply #205 on: November 22, 2011, 02:57:36 PM »
0


Hopefully that illustrates what I was talking about with the fuzziness.

The icon boxes aren't terrible, some of them just seem a little muddy or have obvious crop marks, especially ECs and EEs. Nothing terrible, but they just would look better a bit crisper.

I've used very little PHP, but look into where you can activate anti-aliasing. It'd make a world of difference. This site suggests it'd be as simple as just calling imageantialias($aa, true); but I don't know what sorts of libraries you're using.
Get Simply Adorable Slugfest at https://www.thegamecrafter.com/games/simply-adorable-slugfest

Offline LordZardeck

  • RC! Founder/Creator
  • Trade Count: (+1)
  • Sr. Member
  • ****
  • Posts: 975
  • Programmer of all Languages \m/(>.<)\m/
    • -
    • Midwest Region
    • Redemption Connect!
Re: Feature Request Confirmed: Redemption Connect! Card Designer
« Reply #206 on: November 22, 2011, 02:59:57 PM »
0


Hopefully that illustrates what I was talking about with the fuzziness.

The icon boxes aren't terrible, some of them just seem a little muddy or have obvious crop marks, especially ECs and EEs. Nothing terrible, but they just would look better a bit crisper.

I've used very little PHP, but look into where you can activate anti-aliasing. It'd make a world of difference. This site suggests it'd be as simple as just calling imageantialias($aa, true); but I don't know what sorts of libraries you're using.

Oh, ok. Well, even though I see it now, I can't do anything about it. If someone would be willing to fix it up a bit, I'll be happy to import it in. I'll take a look at the AA

Offline LordZardeck

  • RC! Founder/Creator
  • Trade Count: (+1)
  • Sr. Member
  • ****
  • Posts: 975
  • Programmer of all Languages \m/(>.<)\m/
    • -
    • Midwest Region
    • Redemption Connect!
Re: Feature Request Confirmed: Redemption Connect! Card Designer
« Reply #207 on: November 22, 2011, 03:02:10 PM »
0
Well, I added that line of code. Tell me if it looks any better.

Offline TimMierz

  • Trade Count: (0)
  • Hero Member
  • *****
  • Posts: 4047
  • I can't stop crying. Buckets of tears.
    • -
    • Northeast Region
    • Tim's Photos
Re: Feature Request Confirmed: Redemption Connect! Card Designer
« Reply #208 on: November 22, 2011, 03:07:31 PM »
0
I see nothing different. Are you calling imageantialias on the image resource before you draw the text on it?
Get Simply Adorable Slugfest at https://www.thegamecrafter.com/games/simply-adorable-slugfest

Offline LordZardeck

  • RC! Founder/Creator
  • Trade Count: (+1)
  • Sr. Member
  • ****
  • Posts: 975
  • Programmer of all Languages \m/(>.<)\m/
    • -
    • Midwest Region
    • Redemption Connect!
Re: Feature Request Confirmed: Redemption Connect! Card Designer
« Reply #209 on: November 22, 2011, 03:09:23 PM »
0
Yep. Right after drawing the background picture because it can't be used over a transparent background.

Lamborghini_diablo

  • Guest
  • Trade Count: (0)
Re: Feature Request Confirmed: Redemption Connect! Card Designer
« Reply #210 on: November 23, 2011, 12:58:13 AM »
0


Hopefully that illustrates what I was talking about with the fuzziness.

The icon boxes aren't terrible, some of them just seem a little muddy or have obvious crop marks, especially ECs and EEs. Nothing terrible, but they just would look better a bit crisper.

I've used very little PHP, but look into where you can activate anti-aliasing. It'd make a world of difference. This site suggests it'd be as simple as just calling imageantialias($aa, true); but I don't know what sorts of libraries you're using.

I had talked to LZ before, and said that when I get the time, I could re-make the icons in Illustrator, using nice high quality scans of the graphics.

Offline lightningninja

  • Trade Count: (+19)
  • Hero Member
  • *****
  • Posts: 5397
  • I'm Watchful Servant, and I'm broken.
Re: Feature Request Confirmed: Redemption Connect! Card Designer
« Reply #211 on: December 02, 2011, 04:59:12 PM »
0
If I could ask a request, could we get the priest border? It has its own unique style...
As a national champion, I support ReyZen deck pouches.

Offline cookie monster

  • Trade Count: (+1)
  • Sr. Member
  • ****
  • Posts: 560
  • cookies! Nom Nom Nom
    • -
    • North Central Region
Re: Feature Request Confirmed: Redemption Connect! Card Designer
« Reply #212 on: December 02, 2011, 06:32:25 PM »
0
There are some borders that I noticed are not available, Priests would be a good one to have though.
Yo dog, sup in da hood! Cookie monsta is in da house.

Offline SomeKittens

  • Tournament Host
  • Trade Count: (+10)
  • *****
  • Posts: 8102
    • -
    • Northeast Region
Re: Feature Request Confirmed: Redemption Connect! Card Designer
« Reply #213 on: December 03, 2011, 01:40:57 PM »
0
If I could ask a request, could we get the priest border? It has its own unique style...
It would help if someone with both free time and photoshop skills would make a template.
Mind not the ignorant fool on the other side of the screen!-BubbleBoy
Code: [Select]
postcount.add(1);

Offline cookie monster

  • Trade Count: (+1)
  • Sr. Member
  • ****
  • Posts: 560
  • cookies! Nom Nom Nom
    • -
    • North Central Region
Re: Feature Request Confirmed: Redemption Connect! Card Designer
« Reply #214 on: December 04, 2011, 03:07:59 PM »
0
If I could ask a request, could we get the priest border? It has its own unique style...
It would help if someone with both free time and photoshop skills would make a template.

Do you know of anybody?
Yo dog, sup in da hood! Cookie monsta is in da house.

Lamborghini_diablo

  • Guest
  • Trade Count: (0)
Re: Feature Request Confirmed: Redemption Connect! Card Designer
« Reply #215 on: December 04, 2011, 03:32:24 PM »
+1
When I am done with school for the semester, I can probably make a few more card frames.

Offline SomeKittens

  • Tournament Host
  • Trade Count: (+10)
  • *****
  • Posts: 8102
    • -
    • Northeast Region
Re: Feature Request Confirmed: Redemption Connect! Card Designer
« Reply #216 on: December 04, 2011, 06:33:07 PM »
0
If I could ask a request, could we get the priest border? It has its own unique style...
It would help if someone with both free time and photoshop skills would make a template.

Do you know of anybody?
Yeah, I was pretty much thinking of Lambo.  I can do it over break, but the quality won't be as good.
Mind not the ignorant fool on the other side of the screen!-BubbleBoy
Code: [Select]
postcount.add(1);

Offline LordZardeck

  • RC! Founder/Creator
  • Trade Count: (+1)
  • Sr. Member
  • ****
  • Posts: 975
  • Programmer of all Languages \m/(>.<)\m/
    • -
    • Midwest Region
    • Redemption Connect!
Re: Feature Request Confirmed: Redemption Connect! Card Designer
« Reply #217 on: December 11, 2011, 12:16:49 AM »
0
Upcoming Update - PLEASE READ

We have some major performance updates planned for the card designer that will be effective on the release date of the RC Platform, December 16th, 2011. Due to the internal nature of the update, the old links to cards created by the designer will be invalid and become broken. To ensure you do not lose your created cards, please download them to you computer BEFORE December 14th. We are sorry for the inconvenience.

Offline joeycauldron

  • Trade Count: (0)
  • Sr. Member
  • ****
  • Posts: 544
  • ad astra per aspera
    • -
    • East Central Region
Re: Feature Request Confirmed: Redemption Connect! Card Designer
« Reply #218 on: December 17, 2011, 01:27:56 PM »
0
What if there is no link after I'm done creating the card?
Mawwage, Mawwage is whot brwings us togethwa today, Mawwage...  ...ane Love, twue love...

Offline LordZardeck

  • RC! Founder/Creator
  • Trade Count: (+1)
  • Sr. Member
  • ****
  • Posts: 975
  • Programmer of all Languages \m/(>.<)\m/
    • -
    • Midwest Region
    • Redemption Connect!
Re: Feature Request Confirmed: Redemption Connect! Card Designer
« Reply #219 on: December 17, 2011, 01:45:07 PM »
+1
What if there is no link after I'm done creating the card?

Thank you for pointing this bug out. While we try to fix this, in the mean time, you can right-click the image, and select the option, "Copy Image URL". You can then use that url to share the card.

Offline joeycauldron

  • Trade Count: (0)
  • Sr. Member
  • ****
  • Posts: 544
  • ad astra per aspera
    • -
    • East Central Region
Re: Feature Request Confirmed: Redemption Connect! Card Designer
« Reply #220 on: December 17, 2011, 02:22:05 PM »
0
ok. thx. :)
Mawwage, Mawwage is whot brwings us togethwa today, Mawwage...  ...ane Love, twue love...

Offline cookie monster

  • Trade Count: (+1)
  • Sr. Member
  • ****
  • Posts: 560
  • cookies! Nom Nom Nom
    • -
    • North Central Region
Re: Feature Request Confirmed: Redemption Connect! Card Designer
« Reply #221 on: December 23, 2011, 03:14:27 PM »
0
When I click on the "R" in the top left corner, It goes to the news/tournaments near you/....ect, but once there I can't get back to the card designer.
Yo dog, sup in da hood! Cookie monsta is in da house.

Offline lp670sv

  • Trade Count: (0)
  • Hero Member
  • *****
  • Posts: 1652
    • -
    • Northeast Region
Re: Feature Request Confirmed: Redemption Connect! Card Designer
« Reply #222 on: December 23, 2011, 03:26:22 PM »
0
When I click on the "R" in the top left corner, It goes to the news/tournaments near you/....ect, but once there I can't get back to the card designer.
the card designer is in the academy. which is under sites.

Offline LordZardeck

  • RC! Founder/Creator
  • Trade Count: (+1)
  • Sr. Member
  • ****
  • Posts: 975
  • Programmer of all Languages \m/(>.<)\m/
    • -
    • Midwest Region
    • Redemption Connect!
Re: Feature Request Confirmed: Redemption Connect! Card Designer
« Reply #223 on: December 23, 2011, 09:24:01 PM »
0
When I click on the "R" in the top left corner, It goes to the news/tournaments near you/....ect, but once there I can't get back to the card designer.

We plan on addressing this by having the "R" drop down with options similar to the sites.

Offline cookie monster

  • Trade Count: (+1)
  • Sr. Member
  • ****
  • Posts: 560
  • cookies! Nom Nom Nom
    • -
    • North Central Region
Re: Feature Request Confirmed: Redemption Connect! Card Designer
« Reply #224 on: December 24, 2011, 11:05:00 AM »
0
When I click on the "R" in the top left corner, It goes to the news/tournaments near you/....ect, but once there I can't get back to the card designer.

We plan on addressing this by having the "R" drop down with options similar to the sites.

That is a good idea.
Yo dog, sup in da hood! Cookie monsta is in da house.

 


SimplePortal 2.3.3 © 2008-2010, SimplePortal