Add sidecar file method for license artwork, and provide an example.
parent
0ce18adf48
commit
26b03228eb
36
README
36
README
|
|
@ -38,6 +38,22 @@ Images
|
||||||
Images must be stored in PNG, optionally with indexed color, and be compressed
|
Images must be stored in PNG, optionally with indexed color, and be compressed
|
||||||
by tools such as optipng or pngcrush.
|
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
|
Perspective
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~
|
||||||
Some coloring/perspective hints/clarifications from David Sundqvist:
|
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
|
D:: coding, or any other instance coding in
|
||||||
A:: animation phase
|
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)
|
Numbering (PDA)
|
||||||
^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
|
@ -140,6 +166,16 @@ vertical wall.
|
||||||
|
|
||||||
P, D, and A are always 1.
|
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
|
.Object Names
|
||||||
|
|
||||||
When creating '.arc' files, the object name is determined by a similar,
|
When creating '.arc' files, the object name is determined by a similar,
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
# Original artwork by Saiapatsu, created for crossfire.
|
||||||
|
license cc0
|
||||||
|
licenseurl https://creativecommons.org/publicdomain/zero/1.0/
|
||||||
Loading…
Reference in New Issue