Add sidecar file method for license artwork, and provide an example.

master
DraugTheWhopper 2021-08-14 22:24:29 -04:00
parent 0ce18adf48
commit 26b03228eb
2 changed files with 39 additions and 0 deletions

36
README
View File

@ -38,6 +38,22 @@ Images
Images must be stored in PNG, optionally with indexed color, and be compressed
by tools such as optipng or pngcrush.
Licensing
~~~~~~~~~
When adding new artwork, add a sidecar file containing the licensing
information. Use freeform text comments marked by "#" to describe the origins,
author, and link to the source if applicable. After the comments, use a
"license" line to state the license name, and and "licenseurl" line to link to
the full license text.
The license sidecar file name can vary based on the item type.
As an example of how to format the sidecar file, reference
"/misc/Container/depositbox.base.LICENSE"
If creating or adapting new artwork for the project, a Creative Commons license
is preferred, but other FOSS-type licenses are acceptable.
Perspective
~~~~~~~~~~~
Some coloring/perspective hints/clarifications from David Sundqvist:
@ -68,6 +84,16 @@ have a 3-digit extension in the form of '.PDA', where:
D:: coding, or any other instance coding in
A:: animation phase
.License sidecar names
When an artwork file would be 'name.imageset.PDA.png', the license sidecar
should be 'name.imageset.LICENSE'. For example,
'/misc/Container/depositbox.base.111.png' has a sidecar file
'/misc/Container/depositbox.base.LICENSE'. Note that the the "P/D/A" suffix
is omitted. We also do not specify that the license is for the .png file only,
in case we have both a vector image and raster image, in which case it is
assumed to apply to both.
Numbering (PDA)
^^^^^^^^^^^^^^^
@ -140,6 +166,16 @@ vertical wall.
P, D, and A are always 1.
.License sidecar names for walls
When a wall artwork file would be 'name_X.imageset.PDA.png', the license sidecar
should be 'name.imageset.LICENSE'. For example,
'/wall/bwall/bwall_0.base.111.png' has a sidecar file
'/wall/bwall/bwall.base.LICENSE'. Note that the wall connection suffix is
omitted, as well as the "P/D/A" suffix. We also do not specify that the license
is for the .png file only, in case we have both a vector image and raster
image, in which case it is assumed to apply to both.
.Object Names
When creating '.arc' files, the object name is determined by a similar,

View File

@ -0,0 +1,3 @@
# Original artwork by Saiapatsu, created for crossfire.
license cc0
licenseurl https://creativecommons.org/publicdomain/zero/1.0/