• 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

CV Edit questions

  • Thread starter Thread starter calimargellaer at yahoo.c
  • Start date Start date
C

calimargellaer at yahoo.c

Guest
I'm working on creating files for additional MLB Showdown sets and
have a few questions:

1) How can I add additional choices in the non-dynamic "edition" and
"team" fields?

2) In the "edition" field there are values for "order" and "special".
What are these for and how does one come up with these numbers?

3) When I finish, how would I go about submitting them for usage by
everyone?



------------------------ Yahoo! Groups Sponsor --------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/WuQolB/TM
--------------------------------------------------------------------~->
 
At 03:58 PM 7/31/2004, you wrote:
>I'm working on creating files for additional MLB Showdown sets and
>have a few questions:
>
>1) How can I add additional choices in the non-dynamic "edition" and
>"team" fields?


You need to edit the mlb.def file. Check out line 30:

<group id="team" name="Team" maxcount="1" width="9">
<value id="angels" name="Anaheim Angels" abbrev="Angels"
heading="Angels"/>
<value id="diamond" name="Arizona Diamondbacks" abbrev="Diamond"
heading="Diamond"/>
....

You can add new teams there. Just make sure they don't conflict with the
names or ids of existing teams, and you should be ok.



>2) In the "edition" field there are values for "order" and "special".
>What are these for and how does one come up with these numbers?


'order' is the sequence the editions are displayed in. 'special' is the
order of the releases that Card Vault uses to work out which release is
'newer' than the other.

Generally, I arrange things so that newer editions appear at the top of the
list (since players are more likely to be interested in them). This means
that the newer a release is, the LOWER the 'order' number and the HIGHER
the 'special' number.


>3) When I finish, how would I go about submitting them for usage by
>everyone?


Drop me an email off-list (colen at wolflair dot com). For some reason
there seem to be about 3 people adding cards to the MLB files right now, so
maybe I should attempt to get things organised...


Thanks,



--
Colen McAlister (colen@wolflair.com)
Lone Wolf Development www.wolflair.com




------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/WuQolB/TM
--------------------------------------------------------------------~->
 
Back
Top