Own Contributions


Can be done via writing a js file. This includes the link to the decals which can then be used easily.

After sending this item via a post in the classic pirates discussion thread I will place it on my side.

I will also take mail contributions later on. (Have to look for a mail possibilty which avoid spams).
       

The format is very simple. Let's take a look on the example.

In the simpliest form it only consists of an array with links to the decals:

var decals = new Array(

"http://i93.photobucket.com/albums/l48/SirScottLego/riflemanwscarfcopy.jpg" ,
"http://www.brickshelf.com/gallery/jeanmarkske/stuff/hussar.jpg" ,
"http://i93.photobucket.com/albums/l48/SirScottLego/redbeard_red.jpg" ,
"http://i93.photobucket.com/albums/l48/SirScottLego/redbeard_brown.jpg" ,
"http://i93.photobucket.com/albums/l48/SirScottLego/redbeard_gray.jpg" ,
"http://i93.photobucket.com/albums/l48/SirScottLego/redbeard_gray2.jpg" ,
"http://i93.photobucket.com/albums/l48/SirScottLego/redbeard_green.jpg" ,
"http://i93.photobucket.com/albums/l48/SirScottLego/redbeard_blue.jpg" ,
"http://www.brickshelf.com/gallery/amanda100101/decals/Official-Remakes/12.png"
);


There are some add on's possible:

Html-Code:
"html","<h2>Heads</h2>",


Definition of parts other then torsos: "head", "legs", "torso"
"part", "head",


Scaling of the images to get best results when putting it on the minifig:
"scale", "1.0", "2.9",

Scales height 2.9 times.

Defining the width of an image in the generated side:
"width", "130.0",