• Please note: In an effort to ensure that all of our users feel welcome on our forums, we’ve updated our forum rules. You can review the updated rules here: http://forums.wolflair.com/showthread.php?t=5528.

    If a fellow Community member is not following the forum rules, please report the post by clicking the Report button (the red yield sign on the left) located on every post. This will notify the moderators directly. If you have any questions about these new rules, please contact support@wolflair.com.

    - The Lone Wolf Development Team

Invalid id's

  • Thread starter Thread starter gg at decisionsoft.com
  • Start date Start date
G

gg at decisionsoft.com

Guest
Hi, I'm trying to create a data file for the wizards Star Wars TCG.

I've written a program that downloads card content from the star wars
website and converts then into a card vault data file.
Unfortunately I keep getting "invalid unique id" message for the card id.
What makes a valid id?

one of the auto generated id's:
Episode_II1

--
Geoff Gibbs, Software Engineer
DecisionSoft Ltd. http://www.decisionsoft.com


------------------------ Yahoo! Groups Sponsor ---------------------~-->
4 DVDs Free +s&p Join Now
http://us.click.yahoo.com/pt6YBB/NXiEAA/MVfIAA/WuQolB/TM
---------------------------------------------------------------------~->
 
Hi Geoff,

First of all, I believe that data files are already available for Star Wars
from WotC. You might consider checking on that before invested major effort
in this project. Or are you just working on an additional file to add to
the current material?

Valid ids must subscribe to the following rules:
1. Must be 10 characters or less.
2. May only contain the character A-Z, a-z, 0-9, and the underscore ('_').

Complete documentation on how to create data files for Card Vault will be
released shortly. We have a few high priority things that must be finished
first, but I hope to release full docs in the very near future. I recommend
waiting just a little longer, since just about all your questions will
likely be answered by the docs and it will save you a great deal of
frustration.

Thanks, Rob


At 10:32 AM 9/5/2002 +0100, you wrote:
>Hi, I'm trying to create a data file for the wizards Star Wars TCG.
>
>I've written a program that downloads card content from the star wars
>website and converts then into a card vault data file.
>Unfortunately I keep getting "invalid unique id" message for the card id.
>What makes a valid id?
>
>one of the auto generated id's:
>Episode_II1


---------------------------------------------------------------------------
Rob Bowes (rob@wolflair.com) (559) 658-6995
Lone Wolf Development www.wolflair.com


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Sell a Home for Top $
http://us.click.yahoo.com/RrPZMC/jTmEAA/MVfIAA/WuQolB/TM
---------------------------------------------------------------------~->
 
Rob Bowes wrote:
> Hi Geoff,
>
> First of all, I believe that data files are already available for Star Wars
> from WotC. You might consider checking on that before invested major effort
> in this project. Or are you just working on an additional file to add to
> the current material?

I'm using that as a basis for what I'm doing.
I was going to add the Sith Rising expansion, an realized it would be
easier to automate the process.

>
> Valid ids must subscribe to the following rules:
> 1. Must be 10 characters or less.
> 2. May only contain the character A-Z, a-z, 0-9, and the underscore ('_').

Thanks.

>
> Complete documentation on how to create data files for Card Vault will be
> released shortly. We have a few high priority things that must be finished
> first, but I hope to release full docs in the very near future. I recommend
> waiting just a little longer, since just about all your questions will
> likely be answered by the docs and it will save you a great deal of
> frustration.

OK.

Thanks for the help.

--
Geoff Gibbs, Software Engineer
DecisionSoft Ltd. http://www.decisionsoft.com


------------------------ Yahoo! Groups Sponsor ---------------------~-->
4 DVDs Free +s&p Join Now
http://us.click.yahoo.com/pt6YBB/NXiEAA/MVfIAA/WuQolB/TM
---------------------------------------------------------------------~->
 
Back
Top