From 81a8151ada55977d894fa7fa0a652b357eceefc2 Mon Sep 17 00:00:00 2001 From: Frank Paczynski Date: Thu, 23 May 2013 13:21:49 +0200 Subject: [PATCH] FAQ to markdown --- doc/{faq.txt => faq.md} | 60 ++++++++++++++++++++++++++--------------- 1 file changed, 38 insertions(+), 22 deletions(-) rename doc/{faq.txt => faq.md} (77%) diff --git a/doc/faq.txt b/doc/faq.md similarity index 77% rename from doc/faq.txt rename to doc/faq.md index fc784ce9..32703d20 100644 --- a/doc/faq.txt +++ b/doc/faq.md @@ -1,5 +1,8 @@ +FAQ +=== + How to update the card database -=============================== +--- When a new set comes out, you need to update your card database to be able to see the new cards in the deck editor and use them in the game. To do this, @@ -15,7 +18,7 @@ be up to date. Change Card Art / Custom Card Art -================================= +--- Is it possible to change the card art for a specif card, not by changing the set order in my deck editor? @@ -27,15 +30,19 @@ actual file of the image to the cards (exact) name and add ”.Full” to the en You can then take this new card image and replace the old one in your downloaded image folder. -NOTE: Image size does not matter. Try to use a high resolution .JPG of the -card you want to use for best quality. +*NOTE: Image size does not matter. Try to use a high resolution .JPG of the +card you want to use for best quality.* EXAMPLE: Let's say you wish to turn your M11 Sun Titan from its original art to a promo version. If you are using Windows 7, you can find the default location for the Cockatrice card art files under -C:\Program Files (x86)>Cockatrice>pics>downloadedPics + +``` +C:\Program Files (x86)\Cockatrice\pics\downloadedPics +``` + Once there, look for the folder of the set for the card we are replacing. For this example, Sun Titan is in the M11 folder. Open the folder and paste/replace your new “Promo” Sun Titan.full[.JPG] @@ -51,12 +58,12 @@ If you are changing the art of a card that has multiple versions in other sets, make sure you put the new card in whatever folder (or set) is highest on your card database set list. -NOTE: Other players on Cockatrice will NOT see your new card image. They will -only see whatever version of the card is in their database. +*NOTE: Other players on Cockatrice will NOT see your new card image. They will +only see whatever version of the card is in their database.* Use Higher Resolution Cards -=========================== +--- Can you get better/higher resolution card art than the default downloaded card images already used? @@ -73,50 +80,59 @@ image in the 3,000 by 1,000 pixel range, and save it as the cards (exact) name and add .Full to the end. If you are using Windows 7, you can find the default location for the -Cockatrice card art files under C:\Program Files -(x86)>Cockatrice>pics>downloadedPics. Once there, look for the folder of the -set for the card you are replacing. (If you are not running Cockatrice as an -administrator, look in C:\Users\username\AppData\Local\VirtualStore\Program -Files (x86)\Cockatrice\pics\downloadedPics.) +Cockatrice card art files under + +``` +C:\Program Files(x86)\Cockatrice\pics\downloadedPics +``` + +Once there, look for the folder of the set for the card you are replacing. If you are not running Cockatrice as an +administrator, look in + +``` +C:\Users\username\AppData\Local\VirtualStore\Program Files (x86)\Cockatrice\pics\downloadedPics +``` Open the folder of the set with the card, and paste/replace the new higher resolution .JPG image with the old low quality one. This process is the same for changing cards to custom images. -NOTE: Other Cockatrice players will not see your higher resolution card art, -they will only see the image they have in their own database. + +*NOTE: Other Cockatrice players will not see your higher resolution card art, +they will only see the image they have in their own database.* Booster Drafts -============== +--- Cockatrice does not support booster drafts, so players need to use an external service for this. -Most people use http://ccgdecks.com/ so it's probably not a bad idea to +Most people use [ccgdecks.com](http://ccgdecks.com/) so it's probably not a bad idea to register an account there before joining a game in Cockatrice. How to link a card in the Cockatrice chat. -========================================== +--- To link a card in the Cockatrice chat, type out the full name of the card, surrounded by the [card] and [/card] tags. For example: +``` [card]Black Lotus[/card] - +``` How to link a URL in the Cockatrice chat. -========================================= - +--- To link a URL in the Cockatrice chat, type out the url, surrounded by the [url] and [/url] tags. For example: +``` [url]http://www.cockatrice.de[/url] [url]cockatrice.de[/url] - +```