Elements the Game Forum - Free Online Fantasy Card Game

Elements the Game => General Discussion => Topic started by: Planplan on April 01, 2010, 05:04:08 pm

Title: WIP : A custom card generator ?
Post by: Planplan on April 01, 2010, 05:04:08 pm
As suggested by some people, and because I wanted to help the less "techies" of us, who still have card ideas, I started working on a new project to fully generate custom cards.
I just post an early shot of what I've done so far, so you can give me suggestions, or maybe help me. The "card" below is a hardcoded one, generated with some words and some pictures.
(http://www.screenshotdumpster.com/img/m7Gbd56486/test_card.png)
I'm progressing slowly, and I'll make a small pause to finish something else. I almost don't know how to program in or AS3 (the language used in Flash), but want to learn. This project seems perfect for this. I'll first finish this prototype, then add inputs to customize the card text and art. To finish, I'm planning a crop and resize function for the custom art.
For the moment, everything is working but elements icons in the card description (and the "Graphic Art By ..." part too). I'm open the suggestions if someone know this language well. I have an idea to test, but it'll be still hard.

If you have other suggestions, feel free !

EDIT : OOPS ! I think I posted in Card Art instead of Card Idea  :-X
Title: Re: WIP : A custom card generator ?
Post by: Scaredgirl on April 02, 2010, 09:53:06 am
Great idea. I cannot wait to see the final version.

My knowledge in AS3 is very limited so I cannot help you with that I'm afraid.

Also it's difficult to give any other suggestions without seeing the prototype first. I mean we have no clue about the UI or how the thing actually works.

Anyways, good luck.
Title: Re: WIP : A custom card generator ?
Post by: Kael Hate on April 02, 2010, 02:30:04 pm
Awesome.

Can you read from a table?  Maybe convert to a plugin like the Deck generator? A person could then post an Idea in the card section like this and the plugin transfer the code to a card image? Even attach the art to their post and link the image to that same attachment.


***********************************************************************
 Name         : Cardname
 Card Element : Cardborder
 Level        : Basic
 Summon Cost  :  :Element Cost
 Type D|L     :  Type
 Text         :  "Card Text"
 Art          :  http://elementscommunity.org/forum/avs/avatar_1_1265921920.jpg
 **********************************************************************
Title: Re: WIP : A custom card generator ?
Post by: icybraker on April 02, 2010, 02:35:27 pm
Oh, so THAT'S what this is supposed to do! :D Great idea!

Another option: from an external page or a subsection of the forums, there will be an option to create a card, where you type in everything into the fields Kael Hate gave us. Then, it generates an image, which you can then save and attach to your posts via Screenshot Dumpster.
Title: Re: WIP : A custom card generator ?
Post by: Scaredgirl on April 02, 2010, 03:04:29 pm
The way I interpreted this, Planplan is going to do a standalone Flash program (swf-file) that does everything from creating the image to exporting it.

So it would be basically something like this: http://bighugelabs.com/motivator.php , only a Flash version.

That would make a lot more sense than to spend hours and hours of trying to integrate the code to our forum.
Title: Re: WIP : A custom card generator ?
Post by: Astaroth on April 02, 2010, 04:02:41 pm
Well, I was going to make a video tutorial on using the browser-based card creator, but this would cause no need for it. If/when this works, it will be amazing.
Title: Re: WIP : A custom card generator ?
Post by: Demagog on April 02, 2010, 04:45:46 pm
At least this will level the playing field for card idea comps...
Title: Re: WIP : A custom card generator ?
Post by: Planplan on April 02, 2010, 05:12:28 pm
The way I interpreted this, Planplan is going to do a standalone Flash program (swf-file) that does everything from creating the image to exporting it.

So it would be basically something like this: http://bighugelabs.com/motivator.php , only a Flash version.

That would make a lot more sense than to spend hours and hours of trying to integrate the code to our forum.
Yes, I'm planning something like that, sorry for the lake of precisions, but it could be used online too. And I'm doing it in Flash because, with PHP, I can't render the fonts like Elements (Flash) do.

I have some difficulties mostly because I'm working only with free stuff (FlashDevelop) (I'm not a crazy open-source or free or whatever geek, but Adobe is too expensive for me, I'll prefer to buy mustard with this money :P )


What I have so far:
Code: [Select]
generateCard(     title    , element, type, cost, upgrade,                                   description                                 , attack, health, author)
generateCard('Purple Nymph',    1   ,  1  ,  '9',  false , '{1} {1} {1} {1} : Antimatter\nInvert the attack power of the target creature',   '3' ,  '1'  ,  null )
Generate this. (http://helltgivre.free.fr/elements/card.html)

Now I have to replace the "{1}" by the good element icon, and add inputs to enter the data.
Title: Re: WIP : A custom card generator ?
Post by: Ohmega on April 02, 2010, 05:37:27 pm
I hope you can make it.
You're doing much for this community.
Title: Re: WIP : A custom card generator ?
Post by: Planplan on April 02, 2010, 06:30:48 pm
I'm doing this for me too, I finally found a simple and interesting project to learn Flash. And I know it'll be used by someone, it's more rewarding.
I'm not a good drawer, not a good talker (at least on the Internet, unless it's with someone I really know), I'm not a good organizer, or something else, just doing something I think I can achieve ;)
Title: Re: WIP : A custom card generator ?
Post by: Planplan on April 07, 2010, 04:27:45 pm
I finished the first prototype of the generator ! You can try it HERE (http://helltgivre.free.fr/elements/card.html) !

The Author input do nothing for the moment, you can't upload pictures and you can't put Elements icons in the description.
But I think it should now give you a clear idea of my goal, and there's maybe already things I can improve (making it real time, without the need of pressing Generate, maybe some icons instead of text and menus, but I'll see the usability later...).
Title: Re: WIP : A custom card generator ?
Post by: Ohmega on April 07, 2010, 06:22:40 pm
Looks really nice!
Can'T wait till you finish it.
Title: Re: WIP : A custom card generator ?
Post by: Scaredgirl on April 07, 2010, 07:19:13 pm
I finished the first prototype of the generator ! You can try it HERE (http://helltgivre.free.fr/elements/card.html) !

The Author input do nothing for the moment, you can't upload pictures and you can't put Elements icons in the description.
But I think it should now give you a clear idea of my goal, and there's maybe already things I can improve (making it real time, without the need of pressing Generate, maybe some icons instead of text and menus, but I'll see the usability later...).
Looks awesome.

Here's my feedback:
(most of these I'm sure you are already aware of)

- cost could be a drop down menu from 0 to 20 (not 100% sure about this though)

- no need to have element selection next to cost because it's always the same as the element of the card

- attack/health thing could appear only after you've chosen "creature" and disappear if you choose something else. (very minor thing and definitely not needed if it takes more than 20 minutes to code)

- element selection could be both icon and element

- one option for layout could be so that the card image is in the center, and all the input fields and text boxes are around the image (title top-left, cost top-right, description bottom, etc.)

- if you want all the things in the same place like they are now, I would go with left->right, top->bottom method (when looking at the card). Something like this:

Those are just some ideas.

Have you looked into integrating your card generator with Imageshack or something?
Title: Re: WIP : A custom card generator ?
Post by: icybraker on April 07, 2010, 09:40:25 pm
Oh, wow. This is awesome stuff so far. Minor issue which you are probably already aware of:


Anyways, when you allow the insertion of images, will it be from a url or from a saved file?
Title: Re: WIP : A custom card generator ?
Post by: Lyelle on April 08, 2010, 09:00:37 am
Well done, i like these kind of works.
Yet needs to be tweaked a bit but overall its clean and easy to use.

The only thing im bothering with is the clearly identical look of the output cards.
I found myself playing with SG's psd/pixle premade, trying to create an identical look. I ended up closing such a project.

I appreciate that we coult be able to do this. But i think there needs to be an "indicator" showing that these are Card Ideas, so there is no mistaking that these didnt get implemented next time.
Ok, all those cards will be found in the appropriate subforum. Its just to be clear or rather see it at the first glance.


Title: Re: WIP : A custom card generator ?
Post by: Planplan on April 08, 2010, 09:49:33 am
Quote from: Scaredgirl
Looks awesome.

Here's my feedback:
(most of these I'm sure you are already aware of)
I have some idea but multiple brains have much more ^^

Quote from: Scaredgirl
- cost could be a drop down menu from 0 to 20 (not 100% sure about this though)
I'm using a free text input because it's less restrictive. Also, you have the option to write a "X" if the card have a variable cost.

Quote from: Scaredgirl
- no need to have element selection next to cost because it's always the same as the element of the card
That's true, but sometimes, you don't have any icon at all (Flying Weapon). But as Delreich suggested me, it'll be better to have an option to just have the icon or not, and retrieving the correct icon from the selected card element.

Quote from: Scaredgirl
- attack/health thing could appear only after you've chosen "creature" and disappear if you choose something else. (very minor thing and definitely not needed if it takes more than 20 minutes to code)

- element selection could be both icon and element

- one option for layout could be so that the card image is in the center, and all the input fields and text boxes are around the image (title top-left, cost top-right, description bottom, etc.)

- if you want all the things in the same place like they are now, I would go with left->right, top->bottom method (when looking at the card). Something like this:
  • title
  • cost
  • picture
  • artist
  • type (+ attack/health)
  • description
  • author

Those are just some ideas.
Nice ideas :)

Quote from: Scaredgirl
Have you looked into integrating your card generator with Imageshack or something?
Not for the moment, but I will. I'll first just allow the user to download his card image, but if he could just sent it, that'll be much more simple.

Quote from: icybraker
Oh, wow. This is awesome stuff so far. Minor issue which you are probably already aware of:

    Attack|Health on the card is slightly cropped off. With 2 digits of attack or 2 digits of defense, the last digit may be slightly cropped.[/li]
[/quote]You're right, I'll fix that.

Quote from: icybraker
Anyways, when you allow the insertion of images, will it be from a url or from a saved file?
I think from a saved file first, but from an URL is a good idea too, much more flexible !

Quote from: Lyelle
Well done, i like these kind of works.
Yet needs to be tweaked a bit but overall its clean and easy to use.

The only thing im bothering with is the clearly identical look of the output cards.
I found myself playing with SG's psd/pixle premade, trying to create an identical look. I ended up closing such a project.

I appreciate that we coult be able to do this. But i think there needs to be an "indicator" showing that these are Card Ideas, so there is no mistaking that these didnt get implemented next time.
Ok, all those cards will be found in the appropriate subforum. Its just to be clear or rather see it at the first glance.
It's an idea worth digging, I understand your fear. Maybe I can add a "Custom card" or "Card idea" text somewhere on the card ?
Title: Re: WIP : A custom card generator ?
Post by: Scaredgirl on April 08, 2010, 11:48:49 am
Quote from: Lyelle
Well done, i like these kind of works.
Yet needs to be tweaked a bit but overall its clean and easy to use.

The only thing im bothering with is the clearly identical look of the output cards.
I found myself playing with SG's psd/pixle premade, trying to create an identical look. I ended up closing such a project.

I appreciate that we coult be able to do this. But i think there needs to be an "indicator" showing that these are Card Ideas, so there is no mistaking that these didnt get implemented next time.
Ok, all those cards will be found in the appropriate subforum. Its just to be clear or rather see it at the first glance.
It's an idea worth digging, I understand your fear. Maybe I can add a "Custom card" or "Card idea" text somewhere on the card ?
One option is to add "Card Idea By: ****" right below the card image (still part of the same image of course). This way it won't interfere with the card itself. It also has the added benefit of not letting anyone steal ideas.


One minor bug: when you type a letter like "g" in the 4th row, it goes out of the text box.
Title: Re: WIP : A custom card generator ?
Post by: vrt on April 08, 2010, 01:33:06 pm
I think from a saved file first, but from an URL is a good idea too, much more flexible !
URL upload, however, promotes the use of copyrighted artwork.
Title: Re: WIP : A custom card generator ?
Post by: Glitch on April 08, 2010, 01:46:29 pm
I love the generator.  I made a 6|1 Battletoad for 2 life quantums  :P
Title: Re: WIP : A custom card generator ?
Post by: PhantomFox on April 08, 2010, 03:41:24 pm
I think from a saved file first, but from an URL is a good idea too, much more flexible !
URL upload, however, promotes the use of copyrighted artwork.
Not everyone has your superior art skills, and I think it's understood that the images are just placeholders if the ideas are ever used.  Though an "Art by:" field might help.
Title: Re: WIP : A custom card generator ?
Post by: Planplan on April 08, 2010, 09:32:22 pm
The "Art by:" already exist on some Elements cards, I already planned to add the possibility to put this text (blue).

Copyright apply in the case of such card ideas ? I mean, they are just ideas, not actuals cards who are going to be used, right ? I don't know, and law aren't the same in all countries...
Title: Re: WIP : A custom card generator ?
Post by: PhantomFox on April 08, 2010, 10:27:43 pm
Vrt was referring to the art itself.  He's (understandably) rather touchy on using art without permission.
Title: Re: WIP : A custom card generator ?
Post by: Planplan on April 09, 2010, 08:41:56 am
Vrt was referring to the art itself.
Me too.
(http://images2.wikia.nocookie.net/__cb20100115141206/elementsthegame/images/a/a8/Abomi.jpg)
Title: Re: WIP : A custom card generator ?
Post by: ftbhrygvn on April 09, 2010, 09:15:37 am
Awwwww...... You sniped me AGAIN.

Pretty awesome work though
Title: Re: WIP : A custom card generator ?
Post by: vrt on April 09, 2010, 09:50:55 am
Vrt was referring to the art itself.
Me too.
(http://images2.wikia.nocookie.net/__cb20100115141206/elementsthegame/images/a/a8/Abomi.jpg)
I meant that it'd be more easy to use art without permission with a URL upload.


As for the line in the current cards; it isn't always there. Take a look at the Lava Golem, then at the Lava Destroyer.
Title: Re: WIP : A custom card generator ?
Post by: Scaredgirl on April 09, 2010, 11:08:44 am
Awwwww...... You sniped me AGAIN.

Pretty awesome work though
If you want a project, here's one.

We already have code that builds an image out of code. What we don't have is a "Code Builder".

Right now if I want to build a deck idea, I most likely have to use the trainer, click "More Money" million times, buy the cards, upgrade them, build a deck, go buy cards I forgot to buy, go upgrade them, and finish the deck.

And the best part is, the next time I have an idea, I have to do all this again.

We need a "Code Builder" with these features:

- No money involved
- Full access to all the cards
- easy to upgrade cards
- you click a card, it goes on your deck
- as you build your deck, deck import code gets updated
- once the deck is ready, you can copy the deck import code and paste it onto the forums

It would basically be a simplified version of "My Deck" window with all the cards in the game available.


Vrt was referring to the art itself.
Me too.
(http://images2.wikia.nocookie.net/__cb20100115141206/elementsthegame/images/a/a8/Abomi.jpg)
I recommend you move the "Art By:" thing on the bottom-left corner of the actual image (like in my Photoshop template). The problem with the blue text is that every single card idea image would have that blue text, giving us only 3 lines of text in the description.
Title: Re: WIP : A custom card generator ?
Post by: ftbhrygvn on April 09, 2010, 12:54:17 pm
I'm using WAP so I can't quote.

To SG:
Good idea. I'll work on it. But I'll still put some effort on this.

My version is PHP-based. ftbhrygvn.x10hosting.com/elements/card/ contains an earlier version. And ftbhrygvn.selfip.com/elements/card/, if it works, has the latest version.

To Planplan:
Seems that we always  share the same ideas, so is there possibilities we can work together in the future?
Title: Re: WIP : A custom card generator ?
Post by: Scaredgirl on April 09, 2010, 01:21:29 pm
I'm using WAP so I can't quote.

To SG:
Good idea. I'll work on it. But I'll still put some effort on this.

My version is PHP-based. ftbhrygvn.x10hosting.com/elements/card/ contains an earlier version. And ftbhrygvn.selfip.com/elements/card/, if it works, has the latest version.

To Planplan:
Seems that we always  share the same ideas, so is there possibilities we can work together in the future?
Sorry to say but this "coding battle" you definitely lost. Flash is ten times better in a project like this one. It looks better and is more versatile.

I recommend you move on to the next project. Two people making the same thing is pointless. It made no sense the first time, and now it makes even less sense.
Title: Re: WIP : A custom card generator ?
Post by: Frz on April 09, 2010, 01:31:20 pm
Flash is ten times better in a project like this one. It looks better and is more versatile.
Why? You can generate beautiful looking images with php. The UI ftb* made here is non-optimal but that could be tweaked easily.

Flash certainly isn't the worst choice (as elements itself is in flash) but selling your soul to adobe every single time is something you should rethink twice...
Title: Re: WIP : A custom card generator ?
Post by: ftbhrygvn on April 09, 2010, 02:44:00 pm
Actually, I have a Flash CS4 and I can make realistic cards using it. I learnt Flash (AS2) 9 yrs ago and AS3 is not too hard for me 'cuz it's sth like C++ programming. But I decided not to 'cuz it's too processing-intensive and require Player. And keep in mind that iPhones/Touches can't install Player.
Title: Re: WIP : A custom card generator ?
Post by: Planplan on April 09, 2010, 03:33:21 pm
I first started this project in PHP, because I know better this language (I would have it already finished by the time).
Here what I first made in PHP :
(http://helltgivre.free.fr/elements/card.php) (http://images1.wikia.nocookie.net/__cb20100115135302/elementsthegame/images/b/b4/Quantump.jpg)
The font isn't good compared to the original he ?

I switched to Flash because after some searching, I figured that Flash 8+ use his own font renderer, different from PHP GD's font renderer, Freetype. If I want to have the most accurate card, it gave me no other choice but switch to Flash. Now, I'm happy to work on this project because I finally found a good reason to learn Flash.

Also, now that I'm a bit more advanced in this project, I think Flash could be a really good tool if you don't abuse it. But in the case of this generator, I think it's a much more interesting choice over PHP on some parts.

I don't want to start or participate in any code battle, I'm not here for this. Or any other,  in my opinion, non-sense battle over Internet. I sincerely regret our ideas scoped, I never intended to. That's why I posted a very very early prototype of my work as soon as I started, to prevent this as much as possible. I just have ideas, some time, and I like to build things that could actually be useful for an active community.

If you want us to work together on something else, if you have an interesting idea too big for just one person, I'm always open to suggestions.

I recommend you move the "Art By:" thing on the bottom-left corner of the actual image (like in my Photoshop template). The problem with the blue text is that every single card idea image would have that blue text, giving us only 3 lines of text in the description.
You're right, I'll see if I can add it here.


Troll-PS :
And keep in mind that iPhones/Touches can't install Player.
(http://files.myopera.com/comeaujim/albums/798921/Nelson%20Muntz%20-%20haha.gif)
Title: Re: WIP : A custom card generator ?
Post by: ftbhrygvn on April 09, 2010, 04:48:03 pm
I'm ABSOLUTELY not saying Planplan's one has no advantage over mine, but I can point out some of the advantages mine has:

1. PHP-based = not processing-intensive, suitable for laptops/mobiles
2. Non-Flash based = without Player requirement
3. Open-source: When I finish, I can post the code and everyone can edit free (without using Flash)
4. Easy to use images: Produce standalone images that can be used easily
5. Cross-project compatibility: I can integrate this into other projects easily 'cuz I have made it

And, as I've mentioned, I prefer to use something created by myself.

Planplan:
I understand it's not anyone's fault that we have the same ideas. I'm just saying this: as we had have the same ideas, and it may happen again, why don't we work together? That way, we can prevent "idea collision" and finish the work quicker.

SG:
My code generator is being worked on, and the beta version should be online tmr. And I can integrate it into my deck gen when complete. Actually, I thought I can add an option to the deck gen that users can select the cards instead of entering the code. But I'm making a standalone code gen. But I'm not sure about the UI. I can't think of an easy-to-use, accessible UI.

Title: Re: WIP : A custom card generator ?
Post by: Scaredgirl on April 09, 2010, 07:15:12 pm
Planplan:
I understand it's not anyone's fault that we have the same ideas. I'm just saying this: as we had have the same ideas, and it may happen again, why don't we work together? That way, we can prevent "idea collision" and finish the work quicker.
Why not just do different projects and inform the community about your plans beforehand?
Title: Re: WIP : A custom card generator ?
Post by: ftbhrygvn on April 09, 2010, 08:25:12 pm
"Finish the work quicker" is one big point. But that should work also
Title: Re: WIP : A custom card generator ?
Post by: dekskose on April 09, 2010, 08:39:10 pm
it would be also nice if u could kinda copy the card so you could put them in forum but righ now you(at least i) cant
Title: Re: WIP : A custom card generator ?
Post by: Scaredgirl on April 09, 2010, 08:48:59 pm
"Finish the work quicker" is one big point. But that should work also
Haven't you heard the saying "too many cooks spoil the broth"?

I would bet huge amounts of cash for the fact that two coders produce two pieces of software much faster when both have their own project as opposed to working as a team. Especially in this situation when you guys don't know each other and haven't worked together previously.


it would be also nice if u could kinda copy the card so you could put them in forum but righ now you(at least i) cant
Yes, you will be able to save the card when the thing is finished. That's the whole point of this card generator.
Title: Re: WIP : A custom card generator
Post by: Planplan on April 20, 2010, 06:23:16 pm
I finally  almost finished a working version. The hard but necessary part is still missing, adding the possibility to add elements icons in the card description.
But you could now use a custom art (only from your hard drive for now, and no image transformation is performed, so, resize it to 128*128 for good results).

You can try the new version on the same URL : http://helltgivre.free.fr/elements/card.html

Here a test generation I just made :
(http://www.screenshotdumpster.com/img/m7Gbd59453/test.png) (http://www.screenshotdumpster.com/)
I need to adjust the border a bit, it's too thin.
Title: Re: WIP : A custom card generator ?
Post by: Ohmega on April 20, 2010, 06:51:29 pm
(http://www.imagebanana.com/img/ykzfkq7t/l)
Title: Re: WIP : A custom card generator ?
Post by: icybraker on April 20, 2010, 11:25:15 pm
This is really very simple, clean, and impressive so far. The font looks flawless and the cardbacks are great. I just can't wait until this project is complete. ;) Great work!
Title: Re: WIP : A custom card generator ?
Post by: Bloodshadow on April 21, 2010, 12:17:46 am
Holy sh!t this is awesome! Planplan, +karma!
Title: Re: WIP : A custom card generator ?
Post by: Scaredgirl on April 21, 2010, 09:05:55 am
(http://www.screenshotdumpster.com/img/m7Gbd59524/cat.png)

I love how professional the generator looks. It's freaking amazing!

I knew the biggest problem would be getting those ability icons between the text. Good luck.

One small bug (if you can call it that):
When I save and don't include the ".png" in the filename, it saves the file without any extensions. Maybe fix it so that it forces you to save as png?
Title: Re: WIP : A custom card generator ?
Post by: Planplan on April 21, 2010, 10:45:31 am
(http://www.screenshotdumpster.com/img/m7Gbd59524/cat.png)
:P

I knew the biggest problem would be getting those ability icons between the text. Good luck.
I just found how to do that, Adobe is making an object that allow you to add pictures in a text flow. I just need to understand it now...

One small bug (if you can call it that):
When I save and don't include the ".png" in the filename, it saves the file without any extensions. Maybe fix it so that it forces you to save as png?
I'll do a quick search if it's possible to add the extension, or maybe a default filename.

And thanks all, I'm glad you like it :)
Title: Re: WIP : A custom card generator ?
Post by: PhantomFox on April 21, 2010, 05:31:38 pm
I'm having trouble uploading my pictures to the card.  Does it have to be a specific file type?  I found a picture and resized it, but it won't upload while all my existing pictures will.  Am I doing something wrong?
Title: Re: WIP : A custom card generator ?
Post by: Scaredgirl on April 21, 2010, 05:56:22 pm
I'm having trouble uploading my pictures to the card.  Does it have to be a specific file type?  I found a picture and resized it, but it won't upload while all my existing pictures will.  Am I doing something wrong?
What filetype is it?
Title: Re: WIP : A custom card generator ?
Post by: PhantomFox on April 21, 2010, 06:15:35 pm
Never mind, got it to work.  Had .jpg instead of .JPG  Not sure why that makes much of a difference.  They're the same, aren't they?  Guess not.

Old file and new file attached.
Title: Re: WIP : A custom card generator ?
Post by: Scaredgirl on April 21, 2010, 06:39:17 pm
Never mind, got it to work.  Had .jpg instead of .JPG  Not sure why that makes much of a difference.  They're the same, aren't they?  Guess not.

Old file and new file attached.
This "bug" was a false alarm.

The file is actually a BMP file that has been renamed (not converted) to a JPG. That's why it failed.

Anyone saving files, please use PNG filetype.
Title: Re: WIP : A custom card generator ?
Post by: Bloodshadow on April 22, 2010, 12:39:15 am
The file is actually a BMP file that has been renamed (not converted) to a JPG. That's why it failed.
Well, if you change the extension name of a file, won't it corrupt the file or something? I'd expect the picture to be unreadable if I just rename it from .bmp to .jpg.
Title: Re: WIP : A custom card generator ?
Post by: Scaredgirl on April 22, 2010, 01:13:51 am
The file is actually a BMP file that has been renamed (not converted) to a JPG. That's why it failed.
Well, if you change the extension name of a file, won't it corrupt the file or something? I'd expect the picture to be unreadable if I just rename it from .bmp to .jpg.
Um.. yeah. That's the point I was trying to make. Well.. it doesn't really "corrupt" the file, it just tells your computer to read it in a wrong way.

Some software (like Firefox) are so smart they can read files with wrong extensions. Most of them can't.
Title: Re: WIP : A custom card generator ?
Post by: coinich on April 22, 2010, 03:40:09 pm
Just a small suggestion, I added a picture larger than the size said and it overflowed the screen.  Now I'm not normally that stupid to do such a thing, but someone else may try, and I just wanted to let you know.
Title: Re: WIP : A custom card generator ?
Post by: Justsoneguy on April 23, 2010, 03:50:28 am
Awesome.

(http://www.screenshotdumpster.com/img/m7Gbd59748/win.png)

Now if only our card ideas get made.  :)

Title: Re: WIP : A custom card generator ?
Post by: Kameda on April 23, 2010, 04:16:30 am
There's a way to put the quantum icons in the description?

And, pretty awesome program ^^
Title: Re: WIP : A custom card generator ?
Post by: Planplan on April 23, 2010, 08:27:12 am
Just a small suggestion, I added a picture larger than the size said and it overflowed the screen.  Now I'm not normally that stupid to do such a thing, but someone else may try, and I just wanted to let you know.
I'll work on this...
There's a way to put the quantum icons in the description?
...after this work. ;)
Title: Re: WIP : A custom card generator ?
Post by: jmizzle7 on April 23, 2010, 08:32:13 am
The file is actually a BMP file that has been renamed (not converted) to a JPG. That's why it failed.
Well, if you change the extension name of a file, won't it corrupt the file or something? I'd expect the picture to be unreadable if I just rename it from .bmp to .jpg.
What SG said. I had to explain this so many times at my last job to graphically challenged funeral directors when they would send me ".jpeg" files that never opened. ;)
Title: Re: WIP : A custom card generator ?
Post by: Laxaria on April 23, 2010, 05:27:36 pm
Quote
Just a small suggestion, I added a picture larger than the size said and it overflowed the screen.  Now I'm not normally that stupid to do such a thing, but someone else may try, and I just wanted to let you know.
If you really want to challenge yourself Planplan, make it possible to crop and resize pictures in the card generator itself. :)
Title: Re: WIP : A custom card generator ?
Post by: Scaredgirl on April 23, 2010, 05:48:20 pm
Quote
Just a small suggestion, I added a picture larger than the size said and it overflowed the screen.  Now I'm not normally that stupid to do such a thing, but someone else may try, and I just wanted to let you know.
If you really want to challenge yourself Planplan, make it possible to crop and resize pictures in the card generator itself. :)
No need to waste time on that at this point in my opinion.

Here's a good tool for resizing: http://rsizr.com/

Doesn't get any more simple than that.
Title: Re: WIP : A custom card generator ?
Post by: ftbhrygvn on April 24, 2010, 02:19:11 am
An all-in-1 tool is more user-friendly
Title: Re: WIP : A custom card generator ?
Post by: Tukkun on April 24, 2010, 09:10:41 am
(http://img689.imageshack.us/img689/4206/cna1.png)(http://img88.imageshack.us/img88/1153/cna2.png)
Awesome.
Title: Re: WIP : A custom card generator ?
Post by: yaladilae on April 24, 2010, 09:58:22 am
Seriously awesome
Great work!

Hope you get on well with adding icons to text

(http://www.screenshotdumpster.com/img/m7Gbd59884/Yaladilae.png)
Title: Re: WIP : A custom card generator ?
Post by: Scaredgirl on April 24, 2010, 10:49:35 am
An all-in-1 tool is more user-friendly
Well, of course it is. But if it's not needed at the moment, there's no point in wasting hours and hours on it. Lets not get greedy. Using that tool I just gave there (or any other image editing software) to make a 128x128 picture is ridiculously easy.
Title: Re: WIP : A custom card generator ?
Post by: Ohmega on April 24, 2010, 11:55:53 am
You even could use paint to resize a picture. Let him first add the costs in the desription and then, if he want to, make him do that picture resizing thing.
Title: Re: WIP : A custom card generator ?
Post by: ftbhrygvn on April 26, 2010, 03:28:01 pm
I switched to Flash because after some searching, I figured that Flash 8+ use his own font renderer, different from PHP GD's font renderer, Freetype. If I want to have the most accurate card, it gave me no other choice but switch to Flash. Now, I'm happy to work on this project because I finally found a good reason to learn Flash.
Actually, PHP supports FreeType too. Forgot to mention that
Title: Re: WIP : A custom card generator ?
Post by: Planplan on May 27, 2010, 04:33:47 pm
A quick update. I mostly done test, but now it generate big cards (I can still generate small ones, but it need a button, don't have time right now).
You can always test it here : http://helltgivre.free.fr/elements/card.html (http://helltgivre.free.fr/elements/card.html)

A quick test picture :

(http://imageplay.net/img/m7Gbd65234/invading_horror.png) (http://imageplay.net/) (http://imageplay.net/img/m7Gbd65233/invading_horror_up.png) (http://imageplay.net/)

(art from blob, original : http://www.flickr.com/photos/brobbeh/3444799553/in/set-72157605986432525/ )
Title: Re: WIP : A custom card generator ?
Post by: Scaredgirl on May 27, 2010, 05:05:06 pm
(http://imageplay.net/img/m7Gbd65235/awesome.png) (http://imageplay.net/)
Title: Re: WIP : A custom card generator ?
Post by: Xinef on May 27, 2010, 09:42:03 pm
(http://imageplay.net/img/m7Gbd65254/PlanplanKarma.png) (http://imageplay.net/view/m7Gbd65254/PlanplanKarma)
Title: Re: WIP : A custom card generator ?
Post by: jmizzle7 on May 27, 2010, 10:32:07 pm
Planplan, if you haven't already, you should allow for the inclusion of the element icons in the card description so we can generate fully functional cards. In addition, if these are identical to the in-game card templates (it sure looks good enough to me), we could use this to generate any new cards to upload to the forum and wiki.
Title: Re: WIP : A custom card generator ?
Post by: Kuroaitou on May 27, 2010, 10:41:02 pm
Oh my god.

This is... SO intuitive. Like, I don't know how to explain it... it's so simple, yet so perfect (almost) XD.

+Karma for this AND if this gets implemented soon, you can expect every person with a card idea in their head to go bat$#!% crazy over this program and begin conjuring their ideas non-stop. ;)

Can't wait til' we get to start using this in the Card Art/Ideas forum.  :D
Title: Re: WIP : A custom card generator ?
Post by: Bloodshadow on May 28, 2010, 01:05:03 am
Planplan, while the big cards are awesome, I would prefer if you add an option to also be able to generate normal sized cards. Why not have both, when you can make cards that resemble real cards perfectly?

Oh, I can simply shrink the image manually... OK... :P +karma then!
Title: Re: WIP : A custom card generator ?
Post by: Planplan on May 28, 2010, 08:31:43 am
Planplan, if you haven't already, you should allow for the inclusion of the element icons in the card description so we can generate fully functional cards.
I'm working on it now, it's the most important missing thing I think.
In addition, if these are identical to the in-game card templates (it sure looks good enough to me), we could use this to generate any new cards to upload to the forum and wiki.
I try to make them look as identical as possible, but their are some (minor) differences.
Planplan, while the big cards are awesome, I would prefer if you add an option to also be able to generate normal sized cards. Why not have both, when you can make cards that resemble real cards perfectly?
Like I said, the program know how to do them, but I need to add the button for normal sized cards. Doing it right now (after a bit of cleaning).
Oh, I can simply shrink the image manually... OK... :P +karma then!
It's possible, but the font will be pretty poor. Flash use a dedicated engine for small sized fonts.
Title: Re: WIP : A custom card generator ?
Post by: Tukkun on June 02, 2010, 06:19:13 am
(http://img63.imageshack.us/img63/6476/plan1w.png)
(http://img52.imageshack.us/img52/121/plan2ax.png)
NAME:
Chuck Norris
ELEMENT:
Fire
COST:
15 :fire
TYPE:
Creature
ATK|HP:
20|5
ABILITY:
Approve: Each turn Planplan gets 1 Karma.
NAME:
Chuck Norris
ELEMENT:
Fire
COST:
15 :fire
TYPE:
Creature
ATK|HP:
24|4
ABILITY:
Approve: Each turn Planplan gets 1 Karma.
ART:
???
IDEA:
Tukkun
NOTES:
Don't say this card is overpowered. It's in fact really underpowered.
SERIES:
None



Oh, and maybe if it's too hard to have the "quanta images" for abilities, you can do some sort of drag and drop stuff. It sure should work.
Title: Re: WIP : A custom card generator ?
Post by: jmizzle7 on June 02, 2010, 06:25:31 am
Your picture should be the Walker: Texas Ranger Thumbs Up™ to go with the Approve ability. ;)
Title: Re: WIP : A custom card generator ?
Post by: $$$man on June 05, 2010, 05:05:06 pm
are we allowed to use this instead of pixlr/photoshop templates to make cards :D +karma to planplan
Title: Re: WIP : A custom card generator ?
Post by: icybraker on June 05, 2010, 05:08:59 pm
I'm pretty sure you are; lots have been doing it. But one main problem is that you can't add quanta icons to the description yet, so it may look strange if your card requires that.

Regardless, this generator allows me to spend more time thinking about the idea than actually making it - precisely what I want. ;) Epic.
Title: Re: WIP : A custom card generator ?
Post by: $$$man on June 05, 2010, 05:15:54 pm
I'm pretty sure you are; lots have been doing it. But one main problem is that you can't add quanta icons to the description yet, so it may look strange if your card requires that.

Regardless, this generator allows me to spend more time thinking about the idea than actually making it - precisely what I want. ;) Epic.
i know you can use it but will it get moved to crucible and beyond......
Title: Re: WIP : A custom card generator ?
Post by: Tukkun on June 07, 2010, 02:12:31 am
Yes, yes, yes. I have a Lv1 card using this, and I'm sure there are some Lv2 cards using this too!
Title: Re: WIP : A custom card generator ?
Post by: coinich on June 08, 2010, 04:04:43 pm
Gravel|Bedrock (Lvl 2) used the generator, and it worked great!
Title: Re: WIP : A custom card generator ?
Post by: kalkiran on June 08, 2010, 05:19:12 pm
it asked me to upload from photos on my computer which is good and say SOMEHOW it get entered in the game
but what if i accidentely delete the image? will it still work?
blarg: