Deck Builder and Rules Viewer
by Nate
Moderators: Snacko, CCGHQ Admins
Re: Nate's Deck Builder and Rules Viewer
by Salbei » 05 Oct 2009, 14:03
the outputfile(deckname.dck) look like this:
http://salbei.spacequadrat.de/magic/deck/dredge.dck
(open with notepad and you don´t have to download it)
downloadlink for the Manalink.csv (the main database used for the game)
http://salbei.spacequadrat.de/magic/Manalink.rar (152kb)
here is a link with just the CardID + Cardname(should be what you´ve asked for).
http://salbei.spacequadrat.de/test/Deck ... /test3.php
note:
you cannot play with cards that are not coded (coded=0), so you don´t need these.
can´t put tokens into your deck -> don´t need them aswell.
a few cards got replaced.but that should be easy to fix later.
mythic rares are normal rares here (no need to sort by mythic).
It would be good if you could make the database accessable (to adjust recent changes).Would be even better if you could make it read out the Manalink.csv directly so there is no need to update anything.
There is currently a limit of 1999 cards so there are patches frequently that change one card to a different one under the same ID.
if you need any further informations just pm me here or join me on irc (quakenet // #manalink)
we are currently discussing about the topic here:
viewtopic.php?f=25&t=1654
- Code: Select all
;dredge //deckname - the [b]deckname must match the filename[/b] -> this would be dredge.dck
; //description ,can be empty
;Salbei //author , can be empty
;no.spam@plea.se //e-mail , can be empty
;16/09/2009 //date the deck was created , can be empty
;1 //no clue what this stands for, but can be empty aswell
;4th Edition //no clue , unimportant too
; //comments can be empty
.684 4 Golgari Grave-Troll //.CardID quantity name
.678 4 Golgari Thug //same . you only need the .CardID + quantity,name is not needed
http://salbei.spacequadrat.de/magic/deck/dredge.dck
(open with notepad and you don´t have to download it)
downloadlink for the Manalink.csv (the main database used for the game)
http://salbei.spacequadrat.de/magic/Manalink.rar (152kb)
here is a link with just the CardID + Cardname(should be what you´ve asked for).
http://salbei.spacequadrat.de/test/Deck ... /test3.php
note:
you cannot play with cards that are not coded (coded=0), so you don´t need these.
can´t put tokens into your deck -> don´t need them aswell.
a few cards got replaced.but that should be easy to fix later.
mythic rares are normal rares here (no need to sort by mythic).
It would be good if you could make the database accessable (to adjust recent changes).Would be even better if you could make it read out the Manalink.csv directly so there is no need to update anything.
There is currently a limit of 1999 cards so there are patches frequently that change one card to a different one under the same ID.
if you need any further informations just pm me here or join me on irc (quakenet // #manalink)
we are currently discussing about the topic here:
viewtopic.php?f=25&t=1654
Retired a long time ago. I will not reply.
-
Salbei - DEVELOPER
- Posts: 1053
- Joined: 04 Jun 2009, 10:58
- Location: Germany
- Has thanked: 3 times
- Been thanked: 2 times
Re: Nate's Deck Builder and Rules Viewer
by juzamjedi » 09 Oct 2009, 12:13

Random aside: I see that Wizards did not include future-shifted cards in Zendikar. I sure hope they reprint Tarmogoyf for those of us that weren't playing when Future Sight was released. Nix would also make a ton of sense with all of the Cascade cards out there.
Re: Nate's Deck Builder and Rules Viewer
by Salbei » 12 Oct 2009, 15:11
Don´t want to push you , but is there any progress on the manalink thing ?Snacko wrote:That wouldn't be a problem just need a file with names to card IDs.
Any way i could help you with this ?
i´ve posted a couple links that should give you the needed information for the task.
The database list above is already outdated by now - you see how important it is to be able to update it manually

Retired a long time ago. I will not reply.
-
Salbei - DEVELOPER
- Posts: 1053
- Joined: 04 Jun 2009, 10:58
- Location: Germany
- Has thanked: 3 times
- Been thanked: 2 times
Re: Nate's Deck Builder and Rules Viewer
by Snacko » 12 Oct 2009, 16:27
I'm kind of busy so there was 0 progress.
The only help I can imagine is to actually write the modifications and send me a patch, but I suppose this wont happen.
The only help I can imagine is to actually write the modifications and send me a patch, but I suppose this wont happen.
Re: Nate's Deck Builder and Rules Viewer
by Salbei » 12 Oct 2009, 19:54
no problem , take your time.
i could do the entries in the database if you don´t have the time for it.
just send me a blanko .csv with the data you need and i will fill it out with the current implemented cards.
Got no clue what you need except Name/ID.
another thing i forgot to mention :
The .dck files do not contain any information about the edition the card is coming from - artwork is chosen at random.
It is prolly unnecessary to sort by edition in the deckbuilder since there are "only" 2000 cards (-token and other junk). would be enough if you could sort by Type/Manacost/Color/Name.
i could do the entries in the database if you don´t have the time for it.
just send me a blanko .csv with the data you need and i will fill it out with the current implemented cards.
Got no clue what you need except Name/ID.
another thing i forgot to mention :
The .dck files do not contain any information about the edition the card is coming from - artwork is chosen at random.
It is prolly unnecessary to sort by edition in the deckbuilder since there are "only" 2000 cards (-token and other junk). would be enough if you could sort by Type/Manacost/Color/Name.
Retired a long time ago. I will not reply.
-
Salbei - DEVELOPER
- Posts: 1053
- Joined: 04 Jun 2009, 10:58
- Location: Germany
- Has thanked: 3 times
- Been thanked: 2 times
Re: Nate's Deck Builder and Rules Viewer
by Snacko » 15 Oct 2009, 19:08
All the languages up to ZEN and the few languages that have the new Plane cards translated.
http://www.mediafire.com/?5jwzyy2mdzo
I'll be making a full package later (need to fix some minor things).
@Salbei
I might have time this weekend to code a bit, so there might be something working soon.
I think I'll just use Manalink.csv, if it does have meaning full names (proper names without any abbreviations) then it's all that's needed.
http://www.mediafire.com/?5jwzyy2mdzo
I'll be making a full package later (need to fix some minor things).
@Salbei
I might have time this weekend to code a bit, so there might be something working soon.
I think I'll just use Manalink.csv, if it does have meaning full names (proper names without any abbreviations) then it's all that's needed.
Re: Nate's Deck Builder and Rules Viewer
by Moonstone » 21 Oct 2009, 14:49
Once again your work is really appreciated ! Thanks
I'd like to include promos such as recent prerelease cards in your masterbase in order to use them in the deckbuilder. Is there an easy way to do it ? I'm thinking of potential overwriting problems with your next updates... Any hint ? I was also wondering how your database is linked to the GH one.
Thanks for your help !

I'd like to include promos such as recent prerelease cards in your masterbase in order to use them in the deckbuilder. Is there an easy way to do it ? I'm thinking of potential overwriting problems with your next updates... Any hint ? I was also wondering how your database is linked to the GH one.
Thanks for your help !
Re: Nate's Deck Builder and Rules Viewer
by mordaga » 26 Oct 2009, 05:45
Hi,
I haven't been able to figure out what to do with the ZenDeckbuilder.7z file after I decompress it.
When I decompress the .7z file, I end up with a folder called "data".
If I try to overwrite the old "data" folder, I get errors and the .jar won't launch.
If I copy over just the files in the "data" folder (replacing the old ones) I get even more errors and the .jar won't launch.
Any help would be greatly appreciated. The app looks sweet so far, but I really want that Zendikar data
Thanks!
I haven't been able to figure out what to do with the ZenDeckbuilder.7z file after I decompress it.
When I decompress the .7z file, I end up with a folder called "data".
If I try to overwrite the old "data" folder, I get errors and the .jar won't launch.
If I copy over just the files in the "data" folder (replacing the old ones) I get even more errors and the .jar won't launch.
Any help would be greatly appreciated. The app looks sweet so far, but I really want that Zendikar data

Thanks!
- mordaga
- Posts: 1
- Joined: 26 Oct 2009, 05:35
- Has thanked: 0 time
- Been thanked: 0 time
Re: Nate's Deck Builder and Rules Viewer
by Snacko » 27 Oct 2009, 20:04
The files should work fine when you overwrite the old ones, however I'll be uploading a full package as well.
@ Moonstone
The data is linked to GH base, as the English data is pulled of his masterbase. This was done to ensure the data (mostly set names) is compatible with MWS.
However planeswalker and planes are added independently while importing the data from GH base.
And yes there would be a problem as the files get overwritten each release so your changes would need to be pasted in each time not to lose them.
@ Moonstone
The data is linked to GH base, as the English data is pulled of his masterbase. This was done to ensure the data (mostly set names) is compatible with MWS.
However planeswalker and planes are added independently while importing the data from GH base.
And yes there would be a problem as the files get overwritten each release so your changes would need to be pasted in each time not to lose them.
Re: Nate's Deck Builder and Rules Viewer
by Snacko » 08 Nov 2009, 14:55
Uploaded the full packages with some fixes.
Arcane 0.17 rc6.2 ZEN update
Arcane 0.17 rc6.2
Source 0.17 rc6.2
Updated the first post too.
Arcane 0.17 rc6.2 ZEN update
- update to ZEN
- fixes for MagicTraders Plugin
- fixes for parsing Crystal Keep rulings
Arcane 0.17 rc6.2
Source 0.17 rc6.2
Updated the first post too.
Re: Nate's Deck Builder and Rules Viewer
by Moonstone » 09 Nov 2009, 15:12
Thanks for the update. The Crystal Keep rulings update bug was annoying.
I'd like to include the _S3BaS_ masterbase update in the deckbuilder (which, I think, should be included in future deckbuilder updates). I used mws2cards and mws2lang but didn't get proper french translation.
BTW what's the difference between french / french flavor / french oracle / french oracle flavor ?
Thanks for your help !
I'd like to include the _S3BaS_ masterbase update in the deckbuilder (which, I think, should be included in future deckbuilder updates). I used mws2cards and mws2lang but didn't get proper french translation.
What do you suggest ?_S3BaS_ wrote:Re: Promotional and Box Set Cards
New postby _S3BaS_ » 07 Nov 2009, 19:27
Hi i make a masterbase update with all promos missing until this moment obv feel free of check it all suggestion are welcome thanks have a nice day
http://www.mediafire.com/download.php?mynj3vqoyim
_S3BaS_
BTW what's the difference between french / french flavor / french oracle / french oracle flavor ?
Thanks for your help !
Re: Nate's Deck Builder and Rules Viewer
by tysxych » 10 Nov 2009, 01:20
Would you please to upload it to another network hard drive? I can't download files from Mediafire. Thank you!
- tysxych
- Posts: 9
- Joined: 01 Jun 2008, 00:37
- Has thanked: 0 time
- Been thanked: 0 time
Re: Nate's Deck Builder and Rules Viewer
by Moonstone » 11 Dec 2009, 11:04
Here's a few remarks to make this app even better 
- The M10 and ARB translations are missing in the french-oracle.csv (but present in in the french.csv).
- The BRB, S00, TK and TKX seems empty.
- It may also be worth including the translation of UNH since it is available on the gatherer.
Thanks !
PS: I'll do part of this myself if someone tell me how to edit the csv : I didn't get it to work with excel.

- The M10 and ARB translations are missing in the french-oracle.csv (but present in in the french.csv).
- The BRB, S00, TK and TKX seems empty.
- It may also be worth including the translation of UNH since it is available on the gatherer.
Thanks !
PS: I'll do part of this myself if someone tell me how to edit the csv : I didn't get it to work with excel.
Re: Nate's Deck Builder and Rules Viewer
by Clefaria » 11 Dec 2009, 17:13
Not even through jdownloader?tysxych wrote:Would you please to upload it to another network hard drive? I can't download files from Mediafire. Thank you!
http://jdownloader.org/download/index
__________
MWS bundle is DISCONTINUED, current only through M12
My (old) MWS bundle
MWS bundle is DISCONTINUED, current only through M12
My (old) MWS bundle
-
Clefaria - Posts: 267
- Joined: 17 Aug 2009, 22:43
- Has thanked: 0 time
- Been thanked: 0 time
Re: Nate's Deck Builder and Rules Viewer
by poilbrun » 31 Dec 2009, 00:58
First of all, thank you for the great tool.
I just have a small feature request that would be useful to me and I guess to other players too. Would it be possible to filter the cards by their cost?
It seems the program already calculates it to give the average in the deck information area, so it would be neat if we could specify that we want to only see cards that cost exactly, less or more than a given amount of mana.
Thanks again!
I just have a small feature request that would be useful to me and I guess to other players too. Would it be possible to filter the cards by their cost?
It seems the program already calculates it to give the average in the deck information area, so it would be neat if we could specify that we want to only see cards that cost exactly, less or more than a given amount of mana.
Thanks again!
- poilbrun
- Posts: 1
- Joined: 31 Dec 2009, 00:54
- Has thanked: 0 time
- Been thanked: 0 time
Return to Deck Builder and Excellent Rules Viewer
Who is online
Users browsing this forum: No registered users and 3 guests