remove docs in favor of wiki
|
@ -1,56 +0,0 @@
|
|||
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<xs:element name="cockatrice_carddatabase">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="sets">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="set" maxOccurs="unbounded" minOccurs="0">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element type="xs:string" name="name"/>
|
||||
<xs:element type="xs:string" name="longname"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element name="cards">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="card" maxOccurs="unbounded" minOccurs="0">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element type="xs:string" name="name"/>
|
||||
<xs:element name="set" maxOccurs="unbounded" minOccurs="0">
|
||||
<xs:complexType>
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="xs:string">
|
||||
<xs:attribute type="xs:int" name="muId" use="optional"/>
|
||||
<xs:attribute type="xs:anyURI" name="picUrl" use="optional"/>
|
||||
<xs:attribute type="xs:anyURI" name="picUrlHq" use="optional"/>
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
<xs:element type="xs:string" name="color" minOccurs="0" maxOccurs="unbounded"/>
|
||||
<xs:element type="xs:string" name="manacost"/>
|
||||
<xs:element type="xs:string" name="type"/>
|
||||
<xs:element type="xs:string" name="pt" minOccurs="0"/>
|
||||
<xs:element type="xs:integer" name="tablerow"/>
|
||||
<xs:element type="xs:string" name="text"/>
|
||||
<xs:element type="xs:boolean" name="cipt" minOccurs="0"/>
|
||||
<xs:element type="xs:integer" name="loyalty" minOccurs="0"/>
|
||||
<xs:element type="xs:boolean" name="token" minOccurs="0"/>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
<xs:attribute type="xs:integer" name="version"/>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:schema>
|
29
doc/deck.xsd
|
@ -1,29 +0,0 @@
|
|||
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
||||
<xs:element name="cockatrice_deck">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element type="xs:string" name="deckname"/>
|
||||
<xs:element type="xs:string" name="comments"/>
|
||||
<xs:element name="zone" maxOccurs="unbounded" minOccurs="0">
|
||||
<xs:complexType>
|
||||
<xs:sequence>
|
||||
<xs:element name="card" maxOccurs="unbounded" minOccurs="0">
|
||||
<xs:complexType>
|
||||
<xs:simpleContent>
|
||||
<xs:extension base="xs:string">
|
||||
<xs:attribute type="xs:int" name="number" />
|
||||
<xs:attribute type="xs:float" name="price" use="optional"/>
|
||||
<xs:attribute type="xs:string" name="name" />
|
||||
</xs:extension>
|
||||
</xs:simpleContent>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
<xs:attribute type="xs:string" name="name" />
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:sequence>
|
||||
<xs:attribute type="xs:int" name="version"/>
|
||||
</xs:complexType>
|
||||
</xs:element>
|
||||
</xs:schema>
|
|
@ -1,814 +0,0 @@
|
|||
\documentclass[a4paper]{scrbook}
|
||||
\usepackage[T1]{fontenc} % Fontencoding for pdf searches
|
||||
\usepackage{textcomp} % EUR symbol for OT and T1
|
||||
\usepackage[osf,sc]{mathpazo} % Palatinofont
|
||||
\usepackage{ellipsis} % better spaces for ellipses (…)
|
||||
\usepackage{microtype} % Typographic finetuning
|
||||
\usepackage{fixltx2e} % LaTeX fixes
|
||||
|
||||
\usepackage[euler]{textgreek}
|
||||
\usepackage[utf8]{inputenc} % utf8 input
|
||||
\usepackage{graphicx,framed} % pictures, frames
|
||||
\usepackage{makeidx} % Index
|
||||
%\usepackage{fancyhdr}
|
||||
\usepackage{listings} % source listings, e.g. for shell commands
|
||||
|
||||
\usepackage{flafter} % floating objects
|
||||
\usepackage{placeins} % \FloatBarrier command, http://www.tex.ac.uk/cgi-bin/texfaq2html?label=floats
|
||||
\usepackage{color} % colors
|
||||
\usepackage{tikz} % draw stuff
|
||||
\usepackage{enumerate} % more enumerations
|
||||
\usepackage{longtable} % multipage tables
|
||||
\usepackage{booktabs} % better tables: http://www.ctan.org/tex-archive/macros/latex/contrib/booktabs/
|
||||
|
||||
\usepackage[nottoc]{tocbibind} % Index + Bibliographie -> toc
|
||||
|
||||
%\setcounter{tocdepth}{3} % Depth for tocs; default = 2
|
||||
|
||||
%PDF stuff
|
||||
\usepackage[unicode,linktocpage,
|
||||
colorlinks,
|
||||
bookmarks,
|
||||
bookmarksopen,
|
||||
pdfpagelabels=true]{hyperref}
|
||||
|
||||
% pdf-specific, no line breaks!
|
||||
\usepackage{xcolor}
|
||||
\hypersetup{
|
||||
pdftitle = {Cockatrice Usermanual},
|
||||
pdfsubject = {Cockatrice, Servatrice, Manual},
|
||||
pdfauthor = {},
|
||||
pdfkeywords = {Cockatrice, Servatrice, Magic},
|
||||
linkcolor=blue!30!black,
|
||||
citecolor=green!30!black,
|
||||
urlcolor=blue!25!green!25!black,
|
||||
% do not underline links
|
||||
frenchlinks,
|
||||
% break long links
|
||||
breaklinks = true,
|
||||
}
|
||||
|
||||
% better Text/Float-ratio
|
||||
\setcounter{topnumber}{3}
|
||||
\renewcommand\topfraction{1}
|
||||
\setcounter{bottomnumber}{3}
|
||||
\renewcommand\bottomfraction{1}
|
||||
\setcounter{totalnumber}{9}
|
||||
\renewcommand\textfraction{.01}
|
||||
\renewcommand\floatpagefraction{1}
|
||||
|
||||
\makeindex
|
||||
%opening
|
||||
\title{Cockatrice}
|
||||
\subtitle{Usermanual}
|
||||
|
||||
%\pagestyle{fancy}
|
||||
|
||||
\newcommand{\shellcmd}[1]{\texttt{\scriptsize #1}}
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\tableofcontents
|
||||
|
||||
\chapter{Preface}
|
||||
This manual is basically a dump from the cockatrice.de dokuwiki. Cockatrice has some legal problems right now and the page is down.
|
||||
This document tries to save the documentation about the software, beautify and extend it in the future.
|
||||
Please contribute to the project, it is much too precious to be destroyed.
|
||||
|
||||
\chapter{Getting Started}
|
||||
\section{Making A User Profile}
|
||||
Not available anymore, site is down.
|
||||
If someone runs his own server where you can register a user profile, read his documentation.
|
||||
|
||||
\section{Downloading and Installing the Cockatrice Program}
|
||||
Due to a legal dispute there are currently no official builds left, so currently you have to build your own binaries.
|
||||
|
||||
\subsection{Building the Client}
|
||||
\subsubsection{Windows}
|
||||
To build Cockatrice, we need the Cockatrice sourcecode, its dependencies and build tools of course.
|
||||
Everything is freely available.
|
||||
|
||||
There should be two ways to compile Cockatrice:
|
||||
With Microsoft Visual Studio 2010 (Visual C++ 2010) and with MinGW, a minimalist GNU environment for Windows.
|
||||
|
||||
We suggest to use Visual Studio because there is a severe problem with MinGW:
|
||||
It doesn't offer a compatible version of its tools.
|
||||
The Qt library needs a certain, old MinGW version\footnote{The officially needed version is MinGW 4.8.2, the last known working version was MinGW 20120426} which is unavailable on the internet because they use an online installer and don't offer old, stable releases.
|
||||
Trying to build with the current version of MinGW will result in application crashes!
|
||||
So MinGW and Qt force us to focus on Visual Studio and don't support MinGW.
|
||||
|
||||
Gladly, Microsoft offers Visual Studio Express free of charge, which is a limited but sufficient version of Visual Studio.
|
||||
It only requires a free of charge registration after 30 days.
|
||||
|
||||
The following howto which uses Visual C++ 2010 Express has been tested with an up to date Windows 7 64Bit.
|
||||
The resulting build is a 32bit binary, which runs on both 32bit and 64bit systems.
|
||||
|
||||
\paragraph{Prerequisites}
|
||||
Here is an introduction of all dependencies and tools needed for Cockatrice, followed by a list of downloadlinks in the same order.
|
||||
\begin{enumerate}
|
||||
\item The Microsoft Windows SDK for Windows 7 and .NET Framework 4 provides tools and libraries to create Windows applications.
|
||||
\item The Visual C++ 2010 SP 1 Compiler Update for Windows SDK 7.1 (KB2519277) is a necessary update for the SDK.
|
||||
\item Microsoft Visual C++ 2010 Express is the actual development environment.
|
||||
\item Microsoft Visual Studio 2010 Service Pack 1 (VS10sp1-KB983509) is an update for Visual Studio.
|
||||
\item The Qt libraries 4.8.x for Windows (VS 2010) are the main dependency for Cockatrice.
|
||||
\item protobuf 2.5.0 is another dependency for Cockatrice (it has no installer, you need to download the zip file with the sourcecode).
|
||||
\item cmake version 2.8.12.x is needed to create Cockatrice's project files for Visual Studio. Version 3 has not been tested yet with Cockatrice.
|
||||
\item git is needed to download the latest Cockatrice source code.
|
||||
\item Nullsoft Scriptable Install System (NSIS 3.0b0) is a program to create the Windows installer for Cockatrice.
|
||||
\end{enumerate}
|
||||
|
||||
All downloadlinks together:
|
||||
\footnotesize{\begin{enumerate}
|
||||
\item \url{http://www.microsoft.com/en-us/download/details.aspx?id=8279} % Win SDK
|
||||
\item \url{http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=4422} % SDK Update
|
||||
\item \url{http://go.microsoft.com/?linkid=9709949} % MSVC
|
||||
\item \url{http://www.microsoft.com/en-us/download/details.aspx?id=23691} % MSVC SP1
|
||||
\item \url{http://download.qt-project.org/official_releases/qt/4.8/4.8.6/qt-opensource-windows-x86-vs2010-4.8.6.exe}
|
||||
\item \url{http://www.cmake.org/files/v2.8/cmake-2.8.12.2-win32-x86.exe}
|
||||
\item \url{http://git-scm.com/download/win}
|
||||
\item \url{http://protobuf.googlecode.com/files/protobuf-2.5.0.zip}
|
||||
\item \url{http://nsis.sourceforge.net/Download}
|
||||
\end{enumerate}}
|
||||
|
||||
\paragraph{Installation of the Prerequisites}
|
||||
Problems will occur if you don't install the first four steps (all the Microsoft SDK and Visual Studio packages) in the exact same order as printed here!
|
||||
\begin{enumerate}
|
||||
\item Install Microsoft Windows SDK for Windows 7 and .NET Framework 4.
|
||||
\item Apply the Visual C++ 2010 SP 1 Compiler Update for Windows SDK 7.1
|
||||
\item Install Visual C++ 2010 Express (Start the web installer, you may disable Silverlight)
|
||||
\item Apply Visual C++ 2010 Express Service Pack 1
|
||||
\item Install Qt4 VS 2010 edition.
|
||||
\item Install NSIS.
|
||||
\item Install cmake. Choose to add CMake to the System path.
|
||||
\item Install git. Choose Run Git from Windows Command Prompt.
|
||||
\end{enumerate}
|
||||
|
||||
As protobuf does neither provide an installer nor the libraries needed for Cockatrice, you have to build those with Visual Studio from the protobuf sources.
|
||||
The Cockatrice installer will search for the protobuf libraries within the Cockatrice sources, so before unpacking and building protobuf, you need to download the Cockatrice sources first:
|
||||
\begin{enumerate}
|
||||
\item Right click into a folder, select Git Gui, then Clone Existing Directory,
|
||||
\item enter Source Location \url{https://github.com/Cockatrice/Cockatrice}
|
||||
\item enter target directory (from now on called Cockatrice), click clone and wait until the sources have been downloaded,
|
||||
\item close Git Gui.
|
||||
\end{enumerate}
|
||||
|
||||
Now we prepare protobuf:
|
||||
\begin{enumerate}
|
||||
\item Create a \shellcmd{build} directory inside the Cockatrice directory.
|
||||
\item Copy the protobuf-2.5.0.zip into the build directory.
|
||||
\item Rightclick the zip, choose Extract all. This uses the Windows included zip unpacker to extract the archive.
|
||||
\end{enumerate}
|
||||
To be clear: you will (and must) have a Cockatrice/build/protobuf-2.5.0/protobuf-2.5.0 directory hierarchy after that!
|
||||
|
||||
Now the protobuf dependencies for Cockatrice will be built:
|
||||
\begin{enumerate}
|
||||
\item Start Visual C++ 2010 Express and from the File menu Open Project/Solution, move to the Cockatrice/build/protobuf-2.5.0/protobuf-2.5.0/vsprojects directory and choose protobuf.sln.
|
||||
\item Let you guide through the Conversion Wizard, you don't need to create a backup.
|
||||
\item After the conversion is finished, open the projects (uncheck ``Ask me for every project in this solution'' and click OK).
|
||||
\item You don't need to look at the conversion report.
|
||||
\item Select Release or Debug in the toolbar. Release optimizes the code for size and speed, while Debug creates larger, slower binaries, used for development. You need to use the same setting for Cockatrice later! We suggest to use Release.
|
||||
\item Rightclick on libprotobuf, choose Build. Note that the output should say: Build started: Project libprotobuf, Configuration: Release Win32
|
||||
\item Then rightclick on protoc, choose Build. This will build libprotoc and the protoc executable, also as Release Win32.
|
||||
\item After the build succeeded, close Visual C++.
|
||||
\end{enumerate}
|
||||
The Cockatrice/build/protobuf-2.5.0/protobuf-2.5.0/vsprojects/Release directory now contains libprotobuf.dll, libprotobuf.lib and protoc.exe which are needed for Cockatrice.
|
||||
|
||||
\paragraph{Cockatrice Compilation}
|
||||
Now everything is ready to compile Cockatrice.
|
||||
\begin{enumerate}
|
||||
\item Start CMake GUI, locate the Cockatrice directory and locate the Cockatrice/build directory.
|
||||
Then click Configure and choose Visual Studio 10.
|
||||
An error will occur during the Configure process because CMake does not know the location of the protobuf library.
|
||||
\item To satisfy CMake, check Advanced, enter ``protobuf'' in the Search field,
|
||||
\begin{enumerate}
|
||||
\item Set PROTOBUF\_INCLUDE\_DIR to Cockatrice/build/protobuf-2.5.0/protobuf-2.5.0/src/
|
||||
\item Set PROTOBUF\_LIBRARY to Cockatrice/build/protobuf-2.5.0/protobuf-2.5.0/vsprojects/Release/libprotobuf.lib
|
||||
\item Set PROTOBUF\_PROTOC\_EXECUTABLE to Cockatrice/build/protobuf-2.5.0/protobuf-2.5.0/vsprojects/Release/protoc.exe
|
||||
\item Set PROTOBUF\_PROTOC\_LIBRARY to Cockatrice/build/protobuf-2.5.0/protobuf-2.5.0/vsprojects/Release/libprotoc.lib % TODO: Is this needed? I don't think so; but it doesn't hurt either.
|
||||
\item Click Configure again.
|
||||
\end{enumerate}
|
||||
\item Click Generate, then close CMake GUI. The project files have been generated.
|
||||
\item Start Visual C++ 2010 Express and from the File menu select Open Project/Solution, point to the Cockatrice/build directory and choose Cockatrice.sln.
|
||||
\item Select Release or Debug in the toolbar exactly as you did for protobuf. We suggest Release.
|
||||
\item Rightclick on ALL\_BUILD, choose Build.
|
||||
\end{enumerate}
|
||||
|
||||
\paragraph{Updating your Cockatrice build}
|
||||
If you just compiled Cockatrice for the first time, you skip this step obviously.
|
||||
But if you want to update Cockatrice after the source code changed on github, do it like this:
|
||||
\begin{enumerate}
|
||||
\item Start Git Bash and update Cockatrice:
|
||||
\begin{enumerate}
|
||||
\item \shellcmd{git pull origin master}
|
||||
\item \shellcmd{Close Git Bash}
|
||||
\end{enumerate}
|
||||
\item Start Visual C++ 2010 Express and build the Cockatrice sources again.
|
||||
\end{enumerate}
|
||||
Cockatrice has now been updated and built. You may repeat this process every time when the source code changed.
|
||||
|
||||
\paragraph{Cockatrice installation}
|
||||
To install Cockatrice, you have to create an installer with NSIS now.
|
||||
Change to the directory \shellcmd{nsis} in the Cockatrice directory, right click the cockatrice.nsi file and select \shellcmd{Compile NSIS Script}.
|
||||
The NSIS program then creates a file called cockatrice\_win32\_YYYYmmdd\_git-xxxxxxx.exe. This is the complete, redistributable installer for your Cockatrice build.
|
||||
|
||||
Now install Cockatrice by executing the installer.
|
||||
Note: if you installed Qt in other than the default path, you have to fix the paths in the cockatrice.nsi file; you can edit this file with a text editor.
|
||||
|
||||
We will remove this static NSIS file in the future and let CMake create the NSIS file on the fly.
|
||||
|
||||
\paragraph{Create a card database}
|
||||
Start the oracle.exe (the installer does this automatically) and let it generate a current cards.xml file:
|
||||
\begin{enumerate}
|
||||
\item File $\to$ Download Sets Information $\to$ OK (if there are no MtG sets listed)
|
||||
\item Check All, Start Download
|
||||
\end{enumerate}
|
||||
Congratulations, you may now use Cockatrice!
|
||||
|
||||
\subsubsection{Linux, BSD, OS X}
|
||||
The following procedures have been tested with Debian Wheezy, Fedora 18, XUbuntu 13.10, FreeBSD 9.1 and 10.0.
|
||||
If you use Gentoo with KDE you have the needed prerequisites and may continue with downloading the source.
|
||||
If you use Bodhi or Arch Linux (AUR) or another distribution that includes Cockatrice, you might install Cockatrice from the default packages -- though the package might be old,
|
||||
so you probably should continue with this howto.
|
||||
|
||||
Before you install new software, you should update your system. The following instructions failed on a fresh installation of Fedora 18 and FreeBSD 9.1 until the systems were updated.
|
||||
\begin{enumerate}
|
||||
\item You need to install the build tools and dependencies. This varies between the Linux distributions.
|
||||
\begin{description}
|
||||
\item[Debian, Ubuntu and spin-offs] \shellcmd{sudo apt-get install build-essential git libqt4-dev qtmobility-dev libprotobuf-dev protobuf-compiler cmake}
|
||||
\item[Fedora] \shellcmd{sudo yum groupinstall "Development Tools"\\
|
||||
yum install qt-devel qt-mobility-devel protobuf-devel protobuf-compiler cmake}
|
||||
\item[FreeBSD 9] \shellcmd{pkg\_add -r qt4 qt4-linguist qt4-moc qt4-qmake qt4-rcc qt4-uic git cmake protobuf}
|
||||
\item[FreeBSD 10] \shellcmd{pkg install qt4 qt4-linguist qt4-moc qt4-qmake qt4-rcc qt4-uic git cmake protobuf}
|
||||
\item[OS X] \shellcmd{brew install qt cmake protobuf}
|
||||
\end{description}
|
||||
\item Download the sources from github via \\ \shellcmd{cd\\ git clone https://github.com/Cockatrice/Cockatrice.git}
|
||||
\item To compile the sources, change into the newly created directory, create a build directory and invoke cmake:\\
|
||||
\shellcmd{cd Cockatrice \\
|
||||
mkdir build \\
|
||||
cd build \\
|
||||
cmake ..\\
|
||||
make}\\
|
||||
\item You may install the program into the directory \shellcmd{/usr/local} by typing \shellcmd{sudo make install} but you should also be able to start
|
||||
cockatrice and the oracle from the build directory.
|
||||
\item Before you start Cockatrice for the first time, run \shellcmd{oracle -dlsets} and download available cards, then run \shellcmd{cockatrice}.
|
||||
The default paths for decks, pics, cards and tokens are located in \\ \shellcmd{/home/<user>/.local/share/data/Cockatrice/Cockatrice}.
|
||||
\end{enumerate}
|
||||
|
||||
\subsection{Building the Server}
|
||||
You don't need your own server if you plan to play only. But as Cockatrice is open source you are free to run your own.
|
||||
The compilation works like already written above, but instead of invoking \shellcmd{cmake ..}, you have to do it like this:
|
||||
\begin{itemize}
|
||||
\item If you want to build the server, use:\\ \shellcmd{cmake -DWITH\_SERVER=1 ..}
|
||||
\item If you want to build the server, but not the client, use:\\ \shellcmd{cmake -DWITH\_SERVER=1 -DWITHOUT\_CLIENT=1 ..}
|
||||
\end{itemize}
|
||||
Further, the server has a dependency on libgcrypt, so you need to install it as well:
|
||||
\begin{description}
|
||||
\item[FreeBSD 10] \shellcmd{pkg install libgcrypt}
|
||||
\end{description}
|
||||
There is more information on compiling and running Servatrice on CentOS 6 in chapter \ref{servatrice} on page \pageref{servatrice}.
|
||||
|
||||
\section{Downloading Card Database Using the Oracle}
|
||||
If you are installing Cockatrice for the first time, changing what sets are in your database or even adding the newest set to your database, this tutorial will show you how to do it properly.
|
||||
|
||||
The Oracle will automatically run after the initial setup of Cockatrice. If you would like to re-install your database or add new sets you can find it (for Windows) by clicking the start menu, going to all programs, selecting the Cockatrice folder, and in there you will find the Oracle tool.
|
||||
\begin{itemize}
|
||||
\item When the Oracle importer opens, click on “File” in the top left corner and select “Download sets information…”
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.8]{pics/fetch554a}
|
||||
\end{center}
|
||||
\item This will bring up a box where you can input the URL of a card database. The default address is \url{http://www.cockatrice.de/files/sets.xml} this was an XML file found on the Cockatrice website that has the current set listings for Magic the Gathering. As the page is down, you have to import the file which is distributed with the Cockatrice sources.
|
||||
This can also be done from the file menu.
|
||||
\item Select “OK” to load the set listings.
|
||||
\item A list of all current sets will be brought up. A default selection of sets will automatically be checked. From here you can check or uncheck all sets, or you may only download specific sets that you wish to play with.
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.8]{pics/fetchfc3d}
|
||||
\end{center}
|
||||
NOTE: If you are playing against someone who is using a card that is not in your database, you will not see a card image or oracle text for that card. Some players like to download all sets to avoid this issue, but other players who only play specific formats (Like \textsc{T2}, \textsc{Standard}, or \textsc{Extended}) wish to keep their database small with only cards they will be using.
|
||||
\item After you select which sets you wish to download, select “Start download” at the bottom of the Oracle to download the selected sets information.
|
||||
\item After download is complete, close the Oracle and run Cockatrice.
|
||||
\item We are now ready to sort our set information in our deck editor.
|
||||
\end{itemize}
|
||||
|
||||
\section{Editing Set Order and Preference of Card Art}
|
||||
Many cards have been re-printed in different sets, and in return have different versions of artwork (like the card “Cancel” which can be found in many sets, but has different artwork for each, e.g. \textsc{Zendikar} versus \textsc{M11}:
|
||||
\begin{center}
|
||||
\includegraphics{pics/fetchc18b}
|
||||
\includegraphics{pics/fetche1f4}
|
||||
\end{center}
|
||||
|
||||
Some players like to have the most current artwork displayed on their cards, while other players have a favorite set they wish to display instead.
|
||||
|
||||
\begin{itemize}
|
||||
\item Run Cockatrice and select “Deck editor” from the top right Cockatrice menu. This will bring up the Deck Editor along with a list of all cards that are currently in your database which you downloaded using the Oracle Tool.
|
||||
\item To change what version of the cards will be shown, click on “Card database” on the top left of the Deck editor window, and select “Edit sets…”
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.55]{pics/fetchf924}
|
||||
\end{center}
|
||||
\item This will bring up a new window that has a list of all sets you currently have downloaded to your database. To change the order of the sets, simply drag and drop them into place.
|
||||
This will determine which artwork is shown for your cards. If a card is found in multiple sets, whichever set is closest to the top of this list will be the art displayed.
|
||||
Example: If \textsc{M11} is above \textsc{Zendikar}, The M11 version of the card “Cancel” will be displayed in your Deck editor and Cockatrice games.
|
||||
\end{itemize}
|
||||
NOTE: Your opponent will NOT see what artwork you have selected for each of your cards. They will only see what they have selected for their own.
|
||||
|
||||
\section{The Deck Editor / Making a Deck}
|
||||
The Cockatrice Deck Editor is a tool you can use to make decks to play online.
|
||||
The cards shown in the Deck Editor are from a database that you downloaded with the Oracle Tool. If you are missing cards or a new set has come out, you must re-run the Oracle and download set information.
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.55]{pics/fetch52e0}
|
||||
\end{center}
|
||||
|
||||
\begin{description}
|
||||
\item[1. Search Bar] The search bar lets you type in the name of a card and the editor will only show cards that start with whatever you typed in. Example: Typing in ‘B’ will show all cards that start with the letter ‘B’ and typing in ‘Dark’ will show you all cards that start with ‘Dark’ and so on. If you were looking for the card “Sun Titan”, you would not type in ‘Titan’ you would have to type in ‘Sun’ first. Typing in ‘Titan’ will only show you any cards that start with ‘Titan’.
|
||||
\item[2. Card Search/Filter] The Card search button will bring up a new window that helps you filter out cards more specifically. A variety of check boxes will help find what you need. Card name lets you filter out only cards that have a cretin word in them. Card text can help you find key words like “Haste” or “Infect”. If you were to uncheck all boxes except for “Instant” along with “Artifact” and “U”, the Deck editor will only show you all Blue Instant and Artifact cards.
|
||||
\begin{center}
|
||||
\begin{tabular}{ll}
|
||||
\toprule Letter & Card Type \\ \midrule
|
||||
U & Blue \\
|
||||
W & White \\
|
||||
X & Colorless \\
|
||||
G & Green \\
|
||||
R & Red\\
|
||||
B & Black \\ \bottomrule
|
||||
\end{tabular}
|
||||
\end{center}
|
||||
\item[3. Card Data] This section shows the Oracle text for the card that you currently have selected. It will show you up-to-date information on the card such as the Name, Mana cost, Card type, Power/Toughness, and any abilities the card has. It will not show you flavor text.
|
||||
\item[4. Adding/Removing Card Buttons]
|
||||
The buttons in the bottom middle will add or remove cards from your Deck List, as well as ad a card specifically to your Sideboard. Having a card selected on the left column and hitting the Enter key will also add it to your deck list.
|
||||
\item[5. Deck Name/Comments]
|
||||
The area in the top right lets you name your deck as well as give any comments or descriptions such as how to play the deck, where the deck came from, or explain a theme. Putting something in the “Deck Name” space will NOT be what the file name of the file for your deck. That is spate in the “save” selection under the “Deck” menu found at the top left of the Deck Editor window.
|
||||
\item[6. Main Deck List]
|
||||
This area will show you what cards you currently have added to your deck list. It is sorted by card type and also shows you how many of each card and card type you have added, as well as keeps track of how many total cards you have added to your main deck list. This will not add any number of cards you have added to your Sideboard.
|
||||
\item[7. Sideboard List]
|
||||
The bottom section of the deck list shows any cards you have added to your sideboard. Again these are split into card types and it will keep track of how many of each card you have as well as how many of each card type and total cards in sideboard. This section will not add any cards from the main deck. Once you have all of your cards added to your deck, you must save it as a file Cockatrice can read. Select “Deck” from the top left corner of the Deck Editor screen, and select “Save Deck” or “Save Deck As…” and it will bring up a new window where you can select where you would like to save your deck, as well as assign it a file name. Cockatrice decks are saved as .cod files.
|
||||
\end{description}
|
||||
|
||||
\section{Loading a deck list from your clipboard}
|
||||
If you find a deck online, or you have a deck list saved in a word document, it is easy to transfer it over into a Cockatrice deck file as long as it is in a simple deck list format.
|
||||
The simple deck list format is a list where each line begins with a number, followed by a whitespace, followed by the cardname, e.g.
|
||||
\begin{verbatim}
|
||||
2 Doom Blade
|
||||
13 Island
|
||||
10 Swamp
|
||||
4 Cancel
|
||||
...
|
||||
\end{verbatim}
|
||||
|
||||
Simply find the word document or deck list online that you wish to save as a deck, and select the text and copy it to your clipboard. Next, open the Deck Editor screen, and click on the Deck menu from the top left corner. Select “Load deck from clipboard…” and the deck editor will bring up a new window that has the deck list you had copied to your clipboard. Make sure the Deck list looks correct and hit “OK” in the bottom right corner of the window. The Deck editor will now add all the cards in the list to your main deck list.
|
||||
|
||||
\begin{center}
|
||||
\includegraphics{pics/loaddeck_clip}
|
||||
\end{center}
|
||||
|
||||
\begin{center}
|
||||
\includegraphics{pics/okdecklist}
|
||||
\end{center}
|
||||
|
||||
NOTE: If you add a card to a deck list with this function that you do not have downloaded to your personal cockatrice database though the Oracle tool, the card will take a spot in your main deck list, and count toward the total number of cards, but it will show up as a blank image with no Oracle data or card information.
|
||||
|
||||
\section{Cockatrice Settings}
|
||||
TODO
|
||||
|
||||
\section{Learning the Ropes / Starting a Solitaire Game}
|
||||
The best way to get familiar with the way Cockatrice plays is to start a local game that you can play around in by yourself. You could also jump online and start slowly learning, and let other players help you.
|
||||
|
||||
To start a Solo Local game, in the main Cockatrice window, click on “Cockatrice” on the top left, and select “Start local game…”.
|
||||
|
||||
\begin{center}
|
||||
\includegraphics{pics/fetch2ab8}
|
||||
\end{center}
|
||||
|
||||
This will bring up a small window that lets you select how many players will be in this local game you are creating. For right now, since we want to do a solo Solitaire game, select one player and hit “OK”.
|
||||
|
||||
\begin{center}
|
||||
\includegraphics{pics/fetchf010}
|
||||
\end{center}
|
||||
|
||||
\subsection{Loading a Deck / Using Sideboard}
|
||||
|
||||
This will now bring you to a screen where you load a deck to play with. On the top left part of this screen you will find a button that is labeled “Load Local Deck”. Click that button and it will bring up a window where you can find and select what deck you would like to play with.
|
||||
|
||||
\begin{center}
|
||||
\includegraphics{pics/fetchf0d2}
|
||||
\includegraphics[scale=0.8]{pics/fetch55a7}
|
||||
\end{center}
|
||||
Select a deck or a .cod file and click “Open”.
|
||||
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.4]{pics/fetch9b89}
|
||||
\end{center}
|
||||
|
||||
After the file has loaded you will see all of the cards in that deck laid out on the table. If you hover your mouse over a card, the card image and Oracle info will show on the right side of the screen. If you have a sideboard made for the deck there will be a second section on the table for this sideboard. This screen gives you the ability to double check your deck to make sure it is not only the correct deck you want to play with, but it lets you see that all card images have downloaded properly. If you have cards not showing up at all or they are just blank cards with names on them, you may not have that set downloaded with your Oracle tool. If you have a sideboard, you can drag and drop cards from your main deck to your sideboard or vice-versa. You can do this by clicking and dragging a card to or from your main deck or sideboard.
|
||||
|
||||
NOTE: Moving cards from your main deck to sideboard will NOT change how your deck file is saved, it will only change it temporary for the game you are playing or until you load a new deck.
|
||||
|
||||
When you are satisfied with your deck choice and/or sideboarding options, click on the red outlined “Ready to start” button found a the top of the screen.
|
||||
|
||||
\subsection{Finding Your Way Around}
|
||||
The main game screenlooks like this
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.4]{pics/fetch7cf0}
|
||||
\end{center}
|
||||
(Please note your screen will look different due to background image options.)
|
||||
|
||||
\subsubsection{Main Table / Play area}
|
||||
Split into four areas, this is where all the action will go down.
|
||||
\begin{description}
|
||||
\item[The Stack] The area on the left side of the table where Instant and Sorcery cards will be played. This is for things that will only temporarily be put on the table, then into the graveyard. Multiple cards may be added to this area at the same time. Anything on this part of the table will be seen by all players.
|
||||
\item[Battlefield] This is the soul part of the game table. this is where creatures, enchantments, artifacts, and even plainswalkers will be placed. As cards are moved from your had to the table, they will be aligned to an invisible grid and moved around from there. Tap cards by double clicking them. Anything on this part of the table will be seen by all players.
|
||||
\item[Land] This space is for land cards, but any card may be placed here. Tap cards here by double clicking them. Anything on this part of the table will be seen by all players.
|
||||
\item[Hand] Every time you draw a card it will go here to your hand. You may also drag cards from the table back to your hand. Your opponents can not see what is in your hand.
|
||||
\end{description}
|
||||
|
||||
\subsubsection{Player Info Section}
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.7]{pics/fetch0300}
|
||||
\end{center}
|
||||
|
||||
\begin{description}
|
||||
\item[Player Avatar] This is a $156\times 60$ pixel JPG image that can be uploaded though the main Cockatrice website. All players in the game room can see this image. It serves nothing more than an online identity for you and other players.
|
||||
\item[Player Name] Your online name that you picked though the main Cockatrice website.
|
||||
\item[Life Total] Your in-game life. Using your mouse, if left-clicked will raise this number by one, and if right-clicked lowered by one. There are also keyboard shortcuts to change your life total.
|
||||
\item[Counters] These seven multicolored circles are used as counters. They can be seen by all players and can be changed by left or right clicking on them to add or subtract a number. Players use them for various digit counting but primarily used for adding and subtracting floating mana produced by card effects. The bottom two white counters can be used for other things like Poison.
|
||||
\item[Library] This is your deck of cards. The number in the middle reflects how many cards are left in your library. Double clicking the deck lets you draw a card and add it to your hand, you can also drag cards off the top into the battlefield or to your hand. Right-clicking the deck brings up a menu that allows other things to happen like reviling the top number of cards, shuffling, or moving cards directly into the graveyard.
|
||||
\item[Number of cards in hand] The number in the middle represents how many cards are currently in your hand. Other players can see this number but can not see the cards actually in your hand.
|
||||
\item[Graveyard] Cards can be dragged and dropped into your graveyard from play or vise-versa, the stack, your hand, or even your library. The number in the middle represents how many cards are currently in your graveyard. Any player may right-click on the graveyard and bring up a menu that shows what cards are in it.
|
||||
\item[Exile] Cards can be dragged and dropped into exile from play or vise-versa, the stack, your hand, or even your library. The number in the middle represents how many cards are currently in your exile. Any player may right-click on the exile and bring up a menu that shows what cards are in it.
|
||||
\end{description}
|
||||
|
||||
\subsubsection{Turn Phases}
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.7]{pics/fetchfebd}
|
||||
\end{center}
|
||||
This bar located on the left most side of the screen represents the 11 steps in a players turn. To go from one phase to the next, you can click on the square of the phase you want to move to, or you can hit Ctrl+space to move down to the next. Some phases even have their own keyboard shortcut. Going from one phase to the next does not actually do anything to your or your cards, it is only a place marker for your opponents to see and keep up with what you are doing in your turn. For example, clicking to the “Draw Phase” will not automatically draw you a card. It is customary for a player to end their turn on the “End of turn step” and let their opponent hit the “next turn” button. This is a courtesy for other players if they wish to do something like use an instant at the end of your turn, or in response to something you did.
|
||||
|
||||
NOTE: Players sometimes use the term EOT which stands for “End Of Turn”. This is to let other players know they are doing something in response to the end of the current turn.
|
||||
|
||||
\subsubsection{Info/Chat Bar}
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.8]{pics/fetcha0de}
|
||||
\end{center}
|
||||
Split into three sections, the Info/Chat bar lets you see a close-up image of the card your mouse was last over, as well as gives you the card info for that card. At the bottom of this bar there is a chat log that helps keep track of events during the game as well as lets you communicate with other players. if a card is placed on the table, pointed at, or tapped it will get noted in the chat log as well as has a link to the card that you can hover over and see an image of at the top of the bar.
|
||||
|
||||
\subsection{Basic Functions}
|
||||
\subsubsection{Rolling Dice}
|
||||
At the beginning of a game players decide who is going first by rolling a 20 sided die. In Cockatrice we do this by pressing Ctrl-I and hitting enter. Hitting Ctrl-I brings up a die window and lets you select how many sides you want on your die. Default is 20, and pressing enter will “roll” the die. This action will show up in the cat log at on the bottom right of the screen. You can also find this in the “game” menu at the top of the window, selecting “player” and clicking on “roll die…”
|
||||
\begin{center}
|
||||
\includegraphics{pics/fetch7486}\\
|
||||
\includegraphics{pics/fetch3705}
|
||||
\end{center}
|
||||
|
||||
\subsubsection{Draw Cards / Mulligan}
|
||||
When a game starts and the first player has been selected, all players will draw seven cards. this can be done by pressing Ctrl-M. Seven cards will go from your library to your hand. Pressing Ctrl-M again will put the seven cards from your hand back into your library, shuffle your library and deal out six new cards to you. Each time you press Ctrl-M it will give you one less card until you get down to one card, then it will re-start at seven cards. This function can be found by clicking the “game” menu on the top of the window, selecting “player” then selecting “hand” and then “take Mulligan”. If you are playing a friendly game, press Ctrl-M as normal, but then press Ctrl-D to draw cards until you have a total of seven again.
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.5]{pics/fetchfe20}
|
||||
\end{center}
|
||||
|
||||
|
||||
\subsubsection{Tapping}
|
||||
Tapping cards is very basic. If a card is on the table under your control, you can double click it to tap it and then double click again to untap it. You can select multiple cards on the table by clicking and dragging your mouse, then tap or untap all of the selected cards at the same time. Other players can not tap or untap your cards. Pressing Ctrl-U will untap everything you control.
|
||||
|
||||
\begin{itemize}
|
||||
\item Untapped
|
||||
\begin{center}
|
||||
\includegraphics{pics/fetchb6fe}
|
||||
\end{center}
|
||||
|
||||
\item Tapped
|
||||
\begin{center}
|
||||
\includegraphics{pics/fetch867f}
|
||||
\end{center}
|
||||
\end{itemize}
|
||||
|
||||
\subsubsection{Attaching Cards to Cards}
|
||||
Sometimes an Enchantment -Aura or Equipment cards need to be attached to other cards that are already on the table. simply put the enchantment or equipment on the table. Right-click the card and select “attach” (this can also be done with Ctrl-A). A green arrow will appear, point and click on the card you wish to attach. You can also attach cards to other people's cards.
|
||||
\begin{center}
|
||||
\includegraphics{pics/fetch100e}\\
|
||||
\includegraphics{pics/fetchb17a}
|
||||
\end{center}
|
||||
|
||||
|
||||
\subsubsection{Changing Power/Toughness}
|
||||
Enchantments, Equipment, and other effects sometimes change a creatures power or toughness. This can be done by right-clicking the card, and selecting “power / toughness” then selecting which one you wish to do. Other players can not change your creatures power and toughness. This can also be done though a series of keyboard shortcuts seen below.
|
||||
|
||||
\begin{center}
|
||||
\begin{tabular}{ll}
|
||||
(Select card) Ctrl++ & Increase power \\
|
||||
(Select card) Ctrl+- & Decrease power \\
|
||||
(Select card) Alt++ & Increase toughness \\
|
||||
(Select card) Alt+- & Decrease toughness \\
|
||||
(Select card) Ctrl+Alt++ & Increase power and toughness \\
|
||||
(Select card) Ctrl+Alt+- & Decrease power and toughness
|
||||
\end{tabular}
|
||||
\includegraphics[scale=0.5]{pics/fetche3fc}\\
|
||||
\includegraphics{pics/fetchd922}
|
||||
\end{center}
|
||||
|
||||
\subsubsection{Adding Counters to Cards}
|
||||
Sometimes Counters are needed to be placed on cards that the counters on the side of the screen are not able to track. Cockatrice offers three different counter color options, Red, Green, and Yellow. Although there is no set standard on what color stands for what, it is mostly player preference. Green could be used for +1/+1, red -1/-1, leaving yellow for charge and quest counters, this is not a set rule. Adding counters is as simple as right clicking on the card you wish to add counters too, and currently there is no keyboard shortcut for this process. Removing counters is the same process, right click and select remove. Other players can not add or remove counters to or from your cards.
|
||||
|
||||
\begin{center}
|
||||
\includegraphics{pics/fetch5170}
|
||||
\end{center}
|
||||
(One of each counter)
|
||||
|
||||
\subsubsection{Pointing at Cards / Arrows}
|
||||
Pointing at cards is needed for resolving spells, or declaring attackers and blockers. All you need to do is right-click over a card and drag an arrow over to what you are pointing at. Permanents, spells in the stack, and even a players life total can be pointed at. You can point at your opponents cards and life total, and they can point at yours. When your arrows are no loner needed, press Ctrl-R to remove them from the screen.
|
||||
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.5]{pics/fetch98fd} \\
|
||||
\includegraphics[scale=0.5]{pics/fetch74b2}
|
||||
\end{center}
|
||||
|
||||
\subsubsection{Creating Tokens}
|
||||
Creating tokens can sometimes be tedious, but is well worth the effort to keep a clean and organized game. Pressing Ctrl-T will bring up a small window to assist you in creating a token. Simply enter the name of the token you are creating, select its color, and give it a power and toughness (\#/\#). You can also bring up this token window by selecting “game” from the top menu, selecting “Player” then clicking on “Create Token…”. A copy of the Last token made can be done by pressing *Ctrl+G or right-clicking on a already made token (or any card on the table) and selecting “clone” or pressing Ctrl-H**. When a token or clone leaves play, it will be destroyed and vanish.
|
||||
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.5]{pics/fetch2c36} \\
|
||||
\includegraphics[scale=0.5]{pics/fetch9bff} \\
|
||||
\includegraphics[scale=0.5]{pics/fetche6b2} \\
|
||||
\includegraphics[scale=0.5]{pics/fetch84a2}
|
||||
\end{center}
|
||||
|
||||
Make copies of your last token by pressing Ctrl-G.
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.5]{pics/fetch6847}
|
||||
\end{center}
|
||||
|
||||
\chapter{Playing Online}
|
||||
With Cockatrice you will most likely play Magic games over the Internet with real people all around the world. In order to help maintain a pleasant environment for users, please read the messages below:
|
||||
|
||||
\begin{itemize}
|
||||
\item User Code of Conduct\footnote{TODO, dead forum link} -- Must Read for all Users
|
||||
\item How to Report Abuse\footnote{TODO, dead forum link} -- It is recommended to read this as well
|
||||
\end{itemize}
|
||||
|
||||
\section{Connect to Server}
|
||||
To connect to the Cockatrice server, launch the Cockatrice program, go to the “Cockatrice” menu at the top left, and select “Connect”. A window will appear (see image below).
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.5]{pics/fetch23f3}
|
||||
\end{center}
|
||||
If you have registered with Cockatrice, then enter your Username in the “Player Name” field and your password in the “Password” field then click “OK”. You may check the “Remember Password” box if you wish. If you do, then the next time “Connect” is selected from the “Cockatrice” menu, the window that appears will already have your Username and Password already filled. Please take this into consideration if you share a computer with other people, seeing that you are responsible for anything that happens on the server with your username (As noted here). If you did not register with Cockatrice, then simply fill in the Username with whatever you like and click “OK”. If you would like to become a registered user, read the instructions from the server's website.
|
||||
|
||||
Once you are connected to the server, more tabs will appear at the top of the screen next to the “Deck” tab that you are already on.
|
||||
|
||||
\section{All About Games}
|
||||
This page is about creating, joining, watching, and searching for games on the Cockatrice Server. In order to participate in any games, you have to be connected to the server. The games on the server are where all of the action take place. There will be many games happening on the server at the same time. Basically, first a game is created by a player (it could be you). Then other players join the game until the number of players reaches the number set by that game's creator. When the game has no players participating in it, the game disappears.
|
||||
Creating a Game
|
||||
|
||||
To Create a game, go to the “MTG room” tab. Click on the “Create” button below the Games list. A window will appear (see below).
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.5]{pics/fetch54df}
|
||||
\end{center}
|
||||
|
||||
Here are all of the options for creating a game:
|
||||
\begin{description}
|
||||
\item[Description] Describe the game in your own words (i.e. “Competitive Standard”, “Casual EDH- No Infinites”, “RavnicaDraft”, “Here is Chris”)
|
||||
\item[Players] Specify the number of Players in the game. This cannot be changed after the game is created. The game can only begin when the specified number of players join.
|
||||
\item[Spectators] Spectators are users that are in a game, but they are not one of the players. Spectators can see all of the public zones of the game and everything displayed in the Info/Chat Bar. Any number of users can join a game as a Spectator (as long as the “Spectators Allowed” box is checked).
|
||||
\begin{description}
|
||||
\item[Spectators Allowed] Unchecking this box will prohibit any/all users from joining the game as a Spectator.
|
||||
\item[Spectators Need a Password to Join] Checking this box will make it so that in order for a user to join as a Spectator, they need to type the password you specify in the Password Field.
|
||||
\item[Spectators can Chat] Checking this box will allow Spectators to type comments in the Chat bar during the game.
|
||||
\item[Spectators See Everything] Checking this box will allow Spectators to view cards in all private zones of all players (hands, libraries, face-down cards).
|
||||
\end{description}
|
||||
\item[Password Field] If you type anything in this field, a Player (or Spectator if the “Spectators Need Password” box is checked) will need to type the exact same thing you typed in order to join the game (and it is case-sensitive).
|
||||
\item[Only Buddies Can Join] Checking this box will prevent any user who is not in your Buddy List from joining the game as a Player or Spectator. NOTE: Your username is not on your buddy list. If you leave a game you created, and this box is checked, you will not be able to rejoin.
|
||||
\item[Only Registered Users Can Join] Checking this box will prevent anyone who has not registered on the Cockatrice website from joining as a Player or Spectator.
|
||||
\item[Game Type] These check boxes have no effect on the game. They inform other Users browsing the Games list of what format your game is. Users can choose to view only games of a certain Type/Format. (\url{http://en.wikipedia.org/wiki/Magic:_The_Gathering_formats})
|
||||
\end{description}
|
||||
|
||||
\subsection{Joining a Game}
|
||||
Most of the time, to join a game you click on the “MTG Room” tab, click on a game in the Games list, then click Join.
|
||||
If the Game's creator specified a password then you will have to type that password in a small window that appears after you click Join (the password is case-sensitive).
|
||||
If your User Profile meets the criteria of the Game's creator then a new tab will open with that game.
|
||||
There is also an easy way to join a game in which a User in your Buddy List is playing.
|
||||
Go to the “User Lists” tab, right click any Username from the Buddies Online list (at the left of the window) to make a menu appear, and select “Show this user's games”.
|
||||
A window will open with a list of games that the User is either playing or watching. In the same manner as described with the “MTG Room” tab, simply click on a game and click Join.
|
||||
To watch a game, the instructions are the same except that you click the “Join as Spectator” button instead of the Join button.
|
||||
NOTE: If you are a player in a game and you wish to become a spectator in that game, you must first leave the game then rejoin as a Spectator. Same thing if you are a Spectator and wish to play.
|
||||
|
||||
\subsection{Searching for Games}
|
||||
The Games list in the “MTG Room” tab displays by default all games that have not reached the specified number of players. The “Filter Games” button makes looking through this list easier if you are looking to join a particular kind of game. When this button is selected, a window appears (see below).
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.5]{pics/fetchd30e}
|
||||
\end{center}
|
||||
\begin{description}
|
||||
\item[Game Description] Displays games with certain descriptions. You can even search partial names.
|
||||
\item[Creator] Displays games created by Users with that username. It even searches for partial names.
|
||||
\item[Player Count] Displays all games where the specified number of players is greater-than or equal to the “at least” number and less-than or equal to the “at most” number. For instance, setting both numbers to 3 will display all games whose creators made as 3-player games.
|
||||
\item[Show Unavailable Games] Checking this box will display games that are full and in progress. You can still join these games as a Spectator if the game's creator allows it.
|
||||
\item[Game Types] Displays games with the selected types. Bear in mind that the Cockatrice software does not enforce deck construction for formats. So just because a game's type is EDH/Commander, doesn't necessarily mean that is what's being played in the game. Players can agree to switch formats in a game.
|
||||
\end{description}
|
||||
|
||||
\section{Keeping Track of Buddies}
|
||||
|
||||
|
||||
Cockatrice allows registered users to keep track of other registered users in a buddy list. You won't be able to do anything with this list (or other registered users at all) unless you are a registered user and connected to the server.
|
||||
|
||||
To add a User to your Buddy list, right-click their username and, in the menu that appears, select “Add to buddy list”. You can right-click and add a User in this manner anywhere you see their username (under the “User lists” tab, the “MTG Room” tab, in a game, or in a direct chat). When you add a User, their username will appear in the list “Buddies Online” located under the “User lists” tab. If the username appears in a light shade of gray, then that User is not connected to the server. If it appears in black, then that User is connected to the server.
|
||||
|
||||
If you see that one of your Buddies is connected, you can see the games he/she is currently in. Right-click their username, and in the menu that appears select “Show this user's games”. A window will appear from which you can watch or play in a game that your buddy is currently in.
|
||||
|
||||
You can Direct Chat with a Buddy (or any user for that matter) by right-clicking their username and, from the menu that appears, selecting “Direct Chat”. When you do this, a new tab will open (both on your window and on the other User's window) containing a chat room that can only be seen and used by the two of you. The place where you type in your messages is at the very bottom of the window.
|
||||
|
||||
To remove a User from your Buddy list, right-click their username, and from the menu that appears select “Remove from buddy list”.
|
||||
|
||||
\section{Dealing with and Preventing Unpleasantries}
|
||||
Make a screenshot, there are several free programs available.
|
||||
Right-Click a username to add to Ignore List.
|
||||
|
||||
\chapter{Frequently Asked Questions (FAQ)}
|
||||
\section{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, open the Oracle tool in the Cockatrice folder. It's a stand-alone program and is run directly out of the folder without running Cockatrice.
|
||||
|
||||
When the Oracle tool is running, open the menu and select 'Download sets information'. Use the suggested address and click OK. After at most a few seconds, you should be presented a list of sets to be downloaded. Do not uncheck the ones you already have: they should be downloaded again. Click 'Start download' and wait. When the process is finished, the database should be up to date.
|
||||
|
||||
\section{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?
|
||||
|
||||
YES! It is actually very simple.
|
||||
|
||||
All you have to do is get a .JPG of the card you wish to change and name the actual file of the image to the cards (exact) name and add ”.Full” to the end. 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.
|
||||
|
||||
EXAMPLE: Let's say you wish to turn your M11 Sun Titan from its original art to a promo version.
|
||||
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.5]{pics/fetch74e3}
|
||||
\end{center}
|
||||
If you are using Windows 7, you can find the default location for the Cockatrice card art files under \shellcmd{C:\textbackslash Program Files (x86)\textbackslash Cockatrice\textbackslash pics\textbackslash 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] into this folder, discarding the original copy. (If you have not yet downloaded the original image of a card by selecting it in the deck editor or playing it in an online game, the card image will not yet be there)
|
||||
|
||||
Once you have the new card image in the proper folder, you can now start Cockatrice (Or re-start if you already had the program open)and select the deck editor to see your new card image.
|
||||
|
||||
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.
|
||||
|
||||
\section{Use Higher Resolution Cards}
|
||||
Can you get better/higher resolution card art than the default downloaded card images already used?
|
||||
|
||||
Yes!
|
||||
|
||||
When you click on a card for the first time in the Deck Editor, Cockatrice goes onto the internet and finds an image of that card from a database on another website.
|
||||
|
||||
If you find a higher resolution .JPG of a card that you wish to use on your Cockatrice, you can replace the image with no problem. If you can find a card 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 \shellcmd{C:\textbackslash Program Files (x86)\textbackslash Cockatrice\textbackslash pics\textbackslash 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 \shellcmd{C:\textbackslash Users\textbackslash username\textbackslash AppData\textbackslash Local\textbackslash VirtualStore\textbackslash Program Files (x86)\textbackslash Cockatrice\textbackslash pics\textbackslash 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.
|
||||
|
||||
\section{Booster drafts}
|
||||
Cockatrice does not support booster drafts, so players need to use an external service for this.
|
||||
|
||||
Most people use \url{http://ccgdecks.com/} so it's probably not a bad idea to register an account there before joining a game in Cockatrice.
|
||||
|
||||
\section{What is Legacy / Vintage / EDH?}
|
||||
See \url{http://en.wikipedia.org/wiki/Magic:_The_Gathering_formats}.
|
||||
|
||||
\section{Linking cards and URLs in the Cockatrice chat.}
|
||||
The Cockatrice chat supports linking of cards and URLs by use of certain tags around a word or phrase.
|
||||
|
||||
\subsection{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:
|
||||
\begin{verbatim}
|
||||
[card]Black Lotus[/card]
|
||||
\end{verbatim}
|
||||
|
||||
\subsection{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:
|
||||
\begin{verbatim}
|
||||
[url]http://www.cockatrice.de[/url]
|
||||
[url]cockatrice.de[/url]
|
||||
\end{verbatim}
|
||||
|
||||
|
||||
\chapter{Servatrice on CentOS 6}
|
||||
\label{servatrice}
|
||||
This Howto from woogerworks.com will help you to run your own Cockatrice server (called Servatrice).
|
||||
An installation script can be downloaded at: \url{http://www.woogerworks.com/cockatrice/installatrice}
|
||||
|
||||
BEFORE CONTINUING, PLEASE UNDERSTAND THESE ARE THE VERY MOST BASIC STEPS.
|
||||
THIS WILL NOT CONFIGURE SECURITY SETTINGS (YOU ARE RESPONSIBLE FOR YOUR OWN SECURITY)!
|
||||
THIS WILL NOT CONNECT THE SERVER TO A DATABASE!
|
||||
USE AT YOUR OWN RISK.
|
||||
|
||||
\begin{enumerate}
|
||||
\item Open a command shell and install the prerequisites
|
||||
\begin{enumerate}
|
||||
\item \shellcmd{cd /etc/yum.repos.d/}
|
||||
\item \shellcmd{sudo wget http://kdeforge.unl.edu/apt/kde-redhat/epel/kde.repo}
|
||||
\item \shellcmd{yum -y groupinstall "development tools"}
|
||||
\item \shellcmd{rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86\_64/epel-release-6-8.noarch.rpm}
|
||||
\item \shellcmd{yum -y install qt-mysql qt-devel qt-mobility-devel protobuf-devel protobuf-compiler cmake28 libgcrypt-devel}
|
||||
\item \shellcmd{cd}
|
||||
\end{enumerate}
|
||||
|
||||
\item Download the source code:
|
||||
\begin{enumerate}
|
||||
\item \shellcmd{git clone https://github.com/Cockatrice/Cockatrice}
|
||||
\item \shellcmd{cd Cockatrice}
|
||||
\item \shellcmd{mkdir build}
|
||||
\item \shellcmd{cd build}
|
||||
\item \shellcmd{cmake28 -DWITH\_SERVER=1 ..}
|
||||
\item \shellcmd{make}
|
||||
\item \shellcmd{sudo make install}
|
||||
\end{enumerate}
|
||||
|
||||
\item Create a servatrice.ini file. There is an example file you can convert:
|
||||
\shellcmd{sed -e "s/number\_pools=1/number\_pools=0/" ../servatrice/servatrice.ini.example > \textasciitilde/servatrice.ini}
|
||||
Here is one example file:
|
||||
\begin{framed}
|
||||
\begin{verbatim}
|
||||
[server]
|
||||
port=4747
|
||||
statusupdate=15000
|
||||
logfile=server.log
|
||||
name="My own Cockatrice server"
|
||||
id=1
|
||||
number_pools=0
|
||||
|
||||
[servernetwork]
|
||||
active=0
|
||||
port=14747
|
||||
ssl_cert=ssl_cert.pem
|
||||
ssl_key=ssl_key.pem
|
||||
|
||||
[authentication]
|
||||
method=none
|
||||
|
||||
[database]
|
||||
type=none
|
||||
prefix=cockatrice
|
||||
hostname=localhost
|
||||
database=servatrice
|
||||
user=MYUSERNAMEHERE
|
||||
password=MYSECUREPASSWORDHERE
|
||||
|
||||
[rooms]
|
||||
method=config
|
||||
roomlist\size=1
|
||||
roomlist\1\name="FIRST ROOM NAME"
|
||||
roomlist\1\description="FIRST ROOM DESCRIPTION"
|
||||
roomlist\1\autojoin=true
|
||||
roomlist\1\joinmessage="THIS IS A JOIN MESSAGE"
|
||||
roomlist\1\game_types\size=11
|
||||
roomlist\1\game_types\1\name="Vintage (T1)"
|
||||
roomlist\1\game_types\2\name="Legacy (T1.5)"
|
||||
roomlist\1\game_types\3\name="Extended (T1.X)"
|
||||
roomlist\1\game_types\4\name="Modern"
|
||||
roomlist\1\game_types\5\name="Standard (T2)"
|
||||
roomlist\1\game_types\6\name="Block Constructed"
|
||||
roomlist\1\game_types\7\name="EDH/Commander"
|
||||
roomlist\1\game_types\8\name="Highlander"
|
||||
roomlist\1\game_types\9\name="2HG"
|
||||
roomlist\1\game_types\10\name="Draft/Sealed"
|
||||
roomlist\1\game_types\11\name="Other"
|
||||
|
||||
[game]
|
||||
max_game_inactivity_time=120
|
||||
max_player_inactivity_time=15
|
||||
|
||||
[security]
|
||||
max_users_per_address=8
|
||||
message_counting_interval=10
|
||||
max_message_size_per_interval=1000
|
||||
max_message_count_per_interval=10
|
||||
max_games_per_user=5
|
||||
\end{verbatim}
|
||||
\end{framed}
|
||||
|
||||
\item Install the database server (optional)
|
||||
\begin{enumerate}
|
||||
\item \shellcmd{sudo yum -y install mysql-server mysql php-mysql}
|
||||
\item \shellcmd{sudo service mysqld start}
|
||||
\item \shellcmd{sudo chkconfig mysqld on}
|
||||
\item \shellcmd{mysqladmin -u root password 'password'}
|
||||
\item \shellcmd{mysql -u root -ppassword -e "create database servatrice;"}
|
||||
\item \shellcmd{mysql -u root -ppassword -e "create user 'servatrice'@'localhost' identified by 'password';"}
|
||||
\item \shellcmd{mysql -u root -ppassword -e "grant all privileges on servatrice.* to 'servatrice'@'localhost';"}
|
||||
\item \shellcmd{mysql -u servatrice -ppassword servatrice < ../servatrice/servatrice.sql}
|
||||
\item \shellcmd{mysql -u servatrice -ppassword -e "insert into servatrice.cockatrice\_users \textbackslash\\ (admin,name,password\_sha512,active) values (1,'servatrice','MYSHA512PASSWORD',1);"}
|
||||
\item \shellcmd{sed -i.bak -e "s/password=foobar/password=password/" -e "s/type=none/type=mysql/" \textbackslash\\ -e "s/method=none/method=sql/" ~/servatrice.ini}
|
||||
\end{enumerate}
|
||||
|
||||
\item Start Servatrice for testing: \shellcmd{/usr/local/bin/servatrice}. I recommend to run it later within a \shellcmd{screen} session or write an init-script.
|
||||
\end{enumerate}
|
||||
You should be able to log in as a regular user using any account name.
|
||||
You can login using the username \textit{servatrice} and the password \textit{password} as the first moderator.
|
||||
|
||||
If everything succeeded, you should tweak the servatrice.ini and set your root password to something strong if not already done (at least 8 characters, upper case, lower case, numbers, special characters).
|
||||
|
||||
%\listoffigures
|
||||
%\listoftables
|
||||
%\printindex
|
||||
|
||||
\end{document}
|
Before Width: | Height: | Size: 118 KiB |
Before Width: | Height: | Size: 40 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 339 KiB |
Before Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 48 KiB |
Before Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 83 KiB |
Before Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 65 KiB |
Before Width: | Height: | Size: 167 KiB |
Before Width: | Height: | Size: 64 KiB |
Before Width: | Height: | Size: 74 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 38 KiB |
Before Width: | Height: | Size: 86 KiB |
Before Width: | Height: | Size: 88 KiB |
Before Width: | Height: | Size: 76 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 142 KiB |
Before Width: | Height: | Size: 94 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 208 KiB |
Before Width: | Height: | Size: 66 KiB |
Before Width: | Height: | Size: 116 KiB |
Before Width: | Height: | Size: 95 KiB |
Before Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 50 KiB |