A program the replicates tiles
An operator can use the replicator
to create new copies of the Isolation Segment or Windows Runtime tiles. To do so, you will need the following:
- a name for the copy
- a copy of the original tile, downloaded from PivNet
- a location to put the copy
With these things in hand, you can run the following command to replicate the tile:
$ replicator \
-name "blue" \
-path /absolute/path/to/tile.pivotal \
-output /absolute/path/to/output.pivotal
Naming your copy is important. You should pick a name that describes the tiles use. There are a couple of constraints on tile names:
- the name may only contain alphanumeric characters,
-
,_
, and spaces - the name must be 10 characters or less