Deck Builder and Rules Viewer
by Nate
Moderators: Snacko, CCGHQ Admins
Re: Nate's Deck Builder and Rules Viewer
by Snacko » 14 May 2010, 15:49
Updated to ROE
mtgDeckBuilder-arcane0.17-rc6.4
Changelog:
mtgDeckBuilder-arcane0.17-rc6.4
Changelog:
- changed wizards url from mi.wizards to http://www.wizards
- version is now a string so you have ex. B.F.M.
(Right) - fixed sorting when owned quantity and unique options were selected
- updated all languages to ROE
Re: Nate's Deck Builder and Rules Viewer
by Bog Wraith » 14 May 2010, 19:11
Everything is working perfectly again.
Thank you very much Snacko for continuing to keep this great app up to date. I really appreciate the time you take to do this!

Thank you very much Snacko for continuing to keep this great app up to date. I really appreciate the time you take to do this!

'Twas in the bogs of Cannelbrae
My mate did meet an early grave
'Twas nothing left for us to save
In the peat-filled bogs of Cannelbrae.
My mate did meet an early grave
'Twas nothing left for us to save
In the peat-filled bogs of Cannelbrae.
-
Bog Wraith - Global Mod 1 (Ret)
- Posts: 1108
- Joined: 28 May 2008, 22:40
- Location: Shandalar
- Has thanked: 425 times
- Been thanked: 153 times
Re: Nate's Deck Builder and Rules Viewer
by juzamjedi » 17 May 2010, 20:17
Awesome and thanks for the update!
Re: Nate's Deck Builder and Rules Viewer
by Mech0z » 18 May 2010, 14:16
Hmm where do I find lands in this version ? (It says there is about 850cards in the Arcane 0.17 I got) and is it possible to print proxy cards or is that a plugin?
- Mech0z
- Posts: 4
- Joined: 07 May 2010, 13:30
- Has thanked: 0 time
- Been thanked: 0 time
Re: Nate's Deck Builder and Rules Viewer
by Snacko » 20 May 2010, 19:32
You should have way more cards and lands, check the filters selected. Or make sure you use the package posted above.
For proxies you would need to use a plugin, which uses HQ Card Generator. You can get it here
For proxies you would need to use a plugin, which uses HQ Card Generator. You can get it here
Re: Nate's Deck Builder and Rules Viewer
by ArnoNuehm » 21 May 2010, 23:29
Hi, I'm using Arcane 0.17 rc6.4 right now, but I'm not able to import my owned quantities. I create a userData.csv in the root directory where DeckBuilder.exe is, but all quantities remain 0. When I quit the program, the file is deleted.
Is
Name,Set,Pic,Qty
e.g.
Abjure,wth,,2
still the correct order?
Is
Name,Set,Pic,Qty
e.g.
Abjure,wth,,2
still the correct order?
Re: Nate's Deck Builder and Rules Viewer
by Snacko » 22 May 2010, 15:27
If the owned quantities aren't saved back the file will be deleted.
Yes the order is correct, nothing has changed for thise file. I created a sample userData.csv and it worked fine (first line doesn't have to be exactly as this)
If not then upload a sample file that doesn't work.
Yes the order is correct, nothing has changed for thise file. I created a sample userData.csv and it worked fine (first line doesn't have to be exactly as this)
- Code: Select all
Name,Set,Pic,Owned Qty,Rating,Flags
Abbey Gargoyles,hml,,1
Abbey Matron,hml,2,3
Abjure,wth,,3
Apex Hawks,wwk,,5
Forest,4ed,2,3
Forest,4ed,3,2
If not then upload a sample file that doesn't work.
Re: Nate's Deck Builder and Rules Viewer
by Moonstone » 23 May 2010, 17:06


Re: Nate's Deck Builder and Rules Viewer
by kristijanH » 26 Jun 2010, 22:10
I have a request. I'm also using Magic Album and I made my library there. Magic album can export my library in a csv format but when I open it in Deck Builder nothing happens. Can you add an import from Magic Album option or tell me in what format does the csv file need to be (regarding columns) so I can fix it myself (the library). Thanks
- kristijanH
- Posts: 218
- Joined: 24 Nov 2009, 13:49
- Has thanked: 52 times
- Been thanked: 11 times
Re: Nate's Deck Builder and Rules Viewer
by juzamjedi » 28 Jun 2010, 22:21
FYI, the Extended and Legacy formats are changing as of July 1.
http://www.wizards.com/Magic/Magazine/A ... eature/95b
http://www.wizards.com/Magic/Magazine/A ... eature/95b
Re: Nate's Deck Builder and Rules Viewer
by Snacko » 29 Jun 2010, 19:33
@kristijanH
Try importing with this build. You can find the import in Tools>Import owned quantities>Magic Album CSV. You can see if something didn't get imported in the log viewer. Most of the time those not imported cards will be tokens as those are missing in the database, also promotional planes are in a different set and wont be imported.
http://www.mediafire.com/file/e4mm1zlez ... uilder.jar
@juzamjedi
I saw that, will be also checking if some previous format changes didn't slip by.
Try importing with this build. You can find the import in Tools>Import owned quantities>Magic Album CSV. You can see if something didn't get imported in the log viewer. Most of the time those not imported cards will be tokens as those are missing in the database, also promotional planes are in a different set and wont be imported.
http://www.mediafire.com/file/e4mm1zlez ... uilder.jar
@juzamjedi
I saw that, will be also checking if some previous format changes didn't slip by.
Re: Nate's Deck Builder and Rules Viewer
by kristijanH » 29 Jun 2010, 19:54
I get this error:
arcane.ArcaneException: File not found: "data/english.lang".
at arcane.ArcaneTranslation.<init>(ArcaneTranslation.java:20)
at arcane.Arcane$DataLoader.load(Arcane.java:427)
at arcane.util.Loader.run(Loader.java:95)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.FileNotFoundException: data\english.lang (Navedene datoteke ni mogo│e najti)[can't find file]
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at arcane.ArcaneTranslation.<init>(ArcaneTranslation.java:16)
Edit: I tried to import only standard cards. Those are in for sure.
arcane.ArcaneException: File not found: "data/english.lang".
at arcane.ArcaneTranslation.<init>(ArcaneTranslation.java:20)
at arcane.Arcane$DataLoader.load(Arcane.java:427)
at arcane.util.Loader.run(Loader.java:95)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.FileNotFoundException: data\english.lang (Navedene datoteke ni mogo│e najti)[can't find file]
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at arcane.ArcaneTranslation.<init>(ArcaneTranslation.java:16)
Edit: I tried to import only standard cards. Those are in for sure.
- kristijanH
- Posts: 218
- Joined: 24 Nov 2009, 13:49
- Has thanked: 52 times
- Been thanked: 11 times
Re: Nate's Deck Builder and Rules Viewer
by Snacko » 29 Jun 2010, 20:07
That's not really an error, I've changed the message. It basically means the UI will default to English (the full UI translation isn't ready yet, only the menu items can be translated so far).
Re: Nate's Deck Builder and Rules Viewer
by kristijanH » 30 Jun 2010, 05:20
Full log after import. Nothing is added.
- Attachments
-
arcane.rar
- (1.55 KiB) Downloaded 418 times
- kristijanH
- Posts: 218
- Joined: 24 Nov 2009, 13:49
- Has thanked: 52 times
- Been thanked: 11 times
Re: Nate's Deck Builder and Rules Viewer
by Snacko » 30 Jun 2010, 08:47
Attach the magic album csv file, so I can see why there's an extra field.
Return to Deck Builder and Excellent Rules Viewer
Who is online
Users browsing this forum: No registered users and 1 guest