From d14320b07d64efd41e82956fe7829131bef8a3b5 Mon Sep 17 00:00:00 2001 From: tooomm Date: Wed, 28 Jun 2017 06:45:27 +0200 Subject: [PATCH] readme: add output file explanations (#62) [skip ci] * [ci skip] add output file explanations * [ci skip] change presentation * Naming & Links [skip ci] --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56d756f4..80d6d9b2 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,12 @@ $> python main.py Outputs the following files to `out/` directory:
`spoiler.xml`, `{SETCODE}.xml`, `MPS_{SETCODE}.xml`,
`spoiler.json`, `{SETCODE}.json`, `MPS_{SETCODE}.json` +> **spoiler** → files contain all currently available spoilers from different sets
+> **{SETCODE}** → files contain just the spoiler available for this single set
+> **MPS_{SETCODE}** → files contain just the spoiler available for this [Masterpiece Series](http://magic.wizards.com/en/articles/archive/making-magic/masterpiece-series-2016-09-12) Errors are logged there as well (`errors.json`)
-Add the desired .xml file to your customsets folder to make Cockatrice use it. +[Add the desired .xml file to your customsets folder to make Cockatrice use it.](https://github.com/Cockatrice/Cockatrice/wiki/Custom-Cards-&-Sets#to-add-custom-sets-follow-these-steps)