Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Making a Deck Skin

ShadowKyogre edited this page Feb 12, 2012 · 2 revisions

A deck skin changes the appearance of cards available in a deck definition. For a deck definition to be functional, at least one deck skin must be available. To make a deck skin, one must create the following files:

name_of_skin/

  • deck.ini
  • table.png (optional)
  • whatever cards are needed for the particular deck definition

The deck.ini file is mandatory, as the program has no way of identifying what deck definition it can be used for without this.

Example:

[Deck Skin]
definition=Elder Futhark
author=ShadowKyogre
desc=Black/Red coloration for the Elder Futhark runes
width=1.0
height=1.0

Purpose of each key in the ini file:

  • definition: She deck definition it is compatible with
  • author: The person who made the deck skin
  • desc: Some description of the skin
  • width, height: specifies the ratio for each size. At least one of these must be 1.0. The other value must be between 0 and 1 noninclusive.
Clone this wiki locally