ErikGartner / ardb

Mirror of Anarch Revolt Deck Builder from Google Code.
0 stars 0 forks source link

Can't search for Blood Brother in the Library Browser #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go to Library Browser
2. click Select...
3. Choose Blood Brother in the By Clan area
4. Press OK.

What is the expected output? What do you see instead?
Expected:  Blood Brothers only cards to show up
Actual:  No cards show up

What version of the product are you using? On what operating system?
3.0.1 on Vista

Please provide any additional information below.
I think this is because in the Library, they are listed as "Blood Brother"
(No final letter s), and in the Requires field, it shows "Blood Brothers"
(With a final letter s).

Original issue reported on code.google.com by draco.pa...@gmail.com on 17 Feb 2010 at 4:38

GoogleCodeExporter commented 9 years ago
It seems some inconsistencies have sneaked into vtescsv.zip.  

In vtescrypt.csv:

The Httb Ahrimanes have the clan type "Ahrimanes" while all previous Ahrimanes 
have 
"Ahrimane"

In vteslib.csv:

The clan type for "Blood Brother" cards has changed to "Blood Brothers".
The clan type for "Ahrimane" cards is a mixture of "Ahrimanes" and "Ahrimane".

There are 3 ways to fix this:

1. Wait for LSJ to fix the CSV files
2. Make Ardb smarter in how it matches clans
3. Provide my own version of the CSV files and give everyone the download link.

Original comment by graham.r...@gmail.com on 17 Feb 2010 at 7:31

GoogleCodeExporter commented 9 years ago
I've fixed this (and the blood brother) issue in my own copy of the vtescsv.zip 
file 
and uploaded it to the PowerBase Bath website.  You can make Ardb use this 
version by 
opening ardb.ini in a text editor and adding the following two lines:

UpdateServer=www.powerbase-bath.com
UpdateFile=/files/vtescsv.zip

When you restart ardb it will detect that this is a new version of the card 
texts. It 
will then download  and update your database.  If you want to switch back to 
using 
the White Wolf CSV file remove the two lines.

Original comment by graham.r...@gmail.com on 17 Feb 2010 at 9:10

GoogleCodeExporter commented 9 years ago
Fixed in 3.1.0.  Card parser is now handles errors like this is the card text.

Original comment by graham.r...@gmail.com on 21 Feb 2010 at 7:57