• 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

Reason for color order?

  • Thread starter Thread starter speares at earthlink.net
  • Start date Start date
S

speares at earthlink.net

Guest
Is there a reason that Card Vault uses the old-school color order
(BUGRW) as opposed to the new one (WUBRG)? Even better, is there a way
to change it?




------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/sO0ANB/LIdGAA/ySSFAA/WuQolB/TM
---------------------------------------------------------------------~->
 
Geoff wrote:

> Is there a reason that Card Vault uses the old-school color order
> (BUGRW) as opposed to the new one (WUBRG)? Even better, is there a way
> to change it?

I'm assuming you are referreing to the Magic datafiles.

It is sorting alphabetically on the color word.

A hidden tag will have to be added to every card. define White as 1,
Blue as 2, black as 3, red as 4, green as 5, gold as 6, artifact as 7,
land as 8. each card will have one of these tags.
then define a sort set in the .def file to sort on this hidden tag.

Colen, any ideas?

--
Jim Williamson <jim@timewarpcomics.com <mailto:jim@timewarpcomics.com>>
TimeWarp Comics & Games
(973) 857-9788
www.timewarpcomics.com <http://www.timewarpcomics.com>



------------------------ Yahoo! Groups Sponsor ---------------------~-->
Free shipping on all inkjet cartridge & refill kit orders to US & Canada. Low prices up to 80% off. We have your brand: HP, Epson, Lexmark & more.
http://www.c1tracking.com/l.asp?cid=5510
http://us.click.yahoo.com/GHXcIA/n.WGAA/ySSFAA/WuQolB/TM
---------------------------------------------------------------------~->
 
At 12:57 AM 8/2/2003 -0400, you wrote:
>Geoff wrote:
>
> > Is there a reason that Card Vault uses the old-school color order
> > (BUGRW) as opposed to the new one (WUBRG)? Even better, is there a way
> > to change it?
>
>I'm assuming you are referreing to the Magic datafiles.
>
>It is sorting alphabetically on the color word.
>
>A hidden tag will have to be added to every card. define White as 1,
>Blue as 2, black as 3, red as 4, green as 5, gold as 6, artifact as 7,
>land as 8. each card will have one of these tags.
>then define a sort set in the .def file to sort on this hidden tag.
>
>Colen, any ideas?

I'll forward this to the author of the magic files; hopefully he'll take
this into account when he does the update for 8th edition. Currently the
sequencing in the definition file is:

<value id="black" name="Black" order="0"/>
<value id="blue" name="Blue" order="1"/>
<value id="green" name="Green" order="2"/>
<value id="red" name="Red" order="3"/>
<value id="white" name="White" order="4"/>
<value id="gold" name="Gold" order="5"/>
<value id="none" name="None" order="6"/>
<value id="other" name="Other" order="7"/>

If you want to change it before them, just edit the 'magic.def' file and
change the values for the order appropriately.


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



------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/sO0ANB/LIdGAA/ySSFAA/WuQolB/TM
---------------------------------------------------------------------~->
 
I spoke with Robert (the author) about this and he said he would change it.
I'm assuming the new V1.8 files include the change. According to Robert,
he's been playing Magic since 1995 and old habits (i.e. the old sequence)
die hard. :-)

-Rob

At 06:41 PM 8/1/2003 +0000, you wrote:
>Is there a reason that Card Vault uses the old-school color order
>(BUGRW) as opposed to the new one (WUBRG)? Even better, is there a way
>to change it?


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


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/sO0ANB/LIdGAA/ySSFAA/WuQolB/TM
---------------------------------------------------------------------~->
 
Back
Top